	* {		margin: 0;		padding: 0;
		border: 0px none #FFFFFF;		}	html, body {		height: 100%;		}	body {		background-color: #FFFFFF;		color: #FFFFFF;		font: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;		text-align: center; /* horizontal centering for IE Win quirks */		}	#distance { 		width: 1px;		height: 50%;		background-color: #FFFFFF;		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;
		width: 765px;		height: 600px;		clear: left;		background-color: #FFFFFF;		}
		
	.replace {
		display: none;
		}
		
	.sojorlogo {
		margin: 120px 183px 0 182px;
		}
	
		
	.startbild {
		margin: 0 0 0 290px;
		/*float: left;*/
		}
		
		
	#malerei a {
		/*float: left;*/
		margin: 40px 0 0 142px;
		width: 140px;
		height: 46px;
		position: absolute;
		background: url("../bilder/malerei.gif") 0 0 no-repeat;
		}
		
	#malerei a:hover {
		background-position: 0 -46px;
		}
		
	#flamenco a {
		/*float: left;*/
		/*margin: 40px 0 0 480px;*/
		margin: -152px 0 0 480px;
		width: 175px;
		height: 46px;
		position: absolute;
		background: url("../bilder/flamenco.gif") 0 0 no-repeat;
		}
		
	#flamenco a:hover {
		background-position: 0 -46px;
		}	address {		font-weight:normal;		font-size:80%;		font-style:normal;		text-align:right;		margin:0 20em 0 3em;		}