/* 	videu CSS - styles_main.css  */
/* 	  created 02-15-2007 by BF   */

/* 
	INHALT
	
	Farbwechsel-CSS für Fahrzeuge-Kategorie
	
*/


/* 01 ALLGEMEINE DEFINITIONTN Anfang */

	.highlight {
		color:#FF8E00;
		}

	input#button {
		color:#FF8E00;
		}
		
	a:link, a:active, a:visited {
		color:#FF8E00;
		}
	a:hover {
		color:#FFB455;
		}
		
	h1 {
		color:#FF8E00;
		background:url(../images/arrow_orange.gif) no-repeat left center;
		}
		
	#upload {
		background:url(../images/upload_orange.gif) no-repeat;
		}			
	
/* 01 ALLGEMEINE DEFINITIONTN Ende */


/* 02 POSITIONIERUNG Anfang */

	body {					/* Standardschrift-Einstellungen und HEAD Hintergrundbild */
		background:url(../images/bg_site_head_orange.gif) repeat-x;
		}
		
	#site_head {
		margin:0 auto;
		width:920px;
		height:83px;
		background:url(../images/bg_site_head_center_orange.gif) no-repeat center top;
		}
				
			#logo {
				background-image:url(../images/logo_orange.gif);				/* Logo-Farbe ändern */
				}
				
			#logo_headline {
				background-image:url(../images/logo_headline_orange.gif);  
				}										

			#anmelden {
				background:url(../images/videU_orange.gif) no-repeat;
				}				
				
/* 02 POSITIONIERUNG Ende */
				

/* 03 MAIN_NAVI Anfang */
			
			#cars a:link, #cars a:visited, #cars a:active, #cars a:hover {							/* Button-Status bei ausgewählter Kategorie ändern */
				background-position:center -81px;
				}

/* 03 MAIN_NAVI Ende */

/* 04 SUB_NAVI Anfang */

		#sub_navi li a:link, #sub_navi li a:visited, #sub_navi li a:hover {							/* Tabs active + Fontinfos */
			color:#FF8E00;
			}

/* 04 SUB_NAVI Ende */


