* { border: 0; margin: 0; padding: 0; }

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

body {
font-family: Verdana;
font-size: 100.1%;
text-align: left;
margin: 40px 0 0 80px; 
background-color: #ccc;
color: #000;
}

hr { 
background-color: #666; 
width: 100%; 
height: 1px; 
margin: 10px 0; 
}

a:link { color: #900; text-decoration: none; }
a:visited { color: #900; text-decoration: none; }
a:hover { color: #c00; text-decoration: underline; }
a:active { color: #c00; text-decoration: underline; }

.small { font-size: 85%; line-height: 115%; }

#banner {
position: absolute;
left: 950px;
top: 40px;
width: 160px;
height: 600px;
}

#kasten {
background-color: white; 
border: solid 1px #000; 
width: 850px; 
text-align: left; 
}

#oben { 
width: 850px;
}

#oben img {
margin: 35px 0 30px 35px;
}



#mitte { 
width: 850px; 
border-top: 1px solid #000;
padding-bottom: 0px;
background: url(img/bg.gif) repeat-y;
}

#spalte {
float: left;
width: 270px;
background-color: #fff;
}

#spalte p {
font-size: 0.7em;
line-height: 135%;
margin: 20px;
}


/* Navigation  */

#navi {
font-size: 0.7em;
line-height: 125%; 
background-color: #900;
color: #fff;
border-bottom: 1px solid #000;
padding-top: 20px;
padding-bottom: 20px;
}


#navi ul {
margin-left: 20px;
padding-left: 20px;
}

#navi li {
margin-left: 0px;
padding-left: 0px;
margin-top: 1em;
font-weight: bold;
list-style: none;
}

#navi ul ul {
margin-left: 1em;
padding-left: 0px;
margin-top: 0.1em;
}

#navi li li {
margin-top: 0em;
margin-left: 0;
padding-left: 0;
list-style: none;
font-weight: normal;
width: 150px;
}

#navi li a {
color: #fff;
list-style: none;
padding-left: 1.5em;
background: none;
}

#navi li a:hover, #navi a.aktiv {
text-decoration: none;
background: url(img/weiss.gif) 0em 0.2em no-repeat;
list-style: none;
padding-left: 1.5em;
}

#navi li li a {
background: none;
color: #fff;
list-style: none;
}

#navi li li a:hover, #navi li li a.aktiv {
background: none;
text-decoration: underline;
list-style: none;
}

html>body #navi li a { height: auto;}


#inhalt {
float: left;
width: 520px;
padding-top: 25px;
border-left: 1px solid #000;
padding-bottom: 20px;
}

#inhalt h1 { 
color: #900;
font-size: 0.8em;
font-weight: bold;
margin: 2px 0 12px 30px;
line-height: 125%;
}

#inhalt h2 { 
color: #900;
font-size: 0.8em;
font-weight: bold;
margin: 2px 0 12px 30px;
line-height: 125%;
}

#inhalt h3 { 
color: #600;
font-size: 0.8em;
font-weight: bold;
margin: 12px 0 8px 30px;
line-height: 125%;
}

#inhalt h4 { 
color: #300;
font-size: 0.8em;
font-weight: bold;
margin: 12px 0 8px 30px;
line-height: 125%;
}

#inhalt p {
font-size: 0.7em;
line-height: 135%;
margin: 8px 5px 8px 30px;
}

#inhalt hr {
margin: 8px 5px 8px 30px;
}


#inhalt li {
line-height: 135%;
margin-top: 0.1em;
font-size: 0.7em;
margin-left: 45px;
padding-left: 1.5em;
background: url(img/rot.gif) 0 0.3em no-repeat;
list-style: none;
}

#inhalt img.profil {
margin-left: 2em;
margin-top: 0.3em;
}

html>body #inhalt li { height: auto;}

#inhalt table {
margin-left: 30px;
font-size: 0.75em;
width: 450px;
margin-bottom: 1.5em;
background-color: #fff;
}

#inhalt caption {
text-align: left;
font-weight: bold;
margin-left: 2px;
margin-bottom: 2px;
}

#inhalt td {
border: 1px solid #eee;
border-collapse: collapse;
vertical-align: top;
padding: 2px;
font-size: 0.95em;
}

#unten {
color: #000;
font-size: 0.7em;
width: 850px;
border-top: 1px solid black;
}

#unten p {
padding: 4px 20px 4px 35px;}

#unten p.web { }

#unten p.print {
display: none;
}


/* Formular  */

input, select, textarea {
font-size: 100%;
font-family: times;
border: solid 1px #000;
background: #fff;
}

.beschriftung { font-size: 90%; float: left; width: 140px; margin-top: 0.5em; margin-left: 25px;}
.feld select { font-size: 90%; float: left; margin-top: 0.5em; }
.feld input { font-size: 90%; float: left; width: 220px; padding: 0.1em; margin-top: 0.5em; }
.text { font-size: 90%; float: left; width: 360px; padding: 1em 0 0.2em 0; margin-left: 25px; }
.feld-text textarea { font-size: 90%; width: 360px; height: 100px; margin-left: 25px; }
.button input { font-size: 90%; float: left; padding: 0.2em 1em; margin-top: 1em; margin-left: 25px; }

