/*defaults*/
* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

body 	{
	font-family:"Myriad Pro", Arial;
	font-size:90%;
	background-color: #FFF;
	text-align:center;
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-265px; /* half of container's height */
		float:left;
		}

/*structural elements*/
	
#container	{
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:1024px;
	height:480px;
	clear:left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#content {
	width: 1024px;
	height: 50px;
	font-family: "Myriad Pro", Arial;
	font-size: 120%;
	color: #58585A;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
	
#content_right {
	float: right;
	width: 400px;
	padding-top: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	padding-bottom: 20px;
	padding-left: 30px;
}
#content_left {
	float: left;
	width: 550px;
	background-image: url(images/EM-BAU.png);
	height: 490px;
	background-repeat: no-repeat;
	background-position: right;
}
a:link {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:visited {
	color: #58585A;
	font: 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	font: 100% Arial, Helvetica, sans-serif;
	color: #993029;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 100px;
	font-size: 180%;
	color: #000;
}
.maurermeister_rot {
	color: #993029;
}
.content_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
.Stil1 {
	font-size: 120%;
	padding-top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
