

html, body {
	height: 100%;
	min-height: 100%;
	background:#000;
	font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
}
* {
	margin:0;
	padding:0;
}
form {
	clear:both;
}
p {
	font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
	padding-bottom: 15px;
}
ul {
	list-style: none;
}
h2 {
	color:#FFF;
	line-height: 20px;
	font-size:18px;
	padding-top: 30px;
		padding-bottom: 10px;

}
h1 {
	color:#FFF;
	line-height: 20px;
	padding-top: 30px;
	font-size: 25px;
	color: #FFF;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	padding-top: 30px;
		padding-bottom: 10px;

}
h4 {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	padding-top: 30px;
		padding-bottom: 10px;

}
h5 {
	font-size: 12px;
	line-height: 18px;
padding-top: 30px;
color: #FFF;
	padding-bottom: 10px;

}
h6 {
	font-size: 10px;
	line-height: 16px;
padding-top: 30px;	color: #FFF;
	padding-bottom: 10px;

}
code {
	padding: 50px;
}
address {
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 12px;
}
a {
	text-decoration: none;
	outline: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
img {
	border:none;
}
.txtshadow {
	text-shadow: 0px 2px 1px #202020;
}

#button {
	border: none;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
/* override the root element to enable scrolling */ 
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	width: 936px;
	height: 290px;
	margin-left: 55px;
	margin-top: 21px;
}
/* override single pane */ 
#flowpanes div {
	float:left;
	display:block;
	cursor:pointer;
	font-size:14px;
}
/* our additional wrapper element for the items */ 
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	color: #FFF;
	margin:0;
	padding:0;
	background:  #171717;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
#placeholder {
	z-index: 10;
}
div.loop {
	width:300px;
	height: 263px;
	cursor:pointer;
	font-size:14px;
	margin-right: 18px;
	background: url(images/backloop.gif) no-repeat;
	}
div.thumbnailcorners {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
div.backgroundframe {
	position: fixed;
	height: 100%;
	width: 100%;
}
div.logo {
	background: url(images/logo2.png);
	width: 400px;
	height: 100px;
	position:absolute;
	top: 15px;
	margin-left: 30px;
}
div.blackpixels {
	background:url(images/pixelsblack.gif) repeat;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 2;
}
div.menuleftimage {
	background:url(images/linksmenu.gif);
	height: 37px;
	width: 9px;
	float: left;
}
#zoekknop {
	background: url(images/zoekknop.png);
	width: 70px;
	height: 37px;
	border: none;
	float: right;
	margin-right: -70px;
	position:absolute;
	right: 90px;
	top: 0px;
}

div.searchdiv {
	width: 300px;
	height: 37px;
	position: absolute;
	right: 0;
	margin-top: 10px;
	margin-right: 20px;
}


#zoekveld {
	background: url(images/zoekveld.gif) repeat-x;
	border: none;
	color: #999;
	height: 37px;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	outline: none;
}
#btnleft {
	background: url(images/left.gif);
	height: 37px;
	width: 25px;
	border: 0;
	cursor:pointer;
}
#btnright {
	background: url(images/right.gif);
	height: 37px;
	width: 25px;
	border: 0;
	cursor:pointer;
}
div.scrollernavigation {
	height: 341px;
	float: left;
	background: #171717;
	width: 1044px;
	z-index: 4;
	margin-left: -60px;
}
div.scrollerbutton {
	left: 14px;
	margin-top: 130px;
	position: absolute;
	width: 25px;
}
div.scrollerbuttonr {
	right: 14px;
	margin-top: 130px;
	position: absolute;
	width: 25px;
}
div.top {
	background: #000 url(images/top.png);
	height: 130px;
	width: 1044px;
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -522px;
	top: 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
div.bottom {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #171717; width: 924px; padding-top: 40px;  z-index: 5; position: absolute; left: 50%; margin-left: -522px; top: 340px; color: #CCC; 	font-family: 'Helvetica Neue', Arial, Verdana, sans-serif; padding-left: 60px; padding-right: 60px;
}

div.zoekenlinks {
	height:37px;
	width: 11px;
	background: url(images/zoeklinks.png) repeat-x;
	float: left;
	color: #FFF;
}
div.zoekenveld {
	height:37px;
	width: 200px;
	float: left;
	color:#999;
}
div.menurightimage {
	background:url(images/rechtsmenu.gif);
	height: 37px;
	width: 9px;
	float: left;
}
div.menubackimage {
	background:url(images/back.gif) repeat-x;
	height: 37px;
	float: left;
}
div.layerpixels {
	background:url(images/layer.png) repeat-x;
	position: fixed;
	z-index: 3;
	height: 100%;
	width: 100%;
}
div.telephonebox {
	padding-right: 50px;
	width: 370px;
	padding-top: 16px;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	float: right;
	letter-spacing: -1px;
}
.photo {
	/* relative position, so that objects in it can be positioned inside this container */  
    position:relative;
	font-family:arial;
	/* hide those extra height that goes beyong the size of this container */  
    overflow:hidden;
	width: 272px;
	height: 169px;
	background: #CCC;
	margin-left: 14px;
	margin-top: 13px;
	vertical-align: middle;
	text-align: center;
}
.photo .heading, .photo .caption {
	/* position inside the container */  
    position:absolute;
	background:#000;
	height:169px;
	width:300px;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}
.photo .caption {
	bottom:-169px;
}
.photo .caption span {
	color:#999;
	font-size:9px;
	display:block;
	padding:70px 50px 80px;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
}
#flickr a img {
	float:left;
	margin:0 0px 8px 8px;
	background:#3f4e4e;
	padding:4px;
	width:62px;
	height:62px;
}
#homeknop {
	height: 37px;
	font-size: 13px;
	padding-left: 27px;
	padding-right: 20px;
	color: #CCC;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	background: none;
}



#flip-tabs {
	width:300px;
	margin:20px auto;
	position:relative;
	margin-bottom: 0px;
}
#flip-navigation {
	margin:0 0 10px;
	padding:0;
	margin-bottom: 9px;
	list-style:none;
}
#flip-navigation li {
	display:inline;
}
#flip-navigation li a {
	text-decoration:none;
	padding:10px;
	margin-right:0px;
	background:#f9f9f9;
	color:#333;
	outline:none;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
}
#flip-navigation li a:hover {
	background:#333;
	color:#f0f0f0;
}
#flip-navigation li.selected a {
	background:#333;
	color:#f0f0f0;
}
#flip-container {
	width:350px;
	font-family:Arial;
	font-size:13px;
	height: 330px;
}
#flip-container div {
	background: #333;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;

}



#flip-container div ul {
	margin:0;
	padding:15px;
	list-style-position:inside;
}
#flip-container div ul li {
	padding:5px 0;
}
.sidebar-box {
	width: 310px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #333333;
	padding: 20px;
	font-size: 13px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.sidebar-box h2 {

	padding-top: 0px;
	
	border-bottom: 1px solid #2d2d2d;
font-size: 16px;
font-weight: bold;
margin: 0px 0px 10px 0px;

}

#menu {
	list-style:none;
	float: left;
}
#menu form {
	margin: 0 0 0 13px;
}
#menu input#s {
	width: 80%;
	background: #eee;
	color: #000;
}
#menu li {
	height: 37px;
	font-size: 13px;
	padding-left: 27px;
	padding-right: 27px;
	color: #CCC;
	float: left;
	text-align: center;
	font-weight: bold;
	background: url(images/line.gif) no-repeat left;
	line-height: 35px;
	text-decoration: none;
}
div.pics .flickr_badge_image img {
	border:0;
	margin-right: 5px
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ol.commentlist li {
	border-radius:5px;
	background:  #333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 10px;
	padding:5px 7px 20px 64px;
	position:relative;
}
ol.commentlist li.pingback comment-author {
	padding:0 170px 0 0;
}
ol.commentlist li div.vcard {
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	margin-top: 20px;
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
	font-size: 11px;
	font-size: 20px;
	margin-left: 48px;
}
ol.commentlist li div.vcard cite.fn a.url {
	text-decoration:none;
	font-size: 20px;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	font-size: 20px;
}
ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border:1px solid #aaa;
	padding: 5px;
	left:13px;
	top: 11px;
	position:absolute;
	height: 50px;
	width: 50px;
}
ol.commentlist li div.comment-meta {
	font-weight:bold;
	font-size: 10px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	position:absolute;
	right:10px;
	text-align:right;
	top:5px;
}
ol.commentlist li div.comment-meta a {
	color:#FFF;
	text-decoration:none;
}
ol.commentlist li p {
	font-weight:normal;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	margin-left: 48px;
	margin-right: 30px;
	margin-top: 10px;
}
ol.commentlist li ul {
	font-weight:normal;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	list-style:square;
	margin:0 0 12px;
	padding:0;
}
ol.commentlist li div.reply:hover {
	background:#cc0000;
	border:1px solid #cc0000;
}
ol.commentlist li div.reply a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:12px 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-5 {
	margin:0 0 3px;
}
ol.commentlist ul.children li.odd {
	background:#fff;
}
ol.commentlist ul.children li.even {
	background:#f6f6f6;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
.says {
	font-size: 12px;
}
#wp-calendar {
	width: 320px;
	height: 120px;
}
#titelpage {
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 30px;
}
#tab-0 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#tab-1 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#tab-2 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
div.footerfooter {
	background: #000 url(images/shadow.png) no-repeat;
	height: 200px;
	float: left;
	width: 1044px;
	z-index: 4;
	margin-left: 0px;
}
#mainbody {
	float: right;
	display:block;
	margin-right: 43px;
	width: 300px;
	height: auto;
}
em {
	padding-left: 47px;
}

#comment {
	height: 168px;
	width: 490px;
	background:url(images/text.png) no-repeat;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 9px;
	color: #999;
	outline: none;
	overflow:hidden;
	resize:none;
	border: 0px;
	margin-left: -5px;
	padding-right: 10px;
}

#formtext {
	height: 40px;
	width: 243px;
	background:url(images/field.png) no-repeat;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 9px;
	color: #999;
	outline: none;
	overflow:hidden;
	resize:none;
	border: 0px;
	margin-left: -5px;
	vertical-align: middle;

}

#formlabel {
	float: left;
	margin-bottom: 50px;
}

#knopsub {
	height: 42px;
	width: 165px;
	background:url(images/knopsub.png) no-repeat;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 0px;
		margin-top: -5px;

	color: #999;
	outline: none;
	overflow:hidden;
	resize:none;
	border: 0px;
	margin-left: -8px;

}


/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

div.sidebar-box ul li a {
	display: block;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #2d2d2d ;
	font-size: 11px;	
}
div.spreadWord { width: 230px; margin-left: -10px; }
div.spreadWord2 { width: 180px; }
div.facebook { background: url(images/icon_facebook.png) no-repeat top left; width: 24px; height: 25px; float: left; }
div.twitter { background: url(images/icon_twitter.png) no-repeat top left;  width: 24px; height: 25px; float: left; }
div.section ul li a { color: #B0B0B0; display: block; float: left; line-height: 22px; height: 25px; padding-left: 10px; }

    div.section { border-right: 1px solid #525252; float: left; height: 108px; padding: 0 25px; }
     div.section h4 { color: #FFF; font-size: 16px; font-weight: bold; margin-bottom: 15px; }
     div.section p { margin-bottom: 13px; padding-top: 4px; }
     div.section a:focus { outline: 0; }
      div.section ul li { margin-bottom: 5px; overflow: hidden; zoom: 1; }
      
	  
      
	  

