html, body {
margin: 0;
padding: 0;
}

body {
background-color: #fff;
color: #333;
font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
font-size: 101%;
text-align: center; /* fuer IE_quirks */
}

#wrapper {
position: relative;
margin: 50px auto;
width: 940px;
text-align: left;  /*Aufheben von IE_quirks im BODY */
}

#header {
margin: 0;
padding: 0;
}

#header #logo {
border: 0 none;
background: url(img/logo2.gif) no-repeat;
height: 33px;
width: 449px;
}

#header #bildleiste {
border-top: 1px solid #2e6231;
border-left: 1px solid #2e6231;
border-right: 1px solid #2e6231;
height: 150px;
width: 940px;
}

#menue {
margin: 0;
padding: 5px 30px;
background-color: #d9e3d9;
color: #2e6231;
border: 1px solid #2e6231;
width: 880px;
font-weight: bold;
text-transform: uppercase;
}

#content {
margin: 0;
padding: 0;
width: 940px;
height: 450px;
border-bottom: 1px solid #2e6231;
border-left: 1px solid #2e6231;
border-right: 1px solid #2e6231;
}

#content #leftColumn {
float: left;
width: 410px;
padding: 30px 15px 20px 50px;
}

#content #rightColumn {
float: right;
width: 410px;
padding: 30px 30px 20px 15px;
}

#content #oneColumn {
padding: 30px 15px 20px 50px;
}

html* #content #oneColumn {
padding: 23px 15px 20px 50px;
}


#footer {
position: absolute;
left: 50px;
bottom: 15px;
}


