html, body {
margin: 0;
padding: 0;
}
body {
text-align: center;/*fuer IE_quirks*/
}

/* mainboxes */
#box{
position: relative;
margin: 0 auto;
width: 800px;
height:100%;
text-align: left;/*Aufheben von IE_quirks im BODY*/
}
#title_druck {
   display: none;
}


#title {
position: absolute;
top: 0;
left: 0;
height: 100px;
}
#titelseite {
position: absolute;
top: 100px;
width: 500px;
margin: 0px 140px 0px 140px;
padding:5px;
}

#oben_text {
font-family: Verdana;
font-size: 0.6em;
    margin-bottom:3pt;
     text-align: center;
}
.oben_text {
font-family: Verdana;
font-size: 0.6em;
    margin-bottom:3pt;
     text-align: center;
}

