/*
Compaen
=================================================================*/


/* Hoofdlayout
=================================================================*/
* { 
	margin:0;
	padding:0;
	}
body { 
	background-color:#fdb826;
	font-family:verdana;
	
	line-height:130%;
	color:#333;
	}
.noshow { 
	position:absolute;
	left:-9000px;
	}
.showit {
	position:absolute;
	top:-130px;
	right:10px;
	}
.clearlaag { 
	clear:both;
	line-height:1px;
	font-size:1px;
	}
#wrapitall {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	background-color:#fff;
	}
#topbar {
	width:780px;
	height:40px;
	border-bottom:4px solid #ddd;
	}
#linkerkant {
	clear:both;
	float:left;
	width:195px;
	}
#binnenkant {
	float:left;
	width:390px;
	}
#content {
	padding:10px;
	font-size:1.1em;
	font-family:arial;
	}
#rechterkant {
	float:left;
	width:195px;
    overflow:hidden;
	}
#footer {
	clear:both;
	padding:8px 10px;
	width:760px;
	background-color:#0060A9;
	font-weight:bold;
	color:#fff;
	text-align:center;
	}


/* Hoofdlayoutitems
=================================================================*/
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-family:arial;
	}
#logo {
	display:block;
	border:0px;
	}
#fotoblok {
	position:relative;
    width:195px;
	height:185px;
    overflow:hidden;
	}
#fotoblok img {
	display:block;
	}
#fotoblok h1 {
	position:absolute;
	left:0px;
	bottom:-2px;
	width:175px;
	background-color:#000;
	color:#fff;
	padding:10px;
	text-align:center;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	}
#kruimelpad {
	padding:6px 10px;
	background-color:#ddd;
	}


/* Content en bottomopties
=================================================================*/
#contentopties {
	float:right;
	width:370px;
	margin:10px 0px 0px 0px;
	border-top:1px solid #ddd;
	background-color:#eee;
	}
#contentopties li {
	list-style:none;
	border-bottom:1px solid #ddd;
	width:185px;
	float:left;
	}
#contentopties a:link,
#contentopties a:visited,
#contentopties a:hover,
#contentopties a:visited:hover {
	display:block;
	padding:3px 10px 3px 34px;
	width:141px;
	text-decoration:none;
	}
.printer a:link,
.printer a:visited {
	color:#444;
	background:url('../gfx/iconprinter.gif') no-repeat 10px 5px;
	}
.printer a:hover,
.printer a:visited:hover {
	color:#000;
	background:url('../gfx/iconprinterhover.gif') no-repeat 10px 5px;
	}
.mail a:link,
.mail a:visited {
	color:#444;
	background:url('../gfx/iconmail.gif') no-repeat 10px 5px;
	}
.mail a:hover,
.mail a:visited:hover {
	color:#000;
	background:url('../gfx/iconmailhover.gif') no-repeat 10px 5px;
	}
#bottomopties {
	text-align:right;
	margin-bottom:0px;
	}
#bottomopties li {
	display:inline;
	}
#bottomopties a:link,
#bottomopties a:visited {
	color:#888;
	}
#bottomopties a:hover,
#bottomopties a:visited:hover {
	color:#000;
	}
a#naarboven:link,
a#naarboven:visited {
	background:url('../gfx/iconboven.gif') no-repeat 0px 4px;
	padding-left:12px;
	}
a#naarboven:hover,
a#naarboven:visited:hover {
	background:url('../gfx/iconbovenhover.gif') no-repeat 0px 4px;
	padding-left:12px;
	}


/* Links
=================================================================*/
a:link {
	color:#369;
	}
a:visited {
	color:#639;
	}
a:hover {
	color:#69c;
	}
a:visited:hover {
	color:#96c;
	}


/* Zoeken
=================================================================*/
input,select,textarea {
	font-size:1em;
	}
fieldset {
	border:0px;
	}
#zoeken {
	position:relative;
	height:28px;
	display:block;
	float:left;
	text-align:center;
	padding:12px 0px 0px 10px;
	border-left:1px solid #ddd;
	}
#zoekknop {
	border:1px;
	background-color:#fff;
	color:#0061ad;
	margin-left:3px;
	cursor:pointer;
	font-family:arial;
	font-weight:bold;
	}

.certified {
    text-align:center;
}




































