* {
 margin: 0;
 padding: 0;
}

html, body {
 height: 100%;
}

#kopf {
 width: 100%;
}

#fuss {
 display: none;
}

#mitte {
 width: 100%;
}

#obenlinks {
 display: none;
}

#obenrechts {
 display: none;
}

body {
 font-family: times new roman, serif;
 font-size: 12pt;
 font-weight: normal;
 font-variant: normal;
 font-style: normal;
 background-color: #ffffff;
 color: #000000;
}

#mittelinks {
 display: none;
}

#mitterechts {
 display: none;
}

#inhalt {
 background-color: #ffffff;
 font-size: 12pt;
 color: #000000;
 border-left: 1px solid black;
 border-right: 1px solid black;
}


/*===============================================
HAUPTNAVIGATION
===============================================*/

ul#hauptnav {
 display: none;
}

/*===============================================
UNTERNAVIGATION
===============================================*/

ul#unternav {
 display: none;
}

/*===============================================
UNTER-UNTERNAVIGATION
===============================================*/

ul#unter2nav {
 display: none;
}

/*===============================================
TEXT- UND ABSATZFORMATIERUNG
===============================================*/

/*-----------------------------------------------
Rubrikenüberschrift
-----------------------------------------------*/

#obenmitte h1 {
 width: 100%;
 margin: 0;
 padding: 0;
 font-size: 16pt;
 position: absolute;
 color: #000000;
 font-family: courier, monospace;
 font-weight: bold;
 border-top: thin solid #000000;
}

/*-----------------------------------------------
Überschriften
-----------------------------------------------*/

h2 em {
 font-size: 0.7em;
 font-weight: normal;
}

h2 {
 font-size: 1.2em;
 font-weight: bold;
 color: #000000;
 border-bottom: thin dashed #000000;
 border-top: thin dashed #000000;
 margin: 2pt;
 clear: both;
 padding: 0.5pt 0;
}

h3 {
 color: #3333ff;
 font-size: 1em;
 border: thin dashed #000099;
 float: left;
 margin: 0 0.5em 0 0;
 padding: 0.5em 0;
 font-weight: bold;
 padding: 0.2em;
 clear: left;
}

/*-----------------------------------------------
Absätze
-----------------------------------------------*/

p {
 text-align: justify;
}


p.textrechts {
 text-align: right;
 border-top: thin dotted #000000;
}

p.fotos a {
 text-decoration: none;
 border: none;
}

p.fotos a:hover {
 text-decoration: none;
 border: none;
}

/*-----------------------------------------------
Listen
-----------------------------------------------*/

dl {
 font-size: 1em;
 margin-bottom: 1em;
 padding-top: 1px;
}

dt {
 margin: 0.5em 27px 0 0;
 padding: 0.3em 0 0.1em 0;
 border-bottom: 1px solid #cc0000;
 font-weight: bold;
}

dd {
 margin: 0 27px 0 3em;
 text-align: justify;
}

dd p {
 margin: 0 0 1em 0;
}

ol {
 list-style-type: upper-roman;
 margin: 0 20% 0 3em;
}

#inhalt ul {
 list-style-type: square;
 margin: 0 20% 0 2em;
 margin-right: 20%;
}

#inhalt ul li {
 margin: 0 0 0.5em 0;
}

/*-----------------------------------------------
Hervorhebungen
----------------------------------------------.*/


/*-----------------------------------------------
Hyperlinks in Text, Listen, Tabellen
-----------------------------------------------*/

p a,
p a:visited,
#inhalt ul li a,
#inhalt ul li a:visited,
ol li a,
ol li a:visited,
dd a,
dd a:visited {
 color: #ffffff;
 text-decoration: none;
}

p a:hover,
#inhalt ul li a:hover,
ol li a:hover,
dd a:hover {
 color: #ffffff;
 border-bottom: thin solid #cc0000;
 border-top: thin solid #cc0000;
}

dt a,
dt a:visited,
h2 a,
h2 a:visited,
td a,
td a:visited  {
 color: #ffffff;
 margin:0;
 padding:0;
 font-size: 1.2em;
 font-weight: bold;
 border: none;
 text-decoration: none;
}

dt a:hover,
h2 a:hover,
td a:hover {
 color: #cc0000;
}



/*-----------------------------------------------
Positionierungen
-----------------------------------------------*/

.links {
 float: left;
 margin: 0 0.5em 0 0;
}

.rechts {
 float: right;
 margin: 0 0 0 0.5em;
}

/*===============================================
SVH
===============================================*/

#svh table, table {
 border-collapse: collapse;
 margin: 1em 27px 1em 0.1em;
 padding: 0;
 border-top: 4px solid #000066;
 border-bottom: 4px solid #000066;
 line-height: 1.5em;
}

#svh table th, table th {
 margin: 0;
 padding: 0.5em;
 text-align: right;
 vertical-align: top;
 white-space: nowrap;
 border-bottom: 2px solid #000066;
 background-color: #000066;
 font-size: 0.8em;
 font-weight: normal;
}

#svh table td, table td {
 margin: 0;
 padding: 0.5em 0 0.5em 1em;
 border-bottom: 2px solid #000066;
}

/*-----------------------------------------------
Gelbe und Rote Karten
-----------------------------------------------*/

.gelb {
 font-style: normal;
 color: #000033;
 background-color: yellow;
}

.rot {
 color: #badefa;
 background-color: red;
 font-weight: normal;
}

.gelbrot {
 color: red;
 font-weight: bold;
 border-left: 12px solid red;
 border-right: 12px solid red;
 background-color: yellow;
}



h4 {
 font-size: 0.7em;
 font-weight: bold;
 color: #3333ff;
 border-bottom: thin dashed #000099;
 border-top: thin dashed #000099;
 margin: 1em 27px 1em 0;
 padding: 0.5em 0;
}

h4 a, h4 a:visited {
 text-decoration: none;
 color: #3333ff;
}

.bildtext {
 font-size: 0.8em;
}

p.einleitung {
 color: black;
}


