* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #009;
	background-color: #FFFFFF;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}

a {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #C60;
}

#seiteninhalt {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 145px;
	background-image: url(../images/storch.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	font-size: 2.1em;
	color: #009;
}
#header h1 a {
	color: #00C;
	text-decoration: none;
}
#header h1 a:hover {
	color: #C60;
}

#inhalt {
	overflow: auto;
	background-color: #FFF;
	background-image: url(../images/back-blau.jpg);
}

.right {
	float: right;
	width: 640px;
	text-align: left;
	font-size: 1em;
	margin-top: 30px;
	margin-right: 20px;
}
.right h1 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	float: none;
	color: #009;
}

.right h2 {
	font-size: 1.2em;
	color: #009;
	text-align: left;
	font-weight: normal;
	line-height: 1.3;
}
.right ul {
	padding-left: 40px;
	line-height: 2.5em;
	list-style-image: url(../images/punkt.gif);
}

.bild{
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

.left {
	width: 130px;
	margin-top: 30px;
}

.left ul {
	list-style-type: none;
	margin: 5px 5px 5px 30px;
	list-style-image: url(../images/blue.gif);
}
.left ul li a {
	text-decoration: none;
	font-size: 1em;
	color: #009;
	float: none;
	display: block;
	line-height: 40px;
	font-weight: bold;
}
.left ul li a:hover {
	text-decoration: underline;
	color: #C60;
}
.left ul li a.aktiv  {
	text-decoration: underline;
	color: #00C;
	}

.bild{
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.bild{
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

#footer {
	text-align: center;
	font-size: 1em;
	color: #009;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
	background-image: url(../images/back-blau.jpg);
}
#footer a {
	color: #009;
}
#footer a:hover {
	color: #C60;
}
