@charset "UTF-8";
/* CSS Document */

html { overflow: -moz-scrollbars-vertical !important; }
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/background.jpg);
	top: 0px;
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left;
	background-image: url(../images/top2_cont.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-bottom: 0;
	color: #CCC;
	font-size: 12px;
	height: 750px;
}
.bottom_drieluik {
	height: 450px;
	bottom: 5px;
}
.centre {
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
}
.shadow{
	background-image: url(../images/leftborder_shadow.png);
	height: 140%;
	width: 67px;
	float: left;
	background-repeat: repeat-y;
	position: absolute;
	padding-bottom: 1px;
	}
.topmenu{
	width :100%;
	height: 100px;
	background-color:#2b2b2b;
	text-align: center; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
.bold {
	font-weight: bold;
}
.navigation {
	float: left;
	width: 100%;
	position: absolute;
	color: #FFF;
	font-size: 13px;
	font-weight: bolder;
	text-align: right;
	left: 14px;
	top: -72px;
}
.navigation a {
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover  {
	color: #999;
	text-decoration: none;
}
.navigation_portfolio {
	float: left;
	width: 100%;
	position: absolute;
	color: #FFF;
	font-size: 13px;
	font-weight: bolder;
	text-align: right;
	left: -28px;
	top: -72px;
}
.navigation_portfolio a {
	color: #FFF;
	text-decoration: none;
}
.navigation_portfolio a:hover  {
	color: #999;
	text-decoration: none;
}

.infotext {
	font-size: 12px;
	font-weight: normal;
	height: 50px;
	width: 1050px;
	position: absolute;
	bottom: 5px;
	top: 600px;
	clear: both;
	text-align: center;
}
.infotext a{
}
.infotext a:hover{
	color: #666;
}
#mainContent table {
	color: #FFF;
	clear: both;
	font-weight: normal;
}
#mainContent table a {
	color: #FFF;
	text-decoration: none;
}
#mainContent table a:hover {
	color: #666;
}
.maincontent_top {
	height: 200px;
	width: 1000px;
}
.link {
	color: #FFF;
	text-decoration: none;
}
.link a {
	color: #FFF;
}
.link a:hover {
	color: #999;
}
.text_block {
	top: 175px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 400px;
	width: 800px;
	left: 150px;
	position: relative;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text_block_portfolio {
	top: 175px;
	left: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

/*
Afbeeldingen
*/

.img {
	margin-top:				0px;
	margin-bottom:			6px;
	margin-left:			0px;
	margin-right:			6px;
	padding:				0px;
	border:					1px solid #000;
	left: -10px;
	left: -10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	left: 2px;
	left: 2px;
}

.right {
	float:					right;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-left:			7px;
}

.left {
	float:					left;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-right:			7px;
}

.noborder {
	border:					0px;
}
.img_noborder_left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.img_noborder_right {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.gallery {
	float: left;
	left: 0px;
	top: 0px;
}
dsettings: {
 magnifyby: 3, //default increase factor of enlarged image
 duration: 500, //default duration of animation, in millisec
 mgopacity: 0.2 //opacify of original image when enlarged image overlays it
},
cursorcss: 'url(js/magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image

