/* browser compatible reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin-bottom:1em;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	/*margin:1em;*/
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th, td {
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* speciefiek voor website vanaf hier.... */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}
h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}

.txt {
	font-size: 12px;
	color: #5d0513;
	text-align: left;

}
p {
	font-size: 12px;
	line-height: 15px;
	color: #5d0513;
	
}
.onderschrift {
	font-size: 10px;
	line-height: 12px;
	color: #5d0513;
	
}
td {
	font-size: 12px;
	line-height: 17px;
	color: #5d0513;
	padding-right: 10px;
	padding-left: 10px;
}

body {
	font-family:				Arial, sans-serif;
	padding:					0;
}

div#container {
	width:						980px;
	margin:						24px auto 0px auto;
}

div#top {
	display:					inline;
	float:						left;
	width:						980px;	
}

div#hoofdmenu {
	display:					inline;
	float: 						left;
	width:						700px;
	margin-top:					-145px;
	margin-left:				160px;
}	


div#main {
	display:					inline;
	float:						left;
	width:						550px;
	margin-top:					-60px;
	margin-left:				15px;	
}

div#main_right {
	display:					inline;
	float:						left;
	width:						250px;
	margin-top:					-34px;
	margin-left:				24px;
}

span.naw {
	font-size:					12px;
	color:						#000000;	
}	

div#footer_block {
	display:					inline;
	float:						left;
	width:						980px;
	padding-bottom:				24px;	
}	

div#footer {
	display:					inline;
	float:						left;
	width:						980px;
	height:						22px;
	background-color:			#5d0513;
}

span.footer {
	display:					block;
	font-size:					10px;
	color:						#ffffff;
	margin-top:					4px;
	padding-left:				8px;	
}	

span.footer a:link,
span.footer a:visited,
span.footer a:active{
	font-size:				10px;
	color:					#ffffff;
	text-decoration:		none;
	cursor:					pointer;
	padding-left:			4px;
}

span.footer a:hover{
	text-decoration:		underline;
}
a.titel_kop:link,
a.titel_kop:visited,
a.titel_kop:active{
	display:				block;
	font-size:				12px;
	line-height:			15px;
	color:					#ffffff;
	text-decoration:		none;
	cursor:					pointer;
	padding-left:			4px;
}

a.titel_kop:hover{
	text-decoration:		underline;
}
a.submenulink:link,
a.submenulink:visited,
a.submenulink:active{
	display:				block;
	width:					150px;
	font-size:				11px;
	color:					#ffffff;
	padding-left:			4px;
	padding-right:			4px;
	padding-bottom:			4px;
	text-decoration:		none;
	cursor:					pointer;
	background-color:		#5d0513;
}

a.submenulink:hover{
	text-decoration:		underline;
}


.selected {
	
}

a:href {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #5d0513;}
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #5d0513;}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #5d0513;}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #5d0513;}
