/* CSS Document */

body {
	font-family: Arial;
	color: #FFFFFF;
	background-color: #A0A0A4;
	left: 50px;
	font-size:12pt; 
	font-family:Arial;
	text:#ffff00;
	/*bgcolor:#6699FF;*/
}

a {

}

a:link  { 
	color: #ffffff;
}
a:visited {
  color: #ffffff;
  }
a:active 	  { 
  color: #ffffff;
}

.UeberschriftNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.TextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
}

.TextSehrKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}

/*ID nur einmal in der ganzen html-Seite verwendbar, css: # vorangestellt, html id=""
 * Klasse ist öfter verwendbar, css: ., html class=""
 */
#header {
	position: relative;
	top: 0%;
	height: 50%;
	/*padding: 0%;*/
	/*bottom: 0%;*/
	left: 0%;
	right: 0%;
	
}

#footer {
	position: fixed;
  	padding: 10%;
  	bottom: 50%;
  	left: 0;
  	right: 0;
	
}


#navigation { position:absolute; top:30%; left:10%; width:15%; height:80%; z-index:1; }
#main { position:absolute; top:0%; left:30%; width:60%; height:80%; z-index:2; }
