#header {
position: absolute; 
left: 0;
top:5px;
border: solid 1px #000;
height: 60px;
width: 780px;
height:150px;
margin: 0 5px 0 5px;
background: #006400;
text-align:center;
background-image:url(../img/header.jpg);
}

#header2 {
position: absolute; 
top:160px;
width:780px;
text-align:right;
}

#header2 a {
color: #f00;
text-decoration: none;
}
#header2 a:link {
color: #006400;
text-decoration: none;
}
#header2 a:visited {
color: #006400;
text-decoration: none;
}
#header2 a:hover {
color: #006400;
text-decoration: none;
}
#header2 a:active {
color: #006400;
text-decoration: none;
}


#linkespalte {
position: absolute; 
left: 0px;
top: 170px;
width:150px;
border: solid 0px #000;
padding: 0px 5px 5px 10px;
margin-left: 5px;
}

#rechtespalte {
position: absolute;
/*right: 0;*/
top: 170px;
width:165px;
border: solid 0px #000;
padding: 10px;
margin-left:590px;
}

#content {
position:absolute;
left: 0;
top: 170px;
margin-left: 165px;
/*margin-right: 230px;*/
margin-bottom: 75px;
margin-top: 11px;
border: solid 0px #000;
padding: 0 20px 0;
/*background: #dcdcdc;*/
width:400px;
height: 100%;
min-height: 500px;
}

#footer {
border: solid 1px #000;
width:420px;
height: 45px;
/*margin: 0 5px 10px 190px;*/
margin-left: 190px;
margin-right: 240px;
margin-bottom: 0px;
margin-top: 80px;
/*background: #09c;*/
background: #006400;
}