/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
/* 	list-style: none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}a{
	text-decoration: none;
	color: #000000;
}
* {padding:0; margin:0}
ul {
	padding-left: 20px;
}
h2{
	margin: 0;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	font-size: 16px;
}
h2 a{
	color: #fff;
}
h1{
	margin: 0;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 18px;
}
h1 a{
	color: #fff;
}
h3{
	margin: 0;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	font-size: 13px;
}
body{
	background: #000;
  color: #eaeaea;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  width: 100%;
}
html{
	width: 100%;
	overflow:auto;
	height: 100%;
}
.wrap{
  width: 100%;
  position:relative;
  min-height: 100%;
  height: auto !important; /* for modern browsers */
  height: 100%; /*for IE*/
}

.site {
  margin: 0 auto;
  width: 990px;
}

.back_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.head {
  height: 102px;
  position: relative;
}

.logo {
  margin-left: -4px;
  margin-top: 12px;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: -1;
}

.content_wrap {
  padding-top: 60px;
  padding-bottom: 90px;
}

.content {
  position: relative;
  width: 600px;
  float: right;
  padding: 20px;
  font-size: 15px;
  text-align: justify;
}

.content p {
  text-indent: 3em;
}

.content ul, 
.content ol {
  padding-left: 3em;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.footer_content {
  position: relative;
  height: 40px;
}

.footer_left {
  padding-top: 12px;
}

.footer_right {
  float: right;
  padding-top: 12px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.nav {
  position: fixed;
  left: 200px;
  top: 279px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.nav > li {
  position: relative;
  height: 50px;
  margin-bottom: 2px;
  float: left;
  clear: both;
}

.item1 { margin-left: -10px; }
.item2 { margin-left: 0; }
.item3 { margin-left: -40px; }
.item4 { margin-left: -110px; }
.item5 { margin-left: -50px; }
.item6 { margin-left: 0; }

.nav a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 20px;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.libg {
  background: url('../images/libg.png');
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 500px;
  z-index: -1;
}

.item1 .libg {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.item2 .libg {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.item3 .libg {
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.item4 .libg {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.item5 .libg {
  -moz-opacity: 0.55;
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.item6 .libg {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.item7 .libg {
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.clr{
	clear: both;
}
.art_left_photo{
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
}
.art_right_photo{
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
}
.art_content{
	float: left;
	width: 100%;
}
.art_content a:hover{
	color:#281E0C;
}
.art_head{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.art_spacer{
	float: left;
	width: 100%;
	height: 21px;
}
.art_coll_left{
	float: left;
	width: 48%;
}
.art_coll_right{
	float: right;
	width: 48%;
}
.art_thumb{
	width: 52px;
	margin-top: 1px;
	margin-left: 1px;
	float: left;
	cursor: pointer;
}
.first_thumb{
	margin-left: 0px;
}
.art_photos{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	width: 200px;
}
.art_photos li{
	display: none;
}
.art_photos li:FIRST-CHILD{
	display: block;
}
.art_photos li img{
	display: block;
}
.art_main{
	display: block;
}
.news_listing{
	float: left;
	width: 100%;
}
.news_item{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.news_item_detail{
	float: left;
	width: 100%;
}
.news_cont{
	float: left;
	width: 100%;
}
.news_foto{
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
}
.nieuws_foto{
	width: 200px;
}
.news_cont_detail{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.inText{
	width: 232px;
	font-size: 14px;
	line-height: 16px;
}
.error{
	color: #ff0000;
}
.text_error{
	border: 1px solid #FF0000;
}
input, textarea{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
.read_more{
	float: right;
}
.search_list{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.search_list li{
	float: left;
	width: 100%;
}
.search_replace{
	font-weight: bold;
}
.input_form{
	width: 232px;
	height: 20px;
	border: 1px solid #9A9A9A;
	margin-bottom: 10px;
	line-height: 20px;
	color: #004065;
	padding: 0px 3px;
	font-size: 12px;
}
.textarea_form{
	width: 232px;
	border: 1px solid #9A9A9A;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: arial, "lucida grande",tahoma,verdana,sans-serif;
	color: #004065;
	padding: 0px 3px;
	height: 100px;
	overflow: auto;
}
.button{
	cursor: pointer;
	padding: 3px 5px;
}
.text_error{
	border: 1px solid #FF0000 !important;
}

ul.portofoliu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.portofoliu li{
	float: left;
	width: 140px;
	height: 140px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}
.portofoliu img{
	display: inline-block;
	vertical-align: middle;
	border: 5px solid #fff;
}
.portofoliu a {
	display: block;
}
/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/images/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url(/images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/treeview/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/images/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview/treeview-red.gif); } 

.treeview-black li { background-image: url(/images/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview/treeview-black.gif); }  

.treeview-gray li { background-image: url(/images/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/images/treeview/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/images/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/images/treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/images/treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/images/treeview/file.gif) 0 0 no-repeat; }
