html, body{
	background-image: url("../images/bg2.jpg");
	background-repeat: repeat-x;
	background-color: #000;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, sans;
	width: 100%;
	height: 100%;
	}
a,
a:link,
a:visited{
	color: #000;
}
a:hover,
a:active{
	color: #333;
}
b, strong{
	/*color: #a6d62b;*/
	}
.left{
	float: left;
	/*border: 1px solid blue;*/
	}
.right{
	float: right;
	/*border: 1px solid red;*/
	text-align: right;
	}
.clear{
	clear: both;
	}
.container{
	/*width: 970px;*/
	/*margin: 0 auto 0 auto;*/
	}

.logo{
	position: absolute;
	margin: 15px 0 0 35px;
	z-index: 10;
}

.menuholder{
	position: absolute;
	width: 150px;
	margin: 155px 0 0 35px;
	}
ul.menu{
		/*border: 1px solid green;*/
	}
ul.menu .active,
ul.menu, 
ul.menu li, 
ul.menu a{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-decoration: none;
	}

ul.menu a{
	cursor: pointer;
	}
ul.submenu{
		clear: both;
		padding:0;
		margin: 0 40px 15px 0;
		/*border: 1px solid red;*/
		float: right;
	}
	
ul.submenu li{
		float: right;
		/*border: 1px solid blue;*/
	}
	.duiding{
		display: block;
		font-size: 9px;
		color: #999;
		padding-bottom: 15px;
	}
	ul.submenu .active,
	ul.submenu a, 
	ul.submenu a:link,
	ul.submenu a:visited{
		font-size: 9px;
		color: #999;
		float: right;
		/*border: 1px solid yellow;*/
		}
	ul.submenu .active,
	ul.submenu a:hover,
	ul.submenu a:active{
		color: #a6d62b;
		}
.menu img{
	border: none;
	}
.graphic{
	position: absolute;
	width: 194px;
	height: 258px;
	margin: -13px 0 0 98px;
	background-image: url("../images/graphic.png");
	background-repeat: no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="scale", src="images/graphic.png");
	}

.gallery{
	position: absolute;
	border: 5px solid #999;
	/*background-image: url("../images/pat_04.gif");*/
	background-color: #888;
	margin: 75px 0 30px 205px;
	}
	.gallery img{
		display: block;
	}

.balk{
	/*position: absolute;*/
	/*width: 835px;*/
	/*top: 552px;*/
	background-image: url("../images/bgbalk.jpg");
	background-color: #666;
	background-repeat: repeat-x;
	background-position: top;
	/*padding: 7px;*/
	font-size: 9px;
	color: #000;
	text-align: right;
	min-width: 200px;
	height: 47px;
	/*color: #aeaeae;*/
	/*border: 1px solid red;*/
	}
.contact{
	font-size: 10px;
	padding: 20px;
	width: 400px;
	background-image: url("../images/hoekske.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
		}
.contact h2{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	}
.contact p{
	margin: 0 0 10px 0;
	padding: 0;
	}
.contact .linkedin{
	margin: 10px 0 0 0;
	background-color: #fff;
	padding: 1px 3px;
	float: left;
	}
.contact .info{
	margin-top: 30px;
	}

.galNav{
	float: left;
	/*margin-top: 12px;*/
	}
.p_bg{
	position: absolute;
	z-index: 1;
	background-image: url("../images/p_bg2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 132px;
	height: 47px;
	}
.count{
	position: absolute;
	z-index: 2;
	display: block;
	background-color: #999;
	color: #666;
	text-align: center;
	width: 50px;
	padding: 2px;
	font-size: 9px;
	margin: 10px 0 0 42px;
	}
img.next, img.prev{
	position: absolute;
	z-index: 3;
	border: none;
	margin-top: 2px;
	}
img.next{
	margin-left: 67px;
	}
	
.comment{
	padding: 7px;
	float: right;
	text-align: right;
	}
	.comment p{
		margin: 0;
		padding: 0;
		}

.wrap{
	width: 500px;
	margin: auto;
	display: table;
	height: 80%;  
	*position: relative;
	}
.middle{
	width: 100%;
	*position: absolute;  
	*top: 50%;
	display: table-cell; 
	vertical-align: middle;
	}
#fadelogo{
	width: 100%;
	height: 129px;
	text-align: center;
	*position: relative;  
	*top: -50%
	}