/*************************

Style by: Aleksei Vanamois

*************************/

/* Text Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFF;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	padding: 10px;	
	}
a 		  {text-decoration: none;}
a:link    {color: #FF9900;}
a:visited {color: #FF9900;}
a:hover   {color: #96D700; text-decoration:underline;}

.footer {
	font-size: 7pt;
	color: #999;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #CCC;
	}
.footer a:link    {color: #999;}
.footer a:visited {color: #999;}
.footer a:hover   {color: #FF9900;}

.main {
	padding-bottom: 5px;
	}

/* Site Structure */

#inhalt {
	position:absolute;
	width:900px;
	margin:-250px 0px 0px -450px;
	top: 250px;
	center: 0px;
	padding: 0px;
	overflow: fixed;
	left: 50%;
	}
	

