* {
  padding:0;
  margin:0; 
}

html {
  height:100%; 
  max-height:100%; 
  border:0; 
  background:#FFFFD7; 
  font-size:11pt; 
  font-family:arial, sans-serif;
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
}

body {
  height:100%; 
  max-height:100%; 
  overflow:hidden; 
  border:0;
}

#content {
  overflow:auto; 
  position:absolute; 
  z-index:3; 
  top:51px; 
  bottom:1px; 
  left:175px; 
  right:0;
  background:#FFFFD7;
  padding-top:10px;
}

* html #content {
  top:51px; 
  left:0; 
  right:0; 
  bottom:0; 
  height:100%; 
  max-height:100%; 
  width:100%; 
  overflow:auto; 
  position:absolute; 
  z-index:3; 
  border-top:1px solid #FFFFD7; 
  border-bottom:1px solid #FFFFD7; 
  border-left:175px solid #FFFFD7;
  padding-top:10px;
}

.dick {
  font-weight:bold;
}
 
.unterstrichen {
  text-decoration:underline;
}

.mitte {
  text-align:center;
}

.rechts {
  text-align:right;
}

img {
  border:none;
}

/* Abstand der Absätze festlegen */

#content p {
  padding:0.5em 0;
}

#content .s10 {
  font-size:10pt;
}

#content .s14 {
  font-size:14pt;
}

/* rote Schrift */

#content .rot {
  color:#FF0000;
}

/* grüne Schrift */

#content .gruen {
  color:#009900;
}

/* Links */

#content a {
  text-decoration:none;
}

/* Linien */

#content hr {
  margin:0.5em auto;
  border:none;
  background-color:#202E53;
  height:2px;
}

* html #content hr {
  color:#202E53;
  border:none;
  height:2px;
}

#content .hr2 {
  border:none;
  background-color:#202E53;
  height:2px;
  margin:0.5em auto;
}

/* Floaten beenden */

.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

/* Überschriften mit blauen Hintergrund */

#ueberschrift {
  width:99%;
  background:#7D775E;
  padding:5px;
  margin:0 0 0.5em 0;
}

* html #ueberschrift {
  width:97%;
  background:#7D775E;
  padding:5px;
  margin:0 0 0.5em 0;
}

#ueberschrift h2 {
  border:1px solid #EDEEE8;
  color:#EDEEE8;
  padding:2px;
}