@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*
=========================================================================
===== NORMALE STIJLEN
*/

body {
	background: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #003d4c;
}

body#Body-editor {  /* popups in editor witte achtergrond geven */
	background: #fff;
}


#IE8root,
#IEroot
{
	width: 100%;
	height: 100%;
}

#rootContainer {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: url(images/bg_rootcontainer.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.vervolgPagina#rootContainer  {
	background-image: url(images/bg_rootcontainer_vervolg.png);
}

#verloopContainer {
	background-color: transparent;
	background-image: url(images/bg_verloop.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	height: 191px;
	margin-bottom: -191px;
}
.vervolgPagina #verloopContainer {
	height: 121px;
	margin-bottom: -121px;
}
table#mainContainer {
	background: #fff;
	width: 960px;
	border-top: 2px solid #003d4c;
	margin: 0 auto;
}

#dnn_headerContainer {
	height: 189px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.vervolgPagina #dnn_headerContainer {
	height: 119px;
}

#dnn_headerContainer p {
margin: 0;
}

#mainContent {
	background: #fff url(images/bg_maincontent.png) top left repeat-x;
	border-top: 1px solid #fff;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 10px 10px 10px;
	width: 938px;
}

/*
=========================================================================
===== FONT STIJLEN
*/

p {
	margin: 0 auto 1em auto;
}

.Normal,.NormalDisabled
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #003d4c;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #003d4c;
}

a:link,
a:visited,
a:hover,
a:active
{
	color: #003d4c;
}



/*
=========================================================================
===== MAIN MENU
*/


#mainMenu {
	height: 32px;
	margin-bottom: 40px;
	width: 950px;
	margin-left: -10px;
}

.MainMenu_MenuIcon,
.MainMenu_MenuArrow {
	display: none;
}


.MainMenu_MenuItem {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 32px;
	border: none;
}


.MainMenu_MenuItemSel,
.MainMenu_RootMenuItemActive,
.actievetab td
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #dcaa13;
	background: transparent;
}


.MainMenu_SubMenu {
	background: #fff;
	border: 2px solid #666;
	border-top: none;
}

.MainMenu_SubMenu .MainMenu_MenuItem
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	margin: 0;
	padding: 0 5px;
	color: #003d4c;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	margin: 0;
	padding: 0 5px;
	color: #fff;
	background: #7d9fab;
}



/*
=========================================================================
===== SUBMENU
*/

#subMenu {
	position: relative;
	width: 211px;
	height: 450px;
	padding-right: 9px;
	margin-right: 10px;
}

#subMenu .dnnLeftMenu {
	position: relative;
	width: 100%;
	}

#subMenu .MainMenu_MenuContainer {
		width: 100%;
	}

#subMenu .MainMenu_MenuIcon,
#subMenu .MainMenu_MenuArrow {
	display: none;
}

#subMenu .MainMenu_MenuItem,
#subMenu .Leftmenu_menuitem
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #333;
	height: 20px;
}


#subMenu .MainMenu_MenuItemSel,
#subMenu .Leftmenu_menuitem_hover td,
#subMenu .lefactievetab td
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #333;
	background: #ccc;
	height: 20px;
	cursor: pointer;
}
#subMenu .lefactievetab td
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #003d4c;
	height: 20px;
	cursor: pointer;
}




/*
=========================================================================
===== ZOEKFUNCTIE
*/


.zoeklabel {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}

/*
=========================================================================
===== FOOTER
*/

#dnn_paginaFooter {
	text-align: center;
	border-top: 2px solid #003d4c;
	font-size: 9px;
	color: #999;
	padding: 7px 0;
}
#dnn_paginaFooter a {
	color: #999;
	text-decoration: none;
}
#dnn_paginaFooter a:hover {
	text-decoration: underline;
}

#dnn_paginaFooter .SkinObject {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight: normal;
}

/*
=========================================================================
===== THEMABLOKKEN
*/

#themaBlokkenContainer {
	height: auto;
	width: 940px;
	margin-left: 0px;
	margin-bottom: 40px;
	}
	
#themaBlokkenContainer td.separator {
	width: 20px;
	background-image: url(images/separator_themablokken.png);
	background-repeat: repeat-y;
	background-position: left 20px;
	}	

.themaBlok {
	width: 220px;
	min-height: 273px;
	padding: 0;
	}

	
.themaBlok h1
{
	font-size: 12px;
	text-transform: uppercase;
	color: #003d4c;
	padding: 0 0 9px 0;
}

/*
=========================================================================
===== INFOBLOKKEN
*/

#informatieBlokkenContainer {
	width: 940px;
	margin-bottom: 40px;
	}

#informatieBlokkenContainer td.separator {
	width: 20px;
	}	

.informatieBlok {
	min-height: 260px;
	width: 200px;
	padding: 16px 10px 10px 10px;
	background: #e5e5e5;
	border-bottom: 1px solid #003d4c;
	}

	
.informatieBlok h1
{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #003d4c;
}

/*
=========================================================================
===== OPLEIDINGSAGENDA MENU
*/

#agendaMenu {
	margin: 14px 0;
	font-size: 12px;
	padding: 0;
}

#agendaMenu li {
	float: none; /* left=horizontaal none=verticaal*/
	list-style-type: none;
	border-top: 1px dotted #fff;
	background-color: #b7c3c6;
	background-image: url(images/bg_agendamenu_li.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#agendaMenu li.altItem {
	background: #e5e5e5;
	background-image: url(images/bg_agendamenu_li.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#agendaMenu li a {
	display: block;
	height: 100%;
	padding: 3px 6px 4px 17px;
	font-size: 10px;
	font-weight: bold;
	color: #003d4c;
	text-decoration: none;
}
#agendaMenu li:first-child a {
}

#agendaMenu li a:hover {
	color: #003d4c;
	text-decoration: underline;
}


/*
=========================================================================
===== CONTENTPANE
*/

/* zet modules naar links, anders zijn sommige niet zichtbaar */
.vervolgPagina #dnn_ContentPane div {
	float: none;
	clear: both;
}



/*
=========================================================================
===== CONTACT FORMULIER
*/

.FormTable {
	width: auto;
	}


.formVelden td {
	padding-top: 5px;
}

input.FormTextBox 
{
 width:300px;
}

td.FormControlCell 
{
    padding:5px;
}

textarea.FormTextArea 
{
    width:500px;
    height:200px;
}

.FormLabelCell 
{
	width: 115px;
}

span.FormLabel 
{
}

.bedankt p 
{
    color:#003D4C;
    font-size:14px;
    font-family:Verdana;
}



/* postcode veld - gegenereerd id !!! */
#dnn_ctr547_Form_ctl_4 {
	width: 60px;
}




