/* -- Körper -- */
body {
 background: #E8E8E8;
 color: black;
 margin: 0;
 padding: 1%;
 min-width: 640px; /* Bei weniger als 640px Breite soll ein Scrollbalken erscheinen */
 font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
 font-family: arial, verdana, sans-serif;
 font-size: 0.8em;
}

/* -- Schriften, Bilder -- */

h1 {
 color: #0402FC;
 font-size: 1.4em;
 text-align: center;
}

h2{
 font-size: 1.3em;
 text-align: left;
}

h3 {
 margin-top: 32px;
 color: #0402FC;
 font-weight: bold;
 font-size: 1.2em;
 text-align: left;
}

h4 {
 font-weight: bold;
 font-size: 1.1em;
 text-align: left;
}

h5, h6 {
 font-weight: bold;
 font-size: 1em;
 text-align: left;
}

img {
 border-style: none;
}

/* -- Links -- */
a {
 font-weight: normal;
 text-decoration: none;
 color: #C44008;
}

a:visited {
 color: #C44008;
}

a:hover {
 color: #0402FC;
}

a.kmenuea {
 color: #0402FC;
}

a.kmenuea:visited {
 color: #0402FC;
}

a.kmenuea:hover {
 color: #0402FC;
}

/* -- Tabellen -- */
table {
 background: #FCFECC;
}

table#kopf {
 width: 752px;
 color: #0402FC;
 background: none;
 border: none;
}

table#koerper {
 width: 752px;
 border: 3px solid #FFE566;
}

td.inhbox {
 border: 1px solid #C44008;
 text-align: left;
}

.headinfo{
 color: #0402FC;
 font-size: 1.3em;
 text-align: center;
 margin-top: 16px;
 margin-bottom: 16px;
 }

.textinfo{
 text-align: center;
 margin-left: 16px;
 margin-right: 16px;
}

.pfeil{
 font-size: 1.3em;
 font-weight: bold;
 margin-left: 16px;
 margin-bottom: 16px;
 text-align: left;
}

.inp{
 color: #008080;
 white-space:nowrap;
}