/**
 * Default Stylesheet
 * 
 * @author Lee Boonstra, <lee.boontra@efocus.nl>
 * @since 1.0, 05 maa, 2010
 * @copyright eFocus
 */
 
/*
 * Default CSS Styles
 */ 
 
* { 
	margin: 0;
	padding: 0; 
}

body { 
 	background: #fff url(../img/bg_body.png) repeat-x left top;
	color: #333333;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 100%;
}

body.home {
	background: #fff url(../img/bg_home_gradient.png) repeat-x left top;
}

body.home div.header p.webtrail {
	display: none;
}

div.footerwrapper,
div.pagewrapper {
	font-size: 0.688em;
	line-height: 1.909em;
}

/*
 * GRID Styles
 */
div.footerwrapper {
	display: inline-block;
	height: 65px;
	width: 100%;
}

div.pagewrapper,
div.footer {
	margin: 0 auto;
	width: 960px;
}

div.container {
	margin: 0 10px;
}

div.box1,
div.box2 {
	margin: 0 20px 0 0;
}

div.footer,
div.header,
div.home-header {
	width:940px;
}

div.home-header {
	display: inline-block;
	position: relative;
	height: 570px;
	margin: 0 10px 31px 10px;
}

div.home-header div.box1,
div.home-header div.box2,
div.home-header div.box3 {
	display:inline;
	float: left;
	position: relative;
	width: 300px;
	z-index: 10;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.091em;		
}

div.home-content div.content,
div.home-content div.agenda {
	display:inline;
	float: left;
	position: relative;
}

div.home-content div.content {
	width: 220px;
}

div.home-content div.agenda {
	margin: 0 0 20px -10px;
	width: 240px;
}

div.home-content div.content-full {
	clear: both;
	width: 700px;
}

div.content div.content-left,
div.content div.content-middle,
div.content div.content-normal,
div.content div.content-right {
	display:inline;
	float: left;
	position: relative;
}

div.content div.content-left {
	width: 160px;
	margin-left: 0;
}

div.content div.content-middle {
	width: 500px;
	padding-right: 15px;
}

div.content div.content-normal {
	width: 690px;
	margin-left: 0;
}

div.content div.content-right {
	margin: 0 0 0 -10px;
	width: 240px;
}

div.breadcrumb {
	width: 940px;
	clear: both;
}

div.footerwrapper,
div.footer {
	clear: both;
	overflow: hidden;
}

div.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/**
 * Default styles
 */
h1, p {
	margin: 0 0 20px 0;
}

h1 {
	color: #e2001a;
	font-size: 25px; 
	font-weight: normal;
	font-family: Impact;
	text-transform: uppercase;
}

h2 {
	font-size: 1.091em;
}

h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

h3 {
	font-weight: bold;
}

img {
	border: 0;	
}

hr {
	margin: 2em 0 2em 0;
	overflow: hidden;
	border: 0;
}

a {
	text-decoration: none;
	color: #ed1c24;
}

a:hover {
	text-decoration: underline;
}

a.readmore,
p.readmore a {
	background: url(../img/icon_arrow_red.png) no-repeat left 4px;
	padding-left: 10px;
	color: #e2001a;	
}

ul {
	margin: 0 0 0 20px;
}

table,
input,
select,
textarea {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
}

table {
	border: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: none;
	margin: 5px 0 1em 0;
	width: 100%;
}

th {
	background: #efefef;
	border-bottom: 1px solid #ccc;
}

table th,
table td {
	padding: 0;
	vertical-align: top;
}

/* Form styles */
fieldset legend {
	display: none;	
}

fieldset br {
	clear: both;
}

fieldset {
	border: 0;
}

fieldset label,
fieldset p.label {
	float: left;
	margin: 0 20px 18px 1px;
	width: 100px;
}

fieldset label.radiolabel,
fieldset label.checkboxlabel  {
	font-weight: normal;
	position: relative;
	padding: 0 0 0 20px;
	text-align: left;
	width: auto;
}

fieldset label.radiolabel {
	padding-right: 0;	
}

fieldset label.radiolabel input,
fieldset label.checkboxlabel input {
	background: transparent;
	border: none;
	left: 0px;
	position: absolute;
	padding: 0;
	top: 6px;
	width: auto;
}

fieldset input,
fieldset select,
fieldset textarea {	
	border: 1px solid #e5e5e5;
	color: #999999;
	float: left;
	font-size: 0.917em;
	margin: 0 20px 20px 0;
	padding: 2px;
	width: 194px;	
}

fieldset select {
	width: 200px;
}

fieldset textarea {
	height: 100px;
	overflow: auto;
	padding: 3px 15px 3px 3px;
	width: 181px;
}

fieldset .error {
	color: #ed1c24;
}

fieldset input.error,
fieldset textarea.error {
	background: #fff2f2;
	border: 1px solid #ed1c24;
	margin-bottom: 0; 
}

fieldset textarea.error {
	margin-bottom: 20px;
}

fieldset p.error {
	float: left;
	font-size: 0.917em;
	padding: 0;
}

fieldset div.form_error_report {
	background: #fff2f2 url(../img/icon_error.png) no-repeat 12px 14px;
	margin-bottom: 20px;
	padding: 10px 45px;
	width: 550px;
}

fieldset div.form_error_report p {
	color: #ed1c24;
	margin: 0;
}

form fieldset.button button.formbutton {
	border: none;
	color: #ffffff;
	padding: 6px 20px 0 20px;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

fieldset textarea {
	height: 100px;
	width: 181px;
}

fieldset input.small,
fieldset input.medium {
	margin-right: 10px;
	text-align: center;
}

fieldset input.small {
	width: 64px;
}

fieldset input.medium {
	width: 114px;
}

fieldset select option {
	padding-left: 5px; 
}

div.inputgroup p {
	float: left;
	margin-bottom: 0;
}

div.inputgroup input {
	margin-right: 0;
}

div.inputgroup input.checkbox {
	margin-right: 10px;
	width: auto;
}

div.inputgroup label.checkbox {
	color: #333333;
	font-size: 12px;
}

div.inputgroup p span {
	color: #7c7c7c;
	margin: 0 5px;
}

label span {
	margin: 0 0 0 5px;	
}

form fieldset.button {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0 0 120px;	
}

form fieldset.button button {
	background: url(../img/bg_button.png) repeat-x left top;
	display: inline-block;
	padding: 6px 15px 0 15px;
}


/*
 * Template Styles
 */
/* F1: Header */
div.header {
	position: relative;
}

div.header div.headerblock {
	height: 153px;
	width: 100%;
}

div.header ul.mainmenu {
	float: left;
	margin: 102px 0 0 16px;
}

div.header ul.mainmenu li {
	display: inline;
	padding: 0 13px;
	text-transform: uppercase;
}

div.header ul.mainmenu li a {
	color: #c1c1c3;
	font-family: Impact;
	font-size: 1.636em;
	text-decoration: none;
	text-transform: uppercase;
}

div.header ul.mainmenu li a:hover {
	color: #ed1c24;
}

div.header ul.metamenu {
	float: left;
	position: absolute;
	top: 10px;
}

div.header ul.metamenu {
	right: 0px;
}

ul.metamenu li.first {
	background: none;
}	

ul.metamenu li {
	background: url(../img/grey_spacer.gif) repeat-y;
	float: left;
	line-height: 10px;
	list-style: none;
	height: 12px;
	padding: 0 8px;
}

ul.metamenu li a {
	color: #a7b3b5;
	font-size: 0.909em;
	text-decoration: none;
}

ul.metamenu li a:hover {
	color: #ed1c24;
}

div.header p.logo {
	float: left;
	margin: 20px 0 0 0;
}

form.search input.search {
	border: 1px solid #d8d8d9;
	color: #d8d8d9;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 5px 8px;
	position: absolute;
	right: 0;
	top: 98px;
	width: 210px;
}

form.search input.button {
	background: url(../img/icon_search.png) no-repeat right top;
	width: 39px;
	height: 29px;
	text-indent: -99999px;
	border: none;
	position: absolute;
	right: 1px;
	top: 99px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

form.search label.overTxtLabel {
	color: #d8d8d9;
	font-size: 12px;
	height: 26px;
	line-height: 26px !important;
	margin-left: 8px;
	font-weight: normal;
}

div.home-header span.gradient{
	bottom: 0;
	left: 0;
	height: 140px;
	position: absolute;
	width: 940px;
}

div.header p.webtrail {
	width: 940px;
	display: inline-block;
	margin: 0;
	height: 39px;
	line-height: 39px;
	font-size: 0.909em;
	color: #ffffff;
}

div.header p.webtrail a {
	font-size: 10px;
	color: #ffffff;
}

div.header p.webtrail span {
	margin: 0 10px;
}

/*
 * F2: PUSHBOX 
 */
div.pushbox {	
	position: relative;
	background: #ffffff;
	height: 307px;
	margin: 20px 0 27px 0;
}

div.pushbox div.pushbox_viewport {
	background: url(../img/bg_pushbox_shadow.png) no-repeat left bottom;
	width: 940px;
	height: 307px;
	padding-bottom: 12px;
	overflow: hidden;
	position: relative;	
}

div.pushbox ul.slides li {
	position: absolute;
	overflow: hidden;
	left: 940px;
	top: 0;
	list-style: none;
	width: 940px;
	height: 307px;
}

div.pushbox ul.slides li div.innerblock {
	background: url(../img/bg_pushbox_overlay.png) no-repeat left top;
	width: 284px; /* 340 */
	height: 217px; /* 307 */
	padding: 45px 28px;
 	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	font-size: 1.091em;
	color: #ffffff;
}

div.pushbox ul.slides li div.button {
	position: relative;
}

div.pushbox ul.slides li div.button span.leftcap,
div.pushbox ul.slides li div.button span.rightcap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

div.pushbox ul.slides li div.button span.leftcap {
	background: url(../img/bg_pushbox_buttonleft.png) no-repeat left top;
	width: 39px;
	height: 46px;
	left: -39px;
}

div.pushbox ul.slides li div.button span.rightcap {
	background: url(../img/bg_pushbox_buttonright.png) no-repeat right top;
	width: 180px;
	height: 39px;
}

div.pushbox ul.slides li div.button p {
	background: url(../img/arrow_pushbox_button.png) no-repeat left 10px;
	height: 38px;
	padding: 8px 0 0 20px;
	margin: 0;
	position: relative;
	z-index: 999;
	font-size: 12px;
}

div.pushbox ul.slides li div.button p:hover {
	background: url(../img/arrow_pushbox_button_hover.png) no-repeat left 10px;
}

div.pushbox ul.slides li div.button p a {
	display: block;
	width: 100%;
	height: 38px;
	padding: 4px 0 0 16px;	
}

/*** PUSHBOX NAVIGATION ***/
div.pushbox ul.pushbox_nav {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}

div.pushbox ul.pushbox_nav li {
	list-style: none;
	float: left;
	padding: 0;
}

div.pushbox ul.pushbox_nav li a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 27px;
	height: 26px;
	line-height: 26px;
	font-size: 1.455em;
	color: #a8a7a8;
	text-align: center;
	text-decoration: none;
}

div.pushbox ul.pushbox_nav li.active a,
div.pushbox ul.pushbox_nav li:hover a {
	background: url(../img/icon_pushbox_hover.png) no-repeat left center;	
}

div.pushbox ul.pushbox_nav li.active a {
	color: #ffffff;	
}

/*
 * F3: Ingangen
 */
div.home-header div.ingangen h2 {
	color: #ffffff;
	font-size: 20px;
	font-family: Impact;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 55px;
	text-transform: uppercase;
}

div.home-header div.ingangen h2 a {
	color: #ffffff;	
}

div.home-header div.ingangen h2.leerbedrijven {
	background: url(../img/icon_leerbedrijven.png) no-repeat;
	height: 48px;
}
div.home-header div.ingangen h2.scholen {
	background: url(../img/icon_scholen.png) no-repeat;
	height: 48px;
}
div.home-header div.ingangen h2.nieuwsbrief {
	background: url(../img/icon_nieuwsbrief.png) no-repeat;
	height: 48px;
}

div.home-header div.ingangen p.box-button {
	background: url(../img/icon_arrow.png) no-repeat 10px 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 6px 0 0 25px;
}

div.home-header div.ingangen p.box-button a {
	color: #fff;
	font-size: 1.364em;
	font-family: Impact;
	line-height: 18px;
	text-transform: uppercase;
}

div.home-header div.ingangen p.box-button object {
	cursor: pointer;
}

/* 
 * F4: Footer 
 */
div.footerwrapper {
	background: #deddde;
	border-top: 1px solid #d2d1d2;
	margin: 50px 0 -3px 0;
}

div.footer {
	color: #515858;
	font-size: 0.909em;
	padding: 20px 0 0 0;
}

div.footer a {
	color: #515858;
	text-decoration: none;
}

div.footer a strong {
	display: none;
}

div.footer ul.metamenu {
	float: left;
	margin: 2px 28px 0 0;
}

div.footer ul.metamenu li.first {
	background: none;
	padding-left: 0;
}

div.footer ul.metamenu li {
	background: url(../img/dark_grey_spacer.gif) repeat-y;
	line-height: 10px;
}

div.footer ul.metamenu li a {
	color: #515858;
	font-size: 10px;
}

div.footer ul.metamenu li a:hover{
	color: #ed1c24;
}

div.footer span.linkedin {
	background: url(../img/icon_linkedin.gif) no-repeat;
	float: left;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

div.footer span.initiative {
	float: right;
	line-height: 32px;
	margin: -8px 8px 0 0;
}

div.footer span.initiative a.ecabo,
div.footer span.initiative a.kenteq {
	display: block;
	height: 42px;
	float: right;
	width: 69px;
}

div.footer span.initiative span {
	margin: 0 15px 0 0;
	float: left;
}

div.footer span.initiative a.ecabo {
	background: url(../img/logo_ecabo.gif) no-repeat;
	margin: 0 15px 0 0;
}

div.footer span.initiative a.kenteq {
	background: url(../img/logo_kenteq.gif) no-repeat;
}

/* 
 * F5: Nieuws kort 
 */
div.nieuws {
	float: left;
	width: 685px;
	margin-right: 15px; 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.091em;
	line-height: 1.5em;
}

div.nieuws p {
	margin: 0;
}

div.nieuws span {
	font-size: 0.917em;
	color: #b1b2b4;
}

div.nieuws h2 {
	border-bottom: 2px solid #f2f2f2;
	color: #e2001a;
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

div.nieuws h2.sIFR-replaced {
	padding-bottom: 0px;
}

div.nieuws ul {
	display: inline-block;
	margin: 0;
}

div.nieuws ul li {
	list-style: none;
	display: inline-block;
	width: 192px;
	vertical-align: top;
	/*float: left;*/
	/*width: 195px;*/
	
	margin: 0 20px 20px 0;
	padding: 0 20px 0 0;
}

div.nieuws ul li p.info a {
	color: #B1B2B4;
	font-size: 0.917em;
}

div.nieuws ul li h3 a,
div.nieuws ul li p.info {
	color: #333333;
}

div.nieuws ul li h3 a:hover {
	color: #ED1C24;
}

div.nieuws p.readmore {
	background: url(../img/icon_arrowbig_grey.png) no-repeat left 10px;
	width: 665px;
	padding: 5px 0 0 20px;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;	
}

div.nieuws p.readmore a {
	background: none;
	display: inline-block;
	color: #DEDDDE;
	font-size: 20px;
	font-family: Impact;
	padding-left: 0;
	text-transform: uppercase;
}



/*
 * F6 : Agenda 
 */
div.agenda {
	position: relative;
	padding-left: 7px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Tahoma;
	line-height: 1.636em; 
	font-size: 0.917em;	
}

div.agenda ul {
	margin-top: 5px;
	margin-left: 0;
}

div.agenda ul li {
	background: url(../img/bg_agenda_gradient.png) repeat-y left top;
	list-style: none;
	width: 206px;
	display: inline-block;
	border-bottom: 1px solid #ebd8c9; 
	padding: 10px 10px 10px 0;
}

div.agenda ul li:first-child {
	border-top: 1px solid #ebd8c9; 
}

div.agenda ul li:hover {
	background: #ffd6b5;
}

div.agenda ul li p {
	margin: 0;
}

div.agenda ul li p a {
	color: #1a171b;
	text-decoration: none;
	font-weight: bold;
}

div.agenda ul li p a:hover {
	text-decoration: underline;
}

div.agenda ul li p span.date {
	color: #b1b2b4;
	font-size: 0.909em;
	display: block;
}

div.agenda h2,
div.agenda p.readmore,
div.agenda ul li {
	position: relative;
	z-index: 10;
	padding-left: 24px;
}

div.agenda h2 {
	color: #e2001a;
	font-size: 20px;
	font-weight: normal;
	font-family: Impact;
	text-transform: uppercase;
}	
	
div.agenda p.readmore {
	background: url(../img/bg_agenda_gradient.png) repeat-y left top;
	width: 216px;
	display: inline-block;
	padding: 10px 0 10px 24px;
}

div.agenda div.agenda_top,
div.agenda div.agenda_bottom {
	width: 247px;
	position: absolute;
	z-index: 1;
}

div.agenda div.agenda_top {
	background: url(../img/bg_agenda_top.png) no-repeat left top;
	height: 134px;
	top: -47px;
	left: 0;
}

div.agenda div.agenda_bottom {
	background: url(../img/bg_agenda_bottom.png) no-repeat left bottom;
	height: 18px;
	bottom: 2px;
	left: 7px;	
}

/*
 * F7: Nieuwsoverzicht
 */
div.overview p.selector {
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.833em;
	margin-top: -55px;
}

div.overview a {
	color: #ed1c24;
}

div.overview a.active {
	color: #000;
	text-decoration: none;
}

div.overview ul {
	margin: 0;
}

div.overview ul li {
	list-style: none;
	margin-bottom: 20px;
}

div.overview h2 {
	font-size: 1.333em;
	font-weight: normal;
}

div.overview h2 a {
	color: #333333;
	font-weight: bold;
}

div.overview h2 a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

div.msg-detail {
	display: inline-block;
}

div.overview p.details,
div.msg-detail p.details {
	color: #b1b2b4;
	font-size: 0.909em;
	margin: 0;
}

div.overview p.details strong.category,
div.msg-detail p.details strong.category {
	color: #B1B2B4;
	font-weight: normal;
}

div.contentoverview h3 {
	font-family: Impact;
	font-size: 1.818em;
	text-transform: uppercase;
}

div.overview p {
	margin: 0;
}

/* PAGINATOR */
div.tx-pagebrowse-pi1 {
	border-bottom: 2px solid #ebebec;
	border-top: 2px solid #ebebec;
	height: 33px;
	line-height: 33px;
	margin-top: 15px;
	text-align: center;
}
ul.tx-pagebrowse {
	display: inline-block;	
}
ul.tx-pagebrowse li.tx-pagebrowse-current {
	font-weight: bold;
}

ul.tx-pagebrowse li {
	float: left;
	list-style: none;
	padding: 0 6px;
}
ul.tx-pagebrowse li ol {
	padding: 0;
}
ul.tx-pagebrowse li a {
	color: #d8d8d8;
	display: block;
	height: 13px;
	width: auto;
}
ul.tx-pagebrowse li.tx-pagebrowse-page a {
	color: #000;
}

ul.tx-pagebrowse li.arrow{
	background-position: 50% 0%;
	display: block;
	height: 13px;
	margin: 10px 0;
	position: absolute;
	width: 16px;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
}
li.tx-pagebrowse-first {
	left: -6px;
}
li.tx-pagebrowse-prev {
	left: 48px;
}
li.tx-pagebrowse-next {
	right: 48px;
}
li.tx-pagebrowse-last {
	right: 8px;
}
li.tx-pagebrowse-first,
li.tx-pagebrowse-first a{
	background: url(../img/icon_first.png);
}
li.tx-pagebrowse-prev,
li.tx-pagebrowse-prev a{
	background: url(../img/icon_back.png);
}
li.tx-pagebrowse-next,
li.tx-pagebrowse-next a{
	background-image: url(../img/icon_forward.png);
}
li.tx-pagebrowse-last,
li.tx-pagebrowse-last a{
	background-image: url(../img/icon_last.png);
}
ul.tx-pagebrowse li.arrow,
ul.tx-pagebrowse li.arrow a {
	background-repeat: no-repeat;
	color: #d8d8d8;
}
ul.tx-pagebrowse li.arrow a:hover {
	background-position: 0% 100%;
}
ul.tx-pagebrowse li.arrow strong {
	display: none;
}

/*
 *  F9: Contentoverzicht 
 */
div.contentoverview {
	border-top: 1px solid #e5e5e5;
	/*margin: 20px 0 0 0;*/
	padding: 20px 0 0 0;
}

div.contentoverview ul {
	margin-left: 0;
}

div.contentoverview ul li {
	list-style: none;
	float: left;
	width: 240px;
	margin: 0 20px 20px 0;
}

div.contentoverview ul li p {
	margin: 0;
}

/*
 * F10 Content block 
 */
div.content {
	background: url(../img/bg_content.png) repeat-x 0 0;
	width: 940px;
	margin: 0 10px;
	display: inline-block;
	padding-top: 31px;
}

div.page-content {
	background: #fff;
}

div.content-middle,
div.content-right,
div.content-normal {
	color: #333333;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 1.091em;
}

div.content-middle div.msg-detail h1 {
	margin: 0 0 30px -20px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}

div.content-middle div.msg-detail h2.intro {
	color: #808080;
	font-size: 14px;
}

div.content-middle div.msg-detail p.intro {
	color: #808080;
	font-size: 14px;
	margin-bottom: 25px;
}

div.content-middle div.content-image {
	margin: 15px 0 -5px -8px;
	padding: 0 0 20px 0;
	position: relative;
}

div.content-middle div.content-image span {
	background: url(../img/bg_frame.png);
	display: block;
	height: 302px;
	left: 0;
	position: absolute;
	top: 0;
	width: 520px;
	z-index: 2;
}

div.content-middle div.content-image img{
	display: block;
	height: 274px;
	padding: 14px;
	width: 495px;
	z-index: 1;
}

div.content-middle div.msg-detail a {
	text-decoration: none;
}

div.content-middle div.msg-detail a,
div.content-middle div.msg-detail a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

div.msg-detail p.back {
	background: url(../img/icon_arrowbig_grey_back.png) no-repeat left 10px;
	width: 500px;
	padding: 5px 0 0 20px;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;	
}

/*
 * F11: Submenu
 */
div.content-left ul.submenu {
	margin: 38px 0 0 0;	
}

div.content-left ul.submenu ul {
	border-top: 1px solid #D8D8D9;
	margin-left: 0;
}

div.content-left ul.submenu li {
	border-bottom: 1px solid #D8D8D9;
	display: block;
}

div.content-left ul.submenu li ul li a,
div.content-left ul.submenu li a {
	color: #000;
	display: block;
	padding: 13px 20px;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
}

div.content-left ul.submenu li a:hover {
	color: #ed1c24;
}

div.content-left ul.submenu li.hassub a {
	background: url(../img/icon_arrow_black.gif) no-repeat 85% 18px;
}

div.content-left ul.submenu li.hassub a:hover {
	background: url(../img/icon_arrow.gif) no-repeat 85% 18px;
}

div.content-left ul.submenu li.active a {
	background: url(../img/icon_arrow.gif) no-repeat 85% 18px;
	color: #ed1c24;
	font-weight: bold;
}

div.content-left ul.submenu li.active li a {
	font-weight: normal;
	padding-left: 30px;
	color: #000000;
}

div.content-left ul.submenu li.current a,
div.content-left ul.submenu li.hassub li.current a {
	font-weight: bold;
}

div.content-left ul.submenu li.hassub li {
	border: none;
}

div.content-left ul.submenu li.hassub li a {
	background: #eef4f4;
}

div.content-left ul.submenu li.hassub li a:hover,
div.content-left ul.submenu li.hassub li.current a {
	background: #e1ecec;
}

/*
 * F12: Contactformulier
 */
div.contactformulier {
	padding: 0 20px 0 0;
}

/*
 * F13 Agenda detail bericht
 */
div.content-middle div.msg-detail h1 {
	margin: 0 0 10px -20px;	
}

div.content-middle div.msg-detail p.details {
	margin-bottom: 10px;
}

/* 
 * F15: Banner 
 */
/*
div.banner {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.091em;
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}

div.content-right div.banner {
	margin-left: 31px;
	width: 209px;
}

div.banner h2 {
	border-bottom: 2px solid #eaeaeb;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #e2001a;	
	font-family: Impact;
	font-size: 1.818em;
	text-transform: uppercase;
}

div.banner div.banner-image {
	width: 240px;
	overflow: hidden;
}

div.banner div.banner-image a:first-child {
	margin-right: 20px;
}
*/

/* 
 * F16: Also see 
 */
div.home-content div.teasers {
	margin: 0 0 0 22px;
	width: 218px;
	display: inline;
	float: left;
}

div.teasers {
	margin: 0 0 0 31px;
}

div.teasers h2 {
	font-size: 20px;
	color: #e2001a;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Impact;
	text-transform: uppercase;
}

div.teasers div.teaser {
	margin: 0 0 15px 0;
}

div.teasers div.teaser p {
	margin: 0;
	line-height: 1.583em;
}

/* 
 * F17: ZOEKEN 
 */
div.zoekresultaten h1 {
	margin: 0;
}

div.zoekresultaten form {
	position: relative;
	width: 266px;
	padding: 0;
	margin-bottom: 20px;
}

div.zoekresultaten input.search {
	position: relative;
	width: 255px;
	top: 0;
}

div.zoekresultaten input.button {
	height: 26px;
	top: 2px;
}

div.zoekresultaten div.results {
	background: url(../img/bg_zoekresultaten.png) repeat-x left 1px;
	width: 720px;
	height: 69px;
	margin: 0 0 20px 0;
	padding: 30px 10px 10px 10px;
}

div.zoekresultaten div.results p span {
	font-weight: bold;
}

div.zoekresultaten ul li {
	list-style: none;
	margin-bottom: 20px;
}

div.zoekresultaten ul li h3 {
	font-size: 1.333em;
	font-weight: normal;
}

div.zoekresultaten ul li h3 a {
	color: #333333;
}

div.zoekresultaten ul li p {
	margin: 0;
}

div.zoekresultaten ul li p.webtrail {
	font-size: 0.917em;
}

div.zoekresultaten ul li p.webtrail,
div.zoekresultaten ul li p.webtrail a {
	color: #b2b2b2;
}

div.zoekresultaten ul li p.webtrail span {
	padding: 0 3px;
} 	

/* 
 * F18: Banner
 */
div.home-content div.banner {
	margin: 0;
	width: 240px;
	display: inline;
	float: left;
}

/* SITEMAP */
.sitemap h1 {
	margin: 40px 0 -20px 0;
}

div.csc-sitemap {
	margin-top: 39px;
}

div.csc-sitemap ul {
	margin: 0;
}

div.csc-sitemap ul li {
	background: url(../img/icon_arrow_red.png) no-repeat left 7px;
	list-style: none;
	padding-left: 20px;
	font-size: 12px;
}

div.csc-sitemap ul ul li {
	background: url(../img/icon_minus.png) no-repeat left 10px;
	padding-left: 15px;
}

div.csc-sitemap ul li a {
	color: #333333;
}

body.sitemap div.home-header {
	height: auto;
}
