/* CSS Document */



/* algemene eigenschappen zoals bijvoorbeeld scrollbalken en achtergrond(kleur) */
BODY {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #728777;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #728777;
	scrollbar-arrow-color: #728777;
	scrollbar-track-color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url('http://www.autosoft.nl/mainback.jpg');
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-style: normal;
}



/* hyperlinks */
a {
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 12px; 
font-style: normal;
color: #000000;
text-decoration: none;
}

/* hyperlinks bij mouseover */
a:hover {
color: #4d5969;
text-decoration: underline;
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 12px; 
font-style: normal;
}

/* Dikke tekst zonder achtergrondkleur op detailpagina */
.tekstBold {
font-family: Verdana;
font-weight: bold;
font-style: normal;
font-size: 12px; 
font-style: normal;
color: #000000;
}

/* gewone tekst zonder achtergrondkleur op detailpagina */
.tekst {
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 12px; 
font-style: normal;
color: #000000;
}

/* Dikke tekst met achtergrondkleur op detailpagina */
.leegBold {
text-align: left;
font-weight: bold;
background-color: #eaeaea;
font-family: verdana; 
font-size: 12px; 
font-style: normal;
color: #000000;
}

/* Gewone tekst met achtergrondkleur op detailpagina */
.leeg {
text-align: left;
background-color: #eaeaea;
font-family: verdana; 
font-size: 12px; 
font-style: normal;
font-weight: normal;
color: #000000;
}


/* Dikke tekst op occasionpagina met achtergrondkleur (merk model uitvoering, carosserie, bouwjaar, brandstof, prijs) */
.tabelcelKopBold {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #000000;
background-color: #eaeaea;
}

/* Gewone tekst op occasionpagina met achtergrondkleur (kleur, kmstand, motorinhoud, [bekijk]) Dit is tevens de grijze balk op template 3 */
.tabelCelOmschrijving {
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 12px; 
color: #000000;
background-color: #eaeaea;
}


/* Opties tekst op occasionpagina PRO met achtergrondkleur (kleur, kmstand, motorinhoud, [bekijk]) */
.tabelCelOpties {
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 10px; 
font-style: normal;
color: #000000;
background-color: #FFFFFF;
}


/* kleine tekst (disclaimer en "autofilter") */
.kleineLetters {
font-family: verdana; 
font-size: 10px; 
font-style: normal;
font-weight: normal;
color: #777777;
}





td {
font-size: 8pt;
border-color: #000000;
}


td.kop {
background-color: #FFFFFF;
}





/* OVERIGE STYLES - Autocommerce */

.select {
font-size: 8pt;
background-color: #FFFFFF;
border-color: #F3F3F3;
}


.checkbox {
font-size: 9pt;
background-color: #F3F3F3;
border-color: #F3F3F3;
}


td.menu {
text-align: center;
border-top-style: solid;
border-top-width: 1;
border-bottom-style: solid; border-bottom-width: 1;
border-color: #000000;
background-color: #E6E3DF;
}

td.activemenu {
text-align: center;
border-top-style: solid;
border-top-width: 1; border-top-color:#000000;
border-bottom-style: none;
border-bottom-width: 1;
background-color: #FFFFFF;
}



td.submenu {
text-align: center;
border-top-style: solid;
border-top-width: 1; border-bottom-style: solid;
border-bottom-width: 1;
border-color: #000000;
background-color: #FF0000;
}

td.activesubmenu {
text-align: center;
border-top-style: solid;
border-top-width: 1;
border-bottom-style: none; border-bottom-width: 1;
background-color: #D4D0C8;
}



td.menuhoek {
background-color: #E6E3DF;
border-bottom-style: solid; border-bottom-width: 1;
border-color: #000000;
}

td.activemenuhoek {
background-color: #FFFFFF;
}



td.submenuhoek{
background-color: #FF0000;
border-bottom-style: solid;
border-bottom-width: 1;
border-color: #000000;
}

td.activesubmenuhoek {
background-color: #D4D0C8;
}



#pup {
position:absolute; 
visibility:hidden; 
z-index:200; 
width:130;
border: #000000; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
}


.tabsv6_down {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
# background-image: url(../images/tab_achtergrond_down.gif);
text-align: center;
border: 0px;
height: 25px;
width: 98px;
}


.tabsv6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-image: url(../images/tab_achtergrond.gif);
text-align: center;
border: 0px;
height: 25px;
width: 98px;
}
