/*========================= DE GEBRUIKTE KLEUREN ============================*/
/* #878787 --> licht grijs, gebruikt voor teksten */
/* #363636 --> donkergrijze kleur, achtergrondkleur */
/* #cc0000 --> rood, o.a. gebruikt voor hyperlinks */
/* #171717 --> donkergrijs, donkerder dan 363636, gebruikt voor accenten */


/* #FAFAFA --> wit, onbekend waarvoor gebruikt */
/* #F3E9C6 --> lichtgeelrood, onbekend waarvoor gebruikt */
/* #fff -->  lichtgeel, onbekend waarvoor gebruikt */
/* #663300 -->  bruin, onbekend waarvoor gebruikt */




/*================================ ACHTERGROND ============================*/

#wrapper {
	margin:0;
	padding:0;
}
.content{
	margin:0 auto;
	padding:0;
}
.shadow_tl{
	background: transparent url(../images/shadow_tl.jpg) top right no-repeat;
	width:250px;
}
.shadow_tr{
	background: transparent url(../images/shadow_tr.jpg) top left no-repeat;
	width:250px;
}
.shadow_l{
	background: transparent url(../images/shadow_l.jpg) top right no-repeat;
	width:250px;
}
.shadow_r{
	background: transparent url(../images/shadow_r.jpg) top left no-repeat;
	width:250px;
}
.shadow_bl{
	background: transparent url(../images/shadow_bl.jpg) top right no-repeat;
	width:250px;
}
.shadow_br{
	background: transparent url(../images/shadow_br.jpg) top left no-repeat;
	width:250px;
}



/*================================ ALGEMEEN ============================*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-color: #363636;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size: 14px;
	color: #878787;
	line-height: 1.5;
}

/* Normal link */
a:link, a:visited {
	color: #171717;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #FAFAFA;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 950px;
	margin: 0 auto;
}

.container{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #363636;
}

.toggler{
	color: #878787;
	font-size: 20px;
	font-weight: bold;
	background-color: #363636;
	border-color: #363636;
	text-decoration: underline;
}

/*================================ HEADER ============================*/
.headerbg{
	width: 100%;
	height: 212px;
	background-color: #363636;
	background-image: url(../images/main_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: -10px;
}

.logobg{
	background-color: #363636;
	width: 950px;
	height: 235px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#search{
	width: 150px;
	height: 29px;
	margin: 25px 0px 0px 340px;
	padding: 5px 0px 0px 40px;
	float: left;
	background-image: url(../images/searchbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.headeratas{
	width: 100%;
	height: 235px;
}

#topmenu{
	clear:both;
	display:block;
	height: 20px;
	padding-top: 2px;
}

/*================================ MAINBODY ============================*/
/*Left*/
.mainbodybg{
	width: 100%;
	overflow: hidden;
	background-color: #363636;
	background-position: top center;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

.leftcolumn{
	width: 250px;
	overflow: hidden;
	background-color: #363636;
	float: left;
	margin-top: 0px;
}

.leftcolumnatas{
	width: 100%;
	background-image: url(../images/RIGHT_TOP.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
	
.leftcolumnbawah{
	width: 100%;
	background-image: url(../images/right_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

.leftmain{
	width: 250px;
	overflow: hidden;
}

/*Center*/
.centercolumn{
	background-color: #363636;
	width: 490px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 10px;
}

#pathway{
	margin: 5px 0px 5px 0px;
}


/*Right*/
.rightcolumn{
	width: 190px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 10px;
}
	
/*================================ FOOTER ============================*/
.footerbg{
	width: 100%;
	overflow: hidden;
	background-position: top;
	background-repeat: repeat-x;
}

.footer1, .footer2, .footer3{
	width: 230px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.footer4{
	width: 230px;
	overflow: hidden;
	float: left;
}

.footerbg{
	color: #FAFAFA;
	padding: 5px 0px 5px 0px;
}

.footerbg a:link, .footerbg a:visited{
	color: #fff;
}

.footerbg a:hover{
	text-decoration: underline;
}

/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	padding: 15px 0px 10px 0px;
	background-color: #363636;
	background-image: url(../images/trans.png);
	background-position: top;
	background-repeat: repeat-x;
}

.copyright{
	text-align: center;
}

.copyright span{
	color: #363636;
}

/*=========================== MOO MENU ================================*/
#topmenu .moduletable{
	margin:0;
}

#topmenu ul{
	margin:0;
	padding:0;
	width:auto;
}

#topmenu ul li{
	margin:0;
	padding:0;
	height: 40px;
	float:left;
	position:relative;
}

#topmenu ul li .separator span{
	color:#FAFAFA;
	height:22px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 15px 8px 15px;
}

#topmenu ul li .separator span:hover{
	text-decoration:none;
	background-image: url(../images/mainmenuhover.gif);
	background-repeat: repeat-x;
}

#topmenu ul li ul li .separator span{
	background-color: #363636;
	background-color: #CC0000;
	height: 25px;
	border-top: 1px solid #363636;
}

#topmenu ul li ul li .separator span:hover{
	background-color: #363636;
	background-image: none;
}

#topmenu ul li a{
	color:#FAFAFA;
	height:22px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 15px 8px 15px;
}

#topmenu ul li a:hover{
	text-decoration:none;
	background-image: url(../images/mainmenuhover.gif);
	background-repeat: repeat-x;
}

#topmenu ul li ul {
	display:block;
	height:auto;
	width: 14em;
	position:absolute;
	z-index:99;
	left: -999em;
	color: #cc0000;
}

#topmenu ul li ul ul {
   margin: -40px 0 0 14em;
}

#topmenu ul li li {
	width: 14em;
}

#topmenu ul li li a{
	color:#FAFAFA;
	text-transform:none;
	display: block;
	background-color: #171717;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #363636;
}

#topmenu ul li li a:hover{
	background-color: #cc0000;
	background-image: none;
}

#topmenu ul li ul {
	left: -999em;
}

#topmenu ul li:hover ul ul, #topmenu ul li:hover ul ul ul {
	left: -999em;
}

#topmenu ul li:hover ul, #topmenu ul li li:hover ul, #topmenu ul li li li:hover ul {
	left: auto;
}

/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}
#system-message dd ul {
	color: #cc0000;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #171717;
	border-bottom: 3px solid #171717;
	list-style: none;
}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul {
	color: #cC0000;
	background-color: #F3E9C6;
	border-top: 3px solid #171717;
	border-bottom: 3px solid #171717;
}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul {
	color: #cC0000;
	background: #fff;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	list-style: none;
}

/* Debug */
#system-debug     {
	color: #878787;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
}
#system-debug div { font-size: 11px;}

/*=============================== LEFT COLUMN ==============================*/
.leftmain{
	color: #363636;
}

.leftmain a:link, .leftmain a:visited{
	color: #171717;
}

.leftmain a:hover, .leftmain a:active{
	background-color: #171717;
	color: #FAFAFA;
	text-decoration: none;
}

/*=========================== LEFT MODULE ====================================*/
.leftmain .module{
	overflow: hidden;
	background-image: url(../images/RIGHT_TOP_BODY.jpg);
}

.leftmain .module div{
	background-image: url(../images/RIGHT_BOTTOM.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.leftmain .module div div{
	background-image: url(../images/RIGHT_DIVIDER.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.leftmain .module div div div{
	padding: 8px 5px 5px 35px;
}

/* Module header */
.leftmain .module div div div h3{
	color: #878787;
	margin-bottom: 10px;
}

/*=============================== -notitle LEFT MODULE SUFFIX ========================*/
.leftmain .module-notitle{
	background-color: #fff;
	overflow: hidden;
}

.leftmain .module-notitle div{
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.leftmain .module-notitle div div{
	background-image: url(../images/leftmoduleatas-notitle.gif);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.leftmain .module-notitle div div div{
	padding: 25px 5px 5px 5px;
}

.leftmain .module-notitle div div div h3{
	display: none;
}

/*================================= LEFT MENU brown===============================*/
.leftmain .module_menu{
	background-color: #363636;
	overflow: hidden;
	margin-top: 0px;
}

.leftmain .module_menu div{/
	background-image: url(../images/mainmenubgbawah.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #171717;
	overflow: hidden;
}

.leftmain .module_menu div div{
	background-image: url(../images/RIGHT_TOP_BODY.jpg);
	background-position: top;
	background-repeat: repeat;
	background-color: #171717;
	overflow: hidden;
}

.leftmain .module_menu div div div{
	padding: 0px 0px 0px 30px;
}

.leftmain .module_menu div div div h3{
	color: #878787;
	margin-bottom: 10px;
}

/*======================== Login Inputbox ==========================*/
#form-login-username .inputbox{
	width: 98%;
	padding: 3px 0px 3px 0px;
	border: 2px solid #FFF;
}

#form-login-password .inputbox{
	width: 98%;
	padding: 3px 0px 3px 0px;
	border: 2px solid #FFF;
}

#form-login-username .inputbox:focus, #form-login-password .inputbox:focus{
	border: 2px solid #171717;
}

/*======================== Newsflash Suffix ==========================*/
.moduletable-newsflash{
	background-color: #F3E9C6;
		border: 1px dashed #663300;
	padding: 5px;
}

/*=============================== RIGHT COLUMN ==============================*/
.rightcolumn {
	color: #363636;
}

.rightcolumn .moduletable_menu a:link, .rightcolumn .moduletable_menu a:visited{
	color: #363636;

}

/*.rightcolumn .moduletable_menu a:hover, .rightcolumn .moduletable_menu a:active{
	color: #FAFAFA;
	text-decoration: none;
	background-color: #363636;
	
}*/

/*=============================== RIGHT COLUMN module & other suffix ==============================*/
.rightcolumn .moduletable{
	background-color: #F3E9C6;
	border: 1px dashed #663300;
	padding: 5px;
	margin-bottom: 10px;
}

.rightcolumn .moduletable_text{
	margin-bottom: 10px;
}

.rightcolumn .moduletable .poll tbody tr td div{
	border: 0;
}

/*=============================== RIGHT COLUMN verticalmenu ==============================*/
.rightcolumn .moduletable_menu{
	margin-bottom: 10px;
}

.rightcolumn a.mainlevel{

}

.rightcolumn a.mainlevel:hover{
	background-color: #F3E9C6;
	color: #363636;
	text-decoration: none;

}

.rightcolumn a#active_menu{
	background-color: #F3E9C6;
	color: #363636;
	text-decoration: none;
}

.rightcolumn a#active_menu.sublevel{
	padding-left:  25px;
}

.rightcolumn span.mainlevel{
	color: #363636;
}

.rightcolumn span.mainlevel:hover{
	color: #363636;
	background-color: #F3E9C6;
}


/*======================= TOP HORIZONTAL MENU =============================*/
.mainlevel-nav, .mainlevel-nav:link, .mainlevel-nav:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FAFAFA;
	padding: 10px 10px 11px 10px;
	text-decoration: none;
	display: block;
	float: left;
}

.mainlevel-nav:hover{
	text-decoration:none;
	background-image: url(../images/mainmenuhover.gif);
	background-repeat: repeat-x;
}

#active_menu-nav{
}

span.mainlevel-nav{
	color: #FAFAFA;
}

/*======================= VERTICAL MENU =============================*/
.mainlevel, .mainlevel:link, .mainlevel:visited{
	color: #363636;
	padding: 7px 5px 7px 5px;
	border-bottom: 1px dashed #663300;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.mainlevel:hover, .mainlevel:active{
	color: #363636;
	padding: 7px 5px 7px 5px;
	border-bottom: 1px dashed #663300;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #363636;
}

#active_menu{
	color: #FAFAFA;
	padding: 7px 5px 7px 5px;
	border-bottom: 1px dashed #663300;
	display: block;
	background-color: #363636;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#active_menu.sublevel{
	padding-left:  30px;
	margin-left: -5px;
}

.sublevel, .sublevel:link, .sublevel:visited{
	color: #FAFAFA;
	padding: 7px 5px 7px 30px;
	border-bottom: 1px dashed #663300;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
}

/* De letter-instelling in het hoofdmenu */
.leftmain .module_menu a:link, .leftmain .module_menu a:visited{
	color: #878787;
	font-size: 13px;
v	font-family: Arial, Helvetica, sans-serif;
}

/* De volgende regels zorgen voor de h-over in het hoofdmenu */
.leftmain .module_menu a:hover, .leftmain .module_menu a:active{
	background-color: #363636;
	color: #171717;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* De volgende regels zorgen voor het effect bij het aanklikken in het hoofdmenu */
.leftmain .module_menu a:active{
	background-color: #363636;
	color: #cc0000;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

span.mainlevel{
	color: #FAFAFA;
}
span.mainlevel:hover{
	color: #FAFAFA;
}
/*======================= ARTICLE =============================*/
.contentheading{
	font-size: 18px;
	color: #878787;
}

.small, .createdate, .modifydate{
	font-size: 11px;
	color: #171717;
}

.readon, .readon:link, .readon:visited{
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	color: #F3E9C6;
	padding: 2px 5px 2px 5px;
	
}

.readon:hover{
	text-decoration: none;
	color: #FFF;
}

.blog_more{
	border: 1px dashed #663300;
	padding: 5px;
	background-color: #F3E9C6;
	margin: 5px 0px 5px 0px;
}
/*======================= COMPONENT =============================*/
.componentheading{
	font-size: 20px;
	border-bottom: 1px solid #363636;
	padding-bottom: 1px;
	color: #363636;
	margin-bottom: 5px;
}

.contentpaneopen fieldset{
	border-bottom: 1px solid #FAFAFA;
	padding: 5px 5px;
	margin-bottom: 5px;
}

.pagenav, .pagenav:link, .pagenav:visited{
}

.pagenav:hover{
}

.button{
	background-color: transparent;
	border: none;
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	padding: 4px 7px 4px 7px;
	color: #FAFAFA;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox{
	padding: 2px 0px 2px 0px;
	color: #878787;
	background-color: #171717;
	border: 1px solid #FAFAFA;
	
	
}

.inputbox:focus{
	border: 1px solid #171717;
}

.sectiontableheader, .sectiontableheader a:link, .sectiontableheader a:visited{
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	padding: 3px 0px 3px 5px;
	color: #FAFAFA;	
}

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dashed #663300;
}

/*======================= SEARCH =============================*/
.search{	
}

.search .button{	
}

#mod_search_searchword{
	border: none;
	background-color: transparent;
	color: #878787;
}

/*========================= POLLING ========================*/
td .sectiontableentry2, td .sectiontableentry1{
	padding: 5px;
}

.poll tbody tr td{
	text-align: left;
}

.poll tbody tr td div{
	width: 125px;
	border: 1px solid #663300;
}