/* WEBSITE OPMAAK */

body {
	background: #FFF url('files/bg.jpg') top center;
	margin: 0px 0px 0px 0px;
	height: 100%;
	border-top: 1px #000 solid;
}

img {
	border: none;
}

#container {
	width:940px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position:relative;
}

#header {
	background: url('files/bg_top.png') no-repeat bottom left;
	height: 160px;
	float: left;
	width: 100%;
}

#main {
	background: url('files/bg_main.png') repeat-y bottom left;
	float: left;
	width: 100%;
}

#sidebarContainer {
	width: 220px;
	float: left;
}

#contentContainer {
	width: 700px;
	float: left;
}

#footer {
	background: url('files/bg_bottom.png') no-repeat top left;
	height: 180px;
	float: left;
	width: 100%;
}

/* ALGEMENE OPMAAK */

#loading {
	cursor: wait;
	visibility:hidden;
	z-index:1;
	position:fixed;
	background:url('files/loading.gif') 55% center no-repeat #FFF;
	top:0px; right:0px; left:0px;
	bottom:0px;
	opacity:.4;
	filter:alpha(opacity=40);
}
#loading_test {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100% !important;
	height: 100%;
	padding-top: 120px;
	background:url('files/loading.gif') 55% center no-repeat #FFF;
	opacity:.3;
	filter:alpha(opacity=30);
}
#melding {
	background-color:#FEFEFE;
	color:#c00042;
	padding:5px;
	border:1px #333 solid;
	overflow:hidden;
}
#categorie, #vacature, #nieuwsbericht {
	margin: 5px;
	padding: 5px;
	border-top:1px #565656 solid;
	border-bottom:1px #5D230A solid;
	text-align:justify;
}
#categorie h1, #vacature h1, #nieuwsbericht h1 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:0px;
	margin:6px 0px 0px 0px;
	color: #565656;
	padding: 0px 0px 6px 0px;
}
#categorie h2, #vacature h2, #nieuwsbericht h2 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:0px;
	margin:0px 0px 0px 0px;
	color: #565656;
	padding: 0px 0px 6px 0px;
}
#categorie small, #vacature small, #nieuwsbericht small {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	float:right;
	color: #886F59;
	padding: 0px 0px 6px 0px;
}

#categorie h2 a, #vacature h2 a, #nieuwsbericht h2 a, #categorie h1 a, #vacature h1 a, #nieuwsbericht h1 a {
	text-decoration: none;
	color: #565656;
}

div.logo {
	position:absolute;
	padding: 80px 0px 0px 532px;
}

div.topheader {
	position:absolute;
	margin: 42px 0px 0px 355px;
}

div.titel {
	position: absolute;
	padding: 80px 0px 0px 880px;
	z-index: 100;
}

div.menu {
	position:absolute;
	margin-left: 280px;
	margin-top: 203px;
}
div.hoofdmenu {
	margin: 15px;
}
div.information {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #F0EFEB;
	margin: 10px 0px 0px 40px;
}
div.information td {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #F0EFEB;
}
div.content {
	padding: 0px 20px 0px 20px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 0px #FFF solid;
	color: #4A4A4A;
}
div.talen {
	position: absolute;
	margin-top:10px;
	margin-left:900px;
}
div.talen img {
	cursor:pointer;
}

div.sidebar {
	margin-left: 65px;
}

div.logofixer {
	position: absolute;
	width: 98px;
	height: 136px;
	background: url('files/bg_bottomRight.png');
	left: 0px;
	margin-left: 940px;
	margin-top: -265px;
}

div.bottommenu {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #F0EFEB;
	padding-top: 30px;
	margin-left: 230px;
	width: 680px;
}
div.bottommenu a {
	text-decoration: none;
}
div.credit {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #999;
}
div.credit a {
	color:#999;
}
div.copyright {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #999;
	width: 400px;
	text-align: left;
	padding-top: 55px;
	padding-left: 25px;
}

/* NAVIGATION */

#navigation {
	text-align: left;
}

#nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 205px;
}
#nav li div {
	padding: 8px 15px 0px 25px;
	text-align: left;
}

/* Submenu container */
#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* Hoofd en submenu item, en de link van beide */ 
#nav li {
	height:30px;
	color:#FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-decoration:none;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

#nav li a:link {
	color: #BBB;
	text-decoration: none;
}
#nav li a:visited {
	color: #BBB;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav li a:active {
	text-decoration: none;
}

/* Submenu overrides */
#nav ul {
	margin-top:-23px;
	margin-left:204px;
	opacity:0.9;
	filter: alpha(opacity = 90);
}
#nav ul li, #nav ul li a {
	clear:left;
	display:block;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #BBB;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	letter-spacing: 0px !important;
	line-height:normal;
	width:100%;
	height: 30px;
}

#nav ul li a {
	color: #BBB !important;
	padding: 7px 10px 0px 10px;
	text-decoration:none;
	width:170px;
}

#nav ul li a:hover {
	color:#FFF !important;
}


#nav li.selected a {
	color:#FFF;
}
#nav li.selected a:hover, #nav li.selected a:active {
	color:#FFF;
}
#nav li:hover a, #nav a.active {
	color:#FFF;
}
#nav li.selected:hover a {
	color:#FFF;
}

#nav a.selected {
	color:#FFF;
}
#nav a.selected:hover {
	color:#FFFFFF !important;
}

#nav li.selected {
	background: #6f6f6f;
}

#nav li ul {
	background:#565656 none repeat scroll 0%;
	left:-999em;
	position:absolute;
	text-align:left;
	z-index:+10 !important;
}
#nav li:hover ul, #nav li.active ul {
	left:auto;
}

/* sub2menu container */
#nav ul li ul {
	display:none;
	border-top:1px #7E7A77 solid;
	margin-top:-23px;
	margin-left:135px;
}
/* sub2menu override */
#nav ul li ul li {
}
#nav ul li ul li a {
	width:200px;
}


/* STANDAARD OPMAAK */

.prop {
	height:355px;
    float:right;
    width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

td {
	color:#4A4A4A;
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
}
hr {
	border-top:1px #000 dashed;
	border-left: none;
	border-right:none;
	border-bottom:none;
	background:#ECE6D6;
}
label {
	cursor:pointer;
}
p {
	margin-top:0px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4A4A4A;
}
td p {
	margin-bottom: 0px;
}


li {
	margin-bottom: 5px;
}

form {
	margin:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0px 5px 0px;
	color: #565656;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
}
h1 {	font-size: 20px; }
h2 {	font-size: 18px; }
h3 {	font-size: 17px; }
h4 {	font-size: 16px; }
h5 {	font-size: 16px; }
h6 {	font-size: 16px; }

font.titel {
	color: #004080;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
font.menu {
	color: #91A5C5;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 10px;
}
font.hoofdmenu {
	color: #004080;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
font.small {
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}


/* TINY MCE STYLES */

body.mceContentBody {
	background: #FFFFFF;
	margin:2px;
	border: 0px;
}
.mceContentBody a {
	color: blue !important;
}
.mceAdvancedEditor {
	width:465px !important;
}

table.mceLayout {
	background:#FFFFFF !important;
}
td.mceIframeContainer {
	border:1px #BBBBBB solid !important;
}
.o2k7SkinSilver .mceMenuItemTitle a {
	background:#EEE !important;
}
#tekst_Nederlands_formatselect_text, #tekst_Nederlands_fontselect_text, #tekst_Nederlands_fontsizeselect_text {
	background:#F8F8F8 !important;
	border-top:1px #ADADAD solid !important;
	border-bottom:1px #ADADAD solid !important;
	border-left:1px #ADADAD solid !important;
}

div.mceMenu {
	border-color: #BBB !important;
}
body.filebrowser {
	background: #FFF9ED;
}


/* INPUTS & SELECTS */

input {
	border: #949599 1px solid;
	width:100px;
	height:25px;
	background: #565656;
	cursor:pointer;
	font-family: Tahoma;
	font-size: 8pt;
	color:#FFF;
}
input.titel {
	border: #565656 1px solid;
	margin-left:4px;
	margin-bottom:6px;
	padding-left: 3px;
	color:#694627;
	background:#FFF;
	cursor:text;
	font-size: 12px; 
	font-family: Verdana; 
	font-weight: bold;
	width:150px;
	height:17px;
}

input.search {
	height:17px;
	width:115px;
	border: 2px #FFF solid;
	background:#EEE;
	cursor:text;
	font-family:tahoma;
	font-size:8pt;
	color:#000;
	position: relative;
}

input.input {
	border: #565656 1px solid;
	padding: 1px 2px;
	color:  #2C4211;
	width: 200px;
	height:20px;
	background: #FFF;
	font-size: 11px;
	font-family: Tahoma;
	cursor:text;
	background-Position: left top;
	background-repeat:no-repeat;
}
input.dashed {
	border:none;
	height:15px;
	border-bottom: 1px #333 dashed;
	background: none;
	text-align:center;
}
input.radio {
	border: 0px #ccc solid;
	background:none;
	width:15px;
	height:15px;
}
input.image {
	width:60px;
	height:109px;
	border:none;
}

select {
	border: #565656 1px solid; 
	font-size: 11px; 
	background: #FFF; 
	color: #000; 
	font-family: Tahoma;
	padding:2px;
}

textarea {
	border: #565656 1px solid; 
	padding: 3px;
	color:  #2C4211;
	background:#FFF;
	font-size: 9pt;
	font-family: Tahoma; 
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #D6D7C4;
	scrollbar-3dlight-color: #565656;
	scrollbar-darkshadow-color: #565656;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #000033;
	scrollbar-track-color: #FFF;
}

/* CONTROL PANEL */

div.cp {
	margin-left:20px;
	visibility:hidden;
	font-style:italic;
	position:absolute;
}
div.controlpanel {
	border:1px #565656 solid;
	width:500px;
	background:#F7F7F7;
}

table.add-form {
	border:1px #565656 solid;
	margin-left:20px;
	background:#F7F7F7;
}
table.fotogallery_afb {
	border:1px #565656 solid;
	background:#F7F7F7;
}

img.tool {
	border:1px #ccc solid;
	cursor:pointer;
}
.link {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	cursor:pointer;
	padding:3px;
	font-size:13px;
}
.filled {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	padding:3px;
	font-size:12px;
}
.fill {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	padding:3px;
}

ul#boxes {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.media-item {
	border:1px #E0DFE3 solid; 
	background:#F7F7F7; 
	-moz-border-radius: 6px; 
	float:left; 
	margin:2px;
}
li.media-item:hover {
	border: 1px #555 solid;
}

li.media-item div.caption {
	visibility: hidden;
	position: absolute;
	font-size: 10px;
	color: #333;
	background: #FFF;
	opacity:0.8;
}
li.media-item div.info {
	visibility: hidden;
	position: absolute;
	background: #FFF;
	border: 1px #999 solid;
	padding: 2px 4px;
	margin: 14px 0px 0px 57px;
	width: 200px;
	font-size: 10px;
	color: #333;
	z-index: +100;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}

/* LINK OPMAAK */

a.titel:link {
	color:#565656;
	text-decoration: none;
}
a.titel:visited {
	color:#565656;
	text-decoration: none;
}
a.titel:hover {
	color:#565656;
	text-decoration: none;
}

a.menu:link {
	color:#004080;
	text-decoration: none;
}
a.menu:hover {
	color:#000;
	text-decoration: underline;
}
a.menu:visited {
	color:#004080;
	text-decoration: none;
}


a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#565656;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* OVERIGE OPMAAK */

div.galleryContainer {
	margin:20px 0 0 40px;
}

div.thumbnailContainer {
	width: 124px;
	height: 124px;
	border: 1px #565656 solid;
	float: left;
	background: #FFF;
	margin: 15px;
}
div.thumbnailContainer:hover {
	border: 1px #000 solid;
}
div.thumbnail {
	background: #FFF;
	width: 120px;
	height: 120px;
	margin: 2px;
	overflow: hidden;
	position: relative;
}
div.thumbnail img {
	position: absolute;
}


/* COLORBOX */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(files/colorbox/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(files/colorbox/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(files/colorbox/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(files/colorbox/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(files/colorbox/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(files/colorbox/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(files/colorbox/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(files/colorbox/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(files/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(files/colorbox/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(files/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}


/* EINDE CSS */