body {
 padding: 30px 0 30px 0;
 margin: 0;
 font-family: Arial;
 background-color: #FFFFFF;
}
#wrapper{
 width: 1022px;
 margin: 0 auto;
 /*border: 1px solid black;*/
 background-image: url(http://www.klok-st.de/main_bg.jpg);
 background-repeat: no-repeat;
}
#header{
 width:1020px;
 height:100px;
 /*border: 1px solid red;*/
}
#navi {
 width:1020px;
 margin: 0px auto;
 text-color: black;
}
#content{
 width:994px;
 padding: 15px;
 min-height:580px;
 /*border:1px solid green;*/
}
.cleardiv {
  clear: both;
}
a { color: #3399FF; }
a:link { text-decoration: none; color:#000000; font-weight: bold }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #FFFFFF; }
a:active { text-decoration: none; color: #FF9933; }