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

body {
font-family: Verdana;
font-size: 100.1%;
text-align: center;
margin: 20px; 
background-color: #fff;
color: #000;
line-height: 130%;
}

a:link, a:visited, a:hover, a:active { 
color: #000000; text-decoration: none 
}


#spalte {
display: none;
}

#kasten {
text-align: left;
}

#oben {
text-align: right;
margin-bottom: 1em; }


#inhalt {
}

#inhalt h2, #inhalt h1 { 
font-weight: bold;
}

#inhalt h3 { 
font-weight: bold;
}

#inhalt h4 { 
font-weight: bold;
}

#inhalt p {
}

#inhalt li, ul {
}

#inhalt caption {
text-align: left;
font-weight: bold;
}

#inhalt td {
border: 1px solid #666;
border-collapse: collapse;
vertical-align: top;
padding: 2px;
}

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

#mitte { }

#unten {
}

#unten p {}

#unten p.print { }
#unten p.web {display: none;}

/* Formular  */

input, select, textarea {
font-size: 100%;
font-family: times;
}

.beschriftung { font-size: 90%; float: left; width: 140px; margin-top: 0.5em; }
.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;  }
.feld-text textarea { font-size: 90%; width: 360px; height: 100px;  }
.button input { font-size: 90%; float: left; padding: 0.2em 1em; margin-top: 1em; }

