/*### Typografie ####################*/

div, body, p, h2, a { font-family: helvetica, geneva, verdana, sans-serif; }


div, a, p, h2 { color: #003366; font-size: 11px; line-height: 14px; }
	
div .FarbboxDunkel {
	color: #99ccff;
	}
	
h1 {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 0px;
	}
	
h2 {
	padding-top: 15px;
	}
	

/*### a ####*/

a {
	color: #09c;
	text-decoration: none;
	}
	

/*### Layout #######################*/

body {
	margin: 0;
	padding: 0;
	background-color: #f5f6f6;
	}
	
#StreifenDiv {  
	position: absolute;
	top: 80px;
	left 0px;
	width: 100%;
	height:240px;
	padding: 0;
	float: left;
	display: block;
	background-color: #99ccff;
	}

/**** Logorahmen ****/

#LogoDiv { /*** zentriert ***/
	position: absolute; 
	top: 82px; 
	left: 50%; 
	width: 800px; 
	height: 67px; 
	margin-left: -400px; 
	background-color: #ffcc00; 
	border-width: 0; 
	outline-width: 0; }

#LogoEckeLiBox {
	position: absolute;
	top: 0px;
	left: 0;
	width: 30px;
	height: 38px;
	background-color: #99ccff;
	}

#LogoEckeReBox {
	position: absolute;
	top: 0px;
	left: 720px;
	width: 80px;
	height: 30px;
	background-color: #99ccff;
	}
	
#LogoBox { 
	position: absolute; 
	top: 5px; 
	left: 70px; 
	width: 400px; 
	height: 55px; 
	border-width: 0; 
	outline-width: 0; 
	}
	
#LogoLinkBox {
	position: absolute;
	top: 5px;
	left: 600px;
	width: 120px;
	height: 55px;
	}
	
/**** Navigation ****/

#NaviDiv {/*** zentriert ***/
	position: absolute;
	top: 147px;
	left: 50%;
	width: 800px;
	height: 40px;
	margin-left: -400px;
	background-color: #0099cc;
	}
	
.NaviBox {
	position: absolute;
	width: 200px;
	height: 40px;
	top: 0px;
	border-width: 0; 
	}
	
#NaviBox1 { 
	left: 0;
	}

#NaviBox2 {
	left: 200px;
	}

#NaviBox3 {
	left: 400px;
	}

#NaviBox4 {
	left: 600px;
	}

/**** Inhalt ****/
	
#InhaltDiv { /*** zentriert ***/
	position: absolute; 
	top: 187px; 
	left: 50%; 
	width: 800px; 
	margin-left: -400px; 
	background-color: #f5f6f6; 
	height: 240px; 
	border-width: 0; 
	 }
	
#InhaltBox1 { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200px; 
	height: auto; 
	}

#InhaltBox2 { 
	position: absolute; 
	top: 0; 
	left: 200px; 
	width: 200px; 
	height: auto; 
	}
	
#InhaltBox3 { 
	position: absolute; 
	top: 0; 
	left: 400px; 
	width: 200px; 
	height: auto; 
	}
	
#InhaltBox4 { 
	position: absolute; 
	top: 0; 
	left: 600px; 
	width: 200px; 
	height: auto; 
	}

#InhaltBox12 { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 400px; 
	height: auto; 
	}
	
#InhaltBox23 { 
	position: absolute; 
	top: 0; 
	left: 200px; 
	width: 400px; 
	height: auto; 
	}	
	
#InhaltBox34 { 
	position: absolute; 
	top: 0; 
	left: 400px; 
	width: 400px; 
	height: auto; 
	}	
	
#InhaltBox123 { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 600px; 
	height: auto; 
	}	
	
#InhaltBox234 { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 600px; 
	height: auto; 
	}	

.TextBox {
	padding: 5px;
	margin-bottom: 5px;
	float: left;
	display: block;
	border-width: 0;
	}
	
#Text1Box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	}
	
#Text2Box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 390px;
	}
	
#Text3Box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 590px;
	}
	
#Text4Box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	}

.FarbboxDunkel {
	color: #ccff99;	
	background-color: #0099cc;
	}
