﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
						
			html, body {
				background: #e3e3e3 url("../images/intropagina/bg.jpg") repeat-x top;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}

			a {
				color: #000;
			}
			
			a:hover {
				color: #727272;
			}
			
			#container {
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 1000px;
			}
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#header {
				width: auto;
				height: 58px;
				background: ;
				color: #000;
				text-align: center;
				position: relative
			}

			
			p {
				padding: 10px;
				font-size: 12px;
				line-height: 20px;
				
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#bgvisual {
	          background: url("../images/intropagina/intropaginavisualbg.jpg") repeat-x top;
	          width: 1000px;
	          height: 380px;
			}
						
			#bgvisual2 {
	          background: #ffffff;
	          width: 1000px;
	          height: 2690px;
			}

			
			.pos25 {
				width: 210px;
				height: 375px;
				float: left;
				background:fuchsia;
				margin-left: 12px;
				margin-top: 126px;
				background: url("../images/intropagina/wikkerinkautoservice.png") no-repeat top;
			}
			
			.pos25 p {
				margin-top: 195px;
				margin-left: 4px;
			}
			
			.pos33 {
				width: 210px;
				height: 363px;
				float: left;
				background:fuchsia;
				margin-left: 15px;
				margin-top: 205px;
				background: url("../images/intropagina/autowikkerink.png") no-repeat top;
			}

			.pos33 p {
				margin-top: 195px;
				margin-left: 4px;
			}

			
			.pos50 {
				width: 210px;
				height: 363px;
				float: left;
				background:fuchsia;
				margin-left: 105px;
				margin-top: 205px;
				background: url("../images/intropagina/motomarkt.png") no-repeat top;
			}
			
			.pos50 p {
				margin-top: 195px;
				margin-left: 4px;
			}

			
			.pos75 {
				width: 210px;
				height: 375px;
				float: left;
				background:fuchsia;
				margin-left:15px;
				margin-top: 126px;
				background: url("../images/intropagina/aviawikkerink.png") no-repeat top;
			}

			.pos75 p {
				margin-top: 195px;
				margin-left: 4px;
			}

			
			.voorraadlink {
				width: 533px;
				height: 36px;
				left: 50%;
				margin-left: -270px;
				margin-top: 147px;
				position: absolute;
				text-align: center;
			}
			
			.voorraadlink p {
				font-size: 18px;
				color: #fff;
				margin-top: -2px;
			}
			
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#footer {
				height: 45px;
				line-height: 45px;
				vertical-align: middle;
				text-align: center;
				margin: 0 auto;
				margin-top: -45px;
				clear: both;
				background: #EBEBEB;
			}
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding: 0;
				line-height: 30px;
			}
