﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #00a1e1 url("../images/bg.jpg") repeat-x top;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}
			code {
				background: #717171;
				font-family: Courier, monospace;
				font-size: 16px;
				color: #FFF;
				padding: 3px;
			}
			a {
				color: #000;
			}
			a:hover {
				color: #727272;
			}
			#container {
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
                background: #231f20;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			.forfull {
				width: auto;
			}
			.for800 {
				width: 740px;
			}
			.for1024 {
				width: 768px;
			}
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#header {
				width: auto;
				height: 226px;
				vertical-align: middle;
				background: #0000;
				color: #000;
				text-align: left;
				position: relative
			}
			#header h1 {
				font-size: 22px;
				color: #000;
				background: #EBEBEB;
			}
			
			p {
				padding: 10px;
				font-size: 15px;
				line-height: 20px;
				
			}
			
			img {
	border: 0px;
}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			.pos25 {
				width: 340px;
				height: auto;
				float: left;
			}
			.pos75 {
				width: 358px;
				height: auto;
				float: left;
			}
			
			.pos100 {
				width: 100%;
				height: auto;
				float: left;
				text-align: left;
			}
			
			.contenttabel {
				width: 				100%;
				font: 				12px Trebuchet MS, Verdana, Arial, sans-serif;
				font-weight:		none;
				color: 				#000;
				text-decoration:	none;
				margin-top:			0px;
				
}
			
			.kopstuk {
				width: 75%;
				height: auto;
				float: left;
			}
			
			.kader {
				width: 712px;
				height: 237px;
				border: 2px solid #fff;
				text-align: left;
				margin-top: 10px;
				background: #fff;
				color: #000;
				margin-left: 26px;
			}
			
			.kader2 {
				width: 712px;
				height: 168px;
				border: 2px solid #fff;
				text-align: left;
				margin-top: 10px;
				background: #000;
				color: #000;
				margin-left: 26px;
			}
			
			.kaderknop {
				width: 712px;
				height: 40px;					
				margin-left: 26px;
			}

			.kaderknop2 {
				width: 712px;
				height: 57px;					
				margin-left: 26px;
			}

			
			.merk {
				width: 340px;
				height: 40px;
				font-size: 44px;
				font-weight: bold;
				font-style: italic;
				color: #00a1e1;
				padding-left: 15px;
				float: left;
			}
			
			.uitvoering {
				width: 340px;
				height: 46px;			
				font-size: 24px;
				color: #00a1e1;
				padding-left: 15px;
				float: left;
			}
			
			.prijs1 {
				width: 340px;
				height: 46px;			
				font-size: 28px;
				font-weight: bold;
				color: #000;
				padding-left: 15px;			
				float: left;
			}
			
			.prijs2 {
				width: 340px;
				height: 46px;			
				font-size: 28px;
				font-weight: bold;
				color: #000;
				padding-left: 15px;	
				float: left;		
			}
			
			.prijs3 {
				width: 342px;
				height: 49px;			
				font-size: 28px;
				font-weight: bold;
				color: #fff;
				padding-left: 15px;	
				padding-top: 12px;					
				background: #00a1e1;	
				margin-left: -2px;
				float: left;
			}


			.prijs4 {
				width: 342px;
				height: 49px;			
				font-size: 28px;
				font-weight: bold;
				color: #fff;
				padding-left: 15px;	
				padding-top: 4px;					
				background: #00a1e1;	
				margin-left: -2px;
				float: left;
			}
			
			
			.prijscx9{
				width: 340px;
				height: 92px;			
				font-size: 18px;
				font-weight: bold;
				color: #000;
				padding-left: 15px;	
				float: left;
			}	

			
			.foto {
				width: 154px;
				font-size: 24px;
				font-weight: bold;
				color: #000;
				padding-left: 15px;
				margin-top: -2px;		
				float: left;
			}
			
			.prijsL {
				width: 154px;
				height: auto;
				float: left;
			}

			.prijsR {
				width: auto;
				height: auto;
				float: left;
			}		

			small{
				font-size: 10px;
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			.footer2 {
				width: auto;
				height: 139px;
				background: #000 url("../images/footer.jpg") repeat-x top;
				margin-top: 20px;
				color: #fff;
				text-align: center;
				font-size: 16px;
			}
			
			#footer {
				height: 139px;
				line-height: 139px;
				vertical-align: middle;
				text-align: left;
				margin: 0 auto;
				margin-top: -139px;
				clear: both;
				background: #000 url("../images/footer.jpg") repeat-x top;
			}
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding: 0;
				line-height: 30px;
			}