/* CSS Document */

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}

a
{
	color: #000000;
}
a:hover
{
	color: #e50000;
}

#wrapper
{
	margin-left: 6px;
	width: 770px;
}

/********************HEADER**************/

#header
{
	height: 67px;
	margin-top: 10px;
}

#header a
{
	text-decoration: none;
}

#header a:hover
{
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#header .arrow
{
	margin-right: 4px;
}

#header .links
{
	float: left;
	margin-top: 21px;
}

#header .logo
{
	float: right;
}




/********************MENU LINKS + ZOEKEN**************/

#menu
{
	color: #e50000;
	float: left;
	font-size: 12px;
	margin-top: 13px;
	width: 188px;
}

#menu a
{
	color: #666666;
	text-decoration: none;
}

#menu a:hover
{
	color: #e50000;
}

#menu li
{
	background-image: url(../images/layout/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 2px 0 4px 0;
}

#menu li img
{
	margin-right: 6px;
}

#menu .search
{
	background-color: #e0e0e0;
	height: 39px;
}

#menu .input
{
	border: 1px solid #a5acb2;
	float: left;
	font-size: 9px;
	height: 14px;
	margin: 17px 0 0 5px;
	width: 123px;
}

#menu .zoekenButton
{
	margin-left: 8px;
	margin-top: 17px;
}

/********************MAIN CONTENT**************/

#main
{
	float: left;
	margin-top: 12px;
	margin-left: 6px;
	width: 576px;
}

#main h5
{
	background-image: url(../images/layout/dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #e50000;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 8px;
	padding-top: 13px;
	width: 576px;
	float: right;
}

h1
{
	color: #e50000;
	font-size: 14px;
	margin-bottom: 16px;
}

h2
{
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
}

h3
{
	font-size: 10px;
	background-image: url(../images/layout/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 9px;
	margin-bottom: 7px;
}

h3 span
{
	color: #e50000;
}

h4
{
	font-size: 10px;
	background-image: url(../images/layout/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 9px;
	margin-bottom: 7px;
}

#main ul
{
	list-style-position: inside;
	list-style-type: disc;
}

#article p
{
	font-size: 11px;
	line-height: 15px;
	margin: 20px 0 20px 0;
	width: 385px;
}

#article h2
{
	background-image: url(../images/layout/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
}

#fotos
{
    padding-top: 10px;
}

#fotos ul
{
	padding-bottom: 10px;
	list-style-type: none;
}

#fotos li
{
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

#downloads h3
{
	background-image: none;
	margin-top: 18px;
}

#downloads span
{
	background-color: #f4f4f4;
	background-image: url(../images/layout/iconPDF.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0 2px 21px;
}

#downloads p
{
	margin-bottom: 20px;
	padding-right: 140px;
}

#browse
{
	border: 1px solid #e0e0e0;
	padding: 8px 10px 8px 10px;
}

#browse ul
{
	list-style-type: none;
}

#browse li
{
	color: #e50000;
	float: left;
	margin-left: 7px;
}

.homeTopic
{
	width: 278px;
	float: left;
}

.nieuwsTopic
{
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 550px;
}

.black
{
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.thumb
{
	margin-right: 10px;
	margin-top: 3px;
}

.overzicht
{
	float: right;
	background-image: url(../images/layout/iconOverzicht.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 20px;
}

.meer
{
	display:block;
}

.icon
{
	margin-right: 10px;
	margin-top: 2px;
}

.gutter
{
	width: 20px;
	float: left;
}

.spacer
{
	clear: both;
	font-size: 1px;
}

.nieuwsIcon
{
	margin-right: 4px;
}

.dots
{
	background-image: url(../images/layout/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	height:1px;
	margin: 0;
}


/********************Aanmelden voor nieuwsbrief**************/


#aanmelden
{
	background-color: #f4f4f4;
	margin-bottom: 7px;
	padding:10px 10px 6px 10px;
}

#aanmelden .submitButton
{
	width: 52px;
	height: 16px;
	border: 0;
	margin:0;
}


#nieuwsbriefAanmelden
{
	margin-top: 18px;
}

.input
{
	border: 1px solid #a5acb2;
	font-size: 9px;
	height: 14px;
	margin-bottom: 4px;
	width: 195px;
}

.radio
{
	margin: 0 4px 0 9px;;
}

.search
{
	margin-bottom: 2px;
}

/********************FOOTER**************/

#footer img
{
	float: right;
	margin-bottom: 10px;
	margin-top: 16px;
}


#footer p
{
	color: #8d8d8d;
}
