/* HTML ELEMENTS */
html, body {height: 100%; margin: 0; padding: 0;}
body{
	background-color: #686868;
	color: #333;
	font-size: 0.75em;
	line-height: 140%;
	margin: 0;
}

body, button, input, select, textarea {font-family: Helvetica, Arial, Sans; letter-spacing: 0.05em;}
button, input, select, textarea {font-size: 100%;}

a img {border: none;}
a, a:visited {color: #333; text-decoration: none;}
a:hover {color: #fff;}
h2 {margin: 3px 0 10px 0; padding: 0; font-size: 1.4em;}
p {margin: 0;}

table, td, th {border-collapse: collapse; padding: 0;}

/* ELEMENT IDS */
div#container,
table#wrapper table td,
table#wrapper.manager table td {text-align: left;}
table#wrapper.manager table th, 
table#wrapper.manager table td {padding: 5px;} 
table#wrapper {width: 100%; height: 100%;}
table#wrapper.manager td {vertical-align: top;}

div#container.admin {height: 100%; border-top: 1px solid #AEAEAE;}
div#container.admin div#content {margin:0; padding: 20px 20px 0 20px;}
div#container {
	margin: 0 auto;
	height: 734px;
	background-color: #7b7b7b;
	border-color: #AEAEAE;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	color: #fff;
	width: 982px;
}

div#header {
	background-image: url('../images/layout/achtergrond_header.gif');
	background-repeat: repeat-x;
	height: 52px;
}

div#logo {float: left;position:absolute;}


div#bottom {
	margin: -70px auto 0 auto;
	width: 982px; 
	height: 54px;
	text-align: center;
}

div#content-admin {padding: 10px;}

div#content {margin: 82px auto; width: 686px; height: 450px; text-align: justify;}

div#content a.button {border: 2px solid #AEAEAE; color: #fff;}
div#content a.button:hover {border: 2px solid #395280;}

div#content ul.bestanden {margin: 10px 0; padding: 0;}
div#content ul.bestanden li {
	padding-left: 20px;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	font-weight: bold;
}
div#content ul.bestanden li.pdf {background-image: url("../images/layout/pdf_icon.png");}
div#content ul.bestanden li.other {background-image: url("../images/layout/other_icon.png");}

div#content ul.nieuwsbrieven a {color: #fff;}
div#content ul.nieuwsbrieven a,
div#content ul.nieuwsbrieven div.selected {font-weight: normal;}

div#content ul.nieuwsbrieven div.selected,
div#content ul.nieuwsbrieven a:hover {color: #333;}

div#content ul.nieuwsbrieven a div,
div#content ul.nieuwsbrieven div.selected div {font-weight: bold; margin-top: 2px;}

div#content ul.nieuwsbrieven {list-style-type: none; margin: 0; padding: 0;}
div#content ul.nieuwsbrieven li {margin-bottom: 15px;}

div#project_image img {border: 1px solid #fff;}
div#project_image_container {height: 347px;width:402px;}

div#tabs {
	margin: auto;
	border-bottom: 4px solid #8CADDE;
	padding: 0;
	height: 23px;
	text-align: right;
	width: 984px;
}
div#tabs img {margin-right: 10px;}

/* NAVIGATION */
div#nav {padding-top: 3px; }
div#nav ul {
	list-style-type: none;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 970px;
	font-size: 1.05em;
}

div#nav ul.sub {font-size: 0.9em;padding:0; line-height: 24px;}

div#nav a,
div#nav a:visited {text-decoration: none; color: #8c8c8c; font-weight: bold;}
div#nav a:hover,
div#nav ul li.selected a,
div#nav ul li.selected a:visited {color: #000;}

div#nav ul li {display: inline; margin: 0 0 0 15px; padding: 0 0 5px 0;}
div#nav ul li:hover,
div#nav ul li.sfhover,
div#nav ul li.selected {
	color: #8CADDE;
	background-image: url('../images/layout/pijl.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#nav ul.sub a,
div#nav ul.sub a:visited {color: #CDE2FF;}
div#nav ul.sub a:hover,
div#nav ul.sub li.selected a,
div#nav ul.sub li.selected a:visited {color: #fff;}

div#nav ul.sub li:hover,
div#nav ul.sub li.sfhover,
div#nav ul#nav-projecten li.selected {
	color: #fff;
	background-image: url('../images/layout/pijl_sub.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
div#nav ul.sub li li:hover,
div#nav ul.sub li li.sfhover,
div#nav ul#nav-projecten li.selected li {background-image: none;}

div#nav ul#nav-projecten a {display: block;}
div#nav ul#nav-projecten li {float: right;}

div#nav ul#nav-projecten li ul {
	position: absolute;
	/* background-color: #fff; */
	left: -999em;
	margin: 0;
	padding: 0;
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
div#nav ul#nav-projecten li:hover ul,
div#nav ul#nav-projecten li.sfhover ul {z-index:10; left: auto; width: 160px; background-image: url('../images/layout/menu_transp.png'); }
div#nav ul#nav-projecten li ul li {
	float: left;
	line-height: 16px;
	margin: 0 5px 10px 5px;
	padding:0;
	text-align: left;
	display: block;
	width: 160px;
}

/* div#nav ul#nav-projecten li ul li a {font-weight: normal; color: #8c8c8c;} */
div#nav ul#nav-projecten li ul li a {font-weight: normal; color: #000;}
div#nav ul#nav-projecten li ul li.selected a,
div#nav ul#nav-projecten li ul li.selected a:visited,
div#nav ul#nav-projecten li ul li a:hover {color: #fff;}

/* ---------- */


/* ELEMENT CLASSES */
img.border {border: 1px solid #fff;}
img.contact {margin-top: 42px;}

table.page td {border-collapse: collapse; padding: 0; vertical-align: top}
table.page td.image {width: 402px;}
table.page td.image img {border: 1px solid #fff;}
table.page td.text {width: 286px;}
table.page td.text p {margin-bottom: 8px;}

table.image-cat td {padding: 0 11px 10px 0;}

/*
table.image-cat td img {width: 219px!important; height: 219px!important;}
*/


div.pagination {margin: 10px 0;}
div.pagination a {margin: 0 1px;}
div.pagination .current {font-weight: bold;}

div.thumb_img{z-index: 10;}

table.thumb_img_overlay {
	background-image: url('../images/layout/menu_transp.png');
	position: absolute; 
	display:none;
	z-index: 20;
	margin: 0 1px 0 2px;
	padding: 0;
}
table.thumb_img_overlay td{
	position:relative;
	height:102px;
	width: 102px;
	color: #000;
	font-size: 9px!important;
	font-weight: bold;
	text-align: center!important;
}
table.thumb_img_overlay a,
table.thumb_img_overlay a:visited {color: #000;}
table.thumb_img_overlay a:hover {color: #000;}

div.thumb_img:hover table.thumb_img_overlay{display: block;}

/* ---------- */
div.pagination a,
div.pagination a:visited,
.button,
.button:visited {
	background-color: #686868; 
	border: 2px solid #AEAEAE;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	cursor: pointer;
}

div.pagination a:hover,
.button:hover {background-color: #8CADDE; border: 2px solid #395280;}

.small {font-size: 0.7em;}
.top {vertical-align: top;}


/* IMAGE SCROLL */
div#image-scroll-row {
	width: 350px;
	overflow:hidden;	
	position: relative;
}
div#image-scroll-row img {border: 1px solid #fff; margin: 0 2px;}

table.image-scroll {margin: 3px 0 0 0;}
table.image-scroll td.text {
	width: 101px; 
	height: 100px; 
	vertical-align: bottom; 
	margin-right: 1px;
	font-size: 9px;
	letter-spacing: 0;
}

table.image-scroll td.scroll-button {width: 26px; vertical-align: bottom; padding-bottom: 25px; border: 0;}
table.image-scroll td.scroll-button img {border: 0;}
/* ---------- */

/* Control.Scrollbar > CSS / JS scrollbar (http://livepipe.net/control/scrollbar) */
#scrollbar_container {
	position:relative;
	width:270px;
	padding-right: 5px;
}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle {
	width:10px;
	background-color:#AEAEAE;
	cursor:move;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content {
	overflow:hidden;
	width:255px;
	height:450px;
	text-align: justify;
}

#scrollbar_content.nieuwsbrief {height: 390px;}
#scrollbar_content.project {height: 280px;}
#scrollbar_content.project-detail {height: 300px;}
/* ---------- */