/* CSS Document */

<style type="text/css">
					
*{
	margin: 0;
	padding: 0;
}

				
body {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	background-color: #FFFFFF;

}
					
#hauptbereich {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#blau {
	width: 350px;
	height: 500px;
	float: left;
	background-color: #C1D7FB;
	text-align: left;
	
	font-weight: normal;
	color: #003399;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none; 
}	

#blau a:link { 
	text-decoration: none;
	color: #003399;
	
}

#blau a:visited { 
	text-decoration: none;
	color: #003399;
	
}

#blau a:hover, a:active { 
	text-decoration: none;
	color: #003399;
}


#gruen {
	width: 350px;
	height: 500px;
	float: right;
	background-color: #a9e09c;
	text-align: right;
	
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006100;	

}	


#gruen a:link { 
	text-decoration: none;
	color: #006100;
}

#gruen a:visited { 
	text-decoration: none;
	color: #006100;
}

#gruen a:hover, a:active { 
	text-decoration: none;
	color: #006100; 
}

#text{
	margin-right: 16px;
	margin-left: 15px;
}


	

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	float: left;
	width: 700px;
	margin-top: 2px;
	}

a:link { 
	text-decoration: underline;
	color:#333333;
}

a:visited { 
	text-decoration: underline; 
	color:#333333;
}

a:hover, a:active {
	text-decoration: underline;
	color:#333333;
}





</style>

