/* >>> ALGEMEEN
/* ------------------------------------------------------------------------------------------*/
* {
	margin: 0px; 
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #C3C3C3;
	background-color: #656565;
	height: 100%;
	font-size: 12px;
	width: 100%;
	behavior:url("cssfocusandhover.htc");
}

img {
	border: 0px none #FFFFFF;
}

html {
	height: 100%;
	width: 100%;
}



p {
	margin-bottom: 8px;
}

a {
	color: #00387B;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

td{
  color:#000000;
}

ul {
	margin-bottom: 8px;
}

ul ul {
	margin-bottom: 0px;
}

li {
	margin-left: 15px;
	line-height: 18px;
	list-style-image: url(imgs/li_arrow.gif);
}
/* >>> IMAGES IN CMS                                                                  */
/* -----------------------------------------------------------------------------------*/

.image_left_of_text, .image_right_of_text, .image_left_outline, .image_right_outline {
	border: 1px solid #BFBFBF;
	padding: 4px;
	background-color: #FFFFFF;
}

.image_left_of_text{
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

.image_right_of_text{
	float:right;
	margin-left:6px;
	margin-bottom:6px;
}

.image_top_of_text {
	margin-bottom: 10px;
}

.image_left_outline {
	margin-right: 6px;
}

.image_right_outline {
	margin-left: 6px;
}

.image_news {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

/* >>> CMS stuff
/* -----------------------------------------------------------------------------------*/

.error ul {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.error {
	padding: 10px;
	border: 1px solid #CC0000;
	color: #CC0000;
	background-color: #FFFFFF;
}

.ishidden {
	background-color: #FF0000;
}

.small {
	font-size: 0.8em;
}

/* >>> SITEMAP                                                                   
/* -----------------------------------------------------------------------------------*/

#sitemap ul li {
	margin-left: 0px;
	line-height: 40px;
	font-weight: bold;
	list-style-image: url(imgs/1pix.gif);
	list-style-type: none;
}

#sitemap ul li ul li {
	margin-left: 40px;
	line-height: 18px;
	list-style-image: url(imgs/li_arrow.gif);
	font-weight: normal;
}

/* >>> STUFF VOOR POSITIONING & speciallekes voor sticky footer & HUPSA's
/* ------------------------------------------------------------------------------------------*/

#main {
	background-color:#FFFFFF;
  background-image: url(imgs/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	color:#000000;
	
}

#content {
  margin-left:10px;
  margin-right:10px;
}

#container{
  /*width:770px; */
  width:100%;
  margin-left:auto;
	margin-right:auto;	

}

/* >>> HEADER
/* ------------------------------------------------------------------------------------------*/


#header_row1{
  height:35px;
  background:url(imgs/logo_top.jpg) no-repeat left bottom #FFFFFF;
}

#header_row2{
  background: url(imgs/headerpiece.jpg) repeat-x;
  height:108px;
  padding:0px;
 
}

#lang {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 5px;
	color:#656565;
  margin-right:10px;
  margin-top:5px;
	font-size:15px;
}

#lang a, #lang a:visited {
	height: 17px;
	margin-left: 1px;
	margin-bottom: 1px;
	float: right;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
	color: #666666;
	text-decoration: none;
}

#lang a:hover, #lang a:active, #lang a:focus {
	color: #333333;
}

#lang a.selectedlang {
	color: #333333;
	font-weight: bold;
}

/* >>> CONTENT & sections
/* ------------------------------------------------------------------------------------------*/


#page_title {
	font-weight: bold;
	padding-bottom: 5px;
	color:#00387B;
	margin-bottom:10px;
	border-bottom: #00387B 1px solid;
	font-family: serif, "Times New Roman", Roman ;
  letter-spacing:2px;
  font-size:20px;
}

#page_title_nobg {
	font-weight: bold;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3B75A0;
	margin-bottom: 15px;
	height: 15px;
	padding-top: 26px;
}

#content .section_title {
	font-weight: bold;
	padding-bottom: 5px;
	color:#00387B;
	margin-bottom:10px;
	border-bottom: #00387B 1px solid;
	font-family: serif, "Times New Roman", Roman ;
  letter-spacing:2px;
  font-size:20px;
	
}

#content .section_body {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
}

.kaderke{
	background-color: #F7F7F7;
	padding: 10px;
	margin-bottom: 10px;
}

/* >>> WIDGETS
/* ------------------------------------------------------------------------------------------*/

#widgets {
	width: 280px;
	height: 190px;
	clear: right;
	float: right;
	background-color: #EEEEEE;
}

#promo {
	float: left;
	height: 116px;
	width: 116px;
}
#login {
	float: right;
	height: 88px;
	width: 300px;
	text-align:right;
}
#stats {
	float: left;
	height: 74px;
	width: 280px;
}

/* >>> KRUIMELPAD
/* ------------------------------------------------------------------------------------------*/

#breadcrumb {
	float: right;
	width: 350px;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	margin-top:15px;
	margin-right:15px;
}

#breadcrumb a {
	text-decoration: none;
	color: #FFFFFF;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
	text-decoration: underline;
}

/* >>> FOOTER
/* ------------------------------------------------------------------------------------------*/
#footer{
  clear:both;
  background:#656565;
  padding-top:2px;
  font-size:11px;
}
#footer a{
  color:#FFFFFF;
}


/* >>> SIDEBAR
/* ------------------------------------------------------------------------------------------*/

#sidebar_td {
	width: 204px;	
	color: #333333;
	font-size:12px;
}
#sidebar{
  margin-left:10px;
  margin-right:10px;
  padding-top:8px;
}
.sidebar_title{
  font-weight: bold;
	padding-bottom: 2px;
	color:#00387B;
	margin-bottom:5px;
	border-bottom: #FAD954 1px solid;
  letter-spacing:2px;
  font-size:11px;
}
.sidebar_body{
  margin-bottom:10px;
  color:#00387B;
}

.sidebar_body .submenu a{
  color:#00387B;
  display:block;
  text-decoration:none;
}
.sidebar_body .submenu a:hover{
  color:#B92A02;
  display:block;
  text-decoration:none;
}
.sidebar_body .submenu a.current{
  color:#B92A02;
  display:block;
}

.sidebar_body .section_link{
  display:block;
  
}
.sidebar_body a{
  color:#B92A02;
}



/* >>> CSS voor inline bewerken
/* ------------------------------------------------------------------------------------------*/

.toolbar {
	padding: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(imgs/toolbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	background-color: #dbdbdb;
}

.edit_content, .edit_para, .newslist_formbody, .newslist_results {
	background-color: #F7F7F7;
	padding: 10px;
	margin-bottom: 10px;
}

#edit_block_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background-color: #333333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	height: 100%;
	width: 100%;
}

#edit_block_iframe{
	visibility:hidden;
	height: 0px;
	width: 0px;
}

/* IE 6 is ne scheven browser en geeft selectboxen voor den div
Workaround = IFRAME boven SELECT dat deze covert en dan DIV boven IFRAME.
Moest ge het nog ni weten, IE 6 sucks monkeyballs
*/
* html #edit_block_iframe{
	visibility:visible;
	z-index:80;
   position: absolute;
	margin-top: -180px;
	margin-left: -250px;
	left: 50%;
	top: 50%;
	height: 360px;
	width: 500px;
}

#edit_block {
	position: absolute;
	z-index: 100;
	height: 360px;
	width: 500px;
	background-color: #FFFFFF;
	margin-top: -180px;
	margin-left: -250px;
	left: 50%;
	top: 50%;
	border-bottom: 4px solid #333333;
}

/* >>> LOGIN
/* ------------------------------------------------------------------------------------------*/

#login_titel {
	font-size: 10px;
	font-weight: bold;
	color: #8F8F8F;
	padding-bottom: 5px;
}

#login_velden input {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: fixed;
	background-image: url(imgs/textarea.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 5px;
	width: 132px;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	background-color: #FFFFFF;
}

#login input {
	font-size: 10px;
	clear: both;
	float: right;
	padding: 2px;
}

/* >>> NEWS FLAS (mini news box))
/* ------------------------------------------------------------------------------------------*/
.news_flash{
  margin-bottom:10px;
  font-size:11px;
}
.news_flash_title{
  font-weight:bold;
  margin-bottom:5px;
  color:#B92A02;
}
.news_flash_body{
}
.news_flash_link{
  margin-top:5px;

}
.news_flash_link a{
  color:#B92A02;
 }
/* >>> NEWS
/* ------------------------------------------------------------------------------------------*/
.news_link{
}
.news_authordate {
	font-weight: normal;
	font-size: 11px;
}
#content .news_title {
	font-weight: bold;
	padding-bottom: 5px;
	color:#00387B;
	margin-bottom:10px;
	border-bottom: #00387B 1px solid;
	font-family: serif, "Times New Roman", Roman ;
  letter-spacing:2px;
  font-size:14px;
	
}

#content .news_body {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}

#sidebar .news_title {
	font-weight: bold;
	padding-bottom: 5px;
	color:#00387B;
  font-size:11px;
	
}

#sidebar .news_body {
	font-size: 11px;
	padding-bottom: 10px;
}
/* >>> MENU
/* ------------------------------------------------------------------------------------------*/
#menu_outer{
  float:right; 
  width:564px;
  background-color:red;

}

#menu {
  height:30px;
	font-size:14px;
  margin-bottom:5px;
}

#menu a {
	color: #00387B;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	margin: 6px;
	padding:4px;
	float: left;
}

#menu li.top {
	display: inline;
}

#menu li.top a.menuitem_0 {
	padding: 0px 0px 10px 0px;
	font-size: 14px;
  color: #00387B;
}

#menu ul li ul li {
  display: block;
  clear: both;
}

#menu ul li ul li a{
	display: block;
	width: 130px;
	padding: 5px 5px 5px 5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#menu ul li ul li a:hover{
	filter:alpha(opacity=90);
	-moz-opacity:1;
	opacity:1;
	background-color:#FBDA55;
}

a.menuitem_0 {
	color:#1F253B;
	text-decoration: none;
}
a.menuitem_0:hover {
	color:#1F253B;
	text-decoration: none;
}

.menuitem_1 {
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.menuitem_1:hover {
  	background-color: #FFFFFF;
}

.menuitem_1_first{ 
	border: 1px solid #999999;
} 

.menuitem_2 {
  background: #FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;}

.menuitem_2:hover {
  background:#FFFFFF;  
}

.menuitem_2_first{
	border: 1px solid #999999;
}

#menu li {
  position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 21px;
	left:0px;
	list-style: none;
  margin:0px;
  padding:0px;
}

#menu ul li{
  margin:0;
  padding:0;
}
#menu ul ul ul {
  position: absolute;
  top: 0px;
  left:111px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
  display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
  display: block;
}

/* Begin non-anchor hover selectors */
/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu li:hover{
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul {
  display:none;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul { 
  display:block;
}
