@media all
{
	
	
	#main {
		background-image: url(../../css-img/main_bg_wasser.gif);
	}
	
/* --- navig bild -- */
	#ber_icon_left_col {
		background-image: url(../../css-img/sign_wasser.gif); 
	}

/* --- spalte col3 (bereichs bild) ------------------------------------------ */
	
	#ber_image {
		width:252px;
		background-image: url(../../css-img/wasser_web.jpg);
		background-repeat:no-repeat;
		height:600px;
	}
    
/* --- breadcrumb navigationsfarbe ------------------------------------------ */

	#breadcrumb a {
		color:#065590; 
		text-decoration:none;
	}
	#breadcrumb a:hover,
		#breadcrumb a:active,
		#breadcrumb a:focus {
			color:#065590;
			text-decoration:underline; 			
			/* border-bottom: dotted 1px black; */
		}
	/* --- hintergrund col2 navigationsfarbe ------------------------------------------ */
	
	#nav_ber_icon_lower { /* filler for color and stripes */
		background-color: rgb(191,206,217);
		background-image: url(/css-img/col2_stripes_wass.gif);		
	}
	
	#col2 {
		background-color: rgb(191,206,217);
		background-image: url(/css-img/col2_stripes_wass.gif);		
	}
	
	/* --- hintergrund ber_nav navigationsfarbe ------------------------------------------ */
	#nav_ber_alpha ul li a:focus, 
    	#nav_ber_alpha ul li a:hover,
	   #nav_ber_alpha ul li  a:active {
			background-color:rgb(191,206,217);
			text-decoration:none; 
	}	
	#nav_ber_alpha ul li a.active {
		background-color:rgb(191,206,217);
	   
	}		
	    
}
