﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			
			html, body {
				background: #f2f2ea url("http://www.oostlandautomobielen.nl/images/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;
			}
			
			ul {
				margin-left: 30px;
			}
			
			#container {
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
                background: url("http://www.oostlandautomobielen.nl/images/bgcontainer.jpg") no-repeat top;
            }
			
			/* 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: 370px;
				background: url("http://www.oostlandautomobielen.nl/images/header.jpg");
				color: #000;
				text-align: left;
				position: relative
			}
			
			.kopstuk {
				width: auto;
				height: 90px;
				background: #fff url("http://www.oostlandautomobielen.nl/images/oostlandkoplogo.jpg") no-repeat left;
				color: #000;
				text-align: left;
				position: relative
			}
			
			.menukop {
				margin-left: 570px;
				padding-top: 60px;
			}
			
			.logoruimte {
				margin-right: 130px;
			}

			.menukopruimte {
				margin-right: 20px;
			}


			.visual {
				width: auto;
				height: 280px;
				background: url("http://www.oostlandautomobielen.nl/images/visual.jpg");
				color: #000;
				text-align: center;
				position: relative
			}
						
			p {
				padding: 10px;
				font-size: 12px;
			}
			
			h2 {
				font-size: 18px;
				font-weight: bold;
			}
			
			img {
				border: 0px;
			}

			.titelblauw{
				font-size: 18px;
				font-weight: bold;
				color: #004ac4;
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			.pos25 {
				width: 211px;
				height: auto;
				float: left;
				margin-left:23px;
			}

			.pos75 {
				width: 720px;
				height: auto;
				float: left;
				margin-left:8px;
			}
			
			.pos100 {
				width: 700px;
				height: auto;
				float: left;
			}			

			.contentlinks {
				width: 475px;
				height: auto;
				float: left;
			}

			.contentlinkscontact {
				width: 300px;
				height: auto;
				float: left;
			}
			
			.imagetekst {
				margin-right: 14px;
				margin-bottom: 4px;
}

			.contentrechts {
				text-align: right;
				width: 245px;
				height: auto;
				float: left;
				margin-top: 15px;
			}
			
			.printversie {
				font-size: 12px;
				text-decoration: none;
			}


			
			.holder {
				width: 100%;
                min-height: 300px;
				float: left;
				background: url("http://www.oostlandautomobielen.nl/images/bgcontent.jpg") no-repeat top;
			}

			

			/* 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;
			}
			
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding: 0;
				line-height: 30px;
			}
