/*******************************************************************************

	Under Construction CSS

*******************************************************************************/


/*	html / body
*******************************************************************************/
html, body {
	height:100%;
}

body {
	color:#516063;
	font-weight:bold;
	font-size:14px;
	line-height:150%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*text-align:center;  horizontale Ausrichtung für IE WIN quirks */
	/*background-image:url(../images/main_bg.jpg);*/
}

/*	hauptcontainer
*******************************************************************************/

#distance_helper {
	width:1px;
	height:50%;
	margin-bottom:-365px; /* halbe Höhe des Containers */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* setzt den Container vor "distance_helper" */
	text-align:left;
	width:800px;
	clear:left;
	/*behavior:url(css/iepngfix.htc);*/
	background-image:url(../images/roBau_logo.svg);
	background-repeat:no-repeat;
	padding-top:390px;
}

/*#container .bg_bottom {
	behavior:url(css/iepngfix.htc);
	background-image:url(../images/content_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:730px;
	width:992px;
	border:1px solid #f00;
	height:490px;
	width:870px;
	padding-left:122px;
	padding-top:240px;
}*/


p {
	margin:13px 0 0 0;
	padding:0;
}

p.mail {
	font-size:14px;
}

a {
	color:#fab900;
	text-decoration:none;
}

a:hover {
	color:#fab900;
	text-decoration: underline;
}

/*	datenchutz
*******************************************************************************/
#datenschutz {
	margin-left: 150px;
	padding:20px;
	width: 950px;
	background-color: #fff;
}
