/* CSS Document */

	* {
		margin:0;
		padding:0;
		}
		

	html {
		height:100%;
		}

	body {
	margin-left: 39px;
		background-color:#ffffff;
		color: #630;
		font:100.01%/1.4;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

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

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		height:263px;
		width:588px;
		clear:left;
		background-color:#ffffff;
		border:1px solid #ffffff;
		border-top-color:#fff;
		border-left-color:#fff;
		}

	#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;
		}
		
	
	#intro {
		width: 300px;
		height: 200px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -200px;
		margin-left: -200px;
		text-align: center;
		}
		
	#loader {
		width: 300px;
		height: 100px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 200px;
		margin-left: -165px;
		text-align: center;	
		line-height: 24px;	
		}


	#newsletter {
		width: 500px;
		height: 200px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -270px;
		margin-left: -250px;
		text-align: center;
		color: black;
		font-size: 12px;
		}	
			
	#titel-nr {
left: 160px;
width: 40px;
float: left;
font-size: 14px; 
color: #b7b7b7; 
font-weight: bold;
position: relative;
}

#titel-text200 {position: relative; left: 150px; width: 160px; float: left; height: 15px; }	
	
.splashtitle-big { color: #446e98; font-size: 35px; }
.splashtitle-small { color: #446e98; font-size: 24px; }
.splashsubtitle-big {color: #8CC6D9; font-size: 15px; }
.splashsubtitle-small {color: #8CC6D9; font-size: 11px; }