/* WEBSITE OPMAAK */

body {
	background: #F5F4EF url('files/bg.jpg') repeat-x center top;
	margin: 0px 0px 20px 0px;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
body.filebrowser {
	background: #F1F1E3;
}

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

#header {
	height:170px;
	background: url('files/bg_top.jpg') no-repeat bottom left;
}

#main {
	background: url('files/bg_main.jpg') repeat-y left;
}

#contentContainer {
	margin-left: 50px;
	margin-right: 0px;
}

#footer {
	background: url('files/bg_bottom.jpg') no-repeat top left;
	height:40px;
	display: block;
	text-align:center;	
}

/* 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:#FFE4B5;
	color:#c00042;
	padding:5px;
	border:1px #333 solid;
	overflow:hidden;
}
#categorie, #vacature, #nieuwsbericht {
	margin: 5px;
	padding: 5px;
	border-top:1px #84684F solid;
	border-bottom:1px #886F59 solid;
	background: #FFF3DE;
	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: #886F59;
	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: #886F59;
	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: #886F59;
}

#photoframe {
	cursor:pointer;
	margin:10px;
	width: 140px;
	height: 108px;
	background: url('files/photoframe.gif');
	float:left;
}
#photoframe #title {
	position:absolute;
	margin-top:97px;
	margin-left:9px;
	font-size:10px;
	font-family:Verdana, sans-serif;
	font-style:italic;
	color:#FFF;	
}
#photoframe #photo {
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	width:135px;
	height:94px;
}
#photogallery_title {
	margin-left:10px;
	font-size:25px;
	font-family:Verdana, sans-serif;
	color:#333;
}

div.welkom {
	position:absolute;
	width:830px;
	text-align:right;
	font-size:10px;
	font-family: Verdana, sans-serif;
	color:#333;
	padding-top:105px;
}

div.titel {
	z-index:4;
	text-align:left;
	padding-top:5px;
	margin-left:40px;
	padding-bottom:10px;
	font-family: Verdana, sans-serif;
	font-size:18px;
	font-style: italic;
	color:#A28777;
	height:20px;
	width:665px;
}
*html div.titel { /* IE hack */
	font-weight:bold;
}
div.menu {
	position:absolute;
	margin-left: 280px;
	margin-top: 203px;
}
div.hoofdmenu {
	z-index:5;
	position:absolute;
	margin-top: 111px;
	margin-left: 45px;
}
div.content {
	position:relative;
	padding-left:5px;
	padding-right:15px;
	padding-top:5px;
	width:705px;
	font-family: Verdana, sans-serif;
	font-size:11px;
}
div.talen {
	margin-top:5px;
	margin-right:5px;
	float:right;
}
div.topheader {
	background:url('files/topheader.jpg') no-repeat;
	position:absolute;
	height: 102px;
	width:580px;
	margin-top:35px;
	margin-left:35px;
}
div.companyname {
	margin-left:30px;
	margin-top:20px;
	font-size:2em;
	font-family: "Lucida Grande", LicidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-style: italic;
	letter-spacing: 6px;
	color: #FFF;
}
div.search {
	z-index:2;
	height:20px;
	margin-top:-10px;
	margin-left:300px;
	font-family: Verdana;
	font-size:12px;
	float:right;
	position: absolute;
}

div.credit {
	padding-left:0px;
	padding-top: 25px;
	font-size: 9px;
	font-family: Tahoma;
	color: #70655b;
}


/* NAVIGATION */

#nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav li div {
	margin-top:3px;
	text-align: center;
}

/* Submenu container */
#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	opacity:.8;
	filter:alpha(opacity=80);
}

/* Hoofd en submenu item, en de link van beide */ 
#nav li {
	height:25px;
	width:130px;
	float:left;
	color:#FFFFFF;
	display:block;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	text-decoration:none;
}
*#nav li {
	font-size: 12px;
}

#nav li span {
	color: #b52579;
}

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

/* Submenu overrides */
#nav ul {
	margin-top:0px;
}
#nav ul li, #nav ul li a {
	clear:left;
	display:block;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	letter-spacing: 1px !important;
	line-height:normal;
	width:100%;
}

#nav ul li a {
	background:#1c0b08;
	color:#FFF !important;
	padding:5px 10px;
	text-decoration:none;
	width:110px;
}

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


#nav li.selected a, #nav li:hover a, #nav a.active {
	color:#dec5ad;
}
#nav a.selected {
	color:#7F7F54;
}
#nav a.selected:hover {
	color:#FFFFFF !important;
}

#nav li.selected {
	background: #404041;
}

#nav li ul {
	background:#404041 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:350px;
    float:right;
    width:1px;
}

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

td {
	color:#000;
	font-size: 11px;
	font-family: Verdana, 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;
}
form {
	margin:0px;
}
h2 {
	margin-top:0px;
	font-size:16px;
	color: #004080;
	font-style:italic;
}

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;
}

/* INPUTS & SELECTS */

input {
	border: #EEE 1px solid;
	width:100px;
	height:20px;
	background: #694627;
	cursor:pointer;
	font-family: Tahoma;
	font-size: 8pt;
	color:#FFF;
}
input.titel {
	border: #84684F 1px solid;
	margin-left:4px;
	margin-bottom:6px;
	padding-left: 3px;
	color:#694627;
	background:#FFE4B5;
	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: #84684F 1px solid;
	padding-top:2px;
	padding-left: 3px;
	padding-right: 2px;
	color:  #694627;
	width: 150px;
	height: 15px;
	background: #FFE4B5;
	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: #84684F 1px solid; 
	font-size: 11px; 
	background: #FFE4B5; 
	color: #000; 
	font-family: Tahoma;
}

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

/* CONTROL PANEL */

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

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

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

/* LINK OPMAAK */

a.titel:link {
	color:#A28777;
	text-decoration: none;
}
a.titel:hover {
	color:#A28777;
	text-decoration: underline;
}
a.titel:visited {
	color:#A28777;
	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:#c00042;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* OVERIGE OPMAAK */

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

div.thumbnailContainer {
	width: 94px;
	height: 94px;
	border: 1px #8d5d32 solid;
	float: left;
	background: #FFF;
	margin: 15px;
}
div.thumbnail {
	background: #FFF;
	width: 90px;
	height: 90px;
	margin: 2px;
	overflow: hidden;
	position: relative;
}
div.thumbnail img {
	position: absolute;
}

.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;
}

/* 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 */
