* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-align:center; /* horizontal centering for IE Win quirks */
	color: #737373;
	}
h1 {
	font-size: 60px;
	line-height: 55px;
	color: #C00000;
	margin: 0 0 15px 0;
	font-weight: normal;
	letter-spacing: 2px;
	}
h1 span {
	font-weight: bold;
	letter-spacing: normal;
	}
h2 {
	font-size: 20px;
	line-height: 55px;
	color: #C00000;
	margin: -25px 0 15px 0;
	}
h3 {
	font-size: 30px;
	line-height: 55px;
	margin: 60px 0 -10px 0;
	font-family: Georgia;
	font-weight: normal;
}
h3#projekte {
	margin-bottom: -50px;
	}
h5 {
	font-size: 20px;
	line-height: 55px;
	margin: 40px 0 -10px 0;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-13.75em; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:27.5em;
	width:45em;
	clear:left;
	}
p#kontakt {
	padding-bottom: 60px;
	}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li {
	clear: both;
}
	
img {
	padding: 0;
	}
img.float_left {
	float: left;
	}
a img {
	border: 0;
}
a {
	color: #C00000;
}
a:hover {
	text-decoration: none;
}