@charset "utf-8";
/* CSS Document */
html{
	background: url(/site_files/img/bg_body.gif) repeat;
}

html, body{
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

#container{
	position: relative;
	width: 990px;
	margin: 6px auto 26px auto;
	text-align: left;
	background: right repeat-y #FFF;
}

a img{
	border:0 !important;
}

/*******************************************************
 *   TEKST GROOTTES / STANDAARD TEXT ELEMENTEN
 *******************************************************/
.smallText{
	font-size: 10px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 13px 0px;
	color: #0f6ab4;
	font-size: 14pt;
}

h2{
	font-size: 15px;
	color: #0F6AB4;
	font-weight: normal;
}

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

a:hover{
	color: #0f6ab4
}

/*******************************************************
 *   HEADER
 *******************************************************/
#header{
	height: 69px;
	background: url(../img/bg_header.png) right no-repeat;
}

#header #logo{
	float: left;
	width: 228px;
}

#header #logo img{
	margin: 24px 0px 0px 16px;
}

#header .abc_letter_white{
	float: right;
	margin: 5px 12px 0px 0px;
}

.abc_letter{
	font-weight: bold;
}

#header #toplinks{
	font-size: 10px;
	float: right;
	margin: 6px 13px 0px 0px;
	color: #FFFFFF;
}

#header #toplinks a{
	color: #FFFFFF;
	text-decoration:none;
}

#header #searchForm{
	float: right;
	margin: 0px 12px 0px 5px;
	.margin: 3px 5px 0px 5px;
	_margin-top: 6px;
}

#header #searchForm .inputField{
	position: relative;
	margin: 0px;
	border: 1px solid #c6c7d1;
	width: 198px;
	padding: 2px 0px 0px 9px;
	color: #0062b0;
	font-size: 11px;
}

#header #searchForm .button{
	position: relative;
	top: 5px;
	.top: 5px;
}


/*******************************************************
 *   LINKER KOLOM IN MAIN CONTENT
 *******************************************************/
#leftColumn{
	float: left;
	width: 207px;
}

/*******************************************************
 *   GRADIENT LIJN
 *******************************************************/
#gradient{
	float: left;
}
#gradient #top{
	width: 22px;
	height: 285px;
	background: url(../img/bg_gradient.png) repeat-y;
}

#gradient #bottom{
	width: 22px;
	height: 167px;
	background: url(../img/bg_gradient_bottom.png) no-repeat;
}


/*******************************************************
 *   MENU
 *******************************************************/

#leftColumn #leftMenu{
	margin: 14px 0px 0px 14px;
	padding: 0px 0px 10px 0px;
	width: 174px;
	list-style: none;
}


#leftColumn #leftMenu li{
	padding: 4px 0px 3px 7px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

#leftColumn #leftMenu li a{
	color: #333333;
	text-decoration:none;
	width: 26px;
	padding-right: 13px;
	display: block;
	width: 150px;
}

#leftColumn #leftMenu li a:hover,
#leftColumn #leftMenu li.active a{
	color: #0f6ab4;
	font-weight: bold;
    background: url(/site_files/img/leftMenu_active_white.gif) no-repeat right 8px;
}



/*******************************************************
 *   EINDE MENU
 *******************************************************/


/*******************************************************
 *   BREADCRUMB
 *******************************************************/
#breadcrumb{
	font-size: 10px;
	display: block;
	margin: 19px 0px 0px 0px;
}

#breadcrumb .current{
	color: #0061AF;
}

#breadcrumb a{
	text-decoration: none;
	color: #666666;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

/*******************************************************
 *   RECHTER KOLOM IN MAIN CONTENT
 *******************************************************/

#rightColumn{
	display: none;
	float: right;
	width: 253px;
	margin-top: 14px;
}


#rightColumn .blockTop{
	width: 228px;
	height: 4px;
	margin-left: 15px;
	background:url(/site_files/img/portal_bg_block_right_top.png) bottom no-repeat;
}

#rightColumn .block{
	width: 198px;
	margin-left: 15px;
	padding: 5px 15px 5px 15px ;
	background:url(/site_files/img/portal_bg_block_right_middle.png) repeat-y;
}

#rightColumn .blockBottom{
	width: 228px;
	height: 5px;
	margin-left: 15px;
	background:url(/site_files/img/portal_bg_block_right_bottom.png) top no-repeat;
}


/*******************************************************
 *   MIDDEN KOLOM IN MAIN CONTENT
 *******************************************************/

#centerColumn{
	float: left;
	width: 725px;
	margin-right: 15px;
	overflow: hidden;
}

/*******************************************************
 *  FOOTERS
 *******************************************************/

#valueFooter{
	margin-top: 34px;
	clear: both;
	height: 46px;
	background-color: #010101;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	padding: 28px 0px 0px 0px;

}

#valueFooter div{
	position: absolute;
	right: 16px;
	top: 14px;
}

#linkFooter{
	height: 19px;
	margin-left: 15px;
	margin-top: 3px;
	height: 23px;
	color: #000000;
	background-color: #FFFFFF;
}

#linkFooter a{
	text-decoration: none;
	color: #000000;

}

#linkFooter a:hover{
	text-decoration: underline;
}

/*******************************************************
 *  LOGINFORM
 *******************************************************/
#loginform label{
	font-weight: bold;
	margin-bottom: 7px;
}

#loginform input{
	display: block;
}

#loginform .textfield{
	border: 1px solid #7f9db9;
	width: 242px;
	margin-bottom: 9px;
}

/*******************************************************
 *  REGISTER FORM, EDIT PROFILE ETC
 *******************************************************/
.frontendForm label{
	font-weight: bold;
	margin-bottom: 7px;
}

.frontendForm input{
	display: block;
}

.frontendForm .textfield{
	border: 1px solid #7f9db9;
	width: 242px;
	margin-bottom: 12px;
	height: 18px;
	float: left;
}

.frontendForm textarea{
	width: 242px;
	height: 80px;
}
.frontendForm #captcha_holder{
	margin-left: 200px;
}

.frontendForm #captcha_holder a{
	text-decoration: none;
}

.frontendForm .formError{
	background-color: #f8d9de;
	border: 1px solid #cc021a;
}

.error_notice{
	color: #CC0000;
	border: solid 1px #CC0000 !important;
	padding: 15px;
	background-color: #f4d7db;
}

.info_notice{
	color: #116cb5;
	border: solid 1px #116cb5 !important;
	padding: 15px;
	background-color: #dce9f4;
}

/*******************************************************
 *  IE7 / IE6 FIXES
 *******************************************************/
.blockTop,
.blockBottom{
	font-size: 0px;
}

/*******************************************************
 *  SITEMAP
 *******************************************************/

.sitemap {
	text-decoration: none;
	list-style-type: none;
 	font-weight: bold;
	color: #0f6ab4;
	padding: 0px;
}

.sitemap ul{
	text-decoration: none;
	list-style-type: none;
 	font-weight: normal;
	color: #0f6ab4;
	padding-left: 30px;
}


.XSLsitemap_site_subsub{
 	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

 /*
/*********************************************************
* FORMULIEREN
**********************************************************/
/*
.formRow {
    display: block;
    width: 100%;
    clear: both;
}
.formRow label {
    display: block;
    width: 200px;
    floaT: left;
}
.formRow input, .formRow select, .formRow textarea {
    display: block;
    width: 240px;
    floaT: left;
}


/*********************************************************
* Google Customsearch
**********************************************************/
/*
.searchResult .title{
	font-weight: bold;
	text-decoration: none;
}

.searchResult .readMore{
	color: #0f6ab4;
}

#GSE_pagnation .active{
	font-weight: bold;
}

/*****************************************************
 * STANDAARD ALINEATYPES
 *****************************************************/
 /* speciaal voor contactform alineatype */
label{
	float: left;
	width: 200px;
}

.select{
	width: 218px;
}

 /* einde speciaal voor contactform alineatype */
a img{
	border: 0;
}

.cms_3kolommen{
    width: 100%;
}

.cms_3kolommen div{
    width: 30%;
    float: left;
    text-align:justify;
}

.cms_3kolommen_last_row{
    padding-right:0px;
}

.cms_3kolommen_row{
    padding-right:20px;
}

.cms_2kolommen{
    width: 100%;
    clear : both;
}

.cms_2kolommen div{
    width: 49%;
    float: left;
}

.cms_afbeeldingrechts{
    padding: 0px 0px 10px 10px;
    float : right;

}

.cms_afbeeldinglinks{
    padding: 0px 10px 10px 0px;
    float : left;

}

.cms_cleaner{
    height : 1px;
    width : 100%;
    float : left;
    display:inline;
}
.devider {
  background-color: #0F6AB4;
  width: 100%;
}

.paragraph {
  width: 100%;
  padding-bottom: 15px;
  float:left;
  clear: both;
  overflow: hidden;
}

.errormessage {
    background-color: #FFDFDF;
    border: 1px solid #CC0000;
    color: #CC0000;
    padding: 16px;
}
.errormessage ul {
    padding: 0px 0px 0px 16px;
    margin: 0px;
}

label.error {
    color: #CC0000;
}
.lb_textfield {
    padding: 0px 22px 0px 20px;
}


/**************************** DOCUMENTENMODULE **************************************/

#documentsOverview {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
#documentsLeft {
    width: 200px;
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 395px;
    overflow: hidden;
}
#documentsRight {
    width: 522px;
    float: left;
}
#documentsLeft dl, #documentsLeft dt, #documentsLeft dd, #documentsRight dl, #documentsRight dt, #documentsRight dd  {
    margin: 0px; padding: 0px;
}
#documentsLeft dt, #documentsLeft dd {
    border-top: 1px solid #CCCCCC !important;
}
#documentsLeft dt, #documentsRight dt {
    padding: 4px 8px;
    background-color: #f3f3f3;
}
#documentsLeft dd {
    background-color: #f3f3f3;
}

#documentsRight dt, #documentsRight dd {
    border-top: 1px solid #CCCCCC;
}
#documentsRight .fileContainer {
    background-color: #FFFFFF;
    height: 336px;
    width: 522px;
    overflow: auto;
    color: #000000;
}
#fileContainer {
    padding: 8px;
}

/* TREE */
ul.tree {
    width: 185px;
    overflow: hidden;
}
ul.tree a {
    outline: none;
}
ul.tree, ul.tree ul {
    list-style-type: none;
    background: url(/site_files/img/vline.png) repeat-y 16px 0px;
    margin: 0;
    padding: 0;
}
ul.tree ul {
    margin: 0px 0px 0px 10px;
}
ul.tree li {
    margin: 0px;
    padding: 0px 0px 0px 12px;
    background: url(/site_files/img/node.png) no-repeat 16px 0px;
    font-weight: normal;
    display: block;
    width: 500px;
}
ul.tree li.last {
    background: #F3F3F3 url(/site_files/img/lastnode.png) no-repeat 16px 0px;
}
ul.tree li a {
    text-decoration: none;
    padding: 0px; margin: 0px;
    display: block;
    height: 20px;
    float: left;
}
ul.tree li a:hover {
    font-weight: bold;
    color: #000000;
}
.active {
    font-weight: bold !important;
}
.treeContainer {
    padding: 0px 0px 0px 0px !important;
    overflow: hidden;
    width: 200px;
}
.folderDicht, .folderOpen {
    margin: 2px 5px 0px 0px;
    vertical-align: top;
    width: 16px;
    height: 13px;
    float: left;
}
.folderDicht {
    background: url(/site_files/img/folder_klein.gif) no-repeat left top;
}
.folderOpen {
    background: url(/site_files/img/folder_klein_open.gif) no-repeat left top;
}
.noPlusMin {
    padding-left: 27px !important;
}
.enableVerticalScroll {
    height: 328px;
    overflow: auto;
    padding-top: 8px !important;
}

.hitarea {
    float: left;
    width: 15px;
    height: 16px;
}
.expandable-hitarea {
    background: url(/site_files/img/plus.gif) no-repeat 0px 5px;
}
.collapsable-hitarea {
    background: url(/site_files/img/min.gif) no-repeat 0px 5px;
}

/* SEARCH */

.searchContainer form {
    margin: 0px;
    padding: 8px;
}
.searchFolderCheckbox {
	float: left;
}
.searchFolderLabel{
	float: left;
	width: 150px;
}

.searchSubmitButton {
    margin-top: 16px;
}
.searchInput {
    margin-top: 3px;
    margin-bottom: 6px;
}

input[disabled='disabled'] {
	background-color: white;
	color: grey !important;
}


/* FILES */
.fileListHeader {
    width: 475px;
    font-weight: bold;
    padding: 0px 4px;
    border-bottom: 1px solid #CCCCCC !important;
    margin-bottom: 2px;
	line-height: 16px;
/*	background-color: green;*/
}
.file, .fileActive {
    width: 475px;
    padding: 3px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.fileActive {
    background-color: #FFF2BB;
    border: 1px solid #E9CC56;
}
.iconContainer, .descriptionContainer, .sizeContainer, .dateContainer {
    float: left;
	overflow: hidden;
}
.descriptionContainer{
line-height: 13px;
}

.iconContainer {
    width: 25px;
}
.descriptionContainer {
    width: 284px;
	margin-right: 10px;
}
.sizeContainer {
    width: 66px;
}
.dateContainer {
    width: 90px;
}

/* FILE INFO */
#fileInfoContainer {
    background-color: #D6D6D6;
    padding: 6px 8px;
    font-size: 11px;
}
.downloadContainer {
    width: 62px;
    text-align: center;
    overflow: hidden;
}
.thumbnailContainer {
    padding: 2px;
    background-color: #FFFFFF;
}
.downloadButton {
    width: 62px;
    height: 22px;
    font-size: 10px;
    margin-top: 3px;
}
.downloadContainer, .firstColumnContainer, .secondColumnContainer {
    float: left;
}
.firstColumnContainer {
    margin-left: 12px;
    width: 249px;
}
.secondColumnContainer {
    margin-left: 12px;
    width: 360px;
}
.column1, .column2, .column3, .column4 {
    float: left;
}
.column1 { width: 93px; color: #929292; }
.column2 { width: 149px; color: #000000; }
.column3 { width: 115px; color: #929292; }
.column4 { width: 240px; color: #000000; }

.titleSortHeader, .sizeSortHeader, .dateSortHeader {
    padding: 4px 6px;
    _padding: 7px 6px;
    float: left;
    outline: none;
}
.titleSortHeader a, .sizeSortHeader a, .dateSortHeader a {
    outline: none;
}
.titleSortHeader {
    padding: 4px 6px 4px 10px;
    _padding: 7px 6px 7px 10px;
    width: 315px;
    border-right: 1px solid #CCCCCC;
}
.sizeSortHeader {
    width: 56px;
    border-right: 1px solid #CCCCCC;
}
.dateSortHeader {
    width: 99px;
}
.loadingContent {
    background: #FFF url(/site_files/img/loadingAnimation2.gif) no-repeat 50% 50%;
    height: 336px;
    width: 522px;
    position: absolute;
}

#folderTree{
	width: 180px;
	overflow: hidden;
}


/**************************** /DOCUMENTENMODULE *************************************/

.cleaner {
    clear: both;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	background-color: #F00;
	margin: 0px; padding: 0px;
}





