body
{
	padding: 0px; 
	margin: 0px; 
	color: #000000; 
	background-color: #a2b2c8;
	
	font-family: Tahoma, Arial; 
	font-size: 10pt;
}

#layout {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
	height:100%;
}

div.button
{
	width:100%;
	height:40px;
	background-color:#006699;
	border-bottom:1px solid #DCE6F8;
	display:block;
	text-align:left;
}

div.untermenue
{
	width:100%;
	height:25px;
	background-color:#9dcbf9;
	border-bottom:1px solid #DCE6F8;
	display:block;
	text-align:left;
}

a.buttonlink
{
	margin-top: 0px; 
	display:block; 
	color:#ffffff; 
	font-size:12px;
	text-decoration:none;
	height:20px;
	padding: 10px;
	padding-top:13px;
}

a.unterbuttonlink
{
	margin-top: 0px; 
	display:block; 
	color:#ffffff; 
	font-size:12px;
	text-decoration:none;
	height:20px;
	padding-left: 10px;
	padding-top:5px;
}

div.untermenue:hover { background-color: #FFFFCC; }
a.buttonlink:hover { background-color:#ffffff; color:#000000; text-decoration:none; border-left:10px solid #ff0000; }



img { border: 0px; }

h1 {
	font-size:12pt;
	font-weight:bold;
	color:#000000;
}

h2 {
	font-size:11pt;
	font-weight:bold;
	color:#000000;
}

th {
	background-color: #006699;
	color:#ffffff;
	font-weight:bold;
	padding:6px;
	font-size:8pt;
	text-align:left;
}


input
{
	margin-top:3px;
	border: 1px solid #006699;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #CAE4EC;
}

select
{
	margin-top:3px;
	border: 1px solid #006699;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #CAE4EC;
}

textarea
{
	margin-top:3px;
	border: 1px solid #006699;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #CAE4EC;
}


.normalok
{
	color:#66CC33;
}

.normalfehler
{
	color:#CC0033;
}

.anmerkung
{
	color:#6e6e6e;
	font-size:8pt;
}









.leftnavi {
	color:#c0c0c0;
	font-size:14pt;
	text-decoration: none;
}


.smalllink {
	color:#c0c0c0;
	font-size:11pt;
	text-decoration: none;
}





hr {
	color:#515e6e;
	size: 1px;
	height: 1px;
}


.textlink { z-index:1;color: #CC0000; font-weight:normal; text-decoration: none; letter-spacing: 0.5pt; line-height:20px; }
.small { font-size:8pt; }

a:hover { text-decoration: underline; }












#wrapper1 
{
	padding: 0px;
	margin: 0px;
}

#wrapper2 
{
	padding: 0px; 
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 1010px;
}

div#header
{
	width: 1010px; 
	height: 274px; 
	border: 1px solid #f29506;
	background-image:url(../img/header.jpg);
	border-left: 1px solid #f29506; 
	border-right: 1px solid #f29506; 
	border-bottom: 0px;
}

#globalnavilinks
{
	text-align:right;
	margin-top: 60px;
	font-size: 8pt;
	text-decoration: none;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}

#navilinks
{
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	text-decoration: none;
	color:#000000;
	margin-left:30px;
	line-height:25px;
}


div#main
{
	background-color: #f6eed0; 
	width: 970px; 
	border-left: 1px solid #f29506; 
	border-right: 1px solid #f29506; 
	padding:20px;
}

div#footer
{
	background-color:#f3a309;
	width: 1000px; 
	border-left: 1px solid #f29506; 
	border-right: 1px solid #f29506; 
	border-top:0px;
	text-align:right;
	font-size:8pt;
	color:#6d4b08;
	text-decoration:none;
	padding:5px;
	height:15px;
}

div.dropdownlinks
{
	margin-left:20px;
	margin-top:20px;
}




.font8
{
	font-size:8pt;
}

form 
{
	width:90%;
}

legend
{
	font-size:10pt;
	font-weight:bold;
	color: #000000;
	padding-right:10px;
}

fieldset
{
	padding:10px;
	margin-bottom:10px;
}

label
{
	display: block;
	text-align: right; 
	margin: 10px;
}

label span 
{
	text-decoration: underline;
}



