body, table, div, span, a, p, ul, li {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
}

.searchResult {
	background: #FFCC66;
}

strong, b {
	font-weight:bold;
}
i, em {
	font-style:italic;
}

.blauweheader {
	font-size: 14px;
	font-weight: bold;
	color: #657fab;
}

.zwarteheader {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#d1e2e6;
	height:100%;
	font-family:Verdana;
	font-size:11px;
	line-height:14px;
}

a {
	text-decoration:none;
	color:#657fab;
}

h1 {
	font-size:14px;
	color:#657fab;
	margin-bottom:10px;
}

#main {
	margin:0 auto;
	width:800px;
	height:100%;
}

#header {
	background-image:url(../images/header.jpg);
	height:144px;
	width:800px;
	border:0px solid red;
	float:left;
}

#topmenu {
	list-style-type:none;
	padding: 0px;
	margin-left:372px;
	margin-top:32px;
}
#topmenu li {
	float:left;
	width:102px;
	text-align:center;
	font-size:13px;
	height:20px;
	
}

#topmenu li a {
	color:#afa657;
	text-decoration:none;
}
#content {
	width:800px;
	background-color:#FFFFFF;	
}

#content #tekst ul li, 
#content #tekst ol li,
#content #tekst_breed ul li, 
#content #tekst_breed ol li {
	margin-left: 15px;
}


#left {
	width:150px;
	float:left;
}
#tekst {
	width:430px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:5px;
}

#tekst ul {
	padding-left: 15px;
}

#tekst ol {
	padding-left: 20px;
}

#tekst_breed {
	width:600px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:5px;
}
#right {
	width:180px;
	float:left;
	margin-top:5px;
}

#nieuws_header {
	background-image:url(../images/news_header.jpg);
	width:158px;
	height:22px;
}

#nieuws_content {
	background-image:url(../images/news_repeat.jpg);
	width:158px;
	min-height:200px;
}

#nieuws_footer {
	background-image:url(../images/news_footer.jpg);
	width:158px;
	height:5px;
}

#nieuws {
	list-style-type:none;
	width:158px;
}

#nieuws li {
	width:138px;
	background-image:url(../images/nieuws_split.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:10px;
	font-size:11px;
}

#nieuws li.last {
	background-image:none;
}

.clearer {
	clear:both;
}

#menu {
	list-style-type:none;
}

#menu tr td {
	

	vertical-align: middle;
	font-size:18px;
	text-align:right;
	line-height:19px;

}

#menu tr td a {
	text-decoration:none;
	color:#345789;
}

.hoofdmenu {
	height:46px;
	border-bottom:2px solid #d6d09e;
	padding-right:10px;
}
.submenu {
}
.submenu ul {
	list-style-type:none;
	border-bottom:2px solid #d6d09e;
}
.submenu ul li {
	list-style-type:none;
	height:27px;
	font-size:12px;
	background-color:#eee8ce;
	padding-top:3px;
	overflow:hidden;
	line-height:22px;
	padding-right:10px;
}


.pic {
	float:right;
	margin-left:20px;
}

#footer {
	width:800px;
	background-color:#647faa;
	
	height:50px; 
}

#footer ul {
	list-style-type:none;
	margin-left:150px;
}

#footer ul li {
	float:left;
	border-right:1px solid white;
	padding-left:15px;
	padding-right:15px;
	height:15px;
	font-size:13px;
	padding-top:2px;
}

#footer ul li a {
	text-decoration:none;
	color:#FFFFFF;
}

#footer ul li.last {
	border-right:none;
}

#copyright {
	position:absolute;
	margin-left:480px;
	color:#FFFFFF;
	font-size:13px;
	padding-top:2px;
}

.klein {
	font-size:10px;
}

.normaal {
	font-size:13px;
}

.groot {
	font-size:15px;
}

/* F.A.Q. */
.faq-question {
	font-weight: bold;
	cursor:pointer;
}

.faq-answer {
	padding-left: 10px;
	margin-bottom: 15px;
}

/* Search */
.search-wrapper {
	width: 70%;
	margin-left: 10px;
	margin-bottom: 20px;
}

.search-left {
	float: left;
	width: 50px;
}

.search-right {
	float: left;
}

.search-field {
	border: 1px solid black;
}

.search-button {
	/* */
}

.search-total {
	font-weight: bold;
}

.search-header {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom:: 5px;
}

.search-result {
	margin-left: 25px;
	margin-bottom: 25px;
}

.search-highlight {
	font-weight: bold;
	color:#000066;
}

.contacttable {
	width:600px;
}

.contacttable tr td {
	height:25px;
	vertical-align:top;
}


.contact-field {
	width: 200px;
	border:1px solid #657fab;
}

.contact-message {
	width: 200px;
	border:1px solid #657fab;
}

.contact-button {
	padding: 2px;
	text-align: center;
}