/* CSS Document */

@font-face {
	font-family: 'Veenman';
	src: url('aveenmanitalic.eot');
}

@font-face {
	font-family: 'Veenman';
	src: url(//:) format('no404'), url('aveenmanitalic.woff') format('woff'), url('aveenmanitalic.ttf') format('truetype');
}


/* main classes */
html {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%
	overflow: hidden;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%
	overflow: hidden;
	background: #fffceb;
}
img {
	padding: 0px;
	margin: 0px;
}
img a, a img, p img a, p a img {
	border: none;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #ffe401;
}
a.active {
	color: #ffe401;
}
p {
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}	
h1 {
	margin:0 0 15px;
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	color: #000;
	background-color: ffe40;
	font-family: 'Veenman', Garamond, Times, 'Times New Roman', sans-serif;
	background-color: #ffe401;
	color: #000;
	padding: 3px 10px 8px 8px;
	display:inline-block;
}
h2 {
	margin:0 0 10px;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	background-color: ffe40;
	padding: 3px 10px 3px 10px;
	display:inline-block;
}
h3 {
	margin:0 0 10px;
	line-height:15px;
	font-size: 15px;
	color: #000;
	background-color: ffe40
}
h4 {
	margin:0;
	line-height:13px;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	background-color: ffe40
}
#content ul, #content li, #content ul li, #content ul ul, #content ul ul ul, #content ol li {    
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/site_images/bullit.gif);
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px; 
	font-size: 12px;
	line-height: 20px;    
}
.sitemap ul, .sitemap li, .sitemap ul li, .sitemap ul ul, .sitemap ul ul ul, .sitemap ol li {    
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px; 
	font-size: 12px;
	line-height: 20px;    
}
#content .tab_container {
	border: solid 1px #000;
	overflow: hidden;
}
.tab_content{
	float: left;
	display: none;
}
#content ul li a {    
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    display: block;
}
#content ul li ul li a {    
    font-weight: normal;
    margin-left: 20px;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}
#content ul.tabs { 
	list-style:none; 
	margin:5px 0 0 0; 
	padding:0;
	height:32px;
}
#content ul.tabs li { 
	float:left;	 
	text-indent:0;
	list-style-image:none !important;
	text-decoration:none;
	position: relative;
	background:none;
	color:#000;
	cursor:pointer;
	display:inline;
	font-weight:bold;
	height:23px;
	margin:0 10px 0 0;
	padding:10px 7px 4px;

}
#content ul.tabs li a {
	text-decoration: none;
	font-size:14px;
	display:block;
	width: auto;
	margin:0;
	padding:0;	
}
#content ul.tabs li a:active {
	outline:none;		
}
ul.tabs li:hover {
	background: url(/site_images/selecter_h.gif) no-repeat 0px 0px;
	color:#000;	
}
#content ul.tabs li.active {	
	cursor:default !important; 
	background: url(/site_images/selecter_a.gif) no-repeat 0px 0px;
}
#content ul.tabs li.active a {	
        color:#FFE401;
}

#content #vidselecter li{
    background:none;
    color:#000;
    cursor:pointer;
    display:inline;
    font-weight:bold;
    height:23px;
    margin:0 10px 0 0;
    padding:12px 7px 4px;
}
#content #vidselecter li:hover{
    background: url(/site_images/selecter_h.gif) no-repeat 0px 0px;
    color:#000;
}
#content #vidselecter li.active{
    background: url(/site_images/selecter_a.gif) no-repeat 0px 0px;
    color:#FFE401;
}

#imagewrap {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: 0.20;
 	opacity:0.2;
}
#wrap {
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: auto;
}
#mainwrap {
	width: 900px;
	margin: auto;
	padding: 0;
	height: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;

}
*html #mainwrap {
	width: 902px;
}
#innerwrap {
	position: relative;
	width: 900px;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	border-left: 1px solid #ffe401;
	border-right: 1px solid #ffe401;
}
#headerwrap {
	margin:0;
	padding:0;
	height:200px;
	position: relative;
	top:0px;
	left:0px;
}
#header {
	margin:0;
	padding:0;
	height:80px;
	position: absolute;
	top:0px;
	left:0px;
}
#header .logo {
	top:20px;
	left:20px;
	border:0;
	position: absolute;
}
#footer {  
	visibility: hidden;  
}

#slideshow {
	margin:0;
	padding:0;
}
#social {
	display:block;
	height:36px;
	position:relative;
	margin:-7px 0 0 0;
	padding:0 0 30px 0;
	position: absolute;
	top:155px;
	right:20px;
	z-index:100;	
}
#social a {
	float:left;
	padding:0;
	margin:0 -4px 0 0;
}
#social a img {
	padding:0;
	margin:0;
}
#wrap #mainwrap #banner {
	margin:0;
	padding:0;
	height:120px;
	position: absolute;
	top:80px;
	left:0px;
	width:100%;
	z-index:1;
}
#wrap #mainwrap #banner div.linkimage {
	margin:0;
	padding:0;
	float: left;
}
#wrap #mainwrap #banner div.linkimage a:link img, #banner div.linkimage a:visited img  {
	border:0;
	width:300px;
	height:120px;
}
/* end main */

#wissellijst {
	margin:0;
	padding:0;
	height:240px;
	display: block;
	width:480px;
	position: relative;
}
#wissellijst1 {
	margin:0;
	padding:0;
	width:160px;
	height:218px;
	left:0px;
	top:0px;
	position: absolute;
}
#wissellijst2 {
	margin:0;
	padding:0;
	width:160px;
	height:218px;
	left:160px;
	top:0px;
	position: absolute;
}
#wissellijst3 {
	margin:0;
	padding:0;
	width:160px;
	height:218px;
	left:320px;
	top:0px;
	position: absolute;
}
#wissellijst .linkimage a:link img, #wissellijst .linkimage a:visited img  {
	border:0;
	width:160px;
	height:218px;
}

/* layout */
#date {
	text-align:right;
	margin:0px;
	padding:0px;
	position: absolute;
	right: 15px;
	font-size: 11px;
	color: #003587;
	top: 15px;
}
#left {
	width:190px;
	text-align:left;
	padding:0;
	float: left;
}
#main {
	margin-top: auto;
	position: relative;
}
#right {
	text-align:left;
	width: 170px;
	padding:0px;
	float: right;
	margin: 40px 20px 0 20px;
}
#contentwrap {
	position: relative;
	width: 900px;
	top: 0;
	left: 0;
}
#content {
	width:480px;
	margin: 40px 0 40px 20px;
	text-align:left;
	float: left;
}
#content img {
	display: block;
	margin-bottom: 15px;
}
#content a {
	text-decoration: underline;
}
#content a.terug {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
/* layout */

/* menu */
#mainmenutekst {
	text-align:left;
	margin:0;
	padding:0;
	list-style-type: none;
	width:190px;
	display: block;
}
#mainmenutekst li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#mainmenutekst a, #mainmenutekst a:visited  {
	padding: 2px 10px 2px 10px;
	margin:0px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffe401;
	color: #000;
	font-size: 13px;
	/* line-height: 22px; */
	line-height: 22px;
}
#mainmenutekst a:hover {
	color: #FFF;
}
#wrap #mainwrap #left #mainmenutekst a.active {
	color: #000;
}
/* end menu  */

/* submenu  */
#mainmenutekst #submenu {
	margin: 0;
	padding:0;
	list-style-type: none;
	display: block;
}
#mainmenutekst #submenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#mainmenutekst #submenu a, #mainmenutekst #submenu a:visited {
	padding: 4px 10px 4px 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	background-color: #FFFFFF;
	border: none;
}
#wrap #mainwrap #left #mainmenutekst #submenu a:hover,
#wrap #mainwrap #left #mainmenutekst #submenu a.active {
	color: #ffe401;
	background-color: #000000;
}
/* end submenu  */

/* extramenu  */
#extramenu {
	padding: 10px;
	margin-top: 10px;
	background-color: #fefbe2;
}
#extramenu div {
	padding-bottom: 5px;
}
#extramenu div a, #extramenu div a:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	color: #FFF;
}
#extramenu div a:hover {
	color: #000;
}
/* end extramenu  */



/* breadcrumb */
#breadcrumb {
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	margin:0px;
	padding:0px;
	position: absolute;
	left: 190px;
	top: 35px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	display: inline;
}
#breadcrumb a:hover {
	text-decoration: none;
}
/* end breadcrumb */


/* zoek*/
#zoek {
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: right;
}
#zoek div {
	display: inline;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	color: #ffe401;
}
#zoek div form {
	margin: 0px;
	padding: 0px;
}
#zoek div a, #zoek div a:visited {
	display: inline;
	padding: 0px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}
#zoek textarea, #zoek input {
	width: 155px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	cursor: text;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #ffe401;
}
/* end zoek */

/* disclaimer */

#background {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 900px;
	height: 22px;
	background-color: #ffe401;
}
#disclaimer {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 800px;
	height: 22px;
	text-align: right;
	padding-right: 10px;
	z-index:100;
}
* html #disclaimer {
	width: 100%;
	padding-right: 10px;
}
#disclaimer div {
	display: inline;
	text-align: left;
}
#disclaimer div a:link, #disclaimer div a:visited {
	display: inline;
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#disclaimer div a:hover {
	color: #FFF;
}
#wrap #mainwrap #disclaimer div a.active {
	color: #FFF;
}
/* end disclaimer */


/* berichttypen */
#berichten {
	width: 170px;
	padding-right: 10px;
	padding-left: 10px;
}
#berichten .bericht {
	text-align:left;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#berichten .bericht .titel {
	width: auto;
	margin: 0 0 5px 0;
}
#berichten .bericht .titel a {
	width: auto;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 13px;
	background-color: #ffe401;
	color: #000;
}
#berichten .bericht .titel a:hover {
	background-color: #000;
	color: #ffe401;
}
div.linkimage a:link img, div.linkimage a:visited img {
	display: block;
	margin-bottom: 10px;
}
#berichten .bericht strong {
	font-weight: bold;
}
#berichten .bericht .subinfo {
	margin: 10px 0px 0px;
	font-style: italic;
}
#berichten .bericht .leesmeer a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.yellow {
	background: #ffe401;
}
p.yellow {
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	line-height: 16px;
	width: 90%;
}
span.yellow, a.yellow, a.yellow:visited {
	padding: 2px 5px 2px 5px;
	margin: 0;
	width: auto;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
a.yellow:hover {
	background: #000;
	color: #ffe401;
}
.shadow {
	/* -moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666; */
	/* For IE 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')"; */
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666'); */
}

/* end berichttypen */

/* berichttypen */
#subberichten {
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#subberichten .subbericht {
	text-align:left;
	font-size: 11px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#subberichten .subbericht a:link, #subberichten .subbericht a:visited {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
#subberichten .subbericht strong {
	font-weight: bold;
}
#subberichten .subbericht .subinfo {
	margin: 10px 0px 0px;
	font-style: italic;
}

#subberichten .subbericht a.leesmeer {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/* end berichttypen */

/* nieuws */
#flashheader {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
#videoheader {
	display: block;
	margin: 0 0 20px 0;
	width: 480px;
}
#nieuws {
	width: 100%;
	display: block;
}
#nieuwslist {
	width: 480px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
}
#nieuwsleft {
	width: 480px;
	display: block;
}
.left {
	width: 220px;
	float: left;
	margin: 10px 0 0 0;
}
#nieuwsright {
	width: 480px;
	display: block;
}
.right {
	width: 220px;
	float: right;
	margin: 10px 10px 0 0;
}
#nieuwsstart {
	width: 480px;
	display: block;
}
.starttitel {
	margin: 0;
}
.starttitel h2 {
	background-color: #000;
	color: #ffe401;
	padding: 3px 10px 3px 10px;
}
#nieuws #nieuwsleft .bericht, #nieuws #nieuwsright .bericht {
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
	width: 230px;
}
#nieuws #nieuwsleft .bericht .titel a, #nieuws #nieuwsright .bericht .titel a {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
#nieuws #nieuwsleft .bericht .leesmeer a, #nieuws #nieuwsright .bericht .leesmeer a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
/* end nieuws */

/* nieuwslijst */
#nieuwslijst {
	width: 100%;
	display: block;
}
#nieuwslijst .bericht .linkimage a img {
	width: 500px;
}
#nieuwslijst .bericht {
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	width: 500px;
}
#nieuwslijst .bericht a:link, #nieuwslijst .bericht a:visited {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
#nieuwslijst.bericht strong {
	font-weight: bold;
}
#nieuwslijst .bericht .subinfo {
	margin: 10px 0px 0px;
	font-style: italic;
}
#nieuwslijst .bericht a.leesmeer {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/* end nieuws */

/* fancybox */
	#popup{
		background: #FFF;
		display: block;
		height: 524px;
		width: 800px;
	}
	#mainwrap #popup{
		display: none;
	}
	.pop_top{
		background: #FFF;
		border-bottom: 1px solid #CCC;
		height: 40px;
		padding: 0 30px;
	}
		.pop_top h2, .pop_top h2 span{
			font-size: 20px;
			font-weight: bold;
			line-height: 40px;
			margin: 0px;
			padding: 0px;
		}
		.pop_top h2 span{
			font-weight: normal;
		}

	.pop_main{
		background: #FFF url(../site_images/pop_main_bg.jpg) no-repeat left top;
	}
		.pop_main_links, .pop_main_rechts {
			float: left;
		}
		.pop_main_links{
			margin: 0 25px 0 30px;
			padding: 15px 0 25px 0;
			width: 420px;
		}
		.pop_main_links div{
			height: 111px;
		}
		.pop_main_links p{
			font-size: 12px;
			line-height: 18px;
			margin-bottom: 10px;
		}

		.pop_main_rechts{
			margin: 0;
			padding: 0;
			width: 325px;
		}
		.pop_main_rechts div{
			background: #FFE401;
			margin-left: 25px;
			height: 130px;
			padding: 10px 10px 0 0;
		}
		.pop_main_rechts div img{
			float: left;
			margin: -10px 12px 0 0;
		}
		.pop_main_rechts div p, .pop_main_rechts div p strong{
			font-size: 11px;
			line-height: 15px;
			margin-bottom: 5px;
		}

	.pop_bot{
		background: #000;
		border-top: 1px solid #CCC;
		clear: left;
		padding: 7px 10px;
	}
		.pop_bot h3, .pop_bot h3 a{
			color: #FFF;
			font-family: 'Veenman',Garamond,Times,'Times New Roman',sans-serif;
			font-size: 20px;
			font-weight: normal;
			line-height: 30px;
			margin-bottom: 0;
			text-align: right;
		}
		.pop_bot h3 a:link, .pop_bot h3 a:visited{
			background: #FFE401;
			color: #000;
			font-family: 'Veenman',Garamond,Times,'Times New Roman',sans-serif;
			margin-left: 10px;
			padding: 0 10px 0 7px;
			text-decoration: none;
		}
		.pop_bot h3 a:hover, .pop_bot h3 a:active{
			text-decoration: underline;
		}

/* end fancybox */

/* projecten */
#listwrap{
	display: block;
	width: 500px;
	margin-top: 20px;
}
.list {
	margin: 0px;
	display: block;
	width: 500px;
	font-size: 12px;
	line-height: 18px;
	float: left;
	margin-bottom: 20px;
}
.list a:link, .list a:visited {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
.list .imagewrap {
	padding: 0px 15px 15px 0px;
	margin: 0px;
	width: 150px;
	float: left;
}
.list img {
	width: 150px;
	padding: 0;
	margin: 0;
}	
.listtekstwrap {
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 330px;
	float: right;
}
.list a.leesmeer {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}	
#volgende {
	float: right;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige {
	float: left;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige a, #vorige a:visited, #volgende a, #volgende a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#vorige a:hover, #volgende a:hover {
	text-decoration: none;
}
.thickbox {
}
/* forms en buttons */
form {
	padding: 0px;
	margin: 0px;
}
.loginform {
	width: 430px;
	font-size: 11px;
	line-height: 15px;
	text-align: 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;
	cursor: text;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px 0px 2px 2px;
	height: 15px;
}
a.loginformbutton {
	width: 100%;
	display: block;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	text-align: left;
	margin-top: 5px;
}
.bewerk {
   text-align: right;
   display: block;
}
.voegtoe {
   text-align: left;
   display: block;
}
.voegtoe a, .bewerk a, .bewerk a:link, .bewerk a:visited {
	color: #CC001E;
	padding:2px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #B9CACF;
	background-color: #C8DADE;
	text-decoration: none;
	display: inline;
}
.voegtoe a:hover, bewerk a:hover {
	background-color: #99CCFF;
	text-decoration: none;
	color: #FFF;
}
.edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #999;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 480px;
	height: 480px;
}
fieldset {
	background: #ffe401;
	padding: 20px;
	border: none;
}
legend {
	font-size: 15px;
	line-height: 20px;
	color: #003587;
	font-weight: bold;
}
label {
	font-size: 13px;
	line-height: 20px;
}
form {
	font-size: 13px;
	line-height: 18px;
}
.form {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	cursor: text;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 18px;
	color: #000;
	border: none;
	background: #FFF;
}
.formhoog {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	cursor: text;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 80px;
	color: #000;
	border: none;
	background: #FFF;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 480px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	cursor: text;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	background: #FFF;
}
.verstuur {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #ffe401;
	border: 1px solid #000;
	font-size: 12px;
	font-weight: bold;
}
.verstuur:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #ffe401;
	border: 1px solid #FFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
/* end form classes */

/* share */

#icons {
	display: block;
	margin: 20px 0 0 0;
	height: 17px;
}
#icons a {
	float: right;
	margin: 0 0 0 5px;
}
#icons .addthis_toolbox {
	float: right;
	margin: 0;
}
#icons .addthis_button_email {
	float: left;
	margin: 0 5px 0 0;
}
#icons .addthis_button_print {
	float: left;
	margin: 0 5px 0 0;
}
/* end share */

#content #thumbs li, #content #thumbs ul li{
	display: inline;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 0;
}
#content #thumbs li a{
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	line-height: 0;
	display: block;
}
#content #thumbs li a img{
	border: solid 1px #000;
	margin-bottom: 0;
}
#content #thumbs li a:link, 
#content #thumbs li a:visited, 
#content #thumbs li a:hover, 
#content #thumbs li a:active{
	background: none;
}
#content #thumbs li p {
	position: absolute;
	display:block;
	padding: 10px;
	text-align: center;
	background: #000;
	bottom:0;
	left:0;
	color: #ffe401;
}


/* clearen floats */
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearen{
	clear:both;
}
.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;height:0
}
.clearfix{
	display:inline-block
}
* html .clearfix{
	height:1%
}
.clearfix{
	display:block
}
/* end Clearen van floats */
