body, td, th, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-image: url(../_images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}
p {
	margin-top: 14px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #e3e8b9;
	text-decoration: underline;
}
input.text, textarea.text {
	color:#000000;
	width: 200px;
	border: 1px solid #768600;
	margin-bottom: 3px;
}
input.empfehlen, textarea.empfehlen {
	color:#000000;
	width: 200px;
	border: 1px solid #a9c02c;
	margin-bottom: 3px;
}


/* Content */
table.main {
	width: 696px;
	border-top: 6px solid #FFF;
	background-image: url(../_images/back_main.gif);
	background-repeat: repeat-y;
}
table.oben .content {
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
	border-right: 6px solid #FFF;
	padding: 20px 25px 10px 25px;
	background-color: #768600;
}
a.textlink:link, a.textlink:visited, a.textlink:active, a.textlink:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* Navi */
table.oben .navi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-right: 6px;
}
table.oben .navi a:link, table.oben .navi a:visited, table.oben .navi a:active {
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 4px 0px 5px 25px;
	color: #525d01;
	text-decoration: none;
	font-weight: normal;
}
table.oben .navi a:hover, table.oben .navi a.active:link, table.oben .navi a.active:visited, table.oben .navi a.active:active {
	color: #FFFFFF;
	background-color: #768600;
	font-weight: normal;
}

/* Footer */
table.main .footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e5e11;
	font-size: 10px;
	padding: 0px 8px 2px 8px;
}

/* Sonstiges */
div.bluete {
	position: absolute;
	width: 100%;
	height: 76px;
	top: 0px;
	left: 0px;
	text-align: center;
}
div.bluete img {
	margin-left: 692px;
}

