 *{ 
margin:0; 
padding:0; 
border:0;
}
body{
margin-top:5px;
background-color:#80c9f5;
}
div.html{
text-align:center; /*für IE*/
}
div.body{
margin:auto;
width:1152px;
height:863px;
text-align:left;
box-shadow: 5px 5px 4px #446;
border-radius: 10px;
}
div.head{
border-radius: 10px 10px 0px 0px;
border:solid red 0px;
background-image:url(../elemente/head2.jpg);
width:1152px;
height:221px;

}
ul{
padding-left:340px;
padding-top:90px;

}
li{
width:125px;
float:left;
list-style-type:none;
text-align:center;
}
a{
font-weight:bold;
font-size:16px;
}
a:link, a:visited, a:active{
text-decoration:none;
}
a:hover{
color:red;
}
a:focus { 
text-decoration:blink; 
}
div.main a{
font-size:12px;
}
div.main{
border:solid green 0px;
background-image:url(../elemente/main2.jpg);
text-align:center;
width:1152px;
height:404px;
}
div.footer{
border:solid blue 0px;
border-radius: 0px 0px 10px 10px;
background-image:url(../elemente/footer2.jpg);
width:1152px;
height:238px;
text-align:center;
}
div.footer p{
padding-top:125px;
font-size:16px;
font-weight:bold;
}
div.content{
overflow:auto;
border:solid yellow 0px;
margin:auto;
width:900px;
height:402px;
text-align:left;
font-size:12px;
}
div.sidebar{
float:left;
border:solid red 0px;
width:200px;
}
div.sidebar img{
box-shadow: 3px 3px 2px #555;
}
div.text{
margin-left:220px;
border:solid blue 0px;
width:620px;
}
div.text p{
text-align:justify;
}
h1, h2, h5, p, a{
font-family:verdana;
color:#000;
opacity:0.8;
}
h1, h2, h5, p{
text-shadow:white 2px 2px 5px;}
h1{font-size:14px; color:darkred;}
#schmal{
width:140px;
float:left;}
#breit{
width:400px;
margin-left:160px;}