@charset "utf-8";
/* algemene declaraties */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
    font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

td, th {
	border: 0px;
}
#bg-body {
    position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
}

* html #bg-body {
	position: absolute;
}

#scroller {
    overflow:auto;
    margin-top: 5px;
}
h1, h2, h3, h4, h5, h6, p, ul  {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table 	{
	margin-left: 10px;
}

p {
	margin-bottom: 20px;
	line-height: 1.5em;
	margin-left: 10px;
}
pre {
	font-size: 1.1em;
	line-height: 1.0em;
	margin-left: 20px;
	margin-top: 0px;
}
#bg-header {
	width: 100%;
	position: absolute;
	height: 100px;
	background-color: #666666;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	left: 0px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size: 1px;
}
/* pagina sectie */
#page-container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* header sectie */
#header-container {
	height: 100px;
	margin-bottom: 5px;
}
#logo {
	width: 200px;
	height: 100px;
	float: left;
	position: relative;
	left: -100px;
}
#content-bg {
	background-color:#222222;
}
#menu-left {
	width: 125px;
	float: left;
	margin-top: 40px;
}
#content-container {
	float: left;
}

#content {
	padding: 30px 100px 20px 20px;
	width: 555px;
	min-height: 500px;
	height:auto !important;
	height: 300px;
}
#content a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1232A;
}
#content a:active {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1232A;
}
#content a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1232A;
}
#content p {
	font-size: 1.1em;
}
#content h4 {
	font-size: 1.3em;
	font-style: italic;
}
#button a {
	text-decoration: none;
	background-color: #333333;
	border-top:1px solid #D1232A;
	border-left:1px solid #D1232A;
	border-right:1px solid #874345;
	border-bottom:1px solid #874345;
	margin:0pt 0pt 0pt 10px;
	padding:2px 10px;
}
#button a:hover {
	text-decoration: none;
	color: ##D1232A;
	background-color: #000000;
	border-top:1px solid #874345;
	border-left:1px solid #874345;
	border-right:1px solid #D1232A;
	border-bottom:1px solid #D1232A;
}
#button a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	border-top:1px solid #874345;
	border-left:1px solid #874345;
	border-right:1px solid #D1232A;
	border-bottom:1px solid #D1232A;
}
#button a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-top:1px solid #874345;
	border-left:1px solid #874345;
	border-right:1px solid #D1232A;
	border-bottom:1px solid #D1232A;
}
#gallery {
	height: 125px;
	padding: 0px 100px 0px 20px;
	width: 555px;
}
#gallery img {
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#gallery a {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
/*	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6; */
}
#gallery a:hover {
	float: left;
/*	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; */
}
#gallery a:active {
	float: left;
/*	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6; */
}
#gallery a:visited {
	float: left;
/*	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6; */
}
#imgPopup {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* menu sectie voor index en vervolgpagina's */
.menu
 {
}
.menu ul {
	list-style-type: none;
	text-transform: lowercase;
	text-align: right;
}
.menu li {
	margin: 0px;
	line-height: 20px;
}
.menu li a {
	text-decoration: none;
	color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 10px;
}
.menu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #D1232A;
	padding-right: 10px;
	}
#selectedMenuItem {
	text-decoration: none;
	color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #D1232A;
}
/* contact sectie */
#contact-container {
	color: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
    margin-bottom: 20px;
	width: 680px;
	padding-left: 120px;
	height: 15px;
	line-height: 15px;
}
#contact p {
	margin-left: 130px;
	line-height: 20px;

}
/* index pagina sectie */
#index-content-container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 105px;
	height: 400px;
}
.index-content-block-1, .index-content-block-2, .index-content-block-3, .index-content-block-4 {
	width: 200px;
	float: left;
	padding-top: 50px;
	height: 350px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.index-content-block-1 {
	background-image: url(/root/framework/afbeeldingen/bg-block-1.png);
}
.index-content-block-2 {
	background-image: url(/root/framework/afbeeldingen/bg-block-2.png);
}
.index-content-block-3 {
	background-image: url(/root/framework/afbeeldingen/bg-block-3.png);
}
.index-content-block-4 {
	background-image: url(/root/framework/afbeeldingen/bg-block-4.png);
}
.index-menu li {
	font-size: 1.1em;
	line-height: 1.7em;
}
#bncImgPopup_c {
	z-index: 14;
	cursor: pointer;
	cursor: hand;
}
#bncImgPopup_mask { z-index: 13; }

