body {
margin: 7px 9px 0;
padding: 0;
font: 0.9em arial, hevetica, sans-serif;
text-align: center;
color: #000000;
background-color: #FFFFFF;
}

#seite {
margin: 20px auto;
width: 800px;
text-align: left;
color: #000000;
background-color: #FFFFFF;
border: 1px solid black;
}

#kopf {
padding: 1px;
color: #000000;
background-color: #FFFFFF;
border-bottom:1px solid black;
}

#kopf h1 {
text-align: center;
font: 200% arial, hevetica, sans-serif;
font-weight:bold;
}

#kopf h2 {
text-align: center;
font: 150% arial, hevetica, sans-serif;
font-weight:bold;
}

h3 {
text-align: center;
font: 120% arial, hevetica, sans-serif;
font-weight:bold;
}

#links {
padding: 5px;
float: left;
width: 180px;
color: #000000;
background-color: #FFFFFF;
}

.buttonscontainer {
width: 170px;
border-bottom: 1px solid #A4C0E2;
}

.overbutton {
padding: 2px;
border-top: 1px solid #A0C0E0;
font: 85% arial, hevetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
background-color: #4E83BB;
width: 100%;
}

.buttons a {
padding: 2px;
border-top: 1px solid #A0C0E0;
font: 0.9em arial, hevetica, sans-serif;
color: #234A76;
font-weight: bold;
text-decoration: none;
background-color: #F1F1F1;
display: block;
margin: 0px;
width: 100%;
text-align: left;
}

.buttons a:hover {
cursor: hand;
color: #FFFFFF;
font-weight: bold;
background-color: #A0C0E0;
text-decoration: none;
}

#mitte {
padding: 1px;
width: 440px;
color: #000000;
background-color: #FFFFFF;
}

#rechts {
padding: 1px;
float: right;
width: 130px;
color: #000000;
background-color: #FFFFFF;
}

#unten {
padding: 1px;
clear: both;
height: 18px;
color: #000000;
background-color: #FFFFFF;
border-top:1px solid black;
font: 0.7em arial, hevetica, sans-serif;
color:#9F9F9F;
text-align: center;
}

#unten a {
color:#9F9F9F;
text-decoration:none;
}

/* Schrift */
.text, table {
font: 0.9em arial, hevetica, sans-serif;
color:#000000;
}

/* Anmerkungen, Hinweise */
.klein {
font-size:1em;
}

/* Tipps */
.tipp {
color:#00009F;
}

/* Überschrift */
h1 {
font-family:verdana,arial,times,sans-serife;
font-size:1.4em;
text-align:center;
}
h2 {
font-family:verdana,arial,times,sans-serife;
font-size:1.25em;
text-align:center;
}

/* Inputfelder + Textboxen */
.input {
background-color: #e2e7fa;
color: #000000;
}

/* Tabellen */
.table {
background-color: #e2e7fa;
color: #000000;
border:1px solid #00009F;
}

/* Tabellen-Zellen */
.zelle {
color: #000000;
}

/* Trennlinien */
hr {
color:#000000;
height:1px;
width: 440;
}