
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#848484;
	line-height:14px;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
		GRUNDGERUEST
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper { /* siehe ie6.css */
	/* horizontal und vertikal zentrieren */	
	position: absolute;
	height: 547px; /* 580px; */
	width: 832px; /* 955px; */
	margin: -273px 0px 0px -477px;
	top: 50%;
	left: 50%;
	padding:33px 84px 0px 38px;
}


#top {
	margin-bottom:53px;	
}


#left {
	float:left;
	width:227px;
	padding-left:4px;
	margin:0px 51px 0px 0px;
}


.address {
	margin-top:192px;	
}




#right {
	float:left;
	width:550px;
	padding:3px 0px 0px 0px;
	margin:0px;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
		clearfix
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {display: inline-block;}
html[xmlns] .clearfix{display: block;}
* html .clearfix {height: 1%;}
