
body, html {
text-align: center;
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#alles {
position: relative;
width: 800px;
margin-top: 5em;
margin-left: auto;
margin-right:auto;
/*z-index: 0;*/
}

#logo {
position: relative;
}

#top {
position: relative;
width: 100%;
/*height: 200px;*/
background: #ffffff;
/*background-image: url(./pictures/logo.jpg);*/
background-repeat:no-repeat;
z-index: 50;
}

#top h1{
position: relative;
/*visibility: hidden;*/
/*display: none;*/
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 200%;
letter-spacing:5px;
color: #000;
}

td, th{
text-align: left;
}

#teaser {
position: relative; 
width: 420px; 
/*background: #9caf9c;*/
background: #999999; 
color:#000; 
margin: 30px auto;
z-index: 10;
}

#ctl, #cbl, #ctr, #cbr {
position:absolute; 
width:20px; 
height:20px; 
color:#999999; 
background:#fff; 
overflow:hidden; 
font-style:normal; 
z-index:1;
}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
#teaser em b {
position:absolute; 
font-size:150px; 
font-family: Arial;
color:#999999; 
line-height:40px; 
font-weight:normal;
}

#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}

#teaser p {
position:relative;
text-align: center; 
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 300%;
letter-spacing:5px; 
padding:5px 10px;
}

#teaser p#norm {
position:relative;
text-align: center; 
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 150%;
letter-spacing:1px; 
}


