@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #0f0;
}
#main {
	z-index: 1;
	width: 900px;
	height: 650px;
	background-color: #fff;
	background-image: url(images/logo_hg_content.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	padding: 0;	
}
#mainstart {
	z-index: 1;
	width: 900px;
	height: 500px;
	background-color: #fff;
	margin: 0;
	padding-top: 150px;	
}
#navigation {
	z-index: 2;
	width: 155px;
	height: 650px;
	background-color: #000;
	float: left;
	margin: 0;
	padding-right: 30;
}
#content {
	z-index: 3;
	width: 715px;
	height: 650px;
	float: left;
	margin: 0;
	padding: 0;
}
#belly {
	z-index: 4;
	width: 520px;
	height: 550px;
	padding-top: 45px;
	padding-left: 55px;
	float: left;
}
#bellyOben {
	z-index: 4;
	width: 530px;
	height: 45px;
	padding-top: 45px;
	padding-left: 55px;
	float: left;
}
#bellyInhalte {
	z-index: 4;
	width: 530px;
	height: 455px;
	padding-left: 55px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	text-align: left;
}
#footer {
	z-index: 5;
	height: 15px;
	padding-top: 5px;
	padding-left: 55px;
	float: left;
	
}
#footer2 {
	z-index: 5;
	height: 15px;
	padding-top: 55px;
	padding-left: 55px;
	float: left;
	
}
.fliessen {
	overflow: auto;
	overflow-x: hidden;
}
.clear {
	clear: both;
}
.rot {
	color: #C00;
}
.gruen {
	color: #0f0;
}
a { 
	color: #000; 
	text-decoration: underline;  
}
a:visited { 
	color: #000; 
	text-decoration: underline; 
}
a:hover {
	color: #0f0;
	text-decoration: underline;	 
}
p {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	
}
td {
	padding: 2px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding-top: 25px;
}
hr { 
color: #fff;
background: #fff;
border-top: 1px dashed #fff;
border-bottom: 1px dashed #0f0;
border-right: 1px dashed #fff;
border-left: 1px dashed #fff;
margin-top: 0px;
margin-bottom: 10px }

