@media all
{

	#main {
		background-image: url(../../css-img/main_bg_gas.gif);
	}
	
	
	
/* --- navig bild -- */
	#ber_icon_left_col {
		background-image: url(../../css-img/sign_gas.gif); 
	}
	
/* --- spalte col3 (bereichs bild) ------------------------------------------ */
	
	#ber_image {
		width:252px;
		background-image: url(../../css-img/gas_web.jpg);
		background-repeat:no-repeat;
		height:600px;
	}
    
    
/* --- breadcrumb navigationsfarbe ------------------------------------------ */

	#breadcrumb a {
		color:rgb(254,186,53); 
		text-decoration:none;
	}
	#breadcrumb a:hover,
		#breadcrumb a:active,
		#breadcrumb a:focus {
			color:rgb(254,186,53);
			text-decoration:underline; 			
			/* border-bottom: dotted 1px black; */
		}
	
	/* --- hintergrund col2 navigationsfarbe ------------------------------------------ */
	
	#nav_ber_icon_lower { /* filler for color and stripes */
		background-color: rgb(237,223,178);
		background-image: url(/css-img/col2_stripes_gas.gif);		
	}
	
	#col2 {
		background-color: rgb(237,223,178);
		background-image: url(/css-img/col2_stripes_gas.gif);
                background-position: 256px -43px; 		
	}
	
	/* --- 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(237,223,178);
			text-decoration:none; 
	}	
	#nav_ber_alpha ul li a.active {
		background-color:rgb(237,223,178);
	   
	}
	
	/*--- tabellenzeile shop ----------------------------------------*/
	
	.publication_list tr.odd td {
		background-color:rgb(237,223,178);
	}
	
}
