body {
	background		: #e93908 url(/images/base/bg-main.png) repeat-y;
	background-position	: 50% 0;
	margin			: 0; 
	padding			: 0;
}

* {
	padding			: 0; 
	margin			: 0;
}

img {	
	border			: none;
}

/* IE 6 PNG Fix ----------------------------------------------*/

img, div { 
	behavior		: url(/includes/iepngfix.htc);
}

/* Basisboxen ------------------------------------------------*/
    
#main {
	background		: none;
	position		: relative;
	width			: 960px;
	margin			: 0 auto;
	padding-left		: 40px;
}

/* Basisitems pagina -----------------------------------------*/

#header {
	background		: none;
	width			: 920px;
	height			: 115px;
	float			: left;
}

#headerbreed {
	width			: 920px;
	height			: 115px;
	position		: absolute;
	top			: 0px;
	left			: 40px;
}	

#elfstedenkruis {
	width			: 115px;
	height			: 115px;
	position		: relative;
	top			: 0px;
	left			: 195px;
	z-index			: 3;
}

#menu {
	background		: #eeeeee;
	width			: 880px;
	height			: 85px;
	float			: left;
	margin-left		: 20px;
}

#metanav {
	background		: #eeeeee;
	width			: 860px;
	height			: 20px;
	float			: left;
	text-align		: right;
	padding-right		: 20px;
}
#grijzemenubalk {
	background		: #bdbebc;
	width			: 880px;
	height			: 10px;
	float			: left;
}
#hoofdopties {
	background		: #e93908;
	width			: 880px;
	height			: 30px;
	float			: left;
}
#subopties {
	background		: #eeeeee;
	width			: 880px;
	height			: 25px;
	float			: left;
}

#inhoud {
	background		: none;
	width			: 880px;
	float			: left;
	margin-left		: 20px;
}

#content {
	background		: #ffffff;
	float			: left;
	width			: 520px;
	margin-right		: 20px;
}

#context {
	background		: #ffffff;
	float			: left;
	width			: 340px;
}

/* Teksten ---------------------------------------------------*/

#content h1 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 18pt;
	line-height		: 22pt;
	color			: #e93908;
	margin-top		: 30px;
	margin-bottom		: 10px;
}

#content p {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	line-height		: 13pt;
	color			: #000000;
}

#metanav p {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #0c589c;
	padding-top		: 2px;
}

/* Menu layout------------------------------------------------*/

#hoofdopties ul {
	list-style		: none;
}

#hoofdopties li {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14pt;
	float			: left;
	height			: 30px;
}

#hoofdopties li a {
	background		: #e93908;
	text-decoration		: none;
	color			: #ffffff;
	height			: 26px;
	display			: block;
	padding-left		: 10px;
	padding-right		: 10px;
	padding-top		: 4px;
}

#hoofdopties li a:hover {
	color			: #e93908;
	background-color	: #ffffff;
	height			: 30px;
	display			: block;
}

#hoofdopties .actief {
	color			: #e93908;
	background-color	: #ffffff;
	height			: 30px;
	display			: block;
}

#subopties ul {
	list-style		: none;
}

#subopties li {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	float			: left;
	margin-top		: 4px;
}

#subopties li a {
	text-decoration		: none;
	color			: #000000;
	padding-left		: 10px;
	padding-right		: 10px;
}

#subopties li a:hover {
	text-decoration		: underline;
}

/* Boxen rechts ----------------------------------------------*/

.box {
	background-color	: #c5cbeb;
	width			: 320px;
	padding			: 10px;
	float			: left;
	margin-top		: 10px;
}

.box p {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	line-height		: 14pt;
	color			: #000000;
}

.boxkop {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #0c589c;
}

.boxtekst {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	line-height		: 14pt;
	color			: #000000;
}

.filmbox {
	background-color	: #c5cbeb;
	width			: 320px;
	padding			: 10px;
	float			: left;
	margin-top		: 10px;
}

/* Formulieren -----------------------------------------------*/

.formulier {
	padding			: 2px;
	border			: 1px solid #213124;
}

.invoerknop {
	padding			: 3px;
	border			: 1px solid #e93908;
	color			: #ffffff;
	font-weight		: bold;
	background		: #e93908;
	width			: 200px;
}

/* Overige ---------------------------------------------------*/

.inlineafbeelding {
	float			: left;
	margin-right		: 10px;
	margin-bottom		: 10px;
}
.inlineafbeeldingrechts {
	float			: right;
	margin-left		: 10px;
	margin-bottom		: 10px;
}

