/**
 * 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;
}
h1, h1 a {
	font-size: 16px;
	margin: 0px;
	color: #807F82;
	padding: 10px 7px 0px;
	text-decoration: none;
}
h2, h2 a {
	font-size: 12px;
	margin: 0px;
	color: #ec0f67;
	padding: 10px 7px 0px;
	text-decoration: none;
}
h1 a, h2 a {
	padding-left: 0px;
}
h3 {
	font-size: 18px;
	margin: 0px;
	color: #ec0f67;
}
.banner {
	display: block;
	width: 50%;
	float: left;
}
.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;
}
a.advertisement {
	position: relative;
	display: block;
	border: none;
	cursor: pointer;
	width: 368px;
	height: 250px;
	margin-bottom: 10px;
	border: 1px solid #D2D2D2;
}
a.advertisement:hover, .advertisement-checkbox:hover {
	text-decoration: none !important;
	background: none !important;
}
a.advertisement img {
	position: absolute;
	top: 0px;
	left: 0px;
}
a.advertisement span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	width: 338px;
	height: 30px;
	padding: 10px 15px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	
	opacity:0.9;
	filter:alpha(opacity=90);
}
.advertisement-title {
	line-height: 32px;
	float: right;
	color: #515151;
	font-size: 16px;
	font-weight: bold;
}
.advertisement-checkbox {
	display: block;
	height: 32px;
	line-height: 32px;
}
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 {
	padding: 10px 20px;
	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;
		}
		#footer-container ul {
			margin: 0px;
			padding: 0px;
		}
		#header #menu li, #footer-container li {
    		display: block;
    		float: left;
			height: 30px;
		}
		#header #menu li a, #footer-container li a {
    		display: block;
			line-height: 30px;
			padding: 0px 10px;
			font-size: 14px;
			text-decoration: none;
			color: #343434;
			border-right: 1px solid #F2F2F2;
		}
		#header #menu li a {
			height: 30px;
		}
		#footer-container li a {
			height: 10px;
		}
		#header #menu li a:hover, #footer-container li a:hover {
			color: #ED0D65;
		}
#center {
	text-align: left; 
	display: table;
}	
#center {
	min-height: 100px;
	margin: 0px auto;
	width: 796px;
	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-container {
		background: url("./images/footer-container-background.jpg") center top no-repeat;
		margin: 5px auto 0px auto;
		padding: 0px;
		width: 796px;
		height: 30px;
		border: 1px solid #fff;
		border-top: none;
		border-bottom: none;
	}

/**
 * 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; }


.hide {
	display: none;
}
