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

*{
	margin:0px;
	padding:0px;
}
p{
	padding:0px;
}
img{
	border:0px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;
	line-height:15px;
	}

h1, h2, h3, hr, input,a, select, #wrapper, body{
	color:#8A8A8A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	margin-top:10px;
	margin-bottom:5px;
}
h1, h2{
	font-size:12px;
	font-weight:normal;
}
a{
	text-decoration:none;
	font-size:12px;
	color:#8A8A8A;
}
a:hover{
	text-decoration:none;
	color:#333;
	/*color:#4d4d4e;*/
}
a.active{
	color:#333;
	/*color:#4d4d4e;*/
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url('../img/pfeil.gif');
	padding-top: -0.5px;
	padding-right: 10px;
	padding-bottom:  0.5px;
	padding-left:  15px;
}
#liste a{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url('../img/pfeil_hell.gif');
	padding-top: 0.5px;
	padding-right: 10px;
	padding-bottom:  0.5px;
	padding-left:  15px;
}


#wrapper {
	width:920px; 
	height:560px;
	overflow:hidden;
	position:absolute;
	LEFT: 50%;
	TOP: 50%;
	MARGIN: -280px auto auto -450px;
	border:0px #333333 solid;
	
}
#navigation li {
	list-style-type:none;
	list-style-position: outside;
	list-style-image: none;
	padding-bottom: 10px;
}
#navigation .active{
	color:#333;
	/*color:#4d4d4e;*/}
#logo{
	margin-bottom:10px;
	height:115px;
}
#content{
	float:left;
	width:665px;
} 

#navigation{
	width:215px;
	float:left;
	margin-right:10px;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
	height:430px;
}
#menu{
	height:205px;
	border-bottom:1px #999999 solid;
	padding-top:10px;
}
#sub_menu{
	height:204px;
	padding-top:10px;
	border-bottom:1px #ffff solid;

}
.box{
	width:215px;
	float:left;
	height:430px;
	overflow:hidden;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
	margin-right:10px;
}

.box_breit{
	width:430px;
	float:left;
	height:430px;
	overflow:hidden;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
	margin-right:10px;
}
.imp{
	width:100%;
	float:left;
	height:430px;
	overflow:hidden;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
	margin-right:10px;
}
#liste{
	height:107px;
	display:block; 
	ovserflow:hidden;
	width:100%;
}
#liste .container{
	border-bottom:1px #999999 solid;
	width:545px; 
	height:107px;
	float:left;
}

#liste .text{
	height:75px; 
	overflow:hidden;
	margin-bottom:10px;
}
#liste .footer{
	color:#999999;
	font-size:10px;
	margin-bottom:10px;
}
#liste .img{
	float:right;
}