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

	Under Construction CSS

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


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

body {	
	color:#393728;
	font-weight:bold;
	font-size:12px;
	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;
	height:490px;
	width:870px;
	clear:left;
	behavior:url(css/iepngfix.htc);
	background-image:url(../images/content_bg.png);
	background-repeat:no-repeat;	
	padding-left:122px;
	padding-top:240px;
}

/*#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:#FFF;
	text-decoration:none;
}

a:hover {
	color:#393728;
}