* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#595959;
	color:#999999;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

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

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:1000px;
	clear:left;
	border: 0px solid red;
}

#logobereichfb {
	position: absolute;
	max-width: 150px;
	min-height: 150px;
	top: 325px;
	right: 0px;
	padding: 0px;
	border: 0px solid blue;
}

#logobereichtt {
	position: absolute;
	max-width: 150px;
	min-height: 150px;
	top: 325px;
	right: 150px;
	padding: 0px;
	border: 0px solid white;
}

a#logofb {
	max-width: 150px;
	height: 150px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px -20px 0px 0px;
	background: transparent url(../images/logo_fb_all.png) 0px 0px no-repeat;
	border: 0px solid yellow;
	z-index: 200;
}

a:hover#logofb{
	background: transparent url(../images/logo_fb_all.png) 0px -150px no-repeat;
}

a#logott {
	max-width: 150px;
	height: 150px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px -20px 0px 0px;
	background: transparent url(../images/logo_tt_all.png) 0px 0px no-repeat;
	border: 0px solid green;
	z-index: 200;
}

a:hover#logott{
	background: transparent url(../images/logo_tt_all.png) 0px -150px no-repeat;
}
		
#hgcontainer {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	background: url(../images/1pxbg.jpg) repeat-x;
	clear:left;
	border: 0px solid white;
}

#container div {
	font-size:80%;
	float:right;
	width:17em;
	margin-left:2em;
}

#container div h2 {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	margin:1em 0 0;
}

#container div h3 {
	font-size:100%;
	font-weight:bold;
	margin:.5em 0 0 .75em;
}

#container ul {
	margin-left:2em;
}

#container li span {
	font-size:70%;
}
		

#container h1 {
	font-size:120%;
	padding-top:2.4em;
	margin-left:2.4em;
}

#container p {
	margin:1.5em 13.6em 1.5em 3em;
}

address {
	font-weight:normal;
	font-size:80%;
	font-style:normal;
	text-align:right;
	margin:0 20em 0 3em;
}
