body { 
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Verdana,Arial,sans-serif;
}

a { 
	color: #004494;
	text-decoration: none;
}

#all { 
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
}

#top { 
	position: relative;
	height: 139px;
	width: 100%;
	background: transparent url(/img/layout/top_bg.gif) scroll no-repeat right bottom;
}

#main2 {
	clear: both;
	margin:0; padding:0;
	background-image: url(/img/layout/navi_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main1 {
	margin:0; padding:0;
	background-image: url(/img/layout/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#left {
	float:left;
	width:300px;
	margin:0; padding:0;
	margin-left: 6px;
	margin-top: 10px;
}

* html #left { 
	width: 288px;
	margin-left: 3px;
}

*+html #left { 
	
}

#left ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left ul li { 	
	padding-left: 50px;
	background-image: url(/img/layout/navi_li_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#left ul li.aktiv { 	
	background-image: url(/img/layout/navi_li_1_aktiv.gif);
}

#left ul li a { 
	color: #004494;
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}

#left ul li a.aktiv {
	color: #e20030;
}

#left ul li ul { 
	margin: 0;
	padding: 0;
	margin-left: -50px;
}

#left ul li ul li { 	
	padding-left: 70px;
	background-image: url(/img/layout/navi_li_2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
	
#content {
	margin:0 320px;
	margin-right: 100px;
	margin-bottom: 45px;
	padding: 15px;
	font-size:13px;
	color: #004494;
	min-height: 500px;
}

* html #content { 
	height: 500px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

#footer { 
	margin-top: -65px;
	height: 77px;
	background: url(/img/layout/content_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html #footer { 
	margin-top: -52px;
}

*+html #footer { 
	margin-top: -52px;
}

#footer .background { 
	width: 340px;
	height: 77px;
	background-image: url(/img/layout/navi_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer .text { 
	width: 180px;
}

#footer ul { 
	list-style-type: none;
}

#footer ul li { 
	text-align: right;
}

#footer ul li a { 
	font-size: 11px;
	font-weight: bold;
	line-height: 200%;
}

#footer ul li a.aktiv { 
	color: #e20030;
}

.kontakt { 
	margin-top: -20px;
	float: right;
	font-size: 10px;
	color: #004494;
}
