html 
	{
	background-color:#96c1de;
	font-family:'arial';
	font-size:85%;
	}
	
#banner
	{
	background-image:url('/img/banner2.png');
	background-repeat:no-repeat;
	width:1010px;
	height:267px;
	margin:auto;
	}
	
#hp_body
	{
	background-image:url('/img/main_background.png');
	background-repeat:repeat-y;
	text-align:center; 
	margin:0 auto;
	width:1010px;
	}

.pdf {
	width:21px;
	}	
	
#foot {
	background-image:url('/img/bottom.png');
	background-repeat:no-repeat;
	width:1010px;
	height:95px;
	margin:auto;
}

#sidebar
	{
	text-align:left;
	float:left;
	}
	
.menu_head
	{
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:5px;
	}
	
#menu
	{	
	background-image:url('/img/menu1_background.png');
	background-repeat:no-repeat;
	width:270px;
	height:400px;
	padding-top:40px;
	padding-left:40px;
	margin-left:40px;
	margin-top:20px;
	}

#menu2
	{
	background-image:url('/img/menu2_background.png');
	background-repeat:no-repeat;
	width:160px;
	height:275px;
	padding-top:50px;
	padding-left:150px;
	margin-left:40px;
	}

	
a.mlink:link, a.mlink:visited, a.mlink:active {text-decoration:none; font-weight:bold; color:#0b597a}
a.mlink:hover {font-weight:bold; color:#FFFFFF; text-decoration:none;}

a.clink:link, a.clink:visited, a.clink:active {font-weight:normal; text-decoration:none; color:#0b597a}
a.clink:hover {font-weight:normal; color:#29a431; text-decoration:none;}

#content {
	color:#0b597a;
	text-align:justify;
	padding-bottom:30px;
	padding-right:10px;
	margin-left:10px;
	margin-top:40px;
	float:left;
	width:580px;
}

.hinweiss 
	{
	background-color:#ffffe0;
	border-width:1px;
	border-color:#c3c2c3;
	border-style:dashed;
	padding:10px;
}

.title 
	{
	font-size:22px;
	font-weight:bold;
	font-family:'verdana';
}