  
  
  /*#page{
  	background:#000 url(../img/introseite.jpg) no-repeat;
  }*/
  
 /* -------------------centering------------------------*/
 	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#000;
		color:#000;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#000;
		margin-bottom:-325px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:650px;
		width:1000px;
		clear:left;
		background:#000 url(../img/introseite.jpg) no-repeat;
		}
/* ---------------------------------------------*/
	#logo{
		position:absolute;
		top:20px;
		left:15px;
		width: 360px;
		heigth: 125px;
	}
	#picture{		
		position:absolute;
		top:142px;
		width:1000px;
		height:365px;
		
	}
	
	#flags{
		position:absolute;
		top:580px;
		left:845px;
		width:150px;
	}
	a img{border:0;}

		
