body {
	background: url("../img/bg.gif") repeat-x; 
	background-color: #101010;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
	text-align: center; }


/**********************
 *
 * Schrift und Links: 
 *
 **********************/


a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #9EC07A;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #9EC07A;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #9EC07A;
	text-decoration: underline;
}
a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #9EC07A;
	text-decoration: none;
}


.fontstyle_h1 {
	font-family: Verdana;
	font-size: 14px;
	color: #9EC07A; }


table {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal; }


.fontstyle_green {
	font-family: Verdana;
	font-size: 10px;
	color: #9EC07A; }


li {
	color: #9EC07A;
	list-style-type: square; }
	
	
.inputbox {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #9EC07A;
	background: #333333; }


.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border: solid 1px #9EC07A;
	background-color: #333333;
	color: #9EC07A;
	font-family: Verdana;
	text-align: center;
	font-size: 10px;}


/**********************
 *
 * Kategorien / Divs: 
 *
 **********************/


#container {
	width: 850px;
	position: relative;
	text-align: left;
	margin: auto; }



#header {
	width: 100%;
	height: 289px;
	top: 0;
	left: 0; }


#navigation { 
	background: url("../img/navigation.gif");
	width: 100%;
	height: 125px; }

	#navigation_Container { position: relative; width: 850px; height: 125px; }
	#navigation_Container b { display: none; }


#main {
	background: url("../img/bg_all.gif"); 
	width: 850px;
	position: relative;
 	float: left; }


#content {
	width: 850px;
	white-space: normal;
	position: relative;
	float: left; }


#content .text {
	margin-top: 25px;
	margin-right: 130px;
	margin-left: 130px; }



#footer {
	background: url("../img/foot.gif") no-repeat; 
	width: 100%;
	height: 153px;
	position: relative;
	color: #666666;
	line-height: 18px;
 	float: left; }


#footer .text {
	margin-left: 130px;
	margin-top: 30px; }