@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background:#e6e6e6;
	color:#666;
}
a{
	outline:none;
}
h1{
	font-size:20px;
	font-weight:normal;
}
h2{
	font-size:16px;
	color:#888;
	font-weight:normal;
	margin-bottom:10px;
}
p{
	margin-bottom:1em;
	line-height:150%;
}
#main_content p{
	font-size:12px;
}
.skip{
	display:none;
}
#site{
	width:900px;
}
#header{
	height:124px;
	background:url(../img/head_text.gif) no-repeat 150px 40px;
	position:relative;
}
#date{
	position:absolute;
	bottom:10px;
	right:10px;
}
#hr{
	background:url(../img/bar1.gif) repeat-x;
	height:4px;
}
#p2 #hr{
	background:url(../img/bar2.gif) repeat-x;
}
#p3 #hr{
	background:url(../img/bar3.gif) repeat-x;
}
#p4 #hr{
	background:url(../img/bar4.gif) repeat-x;
}
#p5 #hr{
	background:url(../img/bar5.gif) repeat-x;
}
#main{
	background:#fff url(../img/menu_bg.jpg) repeat-y left;
	overflow:hidden;
}
#nav{
	width:93px;
	overflow:hidden;
	float:left;
}
#nav ul{
	list-style:none;
}
#nav ul li{
	background:url(../img/menu_seperator.jpg) no-repeat top left;
	padding-top:1px;
}
#nav ul li a{
	background:url(../img/menu_text.jpg) no-repeat 19px 17px;
	height:101px;
	width:93px;
	display:block;
	position:relative;
	overflow:hidden;
}
#nav ul li#m2 a{
	background-position:19px -67px;
	height:91px;
}
#nav ul li#m3 a{
	background-position:19px -140px;
	height:95px;
}
#nav ul li#m4 a{
	background-position:19px -217px;
	height:99px;
}
#nav ul li#m5 a{
	background-position:19px -298px;
	height:98px;
}
#nav ul li a .balken{
	position:absolute;
	left:93px;
	width:15px;
	height:101px;
	display:block;
	background:#d41414;
}
#nav ul li a#aktiv .balken{
	left:78px !important;
}
#nav ul li#m2 a .balken{
	background:#ffa600;
}
#nav ul li#m3 a .balken{
	background:#ffe900;
}
#nav ul li#m4 a .balken{
	background:#00b440;
}
#nav ul li#m5 a .balken{
	background:#0073cc;
}
#content{
	margin-left:93px;
}
#teaser{
	border-top:1px solid #999;
	border-bottom:2px solid #000;
	background:#f8f8f8 url(../img/teaser.jpg) repeat-x top;
	padding:30px 0 0 290px;
	position:relative;
	height:148px;
}
#teaser img{
	position:absolute;
	left:0;
	top:0;
}
#main_content{
	padding:50px 70px;
}
#footer{
	background:#cdcdcd;
	color:#333;
	text-align:right;
	padding:3px 10px;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.liste {
	list-style-type: square;
	padding-left: 17px;
}