html {
	height:100%;
}

body {
	background-color: #FFF;
	margin:0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	height:100%;
	bottom:0;
	text-align:center;

}
#background {
	width:1000px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	min-height:auto;
	overflow:visible;
	text-align:left;
	background-image: url(/images/back.gif);
	position:relative;
	margin: 0px auto;
	padding-bottom:0px;
}
#header {
	position:relative;
	height:125px;
	background-image: url(/images/top.gif);

}
#header a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 125px;
}
#leftmenu {
	position:absolute;
	left: 10px;
	top: 160px;
	width:180px;
	height:auto;
	text-align:left;
	padding:10px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#eee;
	text-decoration:none;
}

#leftmenu.a {
	text-decoration:none;
}
#menu {
	position:absolute;
	left: 10px;
	top: 80px;
	width:940px;
	height:auto;
	text-align:left;
	padding:10px;
	color:#ffffff;
	text-decoration:none;
	color:#eee;
}
#zoekblock {
	position:absolute;
	left: 10px;
	top: 120px;
	width:180px;
	height:auto;
	text-align:left;
	padding:10px;
	color:#ffffff;
	text-decoration:none;
	color:#FFFFFF;
}

#leftblock {
	position:absolute;
	left: 10px;
	top: 400px;
	width:180px;
	height:auto;
	padding:10px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	text-decoration:none;
	color:#000000;
}


#rechts {
	position:absolute;
	left: 770px;
	top: 125px;
	width:180px;
	text-align:left;
	/*border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;*/
	padding:10px;
	color: #FFF;
}
#rechts a {
	color: #CCC;
}
#rechts a:link {
	color: #CCC;
}
#rechts a:hover {
	color: #DDD;
}
#welkom {
	position:relative;
	left: 230px;
	width:500px;
	height:25px;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	line-height: 13pt;
	letter-spacing: 0.01em;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

#contentblock {
	position:relative;
	left: 50px;
	width:600px;
	padding:10px;
	text-align:left;
	line-height: 13pt;
	letter-spacing: 0.01em;
	border: none;
	height: auto;
	padding-bottom: 57px;
}

#footer {
	height:0px;
	width:1000px;
	color:#FFFFFF;
	text-align:center;
	position:relative;
	margin: 0 auto 0 auto;
	overflow: visible;
}
#footer div {
	/*position: absolute;*/
	position: absolute;
	height:57px;
	bottom: 0px;
	left: 0px;
	width:1000px;
	color:#FFFFFF;
	text-align:center;
	background-image: url(/images/bottom.gif);
	margin: auto;
}
#footer div div {
	position: relative;
	top: 39px;
	height: 10px;
	width: 1000px;
	font-size: 10px;
	text-align: center;
	background-image:none;
}

.klein {
	font-size: 9px;
	color:#555555;
}

.prijs {
	font-size: 13px;
	font-weight: 900;
	color:#333;
}

.null {
	height:0px;
	overflow:hidden;
	display:none;
}


.block_heading {
	display: none;
}
h1 {
	font-size: 20px;
	font-weight: 900;
	color:#333;
}
h2 {
	font-size: 14px;
	font-weight: 900;
	color:#333;
}
a {
	color: #666;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #999;
}


.blink img {
	margin-right: 5px;
	margin-bottom: 5px;
}
