body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    color: #999999;
	position: relative;
	text-align: left;
}

img
{
    border: none;
}

.Content
{
	background:url(../graphics/middle_bg.png) repeat-y center;
	position:relative;
	width: 974px;
	text-align:left;
}


.Oben
{
	background:url(../graphics/top_bg.png) no-repeat center;
	width: 974px;
	height:191px;
}


.home
{
	text-align: left;
	font-size: 36px;
	padding-top: 30px;
	padding-left: 30px;
	font-weight: bold;
	color: #000000;
}


.Footer
{
   background:url(../graphics/bottom_bg.png) no-repeat center bottom;
   width: 974px;
   height:165px;
   margin-top:-2%;
}



a:link { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; }
a:hover { text-decoration:underline; color:#ffffff; background-color:#83B817; }
a:active { text-decoration:underline; }
a:focus { text-decoration:underline; }

