@charset "utf-8";
/* CSS Document */
html{
	padding:0px;
	margin:0px;
}
img{
	border:0px;
}

p {
  margin-top: 0em;
  margin-bottom: 1em;
}

a {
	font-weight: bold;
	color: #58595b;
	text-decoration:underline;
}
a:hover{
	font-weight: bold;
	color: #58595b;
	text-decoration:underline;
}
a:visited{
	font-weight: bold;
	color: #58595b;
	text-decoration:underline;
}

.vet{
	font-weight:bold;
	color:#58595b;
}
#page {
	position:relative;
	width:1000px;
	height:768px;
	position: absolute;
	margin-left: -490px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	left: 50%;	
}

#banner {
	position: relative;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 768px;
	width: 250px;
	overflow:hidden;
}
#content_txt{
	float: left;
	width: 740px;
}
#spacer_height{
	float:left;
}
#txtcontainer{
	float:left;
}
#content{
	float:left;
	position:relative;
	width:740px;
	/*overflow:hidden;*/
	background-color: #DCDDDE;
	left:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#58595b;
	
}
#hoofdmenu {
	width: 740px;
	float:left;
	position:relative;
	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 35px;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#subdmenu {
	
	position:relative;
	float:left;
	width: 740px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #cccccc;
}


#foto {
	position: relative;
	float:left;
	width: 740px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border:0px;
	padding:0px;
	overflow: hidden;
}

#titelcontainer{
	position:relative;
	float:left;
	display:block;
	width:740px;
	height:40px;
	top:0px;
	background-color: #FF0000;
}

#titel {
	position: relative;
	float:left;
	width: 700px;
	padding-left:40px;
	overflow:hidden;
	background: #FFF;
	top:0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bolder;
	line-height:40px;
	color: #ED1C24;
	border:none;
	font-style: normal;
	text-transform: none;
}

#txtcontainer{
	position:relative;
	float:left;
	width: 740px;
	
}
	
#content_txt{
	position:relative;
	float:left;
	width: 660px;
	left:40px;
	margin-top:20px;
}

#footer{
	position: relative;
	float: left;
	height: 40px;
	width: 740px;
	background-image: url(../pikz/footer.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	
}
#clearer{
	clear:both;
	height:1px;
}
.clearer{
	clear:both;
	height:1px;
}
