/* CSS Document */

* { 
padding: 0;
margin: 0;
}

body {
background-color: white;
}

#wrapper {
position: relative;
padding: 10 px;
background-color: #ebfbf3;
width: 980px;
height: 650px;
}

#logo {
position: absolute;
background-color: #ebfbf3;
top: 0px;
left: 0px;
height: 130px;
width: 120px;
padding-left: 20px;
padding-top: 10px;
}

#navilinks1 {
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #2d4e4b;
position: absolute;
background-color: #ebfbf3;
top: 140px;
left: 0px;
width: 120px;
height: 510px;
padding-left: 20px;
}

#navilinks-breit {
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #2d4e4b;
position: absolute;
background-color: #ebfbf3;
top: 140px;
left: 0px;
width: 120px;
height: 552px;
padding-left: 20px;
}

#bildoben1 {
position: absolute;
top: 0px;
left: 142px;
width: 130px;
height: 122px;
padding-top: 18px;
}

#bildoben2 {
position: absolute;
top: 0px;
left: 272px;
width: 130px;
height: 122px;
padding-top: 18px;
padding-left: 0px;
}

#bildoben3 {
position: absolute;
top: 0px;
left: 402px;
width: 130px;
height: 122px;
padding-top: 18px;
padding-left: 0px;
}

#bildoben4 {
position: absolute;
top: 0px;
left: 532px;
width: 130px;
height: 122px;
padding-top: 18px;
padding-left: 0px;
}

#bildoben5 {
position: absolute;
top: 0px;
left: 662px;
width: 130px;
height: 122px;
padding-top: 18px;
padding-left: 0px;
}

#textbereich {
position: absolute;
font-family: Arial;
font-size: 12px;background-color: white;
color: black;
font-size: 12px;
top: 190px;
left: 140px;
width: 330px;
height: 600px;
padding-top: 20px;
padding-left: 180px;
padding-right: 155px;
}

#textbereich2 {
position: absolute;
font-family: Arial;
font-size: 12px;background-color: white;
color: black;
font-size: 12px;
top: 190px;
left: 140px;
width: 530px;
height: 600px;
padding-top: 20px;
padding-left: 180px;
padding-right: 155px;
z-index=1
}

#textbereich-breit {
position: absolute;
font-family: Arial;
font-size: 12px;background-color: white;
color: black;
font-size: 12px;
top: 190px;
left: 140px;
width: 330px;
height: 511px;
padding-top: 20px;
padding-left: 180px;
padding-right: 155px;
}


#kopfbild {
position: absolute;
background-color: white;
top: 130px;
left: 140px;
width: 655px;
height: 60px;
}

#bilderrechts {
color: white;
position: absolute;
background-color: white;
top: 190px;
right: 0px;
width: 250px;
height: 440px;
}

#bilderrechts-breit {
color: white;
position: absolute;
background-color: white;
top: 397px;
right: -1px;
width: 375px;
height: 285px;
}

#leerdiv {
position: absolute;
top: 130px;
right: 0px;
width: 185px;
height: 60px;
background-color: white;
}

#leerdiv-breit {
position: absolute;
top: 130px;
right: 0px;
width: 185px;
height: 269px;
background-color: white;
}

a {text-decoration: none; outline: none;}
a:link {color: #2d4e4b;}
a:visited {color:#2d4e4b;}
a:hover, a:focus {color: #ebfbf3; background-color: #2d4e4b;}
a:active {color: #ebfbf3; background-color: #2d4e4b;}

