body{		font-family:		Verdana, Geneva, sans-serif;
			font-size:			8pt;
			background-color:	#1a3061;
			margin:				0px;}
h1{			font-size:			9pt;
			font-weight:		bold;
			color:				#333;
			border-bottom:		2px solid #C00;}
h2{			font-size:			8pt;
			color:				#C00;}

a{			color:				#C00;}	
ul{			list-style-type:	square;
			line-height:		200%;}

#container {
	width: 				945px;
	margin-top: 		10px;
	margin-right: 		auto;
	margin-bottom: 		0px;
	margin-left: 		auto;
	position: 			relative;
	background-image:	url(../images/bg.jpg);
	background-repeat:	repeat-y;
	border-left:		1px solid #ccc;
	border-right:		1px solid #ccc;
	border-bottom:		1px solid #ccc;
}

#header{
	height: 			100px;
	background-color:	#ccced2;
	position:			relative;
}
#navigation{
	height: 			30px;
	line-height:		26px;
	border-top:			3px solid #93a8d7;
	border-bottom:		3px solid #93a8d7;
	position:			relative;
	background-color:	#ccced2;
	text-align:			center;
}
#navi{
	height:				26px;
	background-color:	#ccced2;
	position:			relative;
	float:				left;
	border-left:		1px solid #FFF;
	padding:			2px;
	width: 				129.5px;
	text-align: 		center;
}
#navi a{
	color:				#666;
	text-decoration:	none;
	font-weight:		bold;
	font-size:			10pt;
}
#navi a:hover{
	color:				#C00;
}
#main{
	background-color: 	#FFF;
	float:				right;
	position:			relative;
	width:				723px;
	padding:			5px;
	border-left:		2px solid #ccc;
}
#terminuebersicht{
	background-color: 	#9aa2b5;
	float:				left;
	position:			relative;
	width:				200px;
	padding:			5px;
	}
.termin{
	background-color:	#FFF;
	padding:			2px;
	border-bottom:		1px dotted #666;
	}
#termin h1{
	color:				#C00;
	font-size:			8pt;
	margin:				2px;
	border:				0px;
	}
#termin h2{
	color:				#666;
	font-size:			8pt;
	margin:				0px;
	}
#main_links{
	float:				left;
	position:			relative;
	padding-right:		5px;
	}
#main_rechts{
	float:				right;
	position:			relative;
	padding-right:		5px;
	}
#download a{
	color:				#300;}
#download h1{
	border-color:		#300;}
#service a{
	color:				#900;}
#service h1{
	border-color:		#900;}
.floatstop{ 
	clear:	both;
}
#footer{
	background-color: 	#9aa2b5;
	height:				75px;
	line-height:		18px;
	text-align:			left;
	padding-left:		6px;
	background-image:	url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:	no-repeat;
	}
