
body, html, #navigation, #container, #inhalt, #bilder {
         margin: 0;
         padding: 0;
}
body {
         background-color:#FFFFFF;
		   background: #FFFFFF url(images/hg_statue.jpg);
		   background-repeat: no-repeat;
		   background-position: right top;
		   background-attachment: fixed;
}
#container {
	width: 900px;
	float: left;
	font: 8pt/16pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E6B873;
	background: #FFFFFF url(images/hg_ff.jpg);
	border-style: solid;
	border-width: 5px;
	border-color: white;
}
#kopf {
         color: #E6DCCF;
		   background: #FFFFFF
         text-align: left;
		   border-bottom-style: solid;
		   border-bottom-width: 1px;
		   border-color: black;
}
#inhalt {
	width: 735px;
	float: left;
	background-color: #F1F2F2;
	color: #242424;
	border-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-width: 5px;
	border-color: white;
}


.gallery {
    margin: 0 20px 40px 20px;
	width: 685px;
	float: left;
	
}

.gallery img {
    margin: 5px;
	
	
}

	   		   

* html {
	overflow-y: scroll;
}
* html #container { background: #FFFFFF url(images/hg_expl.jpg); }
* html #inhalt { width: 725px; }
* html .gallery { width:640px; }
