/* CSS RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

sub { vertical-align: sub; }
sup { vertical-align: super; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */

::-moz-selection{ background:#c0c000; color:#fff; text-shadow: none; }
::selection { background:#c0c000; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #c0c000; } 

/* fonts 
@font-face {
	font-family: 'TeXGyreScholaRegular';
	src: url('../fonts/texgyreschola-regular-webfont.eot');
	src: local('☺'), url('../fonts/texgyreschola-regular-webfont.woff') format('woff'), url('../fonts/texgyreschola-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreschola-regular-webfont.svg#webfont6xIul8po') format('svg');
	font-style: normal;
}
@font-face {
	font-family: 'TeXGyreScholaItalic';
	src: url('../fonts/texgyreschola-italic-webfont.eot');
	src: local('☺'), url('../fonts/texgyreschola-italic-webfont.woff') format('woff'), url('../fonts/texgyreschola-italic-webfont.ttf') format('truetype'), url('../fonts/texgyreschola-italic-webfont.svg#webfontLQs3He31') format('svg');
	font-style: italic;
}*/



/*
 *	Entix default
 */
.formtables {
	display: inline-block;
	float: left;
}
#contactform {
	margin-left: 1em;
}
#contactform span.req {
	display: none;
}
#contactform table th {
	padding-top: .5em;
	padding-left: .5em;
	text-align: left;
	vertical-align: top;
}
#contactform table td {
	text-align: right;
}
#contactform table tr.input_error td, #contactform table tr.input_error th {
	background-color: #C44F39;
	color: #fff;
}
#contactform button, #contactform input[type="submit"] {
	float: right;
	padding: .25em;
	margin: 2px;
}
#content input,  #content select, #content textarea {
	border: 1px solid #9e9e9e;
	background-color: #fbfaf7;
	padding: .25em;
	margin: 2px;
	margin-left: 1em;
	width: 200px;
}
#content input[type="tel"] {
	width: 10em !important;
}
#content textarea {
	width: 400px;
	height: 100px;
	margin-left: 0;
}
#content input:focus,  #content select:focus, #content textarea:focus {
	border-color: #666;
	background-color: #fff;
}
#content table h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

#content p.video_dl {
	font-style: italic;
	font-size: 9px;
	text-align: right;
}

.small {
	font-size: 8pt;
}
.hidden {
	display: none;
}
.entix_message {
	text-align: center;
	line-height: 160%;
	margin-top: 10px;
	padding: 25px 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	background-image: url('../cms/images/warn.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.clear {
	visibility: hidden;
	clear: both;
}

/*
 *	Start custom style
 */
html, body {
	height: 100%;
}
body {
	font: 12px/16px Arial, sans-serif;
	overflow-y: scroll;
	color: #444;
	background: #eeece7;
}

/*
 *	Main page blocks
 */
#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#main {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 250px;
}
header {
	position: relative;
	height: 110px;
	background-repeat: no-repeat;
}
#head_bar {
	border-bottom: 1px dashed #b7b4ac;
	background-color: #f7f5f0;
	position: absolute;
	height: 110px;
	width: 100%;
	left: 0;
}
#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 350px;
	height: 90px;
	background-image: url('../../content/images/beeldlogo01.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#logo a {
	background-image: url('../../content/images/tekstlogo01.png');
	background-repeat: no-repeat;
	background-position: 115px 50%;
}
#menu {
	position: absolute;
	right: 21px;
	top: 20px;
	/* overflow: hidden; */
	height: 26px;
	width: 480px;
	z-index: 2;
}
#content {
	/*position: relative;*/
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
	min-height: 350px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
}
#breadcrumb {
	width: 920px;
	height: 12px;
	padding: 5px 0;
	font-size: 7pt;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
}

#content_bar {
	position: absolute;
	bottom: 250px;
	height: 128px;
	width: 100%;
	background-image: url('../../content/images/bot_gradient01.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

footer {
	color: #667784;
	position: absolute;
	bottom: 0;
	width: 100%;
	font: 9px Arial, sans-serif;
	min-height: 250px;
	line-height: 25px;
	/*border-top: 1px solid #bbb;*/
	background-color: #28465f;
	background-image: url('../../content/images/footer_pattern01.png');
}

footer .inner {
	width: 880px;
	margin: 0 auto;
	padding: 0 5px;
}

footer .text {
	clear: both;
	border-top: 1px solid;
}
#logo a {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
#logo h1, #logo h2 {
	display: none;
}
#breadcrumb span {
	font-size: 125%;
	padding: 0 5px;
}
#breadcrumb a {
	text-decoration: none;
}

#content .page_header {
	margin-bottom: 20px;
	width: 890px;
	height: 220px;
	padding-top: 60px;
	color: #fff;
	background-color: #c1c977;
	background-image: url('../../content/images/fp_bg03.jpg');
}

#content .page_header h1, #content .page_header h2 {
	text-shadow: 1px 1px 3px #333;
}
#content .page_header h1 {
	letter-spacing: 1px;
	font-size: 38px;
	line-height: 64px;
	margin-left: 110px;
}
#content .page_header h2 {
	font-size: 32px;
	line-height: 48px;
	font-style: italic;
	letter-spacing: 2px;
	margin-left: 240px;
}
.no-textshadow #content .page_header h1, .no-textshadow #content .page_header h2 {
	text-indent: -999em;
	background-repeat: no-repeat;
}
.no-textshadow #content .page_header h1 {
	background-image: url('../../content/images/frontpage_header_h1_text-01.png');
	background-position: 0% 75%;
}
.no-textshadow #content .page_header h2 {
	background-image: url('../../content/images/frontpage_header_h2_text-01.png');
	background-position: 2px 55%;
}
#content .box {
	width: 270px;
	min-height: 240px;
	float: left;
	padding: 10px 20px;
	padding-left: 30px;
}
#content .box.first {
	width: 440px;
	margin-right: 60px;
}

#content .box h2 {
	margin-bottom: 1em;
	margin-left: -10px;
}

#content ul, #content ol {
	margin: 0;
	margin-top: .33em;
	margin-left: 2em;
}
#content ul li, #content ol li {
	margin: 0;
	margin-bottom: .33em;
}

#content ul.contents, #content ol.contents {
	padding: 1.5em 2.25em;
	border: 1px dashed #b7b4ac;
	background-color: #f7f5f0;
	display: inline-block;
}

#content .box ul li:nth-child(even) {
	color: #111;
}

#content .box a {
	position: relative;
	text-decoration: none;
}
#content .box h2 a { /* needed for _moz-rs-heading */
	color: #c0c000;
}

#content .random_image_frame {
	padding: 1px;
}
#content .random_image_frame h3 {
	margin-left: 4px;
}
#content .random_image {
	width: 240px;
	height: 150px;
	padding: 2px;
	background: #fcfcfc;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
}
.no-boxshadow #content .random_image {
	background-image: url('../../content/images/random_image_frame_shadow-01.png');
	background-repeat: no-repeat;
	border: none;
	padding: 9px;
	margin-left: -6px;
	margin-top: -6px;
}

#content img {
	margin: 3px;
}
#content .random_image img {
	margin: 0;
}
#content img.screenshot {
	padding: .5em;
	background-color: #f7f5f0;
	border: 1px solid #999;
	border-top-color: #ddd;
	border-left-color: #ddd;
}

.news_block {
	float: left;
	width: 203px;
	margin: 20px 0;
	margin-right: 26px;	
	text-align: justify;
}
.news_block img {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}
.news_block.last {
	margin-right: 0;
}



/*
 *	Lightbox styling
 */

.ic1, .ic2 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
}
.ic1 {
	width: 512px;
	height: 320px;
	cursor: pointer;
	-moz-box-shadow: 1px 2px 6px #666;
	-webkit-box-shadow: 1px 2px 6px #666;
	box-shadow: 1px 2px 6px #666;
}
.no-boxshadow .ic1 {
	border: 1px solid #bfbfbf;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
}
.ic2 {
	background-color: #ddd;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#fade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 3;
	background: #222;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#lightbox {
	display: none;
	position: fixed;
	top: 10%;
	width: 800px;
	padding: 15px;
	z-index: 4;
	overflow: hidden;
	background-color: #f7f5f0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 4px #222;
	-moz-box-shadow: 2px 2px 4px #222;
	-webkit-box-shadow: 2px 2px 4px #222;
}  
#lightbox a {
	text-decoration: none;
}

#lb_detail_img {
	cursor: pointer;
}

.gallery_image_contain {
	position: relative;
	/*background-image: url('../../content/images/Fx_bg04.png');
	background-repeat: no-repeat;
	background-position: 15px 0;*/
	height: 320px;
	padding: 30px;
	z-index: 1;
	background-color: #f7f5f0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: inset 0 0 6px #666;
	-moz-box-shadow: inset 0 0 6px #666;
	-webkit-box-shadow: inset 0 0 6px #666;
	/* Needed for Chrome inset shado clipping bug */
	border: 4px solid #eeece7;
}
.no-boxshadow .gallery_image_contain {
	border: 1px solid #aaa;
}
.gallery_image_contain .overlay {
	/*position: absolute;*/
	position: relative;
	background: rgb(0, 0, 0);
	background: url('../../content/images/rgba.php?r=0&g=0&b=0&a=60');
	background: rgba(0, 0, 0, 0.6);
	color: #f0f0f0;
	bottom: 16px;
	margin-left: -16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 300px;
	height: 28px;
	overflow: hidden;
}

.gallery_image_contain p.image_title, .gallery_image_contain p.image_desc {
	padding: 6px;
	height: auto;
	margin: 0;
}
.gallery_image_contain p.image_title {
	font-size: 110%;
	font-weight: bold;
}
.gallery_image_contain p.image_desc {
	font-size: 80%;
}

.gallery_image_contain #arrow {
	float: right;
	color: #fff;
}

.gallery_image_contain button#im_next {
	display: block;
	position: absolute;
	left: 595px;
	top: 144px;
	height: 100px;
	width: 33px;
	border: 0;
	cursor: pointer;
	color: #f0f0f0;
	background: #666;
	background: rgba(0, 0, 0, 0.6);
	background-image: url('../../content/images/arrow_next_big02.png');
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.img {
	background-repeat: no-repeat;
	background-position: 50%;
}
.image_click_text {
	float: right;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	font-style: italic;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
.image_title {
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 1px;
}
.image_desc {
	margin-top: 1px;
	margin-bottom: 9px;
}
button.image_close {
	color: #444;
	clear: right;
	float: right;
	margin: 2px 0;
	padding: 2px;
	margin-top: 6px;
	border: none;
	background: none;
	cursor: pointer;
}
button.image_close span {
	display: block;
	float: left;
	line-height: 14px;
	font-size: 24px;
	font-weight: bold;
	padding-right: 3px;
}
.image_enlarge {
	display: none;
}
.gallery_footer {
	clear: left;
}
table.images {
	border-spacing: 5px;
}
table.images td {
	text-align: center;
	padding: 2px;
}

table.images td img {
	/* vertical-align: sub; */
	display: block;
	margin: 0 auto;
}

div.images {
	position: relative;
	float: right;
	margin-right: 30px;
	margin-top: -359px;
	width: 166px;
	padding: 9px;
	background: #fcfcfc;
	border: 1px solid #eee;
	z-index: 2;
}
div.images .button {
	position: absolute;
	height: 16px;
	width: 48px;
	right: 67px;
	top: -7px;
	cursor: pointer;
	z-index: 2;
	background: #666;
	background: rgba(0, 0, 0, 0.6);
	background-image: url('../../content/images/arrow.png');
	background-repeat: no-repeat;
	background-position: 50% 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.images .button:hover {
	
}
div.images .button.next {
	top: 327px;
	background-position: 50% -10px;
}
div.images a {
	display: block;
	text-decoration: none;
	line-height: 0;
}
div.images .scroll_contain {
	width: 166px;
	height: 318px;
	overflow: hidden;
}
div.images .scroll {
	height: 20480px;
}
div.images .scroll div {
	position: relative;
}
div.images .scroll div a {

}
div.images .scroll div img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	padding: 0;
	border: 2px solid transparent;
}
#content div.images .scroll div img {
	margin: 1px;
}
div.images .scroll div:hover img, div.images .scroll div.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-color: #CCDCEA;
}

/*
 *	Pagination
 */
.pagination {
	text-align: center;
}
.pagination ul, .pagination li {
	margin:0; padding:0;
}
.pagination ul {
	display: inline-block;
}
.pagination li {
	font-size: 11px;
	list-style: none;
	float: left;
}
.pagination a {
	border: 1px solid;
	margin-right: 2px;
	display: block;
	padding: 0 6px;
	text-decoration: none;
}
.pagination .nav-off {
	font-weight: bold;
	padding: 1px 7px;
}
.pagination .next a, .pagination .previous a {
	font-weight: bold;
}
.pagination a:hover {
	border: 1px solid;
}


/*
 *	Menu styling
 */

#menu h3 {
	display: none;
}

#menu .menublock {
	float: right;
}

/* top level */
#menu .menublock ul.root {
	margin: 0;
	padding: 0;
}
#menu .menublock li {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
}
#menu .menublock li a {
	display: block;
	float: left;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
}

/* 2nd level */
.menublock ul.root > li > ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	padding: 1px;
	top: 30px;
	z-index: 1;
}
.menublock ul.root > li:hover > ul {
	display: block;
	z-index: 2;
}
.menublock ul.root > li > ul li {
	width: 100%;
	position: relative;
}
.menublock ul.root > li > ul li > a {
	min-width: 150px;
	width: 150px;
	overflow: hidden;
}

/* 3rd level */
.menublock ul.root > li > ul > li ul {
	display: none;
	position: absolute;
	z-index: 3;
	padding: 1px;
	margin-top: -1px;
	margin-left: 178px;
}
.menublock ul.root > li > ul > li ul > li {
	display: block;
	margin: 0;
	padding: 0;
}

.menublock li.hassubmenu:hover > ul {
	display: block;
}

#menu a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul.root > li {
	margin: 0 4px;
}	
#menu ul.root > li > a {
	padding: 0 6px;
	margin-bottom: 2px;
	line-height: 24px;
	height: 24px;
	letter-spacing: 1px;
	background-image: url('../../content/images/corner01.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#menu ul li a {
    font-weight: bold;
    text-decoration: none;
}

#menu ul li a:active {
	color: #333;
	background-color: #eeece7;
}

#menu ul li a.nolink, #menu ul li a.nolink:hover {
	color: #666;
}

#menu ul.root > li > ul {
	opacity: .9;
}
#menu ul.root > li ul {
	background-color: #aaa;
}
#menu ul.root > li ul > li {
	background-color: #bbb;
}	
#menu ul.root > li ul > li a {
	color: #f2f2f2;
}
#menu ul.root > li ul > li a:hover {
	color: #fff;
}
#menu ul.root > li ul > li a:active {
	color: #222;
}
#menu ul.root > li ul > li a.nolink, #menu ul.root > li ul > li a.nolink:hover {
	background-color: #aaa;
	color: #ccc;
}
#menu ul.root > li ul > li a.current, #menu ul.root > li ul > li a.current:hover {
	color: #222;
}
#menu ul.root > li ul > li.hassubmenu > a {
	padding-left: 17px;
}

footer a {
	color: #99bad5;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer p {
	margin: 0;
	padding: 0;
}
footer .menublock {
	float: left;
	width: 220px;
	margin-top: 15px;
	margin-bottom: 55px;
	margin-right: 106px;
}
footer .menublock.last {
	margin-right: 0;
}
footer .menublock h3 {
	display: block;
	color: #99bad5;
	text-transform: uppercase;
	margin-bottom: 1em;
}
footer .menublock ul {
	margin-left: 3px;
}

footer .menublock li {
	float: none;
	list-style-type: none;
	border-bottom: 1px dotted #99bad5;
}

footer .menublock li a {
	padding: 0 8px;
}
footer .menublock .line {
	display: none;
}

.menu_siblings, .menu_siblings li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	line-height: 12pt;
}
.menu_siblings {
	display: block;
	float: right;
	border: 2px solid;
	padding: 9px 15px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
	background-color: #dbe0d6;
	border-color: transparent;
	border-top-color: #949494;
	border-left-color: #aaa;
}
.menu_siblings li {
	margin: 3px;
}
.menu_siblings li.subsib {
	padding-left: 15px;
}
.menu_siblings a {
	text-decoration: none;
}


h1 {
	font-size: 14pt;
}
h2 {
	color: #c0c000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
	/*text-transform: uppercase;*/
}
h3 {
	font-size: 13px;
	margin: 0;
	margin-bottom: .2em;
	margin-top: 1em;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
p {
	margin-top: 2px;
	margin-bottom: 20px;
}

a {
	color: #28465f;
}
a:active, a:focus {
	outline: 0;
}
a img {
	border: none;
}
hr {
	color: #ccc;
	background-color: #ccc;
}

.domain {
	font-size: 115%;
	font-weight: 700;
}

p.post {
	border-bottom: 1px dotted #ccc;
}
p.post .timestamp {
	font-style: italic;
	color: #999;
}

#content strong {
	color: #555;
}
#content .search_results li strong {
	color: #333;
}

