/* Seitenhintergrund und Schriftfarbe im GB */
body {
font-family: Verdana, Arial;
background-color: #00ff00;
}

/* Links im GB */
.nl {
font-size: 11px;
text-decoration: none;
color:#456589;
}
.nl:hover {
font-size: 11px;
text-decoration: underline;
color: #131c22;
}

.nl:active {
font-size: 11px;
text-decoration: none;
color: #660033;
}


/* Layouttabellen */
.gbtab {
background-color: #ffffff;
width: 500px;
margin: 5px;
}
.topleft {
background-color: #9fb0bf;
width: 20px;
height: 20px;
font-size: 11px;
color: #000000;
padding: 2px;

}
.topright {
background-color: #c8d2d9;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}

.contentleft {
background-color: #beccd8;
width: 20px;
height: 20px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.content {
background-color: #e4ebed;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}

.bottomleft {
background-color: #9fb0bf;
font-size: 11px;
color: #000000;
padding: 2px;
width: 20px;
height: 20px;
}

.bottomright {
background-color: #c8d2d9;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}

/* CSS Abgaben fuer Formularelemente */
form { display: inline; }

.area {
background-color: #f2f2f2;
border: 1px solid #000000;
font-size: 11px;
font-family: Verdana, Arial;
padding: 2px;
}

.button {
background-color: #b6c7d3;
border: 1px solid #537691;
font-size: 10px;
font-family: Verdana, Arial;
font-weight: bold;
color: #00000;
}
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: 11px;
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;
}