

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body  
   {
   background-color : #ffffff;
   text-align:center;
   }
   
a {
	outline: none;
}

#container {
	margin: 0px auto ;
	padding: 30px 30px 0;
	width:60%;
	height: 100%;
	max-width: 767px;
	min-width: 550px;
	max-height: 877px;
	position: relative;
	text-align:left;
}

#fotos {
	height: 80%;
	max-height: 704px;
	margin: 0;
	z-index:100;
	position:relative;
}

#fotos img {
	width:auto;
	height:100%;
	max-height: 704px;
}

#hauptbild {
	height: 80%;
	width: 100%;

}


#navigation{
	display:block;
	height:10%;
	width:767px;
	margin-bottom:0;
	min-height:50px;
	overflow:auto;
	position:relative;
}

#legende {
	position: relative;
	height: 60%;
	width: 767px;
	min-height:30px;
	max-height:50px;
	overflow:hidden;
}

#legende img {
	height: 100%;
	width: auto;
	max-height: 45px;
	min-height:30px;

}


#kontakt {
	position: relative;
	height: 15%;
	
}



#adresse {
	position: relative;
	display: block;
	height: 81%;
	width: auto;
	max-height: 86px;
		min-height: 50px;
}

#email  {
	position: relative;
	display: block;
	height: 19%;
	width: auto;
	max-height: 20px;
	min-height: 11px;
}

#adresse img {
	height: 100%;
	width: auto;
	max-height: 86px;
	min-height: 50px;
}

#email img {
	height: 100%;
	width: auto;
	max-height: 19px;
	min-height: 11px;
	
}

#navigation ul {
	display:block;
	height:20%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	min-height:11px;
	overflow:auto;
	position:relative;
}

#navigation ul li {
	display: inline;
	height: 100%;
	width: auto;
	overflow: auto;

}

#navigation ul li a {
	height: 100%;
}

#navigation ul li img {
	height: 100%;
	max-height: 16px;
	min-height: 11px;
}






