* { margin: 0px; padding: 0px; }

body {
           text-align: center;
           background-color: #BBBBBB;
           color: black;
           font-family: verdana,sans-serif,arial;
           font-size: 10pt;
}

#oben {
           border: 0px solid blue;
           text-align: center;
           padding: 40px 0px 50px 40px;
           background-color: none
}

#aussen {
           border: 0px solid blue;
           text-align: center;
           margin-left: auto;
           margin-right: auto;
           width: 800px;
           padding: 0px;
}

#links {
           border: 0px solid red;
           text-align: left;
           padding-left: 20px;
           float: left;
           width: 180px;
           background-color: none;
}

#tidy {
           text-align: left;
           padding-left: 20px;
}

#rechts {
           border: 0px solid yellow;
           text-align: left;
           width:auto;
           padding-right: 0px;
           margin-left: 210px;
           min-height: 200px;
}

span.header {
           font-style: italic;
           font-size: 32pt;
           font-weight: bold;
}

span.fett {
           font-weight: bold;
}

span.bigfat {
           font-style: italic;
           font-size: 32pt;
           font-weight: bold;
}

span.links {
           color: #666666;
           font-size: 10pt;
           font-weight: bold;
}

a:link    { color:#111111; text-decoration:none; }
a:visited { color:#111111; text-decoration:none; }
a:hover   { color:#444444; text-decoration:none; }
a:active  { color:#111111; text-decoration:none; }
a:focus   { color:#111111; text-decoration:none; }

