body {
height: 100%;
background-color: #000000;
background-image: url("images/penta.gif");
background-repeat: no-repeat;
background-position: bottom left;
background-attachment: fixed;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.9em;
margin: 0px;
}
#wrapper {
	width: 856px;
	margin: auto;
}
#top {
background-image: url("images/silber.gif");
height: 112px;
text-align: center;
}

#top h1 {
padding-top: 40px;
margin: 0px;
color: #ffffff;
}

#menu {
float: left;
width: 105px;
border-right: 1px solid #DDFBD9;
margin-left: 10px;
padding-bottom: 5px;
}

#menu a {
padding-top: 1px;
padding-bottom: 1px;
width: 90px;
display: block;
text-decoration: none;
color: #ffffff;
border-bottom: 1px solid;
}

#menu a:hover {
color: #87A783;
border-bottom: 1px solid #DDFBD9;
}

#content {
margin-left: 125px;
margin-right: 10px;
color: #ffffff;
border-bottom: 0px solid #DDFBD9;
padding-bottom: 20px;
margin-bottom: 10px;
}

#content h1 {
font-size: 1.3em;
margin: 0px;
color: #ffffff;
padding-bottom: 5px;
}

#content a {
color: #FFFF99;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#foot {
text-align: center;
font-size: 0.7em;
color: #DDFBD9;
}

#foot a {
font-size: 1.1em;
color: #DDFBD9;
text-decoration: none;
}

#foot a:hover {
text-decoration: underline;
}

