body {
	background: white url('images/bg.gif') repeat-x top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	border: 0;
}

a:link {color: #B21F25; text-decoration: underline}
a:visited {color: #B21F25; text-decoration: underline}
a:hover {color: #ffffff; text-decoration: none; background-color: #B21F25}
a:active {color: #B21F25; text-decoration: none}


#footer a:link {color: #000000; text-decoration: underline}
#footer a:visited {color: #000000; text-decoration: underline}
#footer a:hover {color: #000000; text-decoration: none; background-color: #B21F25}
#footer a:active {color: #ffffff; text-decoration: none}


.palmares a:link {color: #000000; text-decoration: none}
.palmares a:visited {color: #000000; text-decoration: none}
.palmares a:hover {color: #ffffff; text-decoration: none; background-color: #B21F25}
.palmares a:active {color: #ffffff; text-decoration: none}

/*
HEADINGS and PARAGRAPH
____________________________________________________________________________ */

h1 {
	font-size: 2em;
	color: #000000;
}

h2 {
	color: #000000;
	font-size: 120%;
	padding: 5px 0 5px 0;
} 

h3 {
	color: #B21F25;
	font-size: 100%;
	padding: 5px 0 5px 40px;
} 

p {
	padding: 5px 0 10px 15px;
	line-height: 18px;
}

img {
	padding: 0 0 10px 0;
}

/*
CONTAINER
____________________________________________________________________________ */

#wrap {
	width: 808px;
	margin: 30px auto;
}

#container {
	background: #fff url('images/contentbg.jpg') no-repeat top left;
	height: 630px;
}

/*
HEADER SECTION (LOGO, SUBNAV and MENU)
____________________________________________________________________________ */

#header_section {
	margin: 4px 4px;
	height: 180px;
}

/*
CONTENT SECTION
____________________________________________________________________________ */

#content_section {
	background-color: #ffffff;
	position: relative;
	margin: 0 30px 0 26px;
	width: 750px;
	overflow: auto;
}

#content {
	float: left;
	width: 460px;
	padding: 0 0 0 0;
}

#content_wide {
	float: left;
	width: 750px;
	padding: 0 0 0 0;
}

#sidemenu {
	float: right;
	width: 250px;
}


#sidemenu p {
	padding: 0;
}

/*
FOOTER
____________________________________________________________________________ */

#footer {
	width: 750px;
	margin: 60px 30px 0 30px;
	position: absolute;
	color: #ffffff;
	font-size: 10px;
	background-color: #B21F25;
}

#footer p {
	padding: 2px 2px;
	margin-right: 10px;
	text-align: right;
}

/*
table
____________________________________________________________________________ */


td {
	border-bottom-style:solid; 
	border-bottom-width:0px; 
	border-bottom-color:#999999;
	padding-bottom:1px;
	
}

.results td{
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#999999;
	padding:0px;
	margin:0px;
}
table.nieuws td{
	border-bottom-style:solid; 
	border-bottom-width:0px; 
	border-bottom-color:#EFEFEF;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	
}
table.brief td{
	border-bottom-style:solid; 
	border-bottom-width:0px; 
	border-bottom-color:#EFEFEF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	
}




