body {
	margin: 0; 
	padding: 0;  
	background: #474747 url('pics/index/bg2.gif') no-repeat top left; 
	font-family: Arial; 
	text-align: left
	}

#main {
	width: 770px; 
	margin: 0pt auto; 
	text-align: center; 
	font-size: 13px;
	}

#untertitel{
	position: absolute; 
	top: 33px; 
	left: 180px; 
	font-size: 11px;
	}
	
#menu {
	text-align: right;
	font-size: 13px;
	position: absolute;
	left: 20px;
	top: 200px;
	line-height: 1.5;
	}

#stat {
	position: absolute;
	left: 20px;
	top: 500px;
	}	
	
#menu a {
	text-decoration: none;
	color: black;
	}
	
#menu a:hover {

	}
	
#menu a img {
	visibility: hidden;
	border: none;
	} 
	
#menu a:hover img {
	visibility: visible;
	border: none;
	} 
	
#menu a#active img {
	visibility: visible;
	border: none;
	} 
		
#content{
	font-size: 13px;
	text-align: justify; 
	position: absolute; 
	top: 100px; 
	left: 200px; 
	background-color: #f2f2f2; 
	width: 750px; 
	height: 420px;
	padding: 9px;
	overflow: visible;
		}
	
#content h3{
	margin-top: 0px;
	font-size: 18px;
	}	
	
#content table#impressum {
	font-size: 12px;
}	

#content table#impressum tr td {
	vertical-align: top;
	text-align: justify;
}	
	
#content table.photos {
	width: 100%;  
	height: 400px;
	margin-top: -15px;
	background: #dadada url('pics/galerie/table-bg.gif') repeat-y top left; 

}
#content table.photos tr td{
	text-align: center;
	padding: 1px;
}	
#content table.photos tr td a img{
	border: 1px solid gray;
}	
#content table.photos tr td a:hover img{
	border: 1px solid white;
}	


