body {
	margin-top: 10px;
	background-color: #999900;
	background-image: url(../images/style/gesamt.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin: auto;
	width: 810px;
	height: 500px;
	position: relative;
	top: 0px;
	z-index: 1;
}
.menue-l {
	width: 350px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 45px;
	left: 45px;
	overflow: hidden;
	z-index: 2;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF33;
}
.menue-l a {
	text-decoration: none;
	color: #FFFF33;
}
.menue-l a:hover {
	color: #FFFFFF;
}
.menue-l .ACT {
	color: #FFFFFF;
}

.menue-r {
	width: 400px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 5px;
	left: 400px;
	overflow: hidden;
	z-index: 3;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF33;
}
.menue-r a {
	text-decoration: none;
	color: #FFFF33;
}
.menue-r a:hover {
	color: #FFFFFF;
}
.menue-r .ACT {
	color: #FFFFFF;
}

.content {
	width: 340px;
	height: 235px;
	position: absolute;
	top: 70px;
	left: 45px;
	overflow: auto;
	z-index: 4;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	scrollbar-3dlight-color: #999900;
	scrollbar-arrow-color: #999900;
	scrollbar-base-color: #FFFFCC;
	scrollbar-darkshadow-color: #FFFFCC;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-face-color: #FFFFCC;
	scrollbar-shadow-color: #999900;
	scrollbar-track-color: #FFFFCC;
}
.content a {
	text-decoration: none;
	color: #617D20;
}
.content a:hover {
	color: #999900;
}

h1 {
	margin: 3px 0px 9px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #617D20;
	text-transform: uppercase;
}
h3, h4 {
	margin: 3px 0px 3px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
p {
	margin: 0px 0px 3px 0px;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}
ul {
	margin: 5px 0px 10px 0px;
}
li {
	margin: 0px 0px 5px 15px;
	list-style: url(../images/style/listpfeil.gif);
	line-height: 130%;
}
.fett {
	font-weight: bold;
}

/*Formular*/
.formLabel {
	width: 30%;
}
.formField {
	width: 70%;
}
.formLabel, .formField, .formField label, .formField input {
	font-size: 11px;
	color: #000000;
	line-height: 130%;
	margin: 5px 0px 5px 0px;
}
.zwtext {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 130%;
	margin: 5px 0px 5px 0px;
}
