/* CSS Document */
body {
	background-color:#00949C;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: #1f1f1f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



#container {
	width: 700px;
	margin-bottom: 10px;
	margin-top:15px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	z-index:-1;
}

#head {
	top:50px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	padding-bottom:20px;
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 190;
	margin-left: 10px;
	padding: 0px;
}

#left ul {
	padding-top:0px;
	padding-left:15px;
	margin:0px;
	margin-left:15px
	
}

#left ul li{
	list-style: none;
	padding:0px;
	padding-bottom:2px;
	padding-top:2px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:0px;
    font-weight: bold;
	font-size: 12px;  
}
#left ul li a:Hover {	color: #00949C; text-decoration: underline;}
#left ul li a, #left ul li a:Visited, #left ul li a:Active { color: #000000;}	

/* -----------footer--------------------------- */
#footer {
	height:40px;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top:30px;
}
#footer h1{
	font-size: 10px;
	color: #9C9C9C;
	font-weight:normal;
}
#footer a{
	font-size: 10px; 
	color: #9C9C9C;
	text-decoration: underline;
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px;
	margin-left: 200px;
	margin-right:25px;
	z-index:2;

}
div#content { 
	min-height:350px;
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); 
	}

#could {
position:absolute;
	z-index:1;
	text-align:right;
	bottom:98px;
	right : 67px;
}


A {
	color: #9C3C00;
	text-decoration: none
}
A:Visited {	color: #9C3C00;text-decoration: none;}
A:Active {  color: #9C3C00; text-decoration: none;}
A:Hover {   color: #E83200; text-decoration: underline;}

#content h1 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:1px;
	margin-top: 2px;
	margin-bottom: 10px;
	border-bottom:1px #5B2200 solid;
}

#content h2{
	color: #00949C;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
	letter-spacing: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: none; 
}
#content h3 {
	color: #C22A00;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 5px;
}

#content p{
	margin-top:0px;
	line-height: 1.2;
}

a img { border: 0px; }







.maincontent table td {
	padding-left:2px;
	padding-right:0px;
	padding-top:1px;	
	padding-bottom:1px;
}
.maincontent table td table td{
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;	
	padding-bottom:1px;	
	line-height: 1.0;
}



ul {
	padding-top:1px;
	padding-left:15px;
	margin:0px;
	margin-left:15px
	
}
li {
	padding-bottom:1px;
	padding-top:1px;
	margin-left:2px;
}

.formfield {
	font-size : 11px; 
	color : #000000; 
	text-decoration : none; 
	border : 1px solid #777515; 
	padding:1px;
	margin:1px;

}
.formfieldaktive {
	font-size : 11px; 
	color : #000000; 
	text-decoration : none; 
	border : 1px solid #777515; 
	padding:1px;
	margin-top:1px;
	
	background-color:#F3EFD8;
	border : 1px solid #C8370D; 
}

.small {
	font-size: 10px;
	line-height: 12px;
}
a.small { color: #999999;text-decoration: underline;}
a.small:Visited {	color: #999999;}
a.small:Active {	color: #999999;}
a.small:Hover {	color: #999999;}


.warn {
	color: #C8370D;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
}



ul#navigationLeft a, ul#navigationLeft a.Active, ul#navigationLeft a.Visited{
	color: #777515;
	text-decoration:none;
}
ul#navigationLeft a:Hover {
	text-decoration:none;
	color: #777515;

}

ul#navigationLeft li ul {
	list-style: none;
	padding:0px;
	padding-bottom:1px;
	padding-top:1px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:0px;
    font-weight: normal;
}

