* {
  padding:0;
  margin:0; 
}

html {
  height:100%; 
  max-height:100%; 
  border:0; 
  background:#FFF2BF; 
  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:1px; 
  bottom:1px; 
  left:160px; 
  right:0;
  background:#FFF2BF;
}

* html #content {
  top:1px; 
  left:0; 
  right:0; 
  bottom:0; 
  height:100%; 
  max-height:100%; 
  width:100%; 
  overflow:auto; 
  position:absolute; 
  z-index:3; 
  border-top:100px solid #fff; 
  border-bottom:50px solid #fff; 
  border-left:150px solid #fff;
}

#hauptseite {
  width:820px;
  margin:0 auto;
  padding:10px 0;
}

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

#hauptseite .kursiv {
  font-style:italic;
}

#hauptseite .mitte {
  text-align:center;
}

#hauptseite .rechts {
  text-align:right;
}

#hauptseite img {
  border:none;
  margin:0 auto;
}

/* Abstand der Absätze festlegen */

#hauptseite p {
  padding:0.5em 0;
}

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

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

/* rote Schrift */

#hauptseite .rot {
  color:#FF0000;
}

/* Links */

#hauptseite a {
  color:#555555;
  text-decoration:none;
  font-weight:bold;
}

#hauptseite .a2 {
  color:#343467;
  text-decoration:none;
  font-weight:bold;
}

/* Linien */

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

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

#hauptseite .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 */

#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;
}

#signatur {
  width:700px;
  padding:10px;
  border:2px solid #000;
  background:#B3AA86;
  margin:0 auto;
}

/* Tooltipps */

#hauptseite a.tooltip {
  border-bottom:1px dashed #880000;
}
  
#hauptseite a.tooltip:hover {    
  position:relative;
  background:transparent;
}  

#hauptseite a.tooltip span {    
  position:absolute;
  visibility:hidden;
  top:1.5em;
  left:1em;
  border:1px solid #000000;
  background:#B3AA86;
  color:#000000;
  font-weight:normal;
  padding:5px;
}

#hauptseite a.tooltip:hover span {
  visibility: visible;
}

#hauptseite .abstand {
  padding:0.5em 0;
}
