	* {
		}

	html, body {
		height:100%;
		background-color: white;
		}

	body {
		text-align:center; /* horizontal centering for IE Win quirks */		
		margin:0;
		padding:0;
		
		font-family: verdana, arial, sans-serif;
	  font-size: 11px;  
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:transparent;
		margin-bottom:-290px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:580px;
		width:990px;
		clear:left;
		background-image: url(../images/startseite-background.jpg);
		border: 1px solid #1266a5;
		color: white;
		}
	#pageHeader {
    position: absolute;
    top: 10px;
    left: 30px;
  }
  
  #pageHeader h2 {
    font-size: 14px;
  }
	
  #profitContainer, #energyfitContainer, #portalContainer {
    position: absolute; 
    top: 120px; 
    left: 144px; 
    height: 420px; 
    width: 179px; 
    text-align: center;
  }
  
  #energyfitContainer {
    left: 472px;
  }
  
  #portalContainer {
    left: 807px;
  }
  
	.text {
    top: 160px;
    margin-left: 10px;
    text-align: left;
    position: absolute;
    color: white;
    left: 0px;
  }

  img {
    margin-top: 20px;
  }
  h1 {
    font-size: 13px;
  }
  
  a {
    color: white;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

