﻿*{padding:0;margin:0;}

body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../images/hintergrund.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
	}

#container{
	position:relative;
	margin : 0 auto;
	text-align : left;
	width:980px;
	}
	
	#logo{
	width:233px;
	height:161px;
	}
		
	#inhalt{
	margin-top:50px;
	min-height:300px;
	}
	
	#inhalt a img{border:1px #808080 solid;}
	#inhalt a:hover img{border:1px #FFF solid; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
				
#footer{
	clear:left;
	margin : 0 auto;
	width:100%;
	height:300px; 
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	}

	
	#footer_mitte{
		position:relative;
		margin : 0 auto;
		width:980px;
		padding-top:110px;
		}
	
	#footer_nav1{
		margin-left:340px;
		width:470px;
		}
		
	#footer_nav2{
		margin-left:400px;
		width:490px;
		}
		
	#footer_nav3{
		margin-left:220px;
		width:460px;
		}
		
		.footer_nav{
			background-color: #000;
			font-size: 9pt;
			padding: 5px;
			color: #666666;
			}
			
		.footer_nav a{color: #666; text-decoration:none;}
		.footer_nav a:hover{color: #fff;}
