html, body, ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:0;
}
a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #000;
}
.more {
	text-align:left;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
body, h1, h2, h3, h4, h5, h6, form {
	font:11px tahoma, arial, sans-serif;
	margin:0;
	padding:0;
	color:#666;
}
body {
	background:url(bg.jpg) repeat-x;
	text-align:center;
}
.style1 {
	color: #000264;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	color: #FFFFFF
}
.style9 {
	color: #000000
}
#wrapper {
	text-align:left;
	margin:auto;
	width:774px;
}
#header {
	height:203px;
	position:absolute;

}
#nav {
	position: absolute;
	top: 65px;
	height: 80px;
}
#nav img {
	float:left;
}
#headline {
	padding-top:150px;
}
#photo {
	float:left;
	width:624px;
}
#photo div {
	border:1px solid #999;
	padding:2px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
#photo img {
	display:block;
}
#search-news {
	float:right;
	width:140px;
	border-radius: 5px;
}
#search-news div {
	padding:3px 0;
	margin:0;
	border-radius: 5px;
}
#search-news #q {
	width:140px;
	border:1px solid #E4AA08;
}
#search-news .downcast {
	border-top:1px solid #CFD0D0;
	padding:3px 4px 4px 4px;
	margin:2px 0 0 0;
	background-color:#FFF;
	font-weight:bold;
	background-image: url(images/zoekveld.jpg);
	color: #333;
}
#search-news h3 {
	background:url(images/bullet_letter.gif) no-repeat;
	padding-left:15px;
	font-weight:bold;
	margin:1em 0 0.4em 0;
	text-align:left;
}
#search-news h6 {
	background:url(images/bullet_letter.png) no-repeat;
	padding-left:15px;
	font-weight:bold;
	margin:1em 0 0.4em 0;
	text-align:left;
}
#search-news p {
	padding-left:15px;
	padding-right:2px;
	margin:0.1em 0;
}
a {
	font-weight:normal;
	color:#333;
}
#body {
	padding-top:2em;
}
#body-left {
	float:left;
	width:408px;
	text-align:justify;
}
#body-right {
	float:right;
	width:330px;
}
#body-left ul.plussbullets {
	margin-top:30px;
	margin-left:50px;
	padding:0;
	font-weight:normal;
	text-align: left;
}
#body-left ul.plussbullets li {
	background:top left url(images/red-button.png) no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 25px;
}
#body h2, #body p {
	margin:0.3em 0;
	text-align:left;
	color:#333;
}
#body-right p {
	margin-right:2em;
	text-align:left;
}
#body a.green {
	color:#9AAB68;
	font-weight:normal;
	text-decoration:underline;
}
#gallery img {
	float:left;
}
#footer {
	margin-top:2em;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top:0px;
	padding-right:6px;
	padding-bottom:5px;
	padding-left:6px;
	text-align:left;
	background-color: #42453D;
	color: #CCC;
}
#footer a:hover {
	text-decoration:underline;
	color: #FFF;
	
}
#footer a {
	color: #999;
	
}
#footer p {
	margin:0;
	padding:0;
	text-align:justify;
}
#slider {
	width:618px;
	height:254px;
	margin:0px auto 0 auto;
	border-bottom:5px solid #f68c36;
}
div.tekstballons {
	background-color:#000000;
	border:1px solid black;
	position:absolute;
	color:#ccc;
	top:0;
	z-index:100;
	visibility:hidden;
	line-height:1em;
	padding:8px;
	width:200px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 10px #888888;
	-moz-box-shadow:0 0 10px #888888;
	-webkit-box-shadow:0 0 10px #888888;
	margin-top:0px;
	margin-left:0px;
}
div.tekstballons div.tekstballons-pijl {
	border-color:transparent transparent #60A411 transparent;
	border-style:solid;
	border-width:10px;
	height:0;
	width:0;
	position:absolute;
	top:-19px;
	left:20px;
	z-index:101;
	_display:none;
}
div.tekstballons div.tekstballons-pijl-border {
	border-color:transparent transparent black transparent;
	border-style:solid;
	border-width:10px;
	height:0;
	width:0;
	position:absolute;
	top:-20px;
	left:20px;
	z-index:101;
	_display:none;
}
div.downversie div.tekstballons-pijl {
	border-color:#60A411 transparent transparent transparent;
	top:auto;
	bottom:-19px;
}
div.downversie div.tekstballons-pijl-border {
	border-color:black transparent transparent transparent;
	top:auto;
	bottom:-20px;
}
.Geel {
	color: #E6C516;
}
.Zwart {
	color: #000;
}

.tooltip { position: relative; }
.tooltip span {
	position: absolute;
	right: 0;
	top: -43px;
	display: none;
	min-width: 50px;
	padding: 12px 12px;
	white-space: nowrap;
	font-size: 11px;
	text-align: center;
	background-color: rgba(0,0,0,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	box-shadow:0 0 10px #888888;
	-moz-box-shadow:0 0 10px #888888;
	-webkit-box-shadow:0 0 10px #888888;
}
.tooltip span small {
	position: absolute;
	right: 20px;
	bottom: -16px;
	border-top: 16px solid rgba(6,130,10,1);
	border-left: 16px solid transparent;
}
.tooltip:hover span { display: block;
}
#back_to_top {
	position: fixed;
	right: 0;
	top: 75%;
	margin-top: -20px;
	width: 39px;
	height: 39px;
	background: url(images/top.gif);
	text-indent: -9999px;
}
.grid-container {
	background:url(../images/textured-light-bg.gif) repeat #f2f2f2;
	width:100%
}
.grid {
	width:100%;
	position:relative;
	display:block;
	margin:0 auto
}
.grid h2, .grid p, .grid ul, .grid a {
	font-weight:400;
	list-style:none;
	line-height:normal;
	margin:0;
	padding:0
}
.grid h2 {
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px dotted #585858;
	text-align:center
}
.grid .latestgallery {
	display:block;
	float:right;
	width:420px;
	margin:0;
	padding:0
}
.grid .latestgallery h2 {
	margin-left:50px;
	text-align:center
}
.grid .latestgallery li {
	float:right;
	display:block;
	background:url(../images/image-frames-thumb.png) top left no-repeat;
	height:110px;
	width:160px;
	padding:4px
}
.grid .footbox {
	display:block;
	float:left;
	width:220px;
	margin:0 0 0 50px;
	padding:0
}
.grid .footbox li {
	color:#000;
	margin:22px 0 0
}
.grid div.last, .grid .latestgallery li.last {
	margin-right:0
}
#social {
	text-align:center
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

