/**
 * Standaard HTML tag instellingen overschrijven
 */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	scrollbar-base-color: #D2D2D2;
	scrollbar-arrow-color: #EC0F67;
	scrollbar-face-color: #D2D2D2;
	scrollbar-track-color: #D2D2D2;
	scrollbar-shadow-color: #D2D2D2;
	scrollbar-highlight-color: #D2D2D2;
	scrollbar-darkshadow-color: #D2D2D2;
	scrollbar-3dlight-color: #D2D2D2;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
}
img {
	border: 0px solid #000;
}
img.advertisement {
	border: 1px solid #D2D2D2;
}
h1 {
	font-size: 16px;
	margin: 0px;
	color: #807F82;
	padding: 10px 7px 0px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	color: #ec0f67;
	padding: 10px 7px 0px;
}
h3 {
	font-size: 18px;
	margin: 0px;
	color: #ec0f67;
}
.partner a {
	color: #000;
}
.partner a:hover {
	color: #000;
	text-decoration: underline;
}
strong.informatie, em.informatie, a.roze {
	color: #ec0f67;
}
p {
	margin: 0px;
	padding: 0px 7px 10px 7px;
}
p a, p a:visited, p a:active {
	color: #EC0F67;
	text-decoration: none;
}
p a:hover {
	color: #EC0F67;
	text-decoration: underline;
	background-color: #D2D2D2;
}
table.table {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
}
table.table tr.header {
	font-weight: bold;
	color: #ec0f67;
	background: #f5f5f5;
}
table.table tr td {
	font-size: 11px;
	margin: 0px;
	padding: 2px 4px;
	width: 50%;
	border-bottom: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}
table.table tr td.required {
	font-weight: bold;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 150px;
	border: 1px solid #404040;
	float: right;
}

.nofloat {
	float: none;
}
input.submit {
	font-weight: bold;
	color: #ec0f67;
	background: #f5f5f5;
	font-size: 12px;
	width: auto;
	border: 1px solid #404040;
	cursor: pointer;
}
input.search {
	border: 2px solid #EC0F67;
}
input.iehack {
	width: 180px;
}
input.bigger {
	font-size: 1.3em;
	line-height: 1.3em;
	width: auto;
	height: auto;
}
.autowidth {
	width: auto;
}
.nofloat {
	float: none;
}

/**
 * Hoofd structuur
 */
#container {
	min-height:100%;
	position:relative;
	_height:100%; /* voor IE 6, omdat IE 6 min-height niet ondersteunt */
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #d2d2d2 url("./images/content-background.jpg") center center repeat-y;
}
#top {
	height: 131px;
	width: 100%;
	background: url("./images/top-background.jpg") center top repeat-x;
	border-bottom: 1px solid #fff;
}
	#header {
		background: url("./images/header-background.jpg") center center no-repeat;
		margin: 0px auto;
		padding: 0px;
		width: 796px;
		height: 131px;
	}
		#header #menu {
			position: relative;
			top: 91px;
			padding: 0px;
			margin: 0px auto;
			width: 799px;
			height: 30px;
			_margin-left: 3px; /* IE6 fix */
		}
		#header #menu a {
    		display: block;
    		float: left;
			height: 30px;
		}
		#header #menu a.home {
			background: url("./images/button-home.jpg") 0 0 no-repeat;
			width: 119px;
		}
		#header #menu a:hover.home {
			background-position: 0 -30px;
		}
		#header #menu a.rijbewijs-halen {
			background: url("./images/button-rijbewijs-halen.jpg") 0 0 no-repeat;
			width: 168px;
		}
		#header #menu a:hover.rijbewijs-halen {
			background-position: 0 -30px;
		}
		#header #menu a.win-mooie-prijzen {
			background: url("./images/button-win-mooie-prijzen.jpg") 0 0 no-repeat;
			width: 105px;
		}
		#header #menu a:hover.win-mooie-prijzen {
			background-position: 0 -30px;
		}
		#header #menu a.auto-van-a-tot-z {
			background: url("./images/button-auto-van-a-tot-z.jpg") 0 0 no-repeat;
			width: 170px;
		}
		#header #menu a:hover.auto-van-a-tot-z {
			background-position: 0 -30px;
		}
		#header #menu a.motor-van-a-tot-z {
			background: url("./images/button-motor-van-a-tot-z.jpg") 0 0 no-repeat;
			width: 189px;
		}
		#header #menu a:hover.motor-van-a-tot-z {
			background-position: 0 -30px;
		}
		#header #menu a.theorie {
			background: url("./images/button-theorie.jpg") 0 0 no-repeat;
			width: 113px;
		}
		#header #menu a:hover.theorie {
			background-position: 0 -30px;
		}
		#header #menu a.tips {
			background: url("./images/button-tips.jpg") 0 0 no-repeat;
			width: 85px;
		}
		#header #menu a:hover.tips {
			background-position: 0 -30px;
		}
		#header #menu a.contact {
			background: url("./images/button-contact.jpg") 0 0 no-repeat;
			width: 120px;
		}
		#header #menu a:hover.contact {
			background-position: 0 -30px;
		}
#center {
	text-align: left; 
	display: table#;
}	
#center {
	min-height: 100px;
	width: 100%;
	padding-bottom: 40px;
	display: table;
}
	#center #content {
		margin: 0px auto;
		width: 796px;
	}
#footer {
	/*clear: both;*/
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 39px;
	background: url("./images/footer-background.jpg") center top repeat-x;
}
	#footer #menu {
		padding: 0px;
		margin: 0px auto;
		width: 796px;
		height: 39px;
	}
		#footer #menu a {
			display: block;
			float: left;
			height: 39px;
		}
		#footer #menu a.disclaimer {
			background: url("./images/button-disclaimer.png") 0 0 no-repeat;
			width: 142px;
		}
		#footer #menu a:hover.disclaimer {
			background-position: 0 -39px;
		}
		#footer #menu a.top-sites {
			background: url("./images/button-top-sites.png") 0 0 no-repeat;
			width: 100px;
		}
		#footer #menu a:hover.top-sites {
			background-position: 0 -39px;
		}
		#footer #menu a.studentenpas {
			background: url("./images/button-studentenpas.png") 0 0 no-repeat;
			width: 133px;
		}
		#footer #menu a:hover.studentenpas {
			background-position: 0 -39px;
		}
		#footer #menu a.opvallendewebsites {
			background: url("./images/button-opvallendewebsites.png") 0 0 no-repeat;
			width: 188px;
		}
		#footer #menu a:hover.opvallendewebsites {
			background-position: 0 -39px;
		}

/**
 * Detailering inhoud (binnen de id "content")
 */
.splitted {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	background: url("./images/splitted-background.gif") center top repeat-y;
}
	.left, .right {
		width: 47%;
		margin: 0px;
	}
	.left {
		padding: 5px 7px;
		float: left;
	}
	.right {
		padding: 5px 5px;
		float: right;
	}
	.left p, .right p {
		padding: 0px 0px 10px 0px;
	}
	.left h1, .right h1, .left h2, .right h2 {
	padding: 0px 7px 4px 0px;
	}
	.clearer { clear: both; }


