/* Website */

* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

body {
	background-color: #E0E5C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333300;
	background-color: #E0E5C4;

}
#container {
	height: 600px;
	width: 800px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content {
	position: absolute;
	height: 440px;
	width: 640px;
	top: 120px;
	background-color: #D8EB6D;
	left: 120px;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
#navi1 {
	position: absolute;
	height: 460px;
	width: 120px;
	top: 120px;
	background-image: url(../images/hg_nav_side.jpg);
	left: 0px;
	padding-left: 5px;
	padding-top: 20px;
}
#navi2 {
	position: absolute;
	height: 20px;
	width: 660px;
	left: 120px;
	top: 80px;
	background-image: url(../images/hg_nav_top.jpg);
	padding-left: 20px;
	padding-top: 20px;
	font-size: 0.90em;
	line-height: 1.4em;
	font-weight: bold;
}
#logo {
	position: absolute;
	height: 120px;
	width: 120px;
	background-color: #3E6105;
}
#logo_index {
	position: absolute;
	height: 120px;
	width: 120px;
}
#header {
	position: absolute;
	height: 80px;
	width: 680px;
	left: 120px;
}
#content img {
	margin: 10px;
}
#sprueche {
	position: absolute;
	height: 200px;
	width: 105px;
	left: 795px;
	top: 81px;
	background-color: #EFF4D2;
	margin-left: 20px;
	padding: 5px;
	font-size: 0.85em;
	line-height: 1.4em;
	font-style: italic;
}

/* Index */

#container_index {
	height: 600px;
	width: 800px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background:url(../images/hg_index.jpg)
}
#content_index {
	position: absolute;
	height: 440px;
	width: 640px;
	top: 120px;
	left: 120px;
	padding: 20px;
}
#navi1_index {
	position: absolute;
	height: 460px;
	width: 115px;
	top: 120px;
	left: 0px;
	padding-left: 5px;
	padding-top: 20px;
}
#navi2_index {
	position: absolute;
	height: 40px;
	width: 680px;
	left: 120px;
	top: 60px;
	background: #EFF4D2;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

/* Klassen */

.fett { font-weight: bold; }
.eingemittet { text-align: center; }
.rechts { text-align: right; }
.aktuelleSeite { color: #667B0C; }
.bild_links { margin-left: 0px !important; }
.bild_rechts { margin-right: 0px !important; }

/* Elemente */

a {
	color: #FF0000;
	text-decoration: none;
}
a:active { color: #667B0C; }
h3 {
	font-size: 1.2em;
	color: #667B0C;
	margin-bottom: 20px;
}
h4 { margin-bottom: 10px; }
p { margin-bottom: 10px; }
