#header {
    background-color: #fff;
    width: 940px;
    height: 86px;
    margin: 0 0 0.7em; 
    padding: 0;
    border-bottom: 1px solid #009900;
}

#h1 {
    position:absolute;
    width: 930px;
    z-index:1;
    left: 0px;
    top: 10px;
    height: 50px;
    text-align: center;
}
#h1 p {
    font-size: 12px;
    margin: 0.3em 0;
}

#container {
    background-color: #fff;
    width: 100 %;
    height: 100 %;
    padding: 0;
}

#menue {
    position:absolute;
    width: 160px;
    height: 100%;
    z-index: 1;
    left: 10px;
    border-right: 0px solid #009900;
      
}

#menue ul li ul li {
    list-style-type:none; 
    background:url('http://www.mysmilie.de/artikel/images/li.gif') no-repeat 0 4px; 
    border:0px none; 
    margin:0; 
    padding-left: 1.4em; 
    padding-right: 0; 
    padding-top: 0; 
    padding-bottom: 0.5em;
}

#menue ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

#menue h3 {
	font-size: 12px;
	color: #000000;
	margin: 0.8em 0 0.8em 0;
}

#anzeige {
    position:absolute;
    width: 930px;
    z-index:1;
    left: 0px;
    top: 61px;
    height: 19px;
    text-align: center;
}

#content {
    float: left;
    width: 750px;
    margin: 0 1em 1em 180px;
    padding: 0 5px;
    background-color: #fff;
    border-left: 1px solid #009900;
    border-right: 1px solid #009900;
}

html div#Inhalt {
    height: 1em;
}
    
#content p {
    font-size: 12px;
    margin: 0.3em 0;
}

#footer{
    background-color: #fff;
    width: 940px;
    clear: both;
    margin: 0; padding: 0;
    text-align: left;
    border-top: 0px solid #009900;
}
    
#footer p {
    font-size: 10px;
    margin: 1em 1em 1em 180px;
}
#footer a:link, #footer a:visited, #footer a:hover  {
    text-decoration: underline;
	color: #000;
	font-weight: normal;
}
