
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: #F1F2F2;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	background: #F1F2F2;
}
#kopf {
         color: #E6DCCF;
		   background: #FFFFFF
         text-align: left;
		   border-bottom-style: solid;
		   border-bottom-width: 1px;
		   border-color: black;
}


#inhalt {
	width: 900px;
	float: left;
	background-color: #F1F2F2;
	color: #2E2E2E;
	border-style: solid none none none;
	border-width: 5px;
	border-color: white;
}


h1 {
	margin: 25px 25px 25px 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
h5 {
	font: sans-serif;
	font-size: 15px;
	margin-top: 15px;
}

h2 {
	background-image: url(images/ueberschrift.jpg);
}


h3 { 
			font: italic normal 12pt sans-serif; 
			letter-spacing: 1px; 
			margin-bottom: 0px; 
			color: #7D775C;
}


html {
	overflow-y: scroll;
}

* html #inhalt { width: 900px; }
