/* CSS Document */

/* 	1.basics 
	2.layout
	3.content
*/



/* 1.basics*/
*{
margin: 0px;
padding: 0px;
	
} 
body {
	background-color:#fff;
	background-image: url(images/hg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0 0px 0;
	}
h1{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#2A4084;
	font-size: 20px;
	line-height: 21px;
	}
h2{
	font-family: "Arial", Helvetica, sans-serif;
	color:#31353D;
	font-size: 16px;
	line-height: 21px;
}
h4{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#992E2C;
	font-size: 18px;
	line-height: 20px;
}

.sloganblau{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#2A4084;
	font-size: 16px;
	line-height: 17px;
	}
.sloganrot{
	font-family: "Georgia", Verdana, Helvetica, sans-serif;
	color:#800000;
	font-size: 16px;
	line-height: 17px;
	font-weight:bold;

}

.blau{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#0040AD;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.textblau{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#0040AD;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.hellblau{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#3D8BD0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.kontakt{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.black{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.strichel {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#969696;
	font-size: 12px;
	line-height: 50px;
}

a:link {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #800000;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #800000;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #0B2A92;
	font-size:12px;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #800000;
	font-size:12px;
	text-decoration: none;
}



/* 1.basics ENDE */

/* 2.layout */


	
#all {
	width: 900px;
	background-image: url(images/hg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	margin: 0 auto;

		}
	* html #all {
	height: auto;
	}
#bottom {
	width: auto;
	height: 192px;
	background-image: url(images/hgbottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	float: none;
	}
	* html #bottom {
	width: 100%;
	height: 192px;
	}


/* top bereich */
	
#top {
	width: 900px;
	height: 110px;
	padding: 0px 0 0 0px;
	margin: 0 auto;
	background-image: url(images/top.jpg);
	float: left;
	}
			#top a:link, #top a:visited, #top a:active {
			font-family: "Verdana", Verdana, Helvetica, sans-serif;
			font-size:11px;
			color:#666;
			text-decoration:none;
			padding: 0 22px 0 0px;
			line-height: 12px;
			}
		
			#top a:hover{
			font-family: "Verdana", Verdana, Helvetica, sans-serif;
			color:#000;
			padding: 0 22px 0 0px;
			}
	#top1 {
	width: 636px;
	height: 110px;
	padding: 0px 0 0 0px;
	float: left;
	}
	#top2 {
	width: 264px;
	height: 25px;
	padding: 50px 0 0 0px;
	float: left;
	}

#navigation
	{
	width: 900px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#333;
	background-image: url(images/navi.jpg);
	float: left;
	}
	#navigation a:link, #navigation a:visited, #navigation a:active {
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#333;
			font-weight: bold;
			text-decoration:none;
			}
		
			#navigation a:hover{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color:#0041AD;
			}


#header
	{
	width: 803px;
	height: 175px;
	padding: 52px 0px 0px 97px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#E4E2E2;
	background-image: url(images/header.jpg);
	float: left;
	}
	#header a:link, #header a:visited, #header a:active {
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#3D8BD0;
			text-decoration:none;
			padding: 0 0px 0 0px;
			line-height: 16px;
			}
		
			#header a:hover{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color:#fff;
			padding: 0 0px 0 0px;
			text-decoration: underline;
			}
	#header1
	{
	width: 623px;
	height: 188px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/headerleft.jpg);
	float: left;
	}
	#header2
	{
	width: 253px;
	height: 114px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/headerright.jpg);
	float: left;
	}

#main {
	width: 900px; 
	min-height: 323px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/mainhg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	float:none;
	clear: both;
	}
* html #main{
	height: 323px;
		}
#mainleft {
	width: 338px;
	min-height: 323px; 
	padding: 0px 0px 0px 0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#31353D;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/mainleft.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	}
* html #mainleft{
	height: 323px;
		}	

		#mainleft ul {
		padding:0 0 0 0px;
		list-style-type: none;
		float: left;
		
		}
		
		#mainleft li{
		font-family: "Verdana", Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 22px;
		color:#0041AD;
		background: url(images/pfeilblau.gif) 0px 8px no-repeat;
		padding:0 0 0 20px;
		list-style-type: none;
		}	

		#mainleft a:link, #mainleft a:visited, mainleft a:active{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#333;
			text-decoration:none;
			padding: 0 0px 0 0px;
			
			}
		
			#mainleft a:hover{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color:#0041AD;
			padding: 0 0px 0 0px;
			text-decoration: underline;
			}	
#leftmain {
	width: 221px;
	min-height: 180px; 
	padding: 20px 0px 0px 97px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
	color: #666;
	float: left;
	}
* html #leftmain{
	height: 180px;
	}

#leftueber{
	width:241px;
	height:36px;
	padding: 17px 0 0 97px;
	float: left;
}


#mainright {
	width: 466px;
	min-height: 323px; 
	padding: 0px 69px 0px 27px;
	background-image: url(images/mainright.jpg);
	background-repeat: no-repeat;
	background-position:top;
	float: left;
	}
* html #mainright{
	height: 323px;
	}
	
		#mainright a:link, #mainright a:visited, #mainright a:active{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#0040AD;
			text-decoration:none;
			padding: 0 0px 0 0px;
			line-height: 16px;
			}
		
			#mainright a:hover{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color:#000;
			padding: 0 0px 0 0px;
			text-decoration: underline;
			}




#rightmain {
	width: 466px;
	min-height: 180px; 
	padding: 20px 0px 0px 0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
	color: #333;
	text-align:left;
	float: left;
	}
* html #rightmain{
	height: 180px;
	}

		

		#rightmain ul {
		padding:0 0 0 0;
		list-style-type: none;
		
		float: left;
		
		}
		
		#rightmain li{
		font-family: "Verdana", Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 19px;
		color: #333;
		font-weight: bold;
		background: url(images/pfeilblauul.gif) 0px 8px no-repeat;
		padding:0 0 0 20px;
		list-style-type: none;
		}	

#ueber{
	width:446px;
	height:36px;
	padding: 17px 0 0 20px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	float: left;
}

#bottomnavi {
	position: relative;
	width: 535px; 
	height: 150px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	line-height: 16px;
	padding: 42px 0px 0px 365px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	clear: both;
	float: none;
	}
	#bottomnavi a:link, #bottomnavi a:visited, #bottomnavi a:active{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height: 16px;
			color:#212121;
			text-decoration:none;
		}
		
		#bottomnavi a:hover{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color:#2A4084;
			text-decoration: underline;
			}
#bottom1 {
	width: 120px; 
	height: 150px;
	padding: 0px 0 0 0px;
	float: left;
	}
#bottom2 {
	width: 180px; 
	height: 135px;
	padding: 15px 0 0 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	line-height: 16px;
	float: left;
	}

	#bottom2 a:link, #bottom2 a:visited, #bottom2 a:active{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height: 18px;
			color:#212121;
			text-decoration:none;
		}
		
		#bottom2 a:hover{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color:#2D3F81;
			}
	
#bottom3 {
	width: 180px; 
	height: 135px;
	padding: 15px 0 0 0px;
	float: left;
	}
	#bottom3 a:link, #bottom3 a:visited, #bottom3 a:active{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height: 16px;
			color:#fff;
			text-decoration:none;
		}
		
		#bottom3 a:hover{
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color:#000;
			}
		#bottom3 img{
			border: none;
			margin: 0 15px 0 0px;
			}

/* 2.layout ENDE */


#fixfloat{
	clear: both;
	float: none;
	}
#fixfloat1{
	clear: both;
	float: none;
	}
#boxleer {
	width: 730px;
	height: 25px;
	float:left;
	}
	
#nofloat {
	clear:both;
	float:left;
}
	

/*-------------------------inhalt display none---------------------------*/

#display {
	width: 850px;
	height: 202px;
	background-image: url(images/top.jpg);
	float: left;
	display: none;
	}

