* {

font-size: 100%; }

html, body {
margin: 0;
padding: 0;
height:100%;
}
body  {
position: relative;
background: #fff;
text-align: left;
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #000;
font-size: 9pt;/* gegen Rundungsfehler im Opera */

}

img { border:0; }
/* ------------------------------------------------------------------
  Seitenstruktur
  ------------------------------------------------------------------ */
#wrapper_outer {
width: 670px;
padding-top: 0;
}

#wrapper  {
color: #000;
background-color: #fff;
background-image: none;
border: none;
text-align: left;
position: relative;
width: 670px;
border: none;
padding-top: 0;
}

#normalansicht {
text-align: right;
margin: 10px 30px 10px 0;
float: right;
}

#printheader {
width: 620px;
margin-left: 20px;
clear: both;
background-color: #fff;
height: 60px;
color: #000;
padding: 5px 0;
text-align: left;
margin-bottom: 20px;
border-bottom: 1px solid black;
}


#content {
background-color: #fff;
width: 620px;
margin: 0px 0px 20px 20px;
padding: 0px 0px 0px 0px;
border-left: 0;
}

* html #content {
 /*vor IEMac verstecken \*/
 height: 1%;
 /*IEMac wieder reinlassen*/
}


#footer {
width: 620px;
margin-left: 20px;
clear: both;
background-color: #fff;
height: 20px;
color: #000;
padding: 5px 0;
text-align: left;
border-top: 1px solid black;
}




