﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #000 url("../images/bg.jpg") repeat-x top;
				color: #fff;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}

			a {
				color: #ff0000;
			}
			
			a:hover {
				color: #ff0000;
			}
			
			#container {
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 990px;
			}
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#header {
				width: auto;
				height: 401px;
				background: #000 url("../images/visual1.jpg");
				color: #fff;
				position: relative;
			}
			
			p {
				padding: 3px 10px;
				font-size: 13px;

				
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */

			#balkblauw {
				width: auto;
				height: 43px;
				background: url("../images/balkblauw.jpg");
				color: #fff;
				position: relative;
				padding-top: 14px;
			}
			
			#balkblauw p {
				margin-left: 22px;
				font-weight: bold;
				font-size: 14px;
			}

			.pos75 {
				width: 740px;
				height: auto;
				float: left;
				background: url("../images/contentbg.jpg") repeat-y;
				border: 1px #fff solid;
			}
			
			.pos75 p {
				margin: 6px;	
			}

			.pos75 h1 {
				margin-left: 18px;
				margin-top: 10px;
				font-size: 18px;
			}
			
			.pos75 img {
				padding: 3px;
				margin: 3px;
				border: 1px solid #033689;
			}
			
			.pos75 ul {
				padding-left: 30px;	
				padding-top: 10px;
			}


			.pos75 strong {
				color: #2c66ff;	
			}
			
			.blokhome {	
				width: 100%;
				height: 170px;
				float: left;
				border: 0px;
				margin-left: 5px;				
				padding-bottom: 8px;
				display:block;
			}
			
			.blokruimte1 {
				margin-left: 10px;	
				width: 201px;
				height: 160px;
				float: left;
			}
			.blokruimte2 {
				margin-left: 47px;	
				width: 201px;
				height: 160px;
				float: left;
			}
			.blokruimte3 {
				margin-left: 47px;	
				width: 201px;
				height: 160px;
				float: left;
			}

			.pos25 {
				width: 220px;
				height: auto;
				float: left;
				margin-left: 25px;
			}
			
			.contactrechts1 {
				width: 220px;
				height: 215px;
				background: url("../images/contactblokrechts1.jpg") no-repeat top;
				border: 1px #fff solid;
				margin-top: 8px;
			}

			.contactrechts1 p {
				margin-left: 4px;	
				margin-top: 70px;
			}

			.contactrechts2 {
				width: 220px;
				height: 215px;
				background: url("../images/contactblokrechts2.jpg") no-repeat top;
				border: 1px #fff solid;
				margin-top: 8px;
			}

			.contactrechts2 p {
				margin-left: 4px;	
				margin-top: 70px;
			}

			.autovdweekrechts {
				width: 220px;
				height: 215px;
				background: url("../images/autovdweekblokrechts.jpg") no-repeat top;
				border: 1px #fff solid;
			}

			.autovdweekrechts p {
				margin-left: 4px;	
				margin-right: 4px;
				margin-top: 30px;
				text-align: center;
			}
			
			/* 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;
			}
			
			
/* MENU ITEMS */			
			
.menu {
	width: auto;
	height: 24px;
	border: 1px solid #fff;
	margin-top: 113px;
	margin-left: 10px;
}



/* SPLASH WEERGAVE */	

#popup, #popup2  { 
width: 100%;
height: 100%;
top:	0px;
text-align: center;
position:relative;
z-index: 9999999999;
display: none;
} 

#popup2 {
display: none;
}