* {
margin: 0;
padding: 0;
}

html {
/* background: url(bilder/hintergrund.gif); */
background: #007D00;
color: #007D00;
font: 70%/1.2 verdana, arial, helvetica, sans-serif;
}

body {
text-align: center;
}

p {
font-size: 1.2em;
text-align:left;
padding-top: 1em;
}

div#haupt {
background: #FFF url(bilder/nav-schatten.gif) repeat-y;
/* Wirtshaus */
background: #D1FFCF;
margin: auto;
overflow: hidden;
text-align: left;
width: 770px;
}

div#haupt > div#inhalt { /* nur MOSe */
/* height: 437px;
overflow: auto; */
}

div#header {
width: 760px;
height: 129px;
background: url(bilder/logo.gif);
}

div#nav-1 {
background: url(bilder/nav-hintergrund2.gif);
height: 26px;
}

div#nav-1 ul, div#nav-2 ul {
list-style: none;
}

div#nav-1 ul, div#nav-1 ul li {
float: left;
}

div#nav-1 ul {
width: 658px;
}

div#nav-1 ul li, div#nav-1 ul li a:hover {
background: url(bilder/nav-a-button-an.gif);
}

div#nav-1 ul li a {
background: url(bilder/nav-a-button.gif);
}

div#nav-1 li, div#nav-1 li a {
color: #FFF;
height: 26px;
text-decoration: none;
}

div#nav-1 li {
font-size: 1.1em;
font-weight: bold;
line-height: 1.95;
width: 100px;
text-align: center;
}

div#nav-1 li a {
display: block;
}

div#inhalt {
float: left;
padding: 10px 0 15px 15px;
width: 770px; /* nur IE 5.x */
width/**/:/**/ 715px;
}

div#fusszeile {
clear: left;
color: #007D00;
}

div#fusszeile, a#aux:focus, a#aux:active {
background: #D1FFCF;
border-bottom: 5px solid;
display: block;
height: auto;
padding: 1em;
text-align: left;
top: 0;
width: 770px;
}

a {
color: #007D00;
}