body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	
topmargin:0px;
leftmargin:0px;
background-color:#ffffff;

<? 
if ($sub=="opel") { ?>
scrollbar-face-color: white;
scrollbar-arrow-color:#ffcc00;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #dfdfdf;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-track-color:white;
scrollbar-darkshadow-color: #ffffff;
<? } elseif ($sub=="chevrolet") { ?>
scrollbar-face-color: white;
scrollbar-arrow-color:#1F69D4;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #dfdfdf;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-track-color:white;
scrollbar-darkshadow-color: #ffffff;
<? } elseif ($sub=="hansa") { ?>
scrollbar-face-color: white;
scrollbar-arrow-color:#82BF41;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #dfdfdf;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-track-color:white;
scrollbar-darkshadow-color: #ffffff;
<? } ?>
}

.white {
background-color:#ffffff;
}

.bg1 {
background:url("images/ha6-2.gif");
background-repeat:repeat-x;
background-position:top left;
}

.bg2 {
background:url("images/ha2_bg.gif");
background-repeat:repeat-x;
background-position:top left;
}

.bg3 {
background:url("images/ha1_bg.gif");
background-repeat:repeat-x;
background-position:top left;
}

.text {
font-face:verdana;
font-size:10px;
color:black;
}

/* zilajam #1F69D4; zaljs: #82BF41 */

A:Hover {
	text-decoration: blink;
	color : #<?
	if ($sub=="hansa") {
	echo "82BF41";
	} elseif ($sub=="chevrolet") {
	echo "1F69D4";
	} else {
	echo "FF9900";
	} ?>;  
}


A {
	text-decoration: none;
	color: Black;
}

A.menu {
	font-family: Arialcolor : Navy;
	font : lighter 10pt;
	text-decoration : none;
}

A: hover.menu {
	text-decoration: blink;
	color : #FF9900;
} 
.oam{
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font: bold 8pt;
}
.o_c{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font: 9pt;
	color: Black;
}