@media all
{

/* --- spalte col3 (bereichs bild) ------------------------------------------ */
	
	#ber_image {
		width:252px;
		background-image: url(/css-img/ovgw_web.jpg);
		background-repeat:no-repeat;
		height:600px;
	}


/* --- breadcrumb navigationsfarbe ------------------------------------------ */

	#breadcrumb a {
		color:rgb(140,140,140); 
		text-decoration:none;
	}
	#breadcrumb a:hover,
		#breadcrumb a:active,
		#breadcrumb a:focus {
			color:rgb(140,140,140);
			text-decoration:underline; 			
			/* border-bottom: dotted 1px black; */
		}
	
}
