 body,html{
 	margin:0;
 	padding:0;	
 	width:100%;
 	height:100%;
 	overflow:hidden;
 	font-size:1em;
 	background:#262428;
 }
 
 #logo{
 	position:absolute;
 	top:0px;
 	width:100%;
 	background:#262428;
 	z-index:10;
 	height:70px;
 }
 
 #logo img{
 	margin-right:34px;	
 	float:right;
 }
 
 #bg, .image_container{
 	position:absolute;
 	top:61px;	
 	left:0px;
 	width:100%;
 	z-index:5;
 	
 }
 
 #bg image, .image_container img{
 	width:100%;	
 	/*height:100%;*/
 	
 }
 
 
 .mod_navigation, #navigation{
 	position:relative;
 	top:70px;
 	left:0px;
 	width:100%;
  z-index:7;	
}
 
  
ul,li{
	list-style:none;
 	padding:0px;
 	margin:0px;
}
 	
 	
li{
 	border-bottom:4px solid #000000;
	margin:0;
 	overflow:hidden;
}
 	
a{
	white-space:nowrap;
	background:#3e3e3e;
	width:100%;
	display:block;
	font-family:verdana;
	font-size:1em;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;	
	padding:0em 0px 20px 20px;
	margin:0;
}
 	
a:hover{
	color:#c0c0c0;	
 	}
 	
 	
 	.mod_article, #footer{
 		width:100%;
 		display:block;
 		position:fixed;
 		bottom:0;
 		font-family: Georgia, 'Times New Roman', Times;
 		font-size:12px;
 		font-weight:normal;
 		font-style:italic;
 		color:#3e3e3e;
 		margin:0px 0px 0px 0px;
 		padding:20px 0px 0px 20px;
 		background:#ffffff;
 		height:80px;
 		z-index:7;
 	}
 	
 	.mod_article p{
 		padding:0;
 		margin:0;	
 	}
 	
 	
 	div#logoStartseite a{
 		clear:both;
 		display:inline-block;
 		width:185px;
 		margin:0px 30px 30px 0px;
 		pa dding:0 0 30px 0 ;	
 		float:right;
 		background:#ffffff;
 	}
 	
 	