
/*
	* {
		margin:0;
		padding:0;
		}
*/		
	html, body {
		height:100%;
		}
	
	body {
		/* background-color:#00365f; */
		background-color:#b8cad4;
		color:#630;color:#bbbbbb;
		/* font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width: 1px;
		height: 50%;
		background-color:#b8cad4;
		/* margin-bottom:-13.75em; /* half of container's height */
		margin-bottom:-299.5px;
		float:left;
		}
		
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		height: 599px;
		width: 900px;
		clear:left;
		background-image:url(fotos/morgengrauen900.jpg);
		background-repeat: no-repeat;
		background-color:#ff9;
		border:0px solid #555;
		border-top-color:#91c2b8;
		border-left-color:#91c2b8;
		font-family: Trebuchet MS;
		font-size:12px;
		}

	#container table {
		margin-left:10px;
		}

	#titel { 
		font-family: Times New Roman;
		font-size:44px;
		color: #666666; 
		}

	a, a:active, a:visited, a:link, a:hover, a:focus {
 		display:block;
		color: #f0f8ff;
		color: #bbbbbb;
		letter-spacing: 0.05em;
		text-decoration: none;
		}

	a:hover { 
		color: #91c2b8; 
		color:#dddddd;
		} 
	 
