/* -- 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-weight: bold;
 font-size: 1em;
 text-align: left;
}

h2, h3, h4, h5, h6 {
 color: black;
 font-weight: normal;
 text-decoration: underline;
 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;
}

a.lmenue {
 font-weight: bold;
}

a.lmenue:hover {
 color: #C44008;
 font-weight: bold;
}

a.lmenuea {
 color: #FCFECC;
 font-weight: bold;
}

a.lmenuea:visited {
 color: #FCFECC;
 font-weight: bold;
}

a.lmenuea:hover {
 color: #FCFECC;
 font-weight: bold;
}

a.bottom, a.bottom:visited {
 color: black;
}

a.bottom: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;
}

table#menue {
 width: 100%;
 border: none;
}
table.frametab {
 border: 1px solid #0402FC;
}

td.menuez1 {
 background: #FCFECC;
 border: 2px ridge #0402FC;
}

td.menuez1a {
 background: #C44008;
 border: 2px ridge #0402FC;
}

td.inhbox {
 border: 1px solid #C44008;
 text-align: left;
}

td.inhboxseek {
 border: 1px solid #C44008;
 text-align: left;
 background: white;
}

.headinfo{
 color: #0402FC;
 font-size: 1.3em;
 text-align: center;
 margin-top: 16px;
 margin-bottom: 16px;
 }

.topinfo{
 color: black;
 font-weight: bold;
 font-size: 1em;
 margin-left: 16px;
 margin-top: 16px;
 margin-bottom: 0px;
 text-align: left;
}
.mentext{
 color: black;
 font-size: 1em;
 margin-left: 16px;
 margin-top: 16px;
 margin-bottom: 0px;
 text-align: left;
}
.textinfo{
 text-align: left;
 margin-left: 16px;
 margin-right: 16px;
}
.format1{
font-style: italic;
}

.pfeil{
 color: black;
 font-size: 1em;
 margin-left: 16px;
 margin-bottom: 16px;
 text-align: left;
}