@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color: #00b8ea;
	font-size: 100.01%;
	line-height: 1.4em;
}

   a {
	color: #CCE7E9;
	text-decoration: none;    
  }
  
  a:hover {
	color:#FFFFFF;
  }

h1 {
	margin: 0;
	padding: 0;
	font-size:1em;
	line-height: 1.44em;
	font-weight: normal;
	}
	
 ul#Navigation {
	width: 20em;
	font-size:1.2em;
	line-height: 1.44em;
	margin: 1.5em;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.02em;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 20em;
    w\idth: 20em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0em; 
	padding-left: 0.23em;
   
  }

  ul#Navigation a {
	color:#FFF;
    text-decoration: none;
    
  }
  ul#Navigation a:hover {
    color: #000;
  }

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:1145px;
	height:688px;
	z-index:1;
	visibility: visible;
}

#apDiv2start {
	position:absolute;
	left:0;
	top:0;
	width:417px;
	height:292px;
	z-index:2;
	visibility: visible;
}

#apDiv2 {
	position:fixed;
	left:0;
	top:0;
	width:417px;
	height:292px;

}

#apDiv3 {
	position:absolute;
	background-color:#00b8ea;
	left:469px;
	margin-top:1.5em;
	width:510px;
	/*height:771px;*/
	line-height: 1.34em;
	z-index:2;
	top: 9px;
}

#credits {
	position:absolute;
	left:25px;
	top:720px;
	font-size:0.8em;
	z-index:8;
	color: #75D1EA;
}

