body { 
margin: 0px;
padding: 0px; 
color: black;
font-family: Arial, san-serif;
background-color: #99CC00;
align: left;
}
#top { 
margin: 0;
border: 0;
top: 0;
left: 0;
z-index: 2;
 }
 
#hier { 
color:#009900; 
font-size: 9px; 
background-color: #fffcab; 
padding-top: 1em; 
padding-right: 35px; 
padding-left: 40px;
margin: 0; 
position: absolute; 
left: 160px;
top: 94px;
z-index: 6; 
border-left: 6px solid white; 
border-right: 6px solid white; 
width: 503px; 
}

h1 { 
color: #009900; 
font-size: 14px; 
background-color: #fffcab; 
padding-top: 1em; 
padding-right: 35px; 
padding-left: 40px;
margin: 0; 
position: absolute; 
left: 160px;
top: 110px;
z-index: 5;
border-left: 6px solid white; 
border-right: 6px solid white; 
width: 503px; 
}

.block { 
font-size: 12px;
background-color: #FFFCAB; 
padding-top: 1em;
padding-right: 35px; 
padding-left: 40px; 
position: absolute;
left: 160px;
top: 140px;
z-index: 4;
border-left: 6px solid white; 
border-right: 6px solid white; 
width: 503px; 
 }
 #footer { 
color: #009900; 
font-size: 9px; 
background-color: #fffcab; 
padding-top: 1em;
padding-bottom: 2em; 
margin: 0; 
position: relative;
float: right;
z-index: 7; 
width: 503px; 
}

p a { color: #009900;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

p a:hover { color: #99CC00;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
p a:visited { color: #99CC00;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a { color: #009900;
font-size: 9px;
text-decoration: none;
}

a:hover { color: #99CC00;
font-size: 9px;
text-decoration: none;
}
a:visited { color: #99CC00;
font-size: 9px;
text-decoration: none;
}

#pferdekopf {
position: relative;
float: right;

}
#counter {
position:absolute;
top: 420px;
margin-left: 17px;
float: right;
border: none;
}

ul#navigation {
position:absolute;
top: 110px;
list-style-type: none;
width: 160px;
margin: 0;
padding: 0;
z-index: 8;
}

ul#navigation li {
border-bottom: 1px solid white;
border-top: 1px solid white;
border-left: 1px solid white;
color: #007700;
margin-top: 2px;
}

ul#navigation li a:link, ul#navigation li a:visited {
text-decoration: none;
display: block;
width: 90%;
padding: 1px 5%;
font: bold 12px/1.8 arial, sans-serif;
color: #007700;
}

ul#navigation li a:hover {
color: #007700;
background-color: #ffc000;
}


#subnav { 
text-align: right;
background: #ffc000;
float: right;
margin: 0;
padding: 5px;
position: absolute;
left: 330px;
top: 0px;
height: 21px;
width: 398px;
border-right: 6px solid white;
border-left: 6px solid white;
z-index:1;
}

#subnav a { 
text-decoration:none;
font-size: 11px;
font-weight: bold;
color: #007700;
}

#subnav a:hover { 
color:#FFFCAB;
}