/* Stylesheet ontikkeld door Internetbureau Websight - http://www.websight.nl */

/*-------------------------------------------------------*/
/* HTML Elements----------------------------------------*/
/*(http://www.w3.org/TR/html4/index/elements.html) ----*/
/*----------------------------------------------------*/

html{
}

body{
	margin:0px 0px 0px 0px;
}

/* Start overall font definitie */

body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
	text-decoration:none;
	font-variant:normal;
	font-style:normal;
	color:#000000;
	line-height:125%;
}

/* Einde overall font definitie */


a{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

a:active{
	color:#000000;
}

a:visited{
	color:#000000;
}

abbr{
	border:0px none #ffffff; /* mozilla-based browsers geven deze tag weer met dotted underline */
}

blockquote{
}

button{
}

img{
	border:0px none #000000;
}


/* -------Start: (Un)ordered Lists + List items----- */

ol{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

ul{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

li{
	margin:0px 0px 0px 0px;
}

dl{
}

dt{
}

dd{
}


/* -------Einde: (Un)ordered Lists + List items----- */


/* -------Start: Forms + Form items ----------------*/


form{
	margin:0px 0px 0px 0px;
}

input{
	border:1px solid #000000;
}

textarea{
	border:1px solid #000000;
}

fieldset{
	background-color:#b1b1b1;
	border-color:#d6d6d6;
}

.formCheckbox{
}


/* -------Einde: Forms + Form items ----------------*/



/*---- Start: Tekst, paragrafen, etc. -------------*/

h1{
	font-size:12px;;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	color:#3A113E;
	text-transform:uppercase;
}

h2{
	font-size:100%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #004F50;
}

p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/*---- Einde: Tekst, paragrafen, etc. -------------*/

hr{
}


/*--------------------------------------------------------------------------*/
/* HTML Template ----------------------------------------------------------*/
/*------------------------------------------------------------------------*/


/* Start definitie van blokken o.b.v. id's */

#header{
	height:245px;
	width:960px;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.home .newsTD{
	background-image:url(../images/laatste_nieuws.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:40px 0px 0px 0px;
	background-color:#3A113E;
	width:232px;
	border-right:5px solid #ffffff;
}

.content .newsTD{
	background-image:url(../images/kolomheader.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:3px 0px 0px 0px;
	background-color:#3A113E;
	width:232px;
	border-right:5px solid #ffffff;
}

.content #news .title{
	display:block;
	height:40px;
	vertical-align:top;
	margin:5px 0px 0px 80px;
}

.content #news .text{
	color:#FFFFFF;
	margin:5px 10px 0px 15px;
}

.content .contentItemContainer .text, .content .treeDefaultContainer, .content .searchResultsContainer{
	margin:45px 15px 0px 15px;
	clear:both;
	display:block;
}

.content .newsItemContainer .title{
	margin:45px 15px 0px 15px;
	clear:both;
	display:block;
}

.content .newsItemContainer .text{
	margin:0px 15px 15px 15px;
	clear:both;
	display:block;
}

.home .contentItemContainer{
	margin:8px 15px 0px 15px;
	clear:both;
	display:block;
}

.content .treeDefaultContainer .treeItem1{
	padding:0px 0px 5px 0px;
}

.contentTD{
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:533px;
}

.sidebarTD{
	width:190px;
	background-color:#004F50;
	vertical-align:top;
}

.brandingContainer{
	float:left;
	z-index:-1;
	height:150px;
	overflow:visible;
	display:block;
	width:765px;
	margin:7px 0px 0px 0px;
}

/* Einde definitie van blokken o.b.v. id's */


/* Start overigen */


/*------------------------------------------------------*/
/* CMS ------------------------------------------------*/
/*----------------------------------------------------*/


/*------------Menumodule--------*/

.menuContainer{
	margin:2px 0px 0px 0px;
	float:left;
	display:block;
	width:728px;
	height:30px;
	vertical-align:bottom;
	background-image:url(../images/menubalk_bg.gif);
	background-repeat:repeat-x;
}

/* All <ul> tags in the menu including the first level */
.menu, .menu  ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menu ul {
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 10px;
	width: 135px;
	margin: 5px 0px 0px 0px;
	border-top:1px solid #3A113E;
	border-left:1px solid #3A113E;
}

/* Second and third etc. level submenus - position across from parent instead */
.menu ul ul {
	/*top: 0px;
	left: 128px;*/
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menu li {
	float: left;
	position: relative;
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menu li.lastChild {
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menu ul li {
	float: none;
	margin: 0px 0px 0px 0px;
	color: #3A113E;
	padding: 5px 5px 5px 5px;
	background-color: #F1F1F5;
	border-bottom:1px solid #3A113E;
	border-right:1px solid #3A113E;
}

.menu ul > li:first-child {
	margin: 0px;
}

.menu ul li.firstChild {
	margin: 0px;
}

.menu ul > li:last-child {
	margin: 1px 0px 0px 0px;
}

.menu ul li.lastChild {
	margin: 0px;
}

/* Links inside the menu */
.menu a {
	display: block;
	padding: 0px 0px 0px 0px;
	color: #3A113E;
	text-decoration:none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu a:visited {
	color: #3A113E;
}
.menu a:hover, .menu a.highlighted:hover, .menu a:focus {
	color: #3A113E;
	text-decoration:underline;
}
.menu  a.highlighted {
}

/* Only style submenu indicators within submenus. */
.menu a .subind {
 display:  none;
}
.menu ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu a {
 float: left;
}
.menu ul a {
 float: none;
}
/* \*/
.menu a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menu  ul li {
 float: left;
 height: 1%;
}
* html .menu  ul a {
 height: 1%;
}
/* End Hack */



/*----------- Textmodule -----------*/

.textContainer{
}

.textText p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*--------------- Nieuws ------------*/

.home .newsTD .newsContainer{
	color:#FFFFFF;
	display:block;
	margin:15px 0px 10px 10px;
	width:210px;
}

.home .newsTD .newsContainer .more{
	width:24px;
}

.home .newsTD .newsContainer .more2{
	display:block;
	padding:0px 0px 20px 0px;
}

.home .newsTD .newsContainer .date a, .home .newsTD .newsContainer .more a, .home .newsTD .newsContainer .more2 a, .home .newsTD .newsContainer .title a{
	color:#FFFFFF;
}

a.newsLink{
	color:#FFFFFF;
}

a:hover.newsLink{
	color:#FFFFFF;
}

a:visited.newsLink{
	color:#FFFFFF;
}

/*---------- search -----------*/

.searchContainer{
	margin:7px 0px 0px 0px;
	float:right;
	width:190px;
	height:150px;
	background-color:#F1F1F5;
	background-image:url(../images/zoeken.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.searchContainer .searchInnerContainer{
	width:155px;
	padding:45px 15px 0px 15px;
	font-size:11px;
}

input.elementText{
	border:1px solid #3A113E;
	width:155px;
	margin:0px 0px 5px 0px;
	height:15px;
}

.formColumnSubmit{
	text-align:right;
}

input.formSubmitSend{
	border:1px solid #3A113E;
	width:62px;
	height:17px;
	color:#FFFFFF;
	background-color:#3A113E;
	font-size:10px;
	font-weight:bold;	
}

.content .formDefaultContainer{
	margin:45px 15px 0px 15px;
}

.content .formDefaultContainer td{
	vertical-align:top;
}

.content .formDefaultContainer .elementTextarea{
	margin:5px 0px 5px 0px;
}

.elementCheckbox{
	border:0px none #ffffff;
}

/*-------Tree----------*/
.treeItem1, .treeItem1Active{
	margin:0px 0px 0px 20px;
}

.treeItem2, .treeItem2Active{
	margin:0px 0px 0px 40px;
}

.treeItem3, .treeItem3Active{
	margin:0px 0px 0px 60px;
}

.treeItem4, .treeItem4Active{
	margin:0px 0px 0px 80px;
}


/*--------------------------------------------------------------*/
/* Custom/Contentstyles ---------------------------------------*/
/*------------------------------------------------------------*/

.logoContainer, .logoItem{
	float:left;
	display:block;
	width:232px;
	height:85px;
}

.logoItem img{
	float:left;
	padding:8px 0px 0px 0px;
}

.navContainer{
	float:left;
	display:block;
	height:50px;
	vertical-align:top;
}

.toolbarContainer{
	padding:0px 0px 0px 0px;
	float:left;
	display:block;
	width:728px;
	text-align:right;
	height:50px;
	vertical-align:top;
}

.toolbarContainer span div{
	display:inline;
}

.menuContainer{
	float:left;
	clear:none;
	display:block;
	height:30px;
	width:728px;
}

.newsletterSubscribeContainer{
	background-color:#F1F1F5;
	background-image:url(../images/nieuwsbrief.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom: 5px solid #ffffff;
}

.newsletterSubscribeContainer .InnerContainer{
	width:155px;
	padding:45px 10px 15px 15px;
	font-size:11px;
}

.newsletterSubscribeContainer .title h1{
	display:none;
}

.loginContainer{
	background-color:#F1F1F5;
	background-image:url(../images/login.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom: 5px solid #ffffff;
	overflow:visible;
}

.bannerContainer{
	padding:10px 0px 0px 10px;
	white-space:nowrap;
}

.bannerContainer span{
	display:block;
	float:left;
}

.subTitle{
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
}

.text .title{
	font-weight: bold;
	color: #004F50;
}

.text li{
	margin: 0px 0px 0px -10px;
}

.logoTable img{
}

.Glue{
	display:none;
}