/** Body Konfiguration **/		


a, a:hover, a:visited  {
		text-decoration: none;
		color: #007ac9;
		}

body {
		background-color: #FFFFFF;
		margin: 0px;
		}

#alles {
		background-color: #FFFFFF;
		margin: 0px;
		width: 100%;
		height: 100%;
		}
		
		
		
#oben  {
		background-color: #FFFFFF;
		width: 100%;
		height: 520px;
		}
		
#flash-intro  {
		margin-top:20px;
		margin-left: 130px;
		width: 400px;
		height: 450px;
		}
		
#lingua {
		font-weight: bold;
		font-family: Arial;
		font-size: 22px;
		color: #007AC9;
		margin-top: 80px;
		width:400px;
		height: 520px;
		font-family:arial,verdana;

		}	
.ecolab-small {
		font-weight: bold;
		font-family: Arial;
		font-size: 14px;
		color: #007AC9;
		}
		
#unten  {
		background-color: #0172c2;
		width: 100%;
		height:140px;
		position: absolute;
		bottom:0px;
		margin-bottom:0px;
		}
		
#water  {
		width:100%;
		height:140px;
		background-image: url(/water.gif);
		background-repeat: repeat-x;
		/**filter:alpha(opacity=90); 
		-moz-opacity:0.90;**/	
		position: absolute;
		bottom:0px;
		margin-bottom:0px;
		}
		
#suche {
	float:left;
	margin-top:80px;
	margin-left:0px;
	width:149px;
         height:121px;
         background-image: url('../images/seek.jpg');
	background-repeat:no-repeat;
         padding-top:5px;
         
	}
	
