* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	color: #b2b2b2;
	}
	
/*****************************
*	SYSTEM TAGS				 */
	
body {
	margin: 0;
	background: #666666;
	font-size: 11px;
	}
	
a {
	color: #595959;
	text-transform: lowercase;
	}
	
a:hover {
	text-decoration: none;
	}
	
img {
	float: left;
	}
	
/*****************************
*	RAHMEN				 	*/

#rahmen {
	width: 100%;
	height: 150px;
	background: white;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	}
	
#balken {
	width: 850px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	}
	
#balken img {
	margin: 50px 0 0 50px;
	}
	
#balken ul {
	float: left;
	margin: 70px 0 0 50px;
	}

#balken ul li {
	float: left;
	list-style: none;
}
	
#balken ul li a {
	margin-right: 50px;
	text-decoration: none;
	font-weight: bold;
	}
	
#balken ul li a:hover {
	color: #e55b0b;
	}
