* {
	margin: 0;
	padding: 0;
}
	
body  {
	margin: 0;
	padding: 0;
	font: 14px Arial, sans-serif;
	background: #FFFFFF;
	color: #FFFFFF;
	
}

	#oben {
	border: 0px;
	width: 500px;
	height: 100px;
	position: fixed;
	left: 25%;
	top: 70px;
	float: right;
	}

	#content { 
	border: 0px;
	width: 900px;
	height: 300px;
	position: fixed;
	left: 21.3%;
	top: 150px; 
	background-image: url(assets/images/HG_content.gif); 
	} 
	
	#unten {
	border: 0px;
	width: 900px;
	height: 10px;
	position: fixed;
	left: 21.3%;
	top: 440px;
	background-image: url(assets/images/HG_content.gif);
	}
		a {
		color: #333333;
		text-decoration: none;
		font-size: 14px;
		target: tab;
		}
		
		p {
		font-size: 14px;
		line-height: 15pt;
		color: #333333;
		text-decoration: none;
		text-align: left;
		margin: 10px 10px 10px 280px;
		}
		
		.text {
		color: #333333;
		text-decoration: none;
		text-align: center;
		font-size: 10px;
		}
		
.fltrt {
	float: right;
	margin-left: 8px;
	border: 0px;
}
.fltlft { 
	float: left;
	margin: 9px;
	margin-right: 20px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

