body {
	margin:  			0px;
	padding: 			0px;
	color: 				#000000;
	font-family:		"Lucida Grande", "Georgia", "Times New Roman", "Times", "serif";
	text-align: 		center;
	background:			white url(bilder/hg.gif) center top;
	}

#CONTAINER{
	position:			relative;
	margin: 			0px auto 0px auto;	
	padding:			0px 0px 0px 0px;
	width: 				1000px !important;
	width /**/: 		1000px;
	height:				100%;
	border-left: 		1px solid black;
	border-right: 		1px solid black;
	background-color:	#FFFFFF;
	background-image:	url(bilder/hg_cont.gif);
	background-repeat:	repeat-y;
	text-align:			center;
	
	
}

#HEAD_CONTAINER {
	text-align:			center;
	margin: 			auto;
	background-color:	#607A97;
	height:				290px;
	margin:				0px;
	padding:            0px;

}

#HEAD_CONTAINER h1, h2 span {
	display:			none;
	
}

#ADRESS_CONTAINER {
	margin:				0px;
    padding:			3px;
	display:			block;
	text-align:			center;
	font-size: 			11px;
	font-weight: 		bold;
	color:				white;
	border-top:			2px solid black;	
	border-bottom:		2px solid black;	
	background-color:	#485B71;
	
}


#LEFT_CONTAINER {
    margin:		 		0px;
	padding:			0px;
	float:				left;
	width:				200px;
	text-align: 		center;
}

#RIGHT_CONTAINER {
	margin:	 			0px;
	padding: 			0px;
	float:				right;
	width:				200px;
    text-align: 		center;
}

#RIGTH_CONTAINER img {
	text-decoration: none;
	border: 			1px solid #607A97;

}


#CONTENT_CONTAINER {
	margin: 			0px 210px 0px 210px; 
	padding: 			5px;
	text-align:			center;
	background-color:   #FFFFFF;
	font-size: 			14px;
	line-height: 		19px;
}

#CONTENT_CONTAINER a { 
	color: #607A97; 
	font-weight: bold;
}
#CONTENT_CONTAINER a:link, a:visited { 
	color: #607A97; 
}
#CONTENT_CONTAINER a:hover, a:active { 
	color: #607A97;
	text-decoration: underline; 
}

#FOOTER_CONTAINER {
	clear:				both;
	display:			block;
	margin:				0px;
	padding: 		    3px;
	text-align:			center;
	font-size: 			11px;
	font-weight: 		bold;
	color:				white;
	background-color:	#485B71;
	border-top:			2px solid black;
	border-bottom:		2px solid black;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
