/* Seitenhintergrund und Schriftfarbe im GB */
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #FDFBD9;
margin: 0px;
padding: 0px;
}

/* Links im GB */
.nl {
font-size: 10pt;
text-decoration: underline;
color: FF8000;
}
.nl:hover {
font-size: 10pt;
text-decoration: underline;
color: #FF8000;
}

.nl:active {
font-size: 10pt;
text-decoration: underline;
color: Red;
}
.copyr {
font-size: 9px;
text-decoration: none;
color:FF8000;
}
.copyr :hover {
font-size: 9px;
text-decoration: none;
color: FF8000;
}

.copyr :active {
font-size: 9px;
text-decoration: none;
color: FF8000;
}


/* Layouttabellen */
.gbtab {
background-color: ##FDFBD9;
width: 570px;
margin: 5px;
}
.topleft1 {
	background-color: #FDFBD9;
	width: 15px;
	height: 20px;
	font-size: 10pt;
	color: #000000;
	padding: 2px;
}
.topleft {
	background-color: #96B831;
	width: 15px;
	height: 20px;
	font-size: 10pt;
	color: #000000;
	padding: 2px;
}
.topright {
background-color: #FDFBD9;
width: 570px;
font-size: 10pt;
color: #000000;
padding: 2px;
}

.contentleft {
background-color: #96B831;
width: 15px;
height: 20px;
font-size: 10pt;
color: #000000;
padding: 2px;
}
.content {
background-color: #FDFBD9;
width: 570px;
font-size: 10pt;
color: #000000;
padding: 2px;
}

.bottomleft {
background-color: #96B831;
font-size: 10pt;
color: #000000;
padding: 2px;
width: 15px;
height: 20px;
}

.bottomright {
background-color: #FDFBD9;
width: 570px;
font-size: 10pt;
color: #000000;
padding: 2px;
}

/* CSS Abgaben fuer Formularelemente */
form { display: inline; }

.area {
background-color: #ffffff; border-bottom: 1px #F0F0F0 solid; border-left: 1px #C0C0C0 solid; border-right: 1px #F0F0F0 solid; border-top: 1px #C0C0C0 solid; color: #2A2A2A; font-family: Arial, Helvetica, sans-serif; font-size: 12px;
padding: 2px;
}

.button {
BORDER-RIGHT: #111111 1px solid;
	BORDER-TOP: #F0F4FD 1px solid;
	FONT-SIZE: 10px;
	BORDER-LEFT: #F0F4FD 1px solid;
	COLOR: #111111;
	BORDER-BOTTOM: 1px solid #111111;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	BACKGROUND-COLOR: #d2d2d2;
}
fieldset {
border: 1px solid #96B831;
margin: 5px;
padding: 5px;
}

/* ====== CSS FUER SEITENNAVIGATION ====== */
.sitenav {
background-color: #d0d0d0;
}
.sitenav td {
background-color: #f4f5f7;
padding: 3px;
font-size: 10pt;
text-align: center;
font-weight: bold;
}

.sitenav .aktuelleseite {
background-color: #ffffff;
font-weight: bold;
}
.sitenav .seiteninfo {
background-color: #ececec;
font-weight: bold;
}
.sitenav td a {
color: #990000;
text-decoration: none;
font-weight: bold;
}
.sitenav td a:hover {
color: #000066;
text-decoration: none;
font-weight: bold;
}

/* Verstecktes Formularfeld als Spammerfalle */
.zusatz {
border: 1px solid #4e7496; 
background-color:#f9fafb; 
width: 100px; 
font-family: arial, verdana, sans-serif; 
font-size: 10pt;
display: none;
}


