@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	border:0px;
}
html, body{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color:#959595;
	background-image:url(../img/background.jpg);
}
#bottom{
	display:block;
	height:30px;
	font-size:11px;
	width:790px;
	color:#EEE;
	margin:auto;
	padding-left:40px;
	}
#container{
	width:790px;
	margin:auto;
}
#header{
	height:103px;	

	clear:both;
	overflow:hidden;
}
#header .nl{	background-image: url(../img/header-en.jpg); 	
				background-repeat: no-repeat;
				background-position: right bottom;
}
#header .en{	background-image: url(../img/header-en.jpg);
				background-repeat: no-repeat;
				background-position: right bottom;
}
#logo a{
	display:block;
	height:103px;
	line-height:2000px;
	overflow:hidden;
	width:381px;
	background-image: url(../img/logo.jpg);
}
#menu{
	clear:both;
	float:left;
	height: 32px;
	overflow:hidden;
	background-image:url(../img/menu.jpg);
	width:100%;
}
#menu ul{
	padding-left:10px;
}
#menu li{
	list-style-type:none;
	float:left;
}
#top{
	background-image:url(../img/top.jpg);
	height:32px;
}
#main{
	width:100%;
	clear:both;
	min-height:350px;
	-height:350px;
	background-image:url(../img/main.jpg);
}
#content{
	padding-left:20px;
	padding-right:10px;
}
#content_links{
	float:left;
	margin-bottom:1em;
	width:535px;
	overflow:hidden;
}
#content_rechts{
	float:right;
	width:200px;
	font-size:0.86em;
}
#footer{
	clear:both;
	height:59px;
	background-image:url(../img/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:#222E2E;
}
#footer a{
	color:#555555;
}
#presis a{
	float:right;
	overflow:hidden;
	line-height:200px;
	display:block;
	height:40px;
	width:125px;
	margin-right:60px;
}
/* ------------------------------------------ */
/* STYLE
/* ------------------------------------------ */
#menu a:link, #menu a:visited{
	text-align:center;
	display:block;
	float:left;
	color:#58585A;
	text-decoration:none;
	font-weight:bold;
	margin-left:15px;
	padding:5px 10px;
	font-size:14px;
	text-transform:uppercase;
}

#menu li.taal{float:right; padding-right:10px; }
#menu li.taal a:link, #menu li.taal a:visited{ padding:0px; margin:5px 15px 0 0}
a:link, a:visited{
	color:#039;
	text-decoration:underline;
}
a:hover{
	color:#E07601;
}
#menu a.actief:link, #menu a.actief:visited{
	color:#FFF;
}
#menu a:hover{
	text-decoration:underline;
}
option{
	margin:3px;
}
.datum{
	font-size:11px;
	margin-bottom:4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #4D5E5E;
	padding-bottom: 10px;
}
p, #content_links ul{
	margin-bottom:20px;
}
p ul, #content_links ul{
	margin-left:20px;
}
#content_links li{ list-style-type:disc; line-height:1.5;}
td{
	padding:2px;
}
.linkKlein{
	font-size:12px;
}
div.hr {
	height: 1px;
  	clear:both;
}
div.hr hr {
  display: none;
  border:0px;
  clear:both;
}
/* ------------------------------------------ */
/* BLOG
/* ------------------------------------------ */
#blog .date{
	font-size:0.8em;
	margin-bottom:10px;
	font-style:italic;
}
#blog .image{
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}
/* ------------------------------------------ */
/* GALLERY
/* ------------------------------------------ */
.album li{
	width:45%;
	float:left;
	margin-right:4%;
	margin-bottom:15px;
	list-style-type:none;
}
#albums a{
	font-size:14px;
	font-weight:bold;
	padding-bottom:6px;
	display:block;
}
.album p{
	margin-bottom:2px;
}
.image li{
	float:left;
	list-style-type:none;
	margin-bottom:5px;
	margin-right:5px;
	width:120px;
	text-align:center;
	height:120px;
	border:#CCC 1px solid;
	padding:3px;
}
.albumImage,.albumInfo{
	float:left;
}
.albumImage img{
	margin-right:5px;
}
/* ------------------------------------------ */
/* HEADINGS
/* ------------------------------------------ */
#logo h1{
	margin:0px;
}
h1{
	font-weight:normal;
	font-size:24px;
	margin-bottom:12px;
	color:#F9942C;
}
h2{
	font-weight:normal;
	font-size:18px;
	color:#58585A;
	margin-bottom:5px;
	font-style:italic;
}
#content_rechts h2{
	margin-bottom:15px;
}
/*---------------------------------------------------------------
/* contact formulier */
/*-------------------------------------------------------------*/
#contactform p{
	clear: left;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contactform label{
	font-weight: bold;
	float: left;
	width: 125px;
	margin-right: 0px;
}
#contactform input{
	width: 350px;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#contactform textarea{
	width: 350px;
	height: 140px;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.97em;
}
#contactform .submitbutton{
	font-size:12px;
	width: auto;
	padding: 7px 12px;
	color: #FFFFFF;
	border: none;
	cursor:pointer;
	background-color:#58585A;
	cursor:pointer;
}
#contactform .submitbutton:hover{
	background-color:#F9942C;
}
#contactform .indent {
	margin-left: 125px;
}

/* Paginatie */
#pagination{ padding-top:15px;}
#pagination .desctiption{	font-weight:bold; background-color:#FFF; margin-top:2px; padding-right:4px;}
#pagination .selected{	padding:4px 10px; 	background-color:#DDD; }
#pagination li{ 
	float:left; 
	list-style-type:none; 
	margin-right:6px; 
}
#pagination a.item:link, #pagination a.item:visited{
	display:block;
	padding:4px 10px; 
	background-color:#EEE;
}