﻿/* CSS Document */


#tabel {
	margin-top: 90px;
	width: 800px;
}


/* hyperlinks */
#inhoud a {
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 12px; 
color: #000000;
text-decoration: none;
}

/* hyperlinks al bezocht */
#inhoud a:visited {
color: #000000;
text-decoration: none;
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 12px; 
}

/* hyperlinks bij mouseover */
#inhoud a:hover {
color: #000000;
text-decoration: underline;
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 12px; 
}

/* hyperlinks bij click */
#inhoud a:active {
color: #000000;
text-decoration: underline;
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 12px; 
}



.navtekst {
color: #000000;
text-decoration: none;
font-family:	Tahoma;
font-weight: bold;
font-style: normal;
font-size: 12px; 
}


/* Dikke tekst zonder achtergrondkleur op detailpagina */
.tekstBold {
font-family:	Tahoma;
font-weight: bold;
font-style: normal;
font-size: 12px; 
color: #000000;
text-align: left;
padding-left: 5px;
}

/* gewone tekst zonder achtergrondkleur op detailpagina */
.tekst {
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 12px; 
color: #000000;
text-align: left;
padding-left: 5px;
}

/* Dikke tekst met achtergrondkleur op detailpagina */
.leegBold {
font-weight: bold;
background-color: #eaeaea;
font-family:	Tahoma; 
font-size: 12px; 
font-style: normal;
color: #000000;
text-align: left;
padding-left: 5px;
}

/* Dikke tekst met achtergrondkleur op detailpagina */
.titelbalk {
font-weight: bold;
background-color: #eaeaea;
font-family:	Tahoma; 
font-size: 12px; 
font-style: normal;
color: #000000;
text-align: center;
}


/* Gewone tekst met achtergrondkleur op detailpagina */
.leeg {
background-color: #eaeaea;
font-family:	Tahoma; 
font-size: 12px; 
font-style: normal;
font-weight: normal;
color: #000000;
padding-left: 5px;
text-align: left;
}


/* Dikke tekst op occasionpagina met achtergrondkleur (merk model uitvoering, carosserie, bouwjaar, brandstof, prijs) */
.tabelcelKopBold {
font-family:	Tahoma;
font-size: 12px; 
font-weight: bold;
font-style: normal;
color: #000000;
background-color: #eaeaea;
text-align: left;
}

/* Gewone tekst op occasionpagina met achtergrondkleur (kleur, kmstand, motorinhoud, [bekijk]) */
.tabelCelOmschrijving {
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 12px; 
color: #000000;
background-color: #CCCCCC;
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}


/* Opties tekst op occasionpagina PRO met achtergrondkleur (kleur, kmstand, motorinhoud, [bekijk]) */
.tabelCelOpties {
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 11px; 
color: #000000;
background-color: #FFFFFF;
text-align: left;
padding-left: 3px;
}

.kleineLetters {
font-family:	Tahoma;
font-weight: normal;
font-style: normal;
font-size: 11px; 
color: #000000;
background-color: #FFFFFF;
text-align: left;
padding-left: 3px;
}

#balkoccasion {
	height:		42px; /* hoogte van visual - toppadding */
	width:		850px;
	background: url('http://www.koolen-autos.nl/images/occasionbalk.jpg');
	margin-left: 6px;
	padding-left: 48px;
	font-size: 		16px;
	font-weight: 	bold;
	border-bottom: 1px solid #CCCCCC;
	color: #ffffff;
	padding-top: 8px;
	text-align: center;
}

#balkoccasion p {
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#ffffff;
	padding-top: 	4px;	
}

#balkoccasion a {
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#ffffff;	
}

#balkoccasion a:hover {
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#ffffff;
}

#balkoccasion a:active {
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#ffffff;
}

#balkoccasion a:visited {
	font-size: 		16px;
	font-weight: 	bold;
	color: 			#ffffff;
}


