/********
AGSVB-Farbe:

	petrol: 	#006376

/*********************** Layout - allgemein ******************/
	 
div#kasten_farbig {
	background: #006376; }

/*********************** Layout - Logobereich ******************/ 
 
div#bg_logo {
	background: #006376; }

	   
/*********************** Layout - Navigation ******************/
 
div#navi{
	background: #006376; }
	  
#navi ol{
	background: #006376; }
		
#navi a{
	background-image: url(../images/design/navi_ecke_rechts_petrol.gif); 
	background-position: top right; 
	background-repeat: no-repeat; }
	
div#navi li.petrol a {
	color:  #006376; }
	

div#umbruch{
	background: #006376; }
	
	
/*********************** Layout - Inhalt ******************/
	 
div#kasten_inhalt{
	background-image: url(../images/design/verlauf_links_petrol.gif);
	background-repeat: repeat-y; 
	background-position: top left;}
	
/*********************** Layout - Fusszeile ******************/
 
div#bottom{
	background: #006376; }
	
/*********************** Layout - Text ******************/

h1, h2, h3 {
	border-left-color: #006376;	}


