@charset "UTF-8";
/* CSS Document */
		
		
/**********************************
		
CLEAR WHITESPACES/WHITESPACE RESET
		
**********************************/
	
		
		/* HYPERLINKS */
		:link,:visited { text-decoration:none }
		
		/* GEEN LIST STYLE */
		ul,ol { list-style:none }
		
		/* ALLE HEADINGS HETZELFDE VOOR EEN CONSISTENTE STYLE */
	p,h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;margin:0; padding:0 }
		
		/* NOGMAALS ALLE ELEMENTEN STRIPPEN */
		ul,ol,li,pre,form,body,html,blockquote,fieldset,input
		{ margin:0; padding:0 }
		
		/* STANDAARD GEEN BORDER OM EEN LINKED IMAGE */
	a img,:link img,:visited img { border:none }
		
/**********************************
		
BASIS
		
**********************************/
		
		
		
		body {
	text-align:center;
	margin:0;
	background-color: #970100;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
		}
		
		
		
		#siteContainer {
	position:relative;
	text-align:center;
	width: 100%;
	margin-left:auto;
	background-position: 0px;
	margin-right: auto;
		}
		
		
		#topContainer {
	height:640px;
	width:100%;
	position:relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
		}
	
		
		
		#footer {
	clear:both;
	height:180px;
	color: #FFFFFF;
	text-align: center;
			}
		
		
		#contentContainer {
	width:901px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
		}
		
		
		#contentContainerLinks {
	position:absolute;
	width: 587px;
	left:10px;
	text-align:left;
	top: 0px;
	border-bottom-style: none;
	height: 454px;
		}
		

		
		#contentContainerRechts {
	position:relative;
	width:276px;
	text-align:left;
	left: 625px;
	min-height:550px;
	_height:550px;
	top: 0;	
		}
		
/**********************************
		
T
		
**********************************/
		
		
		h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	margin-bottom:10px;
	margin-top:15px;
		}
		
		h2 {
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:bold;
	color:#f6bd3a;
	text-align:left;
	line-height: 18px;
	margin-bottom:20px;
		}
		
		h3 {
	font-family:"Trebuchet MS";
	font-size:19px;
	font-weight:bold;
	color:#f6bd3a;
	text-align:left;
	margin-bottom:20px;
		}
		
		h4 {
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color:#f6bd3a;
	text-align:left;
	margin-bottom:20px;
		}
		
		p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:10px;
	
		}
		
			.plainText, td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:10px;
	color:#ffffff;
	
		}
		
		
		ul,ol {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 15px;
	list-style-type: circle;
		}
		
		
		
		li {
			margin-left: 15px;
		}
		


	strong {
		color: #000000;
	}
	
	#contact p {
	text-align:left;
	color:#ffffff;
	padding-top: 12px;
	padding-left: 12px;
	}
	
	#contact h2 {
	text-align:left;
	color:#E4070F;
	padding-top: 12px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	}
	
	#contentContainerLinks h2 {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 16px;
	margin-bottom: 4px;
}
	
	#contentContainerLinks p {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 6px;
	font-size: 11px;
}

	#credits {
	background-color: #000000;
	position: absolute;
	width: 320px;
	top: 148px;
	text-align:left;
}

#credits p{
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#aanpod p {}
		
		
/**********************************
		
FORMS
		
**********************************/

		
		input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom:5px;
	margin-left:14px;
	border: 1px solid #970100;
		}
		
		input:focus {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom:5px;
	margin-left:14px;
	border: 1px dotted #333333;
		}
		
		textarea {
			font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom:5px;
	margin-left:14px;
	border: 1px solid #970100;
		}
		
		textarea:focus {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom:5px;
	margin-left:14px;
	border: 1px dotted #333333;
		}
		
		input.submit {
			font-family: "Trebuchet MS";
			font-size: 12px;
			color: #FFFFFF;
			border-width: 1px;
			border-style: solid;
			border-color: #970100;
			background-color:#970100;
			font-weight: bold;
		}
		
		label {
		margin:0px;
		padding:0px;
		}
		
		select {
		margin-bottom:3px;
		}
		
/**********************************
		
logo
		
**********************************/
	
		
		
/**********************************
		
overige blocks
		
**********************************/	

	
			
	#logo {
	position: absolute;
	left: 10px;
	top: 43px;
}

#brands {
	position: absolute;
	left: 625px;
	top: 0px;
	z-index:999;
}

	
	
	
	#footerContent{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 961px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-image: url(../gfx/footerContentBg.png);
	background-repeat: no-repeat;
	height: 200px;
		}
		
	
		
		#contact {
	height:180px;
	position:absolute;
	background-image: url(../gfx/contactSpacer.jpg);
	height: 315px;
	width: 276px;
	top: 65px;
		}
		
		
	

	

		/**********************************
		
		HYPERLINKS
		
		**********************************/
		
		
	
		
		#contentContainerLinks A {
	text-align: right;
	color:#ac8429;
	text-decoration:none;
	font-weight:bold;
}
		
		#contentContainerLinks A:link {
		text-align: right;
	color:#ac8429;
	text-decoration:none;
	font-weight:bold;}
		
		#contentContainerLinks A:visited {
		text-align: right;
	color:#ac8429;
	text-decoration:none;
	font-weight:bold;}
		
		#contentContainerLinks A:hover {
		text-align: right;
	background-color:#ac8429;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;}
		
		#contentContainerRechts img {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

			a {
		color: #E4070F;
	text-decoration:none;
		
		}
		a:link {
	color: #E4070F;
	text-decoration:none;

		}
		
		a:visited {
		color: #E4070F;
	text-decoration:none;
		}
		
		a:hover {
	color: #FFFFFF;
	
	text-decoration:none;
}
		

		#footer a {
		color: #000000;
	text-decoration:none;
		
		}
		#footer a:link {
	color: #000000;
	text-decoration:none;

		}
		
		#footer a:visited {
		color: #000000;
	text-decoration:none;
		}
		
		#footer a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration:none;
}
			
			#credits a {
	color: #b0d237;
	text-decoration:none;		
		}
		#credits a:link {
	color: #b0d237;
	text-decoration:none;
		}
		
		#credits a:visited {
	color: #b0d237;
	text-decoration:none;
		}
		
		#credits a:hover {
	color: #FFFFFF;
	background-color: #b0d237;
	text-decoration:none;
}
	
	
		
		#footerContent{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 901px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position:relative;
		}
		
				#topContent{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height: 150px;
		}
	


/**********************************

SIFR

**********************************/



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	padding-bottom:10px;
	display:compact;
}

.sIFR-replaced {
	visibility: visible !important;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:23px;
	
}

#topFlash {
	height:534px;
	position:absolute;
	width:100%;
	top: 106px;
	left:0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
	
#aanbod {
	position: absolute;
	top: 65px;
	width: 587px;
	background-color: #FFFFFF;
	min-height:400px;
	_height:400px;
}

#occassionLink {
	position: absolute;
	z-index: 999;
	top: 40px;
	left: 255px;
	text-align: left;
}
#contactLink {
	position: absolute;
	z-index: 999;
	top: 110px;
	left: 403px;
	text-align: left;
}

#ccrTitle {
	position: absolute;
	top: 10px;
}

#cclTitle {
	position: absolute;
	top: 10px;
}

