/* Seitenhintergrund und Schriftfarbe im GB */

body {

font-family: arial, verdana, sans-serif;

background-color: #ffffff;

}



/* Links im GB */

.nl {

font-size: 10pt;

text-decoration: none;

color:#135ab0;

}

.nl:hover {

font-size: 10pt;

text-decoration: underline;

color: #131c22;

}



.nl:active {

font-size: 10pt;

text-decoration: none;

color: #660033;

}

.copyr {

font-size: 9px;

text-decoration: none;

color:#c0c0c0;

}

.copyr :hover {

font-size: 9px;

text-decoration: none;

color: #c0c0c0;

}



.copyr :active {

font-size: 9px;

text-decoration: none;

color: #c0c0c0;

}





/* Layouttabellen */

.gbtab {

background-color: #ffffff;

width: 630px;

margin: 5px;

}

.topleft1 {

	background-color: #F5F5F5;

	width: 20px;

	height: 20px;

	font-size: 10pt;

	color: #000000;

	padding: 2px;

}

.topleft {

	background-color: #D3D3D3;

	width: 20px;

	height: 20px;

	font-size: 10pt;

	color: #000000;

	padding: 2px;

}

.topright {

background-color: #F5F5F5;

width: 630px;

font-size: 10pt;

color: #000000;

padding: 2px;

}



.contentleft {

background-color: #D3D3D3;

width: 20px;

height: 20px;

font-size: 10pt;

color: #000000;

padding: 2px;

}

.content {

background-color: #ffffff;

width: 630px;

font-size: 10pt;

color: #000000;

padding: 2px;

}



.bottomleft {

background-color: #D3D3D3;

font-size: 10pt;

color: #000000;

padding: 2px;

width: 20px;

height: 20px;

}



.bottomright {

background-color: #F5F5F5;

width: 630px;

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: Verdana, Arial, Helvetica; 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 #c8d2d9;

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;

}
