/*#loader
{
	position: absolute;
	display: none;
	z-index: 2;
	left: 47%;
	top: 50%;
	width: 260px;
	height: 59px;
	border: 1px solid #444444;
	background-image: url("/layout/loader.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	-moz-border-radius: 4px;
	-moz-opacity: 0.8;
}*/

#content div
{
	color: #666666;
	font-size: 0.9em;
}

#content div .ok
{
	color: #ABC578;
}

#content div .error
{
	color: #FF9900;
}

#content div h3
{
	color: #FF9900;
	font-size: 2.0em;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 1.0em;
}

#content div h4
{
	color: #666666;
	font-size: 1.5em;
	line-height: 0.8em;
	font-weight: bold;
	margin-bottom: 0.8em;
}


#content div hr
{
	clear: both;
	height: 1px;
	width: 100%;
	background-color: #E4E4E4;
	color: #E4E4E4;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}	

#content div div.info
{
	float: right;
	width: 20.0em;
	margin-left: 1.5em;
}

#content div ul
{
	padding-left: 1.0em;
	list-style-type: none;
}

#content div a.button
{
	background-color: #FFFFFF;
	border: 1px solid #444444;
	padding: 0.4em;
	margin: 0.1em;
	color: #222222;
	font-size: 1.0em;
	line-height: 0.6em;
	text-decoration: none;
}

#content div a.button:hover
{
	background-color: #F7F7F7;
	color: #222222;
	font-size: 1.0em;
	line-height: 0.6em;
	text-decoration: none;
}

#content div ul li
{
	margin-bottom: 0.5em;
}

#content div ul.news li
{
	line-height: 1.3em;
}

#content div ul.news li a
{
	font-weight: bold;
}

#content div ul.pages
{
	clear: both;
	text-align: right;
	margin: 0;
}

#content div ul.pages li
{
	display: inline;
}

#content div ul.pages li a
{
	background-color: #FFFFFF;
	border: 1px solid #444444;
	padding: 0.2em;
	margin: 0.1em;
	color: #222222;
	font-size: 1.0em;
	line-height: 0.6em;
	text-decoration: none;
}

#content div ul.pages li a:hover
{
	background-color: #E4E4E4;
}

#content div ul.pages li a.current
{
	color: #FFFFFF;
	background-color: #ABC578;
	font-weight: bold;
}

#content div p
{
	line-height: 1.4em;
}

#content div p.quittung
{
	color: #3f1857;
	background-color: #FFFFFF;
	border: 1px solid #c8c6d1;
	width: 15.0em;
	padding: 1.0em;
}

#content div p.quittung span#aussteller
{
	display: block;
	text-align: center;
	margin-top: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}

#content div p.quittung span#datum
{
	display: block;
	text-align: right;
	margin-top: 1.0em;
}

#content div a
{
	color: #222222;
	font-size: 0.9em;
	text-decoration: underline;
}

#content div a:hover
{
	color: #444444;
	font-size: 0.9em;
	text-decoration: underline;
}

#content div p.ok
{
	color: #7E8A4A;
	font-size: 12px;
	font-weight: bold;
}

#content div p.error
{
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}	

#content div p.notice
{
	font-size: 12px;
	font-weight: bold;
}	

#content div form, #content div ul, #content div p, #content fieldset
{
	margin-bottom: 1.0em;
}

/* Form */
#content div form input, #content div form select, #content div form textarea, #menu li.l input
{
	border: 1px solid #444444;
	padding: 2px;
	color: #666666;
	background: #FFFFFF;
}

#content div form input:hover, #content div form select:hover, #content div form textarea:hover
{
	border: 1px solid #111111;
	color: #222222;
	background-color: #F7F7F7;
}

/* Button */
#content div form input[type="image"]
{
	border: 0;
	background-color: transparent;
}

#content div form input[type="image"]:hover
{
	border: 0;
	background-color: transparent;
}

#content div form fieldset input.go,
	#content div form fieldset input.add,
	#content div form fieldset input.edit,
	#content div form fieldset input.delete
{
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#content div form fieldset input.go
{
	background-image: url(/layout/icons/go.png);
}

#content div form fieldset input.add
{
	background-image: url(/layout/icons/add.png);
}

#content div form fieldset input.edit
{
	background-image: url(/layout/icons/edit.png);
}

#content div form fieldset input.delete
{
	background-image: url(/layout/icons/delete.png);
}

/* Select / Input */
#content div form select.small, #content div form input.small
{
	width: 3.5em;
}

#content div form select.middlesmall
{
	width: 4.8em;
}

#content div form select.short
{
	width: 10.0em;
}

#content div form select.middle
{
	width: 15.0em;
}

#content div form p span
{
	display: block;
	color: #444444;
}

#content fieldset
{
	border: 1px dotted #666666;
	padding: 1.0em;
}

#content fieldset legend
{
	padding: 0.3em;
	background-color: #dddddd;
	color: #666666;
	font-size: 1.2em;
	line-height: 0.6em;
}

#content div fieldset#index
{
	float: right;
	margin-left: 1.5em;
}

#content div fieldset#index p a
{
	font-size: 1.6em;
}

#content div fieldset#notiz textarea
{
	width: 97%;
	height: 15.0em;
}

#content div fieldset#filter
{
	width: 42%;
	float: right;
	margin-left: 1.5em;
}

#content div fieldset#datum
{
	width: 42%;
}

#content div fieldset#logintext
{
	width: 54%;
	float: right;
	margin-left: 1.5em;
}

#content div fieldset#login
{
	width: 30%;
}

#content div table
{
	width: 100%;
}

#content div table tr td
{
	border: 1px solid #444444;
	padding: 2px;
	vertical-align: top;
}

#content div table tr td.td_ok
{
	background-color: #ABC578;
}

#content div table tr td.td_error
{
	background-color: #FF9900;
}

#content div table tr td.border_ok
{
	border-color: #ABC578;
}

#content div table tr td.border_error
{
	border-color: #FF9900;
}

#content div table tr td.footer
{
	border-top: 3px double #222222;
}

#content div table tr th
{
	border: 1px solid #222222;
	padding: 2px;
	font-weight: bold;
	text-align: left;
	height: 3.0em;
}

#content div table tr th.empty
{
	border: 0;
	padding: 2px;
	font-weight: bold;
	text-align: left;
}
