body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	overflow: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #366bbe;
}
#wrap {
	width: 970px;
	float: left;
	margin: 0px;
}
#header {
	width: 970px;
	height: 140px;
	float: left;
	background-image: url(../images/oben.jpg);
	background-repeat: no-repeat;
}
#navigation {
	width: 170px;
	float: left;
	height: 600px;
	min-height: 560px;
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#menu {
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
}
#menu ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.liste1 {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	border-top: 1px solid #ffffff;
}
.liste1 a:link, .liste1 a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	width: 157px;
}
.liste1 a:hover {
	display: block;
	color: #FFFFFF;
	background-image: url(../images/navi-hover.gif);
	background-repeat: no-repeat;
}
#inhalt {
	width: 800px;
	float: right;
	min-height: 560px;
	background: url(../images/inhalt.jpg) top left no-repeat;
}
#inhalt a:link, #inhalt a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
#inhalt a:hover {
	text-decoration: none;
}
.text {
	padding: 0 10px;
	max-width: 550px;
	margin-left: 100px;
}
.text a:link, .text a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
.text a:hover {
	text-decoration: none;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	}
form {
	width: 400px;
	text-align: center;
	margin-left: 200px;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #802e35;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	padding-left: 3px;
}
input:focus {
	color: #003366;
	background-color: #f9edb0;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #802e35;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	padding-left: 3px;
	overflow: auto;
}
textarea:focus {
	color: #802e35;
	background-color: #f9edb0;
}
fieldset {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
legend {
	padding: 0 20px 0 20px;
	margin: 10px 0 10px 40px;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	padding: 10px;
	width: 400px;
	text-align: center;
	margin-left: 170px;
}
.warning a:link, .warning a:visited {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
.warning a:hover {
	text-decoration: none;
}
.clauder a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
}