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

body{
 background: #F0FAFF;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 text-align: center
}

h2{
 font-size: 14px;
 margin-bottom: 15px;
}

#seite{
 margin:0 auto;
 width: 950px;
 text-align: left;
}

#header{
width: 950px;
height: 101px;
color: white;
font-weight: bold;
font-family: Verdana, Arial;
font-size: 20px;
text-align: center;
padding: 30px 0 0 0;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
background-position: top;

}
 
#links{
 float: left;
 width: 150px;
}

#inhalt{
 background: white;
 float: left;
 width: 648px;
 text-align: justify;
 line-height: 20px;
 border-bottom: 1px solid #80D2FF;
 border-left:1px solid #80D2FF;
 border-right:1px solid #80D2FF;
}

#rechts{
 float: left;
 width: 150px;
}

#footer{
 float: left;
 width: 950px;
}

#padding{
 padding: 15px;
}

a{
 color: #005279;
 text-decoration: underline;
}

a:hover{
 color: #DD0000;
 text-decoration: none;
}

ul{
 list-style-type: none; 
}

li{
margin-top: 10px;
}
