/* Hintegrundbild für jede Seite festlegen, gekachelt, Standardschriftvorgabe */
/* body { */
/* background-image: url('../misc/hintergrund.gif'); background-repeat: repeat; font-family:verdana; font-size:11px */
/* } */

/* Standardlink, falls keine Klasse angegeben */
a {
font-weight: bold; text-decoration: none; color: #0B3D84;
}

a:hover {
color: #AAAAAA;
}

/* Nebeneinanderliegende Rahmen von Tabellenzellen sollen zu einem verschmelzen */
table {
border-collapse: collapse; empty-cells: show;
}

/* Standardzellendefinition */
td {
font-family:verdana; font-size: 11px; color: #666666;
}

/* Zellen in Navi vertikal gemittelt ausrichten */
td.navigationsleiste	{
vertical-align: middle;
}

/* Navilink */
a.navigation	{
font-weight: bold; text-decoration: none; color: #0B3D84;
}

a.navigation:hover {
color: #AAAAAA;
}

/* Navilink in blauem Kasten */
a.navibottom {
color: #FFFFFF; text-decoration: none; font-weight: normal;
}

a.navibottom:hover {
color: #AAAAAA;
}

/* obere Navigtion */
a.navitop {
font-weight: bold; text-decoration: none; color: #FFFFFF;
}

a.navitop:hover {
color: #AAAAAA;
}

/* Fußzeilenlink */
a.fuss {
COLOR: #B0B4B5; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 9px; TEXT-DECORATION: none; font-weight: normal;
}

a.fuss:hover {
COLOR: #0B3D84; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 9px; TEXT-DECORATION: none; font-weight: normal;
}

/* Rahmen wird links gesetzt, kann mit anderen Klassen gemischt werden */
td.links {
border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC;
}

/* Googlefreundliche Überschriften */
h1 {
color: #0B3D84; font-size: 13px; font-family: verdana;
}

h2 {
color: #666666; font-size: 11px; font-family: verdana; display: inline;
}

/* Zeilenabstand für Fließtext */
.fliesstext {
line-height: 17px;
}

/* Formularfelder */
caption {
color: #666666; font-size: 11px; font-family: verdana; display: inline;
}

textarea {
width: 270px; font-family: verdana; font-size: 11px;
}

input {
font-family: verdana; font-size: 11px; height: 20px;
}

/* Kopfzeile von Kästen */
td.kastentitel {
color: #FFFFFF;
}
