* {
margin: 0;
padding: 0;
}

body {
background-color: #DFDFC6;
color: #443300;
font-family:  Verdana, Helvetica, Rotis, sans-serif;
text-align: center;
padding: 0;
font-size: 100.01%;
}

img {
border: 0;
}

#inhalt {
position: relative;
width: 929px;
height: auto;
margin: 0px auto;
}

#footer {
position: absolute; 
top: 485px; 
left: 0px;
width: 100%; 
height: 40px;
text-align: center;
z-index: 20;
background-color: #7ea93e;
}

#footer p {
margin: .9em 0 0 150px;
font-size: 75%;
letter-spacing: .03em;
}

#footer p span.footer {
position: relative;
bottom: 2px;
line-height: 1.4em;
margin: 0 1em;
}

img.mail {
margin: .3em 1em 0 3em;
}

img#index {
margin-top: 120px;
}

a#flagge {
position: absolute;
top: 84px;
left: 30px;
width: 81px;
height: 21px;
background: url(../images/flagge.gif) no-repeat;
padding: 0 0 .3em 0;
border-bottom: 1px solid #8c8c74;
}

a#flagge:hover {
background: url(../images/flagge_a.gif) no-repeat;
}

#logo {
position: absolute;
left: 30px;
top: 20px;
z-index: 1;
/* border-bottom: 1px solid #8c8c74;
border-top: 1px solid #8c8c74; */
padding: .2em 0;
}

a span.pfeil {
position: absolute;
top: 394px;
right: 240px;
font-size: 200%;
color: #443300;
text-decoration: none;
}

a:hover span.pfeil {
text-decoration: underline;
}






