body {
background-color: #eceef1;
text-align: center;
}
#webseite{
width:980px;
margin:0 auto;
}
#header{
width:980px;
}
#header-left{
width:200px;
height:150px;
float:left;
background-color:white;
border-radius: 5px;
-mos-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#header-right{
width: 770px;
height:150px;
background-color:white;
border-radius: 5px;
-mos-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
float:right;
}
#header-right h2{
padding-top:10px;
padding-left:20px;
text-align:left;
font-family:arial;
color:grey;
}
#header-right p{
font-style:italic;
padding-left:20px;
text-align:left;
font-family:arial;
color:gray;
}
#main{
width:980px;
}
#menue{
float:left;
width: 200px;
height:350px;
background-color:white;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-mos-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
nav ul{
list-style-type:none;
text-align:center;
}
nav li{
margin-top:20px;
margin-right:40px;
background-color:#660000;
padding-right:3px;
padding-left:3px;
padding-bottom:3px;
padding-top:3px;
border:black 3px outset;
border-radius: 5px;
-mos-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
font-family:arial;
}
nav {
text-align:center;
}
nav a{
text-decoration:none;
color:#eceef1;
text-shadow:black 0px 0px 4px;
}
nav li:hover{
border:#330033 3px inset;
}
nav a:hover{
color:white;
text-shadow:none;
}
#content{
float:right;
width:770px;
height:auto;
background-color:white;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-mos-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
#content h1{
text-align:left;
font-family:arial;
padding-left:20px;
color:gray;
}
#content p{
padding-left:20px;
padding-right:20px;
font-family:arial;
color:gray;
text-align:justify;
}
#footer{
width:980px;
height:30px;
background-color:grey;
margin-top:20px;
clear:both;
border-radius: 2px;
-mos-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
#footer p{
text-align:center;
font-family:arial;
color:white;
padding-top:5px;
}
#footer a{
text-decoration:none;
color:#eceef1;
text-shadow:black 0px 0px 4px;
}
