/* CSS Document */

* { 
padding: 0;
margin: 0;
}

body {
background-color: #eef6f8;
}

#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
background-color: white;
width: 900px;
height: 770px;
}

#navioben {
position: absolute;
top: 125px;
left: 220px;
width: 680px;
}

#logo {
position: absolute;
left: 220px;
top: 20px;
width: 210px;
height: 120px;
}

#feier {
position: absolute;
left: 550px;
top: 15px;
width: 350px;
height: 100px;
}

#navilinks {
position: absolute;
background-color: #72a536 ;
left: 0px;
width: 150px;
height: 770px;
}

#navilinks1{
position: absolute;
top: 20px;
left: 10px;
}

#navilinks2{
position: absolute;
top: 170px;
left: 10px;
}

#navilinks3{
position: absolute;
top: 320px;
left: 10px;
}

#navilinks4{
position: absolute;
top: 470px;
left: 10px;
}

#navilinks5{
position: absolute;
top: 620px;
left: 10px;
}

#textbereich {
position: absolute;
top: 247px;
left: 222px;
width: 330px;
height: 525px;
}

#textbereich2 {
position: absolute;
top: 220px;
left: 200px;
width: 350px;
height: 525px;
}

#bildrechts {
	position: absolute;
	bottom: 170px;
	left: 600px;
	}

#navioben a {color:#ffffff;}
#navioben a:hover, a:focus, a:active {text-decoration: underline;  }




a {text-decoration: none; outline: none; color:#004c99; }
