*{
font-family: verdana, arial, sans-serif;
font-size: 15px;
color: #000;
text-decoration: none;
background-repeat:no-repeat;
}
body, html{
width:100%;
margin: 0;
padding: 0;
background-color: #fff;
}
img{
border:none;
}

div#main{
width: 800px;
margin: 30px auto 0px auto;
}
div#left{
width: 206px;
height:520px;
float: left;
}
div#cloozy{
height: 140px;
text-align: center;
}
div#right{
padding-top:24px;
width: 590px;
margin-left:206px
}
/*Navigation links und oben*/

div#navi b,div#navit b{
display: none;
}
/*Navigation links*/
div#navi{
height:390px;
background-image:url('../buttons/left_back.gif');
background-position: right top;
padding-top: 30px;
}
div#navi a,div#navi div{
display:block;
width:183px;
background-image:url('../buttons/seite.gif');
}
#prog{
height:63px;
background-position: 0px 0px;
}
#term{
height:32px;
background-position: 0px -63px;
}
#down{
height:69px;
background-position: 0px -95px;
}
#vid{
height:62px;
background-position: 0px -164px;
}
#kont{
height: 60px;
background-position: 0px -226px;
}
div#prog,a#prog:hover{
background-position: -183px 0px;
}
div#term,a#term:hover{
background-position: -183px -63px;
}
div#down,a#down:hover{
background-position: -183px -95px;
}
div#vid,a#vid:hover{
background-position: -183px -164px;
}
div#kont,a#kont:hover{
background-position: -183px -226px;
}
/*Navigation oben*/
div#navit{
height:76px;
background-image:url('../buttons/top_back.gif');
background-position: left bottom;
padding-left:50px;
padding-top:20px;
}

div#navit a,div#navit div{
display:block;
background-image:url('../buttons/top.gif');
float: left;
height:60px;
}

#helg{
width:91px;
background-position: 0px 0px;
}
#bern{
width:198px;
background-position: -91px 0px;
}
#leni{
width:127px;
background-position: -289px 0px;
}
div#helg,a#helg:hover{
background-position: 0px -60px;
}
div#bern,a#bern:hover{
background-position: -91px -60px;
}
div#leni,a#leni:hover{
background-position: -289px -60px;
}
/*Content-bereich*/

div#content{
padding-top: 20px;
}
div#content p{
margin: 1em 0px 1em 0px;
padding-left:40px;
}
div#content p.last{
margin-bottom: 0px;
}
h1,ul{
padding-left:40px;
}
.sma{
width:400px;
}
div#content a{
color: #900;
text-decoration: underline;
}
div#content a:hover{
color: #f00;
}
br.clear{
clear: both;
}