﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #e5e5e5 url("../images/spacer.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;
			}

			#container {
                height: auto;
                margin: 0 auto;
				background: #fff url("../images/bgsite.jpg") repeat-y top;	
            }

			a {
				color: #000;
				text-decoration: none;
			}
			a:hover {
				color: #000;
				text-decoration: underline;
			}
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 958px;
			}
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#header {
				width: auto;
				height: 183px;
				line-height: 183px;
				vertical-align: middle;
				background: #e5e5e5;
				color: #000;
				text-align: center;
				position: relative
			}
			#header h1 {
				font-size: 22px;
				color: #000;
			}
			
			h1 {
				padding: 10px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 14px;
				line-height: 20px;
				font-weight: bold;
			}

			p {
				padding: 10px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 14px;
				line-height: 20px;
			}
			
			.occasionpagina {
				display: none;
				}
				
			#flash {display: none;}

			.tekst {
			font-size: 14px;
			font-family: 'Trebuchet MS', Verdana, sans-serif;
			}

			.tekst2 {
			font-size: 12px;
			font-family: 'Trebuchet MS', Verdana, sans-serif;
			}

			#werkplaatsafspraak {
				width: 615px;
				height: 920px;
			}
			
			#zoekopdracht {
				width: 615px;
				height: 1080px;
			}
			
			#gastenboek {
				width: 615px;
				height: 1080px;
			}


			ul {
				margin-left: 25px;
			}
			
			li {
				padding: 10px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				line-height: 20px;
			}
			
			h2 {
			padding-left: 12px;
			padding-top: 5px;
			font-size: 20px;
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			
			.bgcontent {
				background: #fff url("../images/bgsite.jpg") repeat-y top;	
				MIN-height: 500px;
				width: 958px;
				}

			
			.content {
				width: 620px;
				height: auto;
				float: left;
				background: #ffffff;
				padding: 3px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 10px;
			}

			.pos100 {
				width: 950px;
				float: left;
				background: #ffffff;
				padding: 3px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 10px;
			}

			#sidebar {
				width: 315px;
				float: left;
				background: #ffffff;
				margin-left: 15px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
			}
			
			#sidebar p {
				margin-left:0px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;			
			}
			
			.Home_sidebar {display: none;}
			.Verkoop_sidebar {display: none;}
			.Service_sidebar {display: none;}
			.Airco-Service_sidebar {display: block;}

			.pos752 {
				float: left;
				margin-left: 14px;
				margin-top: 7px;				
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 10px;
			}
			
			.kopstuk {
				width: 75%;
				height: auto;
				float: left;
			}
			
			.autovdweek {
				background: #ffffff;
			}
			
			.border {
			border-style:	solid;
			border-color: 	#3e4449;
			border-width: 	2px;
			/* #801922 */
			}
			
			.form {
				border: 1px solid #cccccc;
				margin-top: 2px;
			}
			
			
			
			
			
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#footer {
				width: 950px;
				float: left;
				background: #ffffff;
				padding: 3px;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 10px;
				border-top: 2px solid #000;

			}
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 20px;
			}
			


