body {
	color:#000000;
	background:#ffffff;
	margin:0px;
	padding:0px;
	font:normal 12px verdana,arial,sans-serif;
}

#container {
	position:relative;
	color:#000000;
	/*background-color:#d7d7d7;*/
	width:950px;
	margin:11px auto 0px;
	padding:0px;
	border:none;	
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	
}

#header {
	float:left;
	width:950px;
	height:83px;
	margin:0px;
	padding:0px;
	border:none;
	background-image:url(../img/skin/header.jpg);
	background-repeat:no-repeat;
}

#main {
	float:left;
	width:950px;
	min-height:420px;
	color:#000000;
	background-color:#ffffff;
	/*background-image:url(../img/skin/navioben.jpg);
	background-repeat:no-repeat;*/
	background-image:url(../img/skin/bg_menue.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	border:none;	
}

.menu_left	{
	float:left;
	width:250px;
	margin-top:100px;
	/*background-image:url(../img/skin/bg_menue.gif);
	background-repeat:no-repeat;*/
}

.menu_left ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.menu_left li {
	float:left;
	margin:0px 0px 10px 0px;
	list-style-type:none;
	text-decoration:none;
}

.menu_left .navsingle {
	height:15px;
	width:190px;	
	padding:0px 0px 0px 20px;
	display:block;
	text-decoration:none;
	font:11px verdana,arial,sans-serif;
	font-weight:bold;
	border:none;
	color:#053D9C;
}

.menu_left .navsingle:hover {
	height:15px;
	width:190px;	
	padding:0px 0px 0px 20px;
	display:block;
	text-decoration:none;
	font:11px verdana,arial,sans-serif;
	font-weight:bold;
	border:none;
	background-image:url(../img/skin/menuleft_bg_sel.gif);
	background-repeat:no-repeat;
	color:#7E7E7E;
}

.menu_left .navsingle_sel {
	height:15px;
	width:190px;
	padding:0px 0px 0px 20px;
	display:block;
	text-decoration:none;
	font:11px verdana,arial,sans-serif;
	font-weight:bold;
	border:none;
	background-image:url(../img/skin/menuleft_bg_sel.gif);
	background-repeat:no-repeat;
	color:#7E7E7E;
}

.menu_left .navsinglesub {
	height:15px;
	width:190px;	
	padding:0px 0px 0px 25px;
	display:block;
	text-decoration:none;
	font:11px verdana,arial,sans-serif;
	border:none;
	color:#0400B0;
}

.menu_left .navsinglesub:hover {
	height:15px;
	width:190px;	
	padding:0px 0px 0px 25px;
	display:block;
	text-decoration:none;
	font:11px verdana,arial,sans-serif;
	border:none;
	background-image:url(../img/skin/menuleftsub_bg_sel.gif);
	background-repeat:no-repeat;
	color:#C8002F;
}

.menu_left .navsinglesub_sel {
	height:15px;
	width:190px;
	padding:0px 0px 0px 25px;
	display:block;
	text-decoration:none;
	font:11px verdana,arial,sans-serif;
	border:none;
	background-image:url(../img/skin/menuleftsub_bg_sel.gif);
	background-repeat:no-repeat;
	color:#C8002F;
}

.content {
	float:left;
	padding-top:50px;
	padding-bottom:50px;
	width:680px;
}

.content_left {
	float:left; 
	width:132px;
	margin-bottom:10px;
}

.content_right {
	float:left; 
	width:300px; 
	padding-left:10px;
	margin-bottom:10px;
}

.content_both {
	float:left;
}

.abstand {
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}

.divtrenner {
	margin-top:0px;
	margin-bottom:10px;
}

.trenner {
	margin-top:10px;
	margin-bottom:10px;
}

h1 {
	color:#053D9C;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

h2 {
	color:#7E7E7E;
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


a {color:#053D9C;}

.content ul{
	list-style-image:url(../img/skin/list.gif);
}

.content li{
	text-align:left;
	}

.bu {
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333333;
}

.img_left {
	float:left; 
	border:1px solid #C8002F; 
	margin:5px 10px 10px 0px;
	width:200px;
	height:150px;
}

.img_right {
	float:right; 
	border:1px solid #C8002F; 
	margin:5px 0px 10px 10px;
}

.ul_right {
	float:left;
	width:250px;
}