* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-size: 100.01%;
background-color: #333;
color: #000;
font-family: arial, helvetica, sans-serif;
}

#wrapper {
width: auto;
margin: 4px;
position: relative;
text-align: left;
background: #fff;
border: 0;
background-color: #fff;
}

#top {
height: 74px;
background : url(grafiken/bgecke.gif) no-repeat top left transparent;
}

#top h1 {
display: inline;
}

#topmenue {
display: none;
}

#header {
display: none;
}

#content {
margin-left: 30px;
position: relative;
}

#content p {
font-size: 0.8em;
}

div.hr {
margin: 0px;
}

div.hr hr {
display: none;
}

#menue {
display: none;
}

#content p.top {
display: none;
}

#footer p {
color: #fff;
}

#footer a, #aussen a {
text-decoration: none;
background-color: transparent;
color: #000;
border: 0 none;
}


