@charset "utf-8";
/* WdeB.nl */


/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal 
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }*/

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html, body {
	height: 100%; /* hÃ¯Â¿Â½Ã¯Â¿Â½l belangrijk */
	font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	background: #50596c url(img/bg.png) repeat-x;
	text-align: center;
}


/* ================ container ====================== */

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;  /*voor moderne browsers */
	/*height: 100%;  voor IE */
	background: #FFF url(img/bg_container.png);
}

/* ================ header ====================== */

#header{
	padding-left:20px;
	height:193px;
	font-size:1.3em;
	background: url(img/header.png);
	line-height: 60px;
	border-bottom: 1px solid #555;
	text-indent: -8888px;
}


/*=================== nav ==========================*/

#nav{
	width: 180px;
	float: left;
	height: 600px;
}
#nav ul{

	padding: 15px 0 0 13px;
}
#nav li{
	_height: 1px;
	position: relative;
height: auto;
	background-repeat: no-repeat;
	display: block;
	margin: -4px 0 0 0;
}
#nav li:hover{
	_height: 34px;
height: auto;
	background-image: url(img/bg_nav_on.png);
	background-repeat: no-repeat;
	display: block;	
}
#nav li a{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	_height: 1px;

}
#nav li a:hover{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.mainnav{
	font-size: 18px;
	color: #2F445A;
}
.subnav{
	font-size: 12px;
	margin: 0 0 0 15px;
	color: #485077;
}

/* ================ content ====================== */

#inhoud {
	padding: 30px 30px 80px 30px;
	width: 560px;
	float: left;
	height: 100%;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0 0 20px 0;	
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5B6577;
	margin: 10px 0 5px 0;
}

h4{
	font-size: 12px;
	color: #8E97A8;
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5B6577;
	margin: 0 0 5px 0;
}


#inhoud p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

#inhoud a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5B6577;
}
#inhoud a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1D2025;
}

#home
{
	background-image: url(img/home2.png);
	background-repeat: no-repeat;
	width:620px;
	height:593px;
	margin: -30px 0 -20px -30px;
}
#item{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;	
	margin: 0 0 20px 0;
}

#contactlijst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 13px 0;
}

#contactlijst li.naam{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5B6577;
	height: 18px;
}
#contactlijst li.telefoon{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B6577;
	padding: 0 0 0 22px;
	background-image: url(img/icon_phone.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#contactlijst li.mail{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B6577;
	padding: 0 0 0 22px;
	background-image: url(img/brief_icon.png);
	background-repeat: no-repeat;
	background-position: left;
}

#contactlijst a{
	font-size: 12px;
}
#contactlijst a:hover{
	font-size: 12px;
}

#thumbnail{
	display: inline;
	margin: 10px 5px 0 0;
}

#inhoud a.ankertje{
	float:right;
	text-decoration:none;
	font-size:10px;
}

/* ================ footer ====================== */

#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	background: #1B1E25;
	height: 60px;
	font-size:1.3em;
	line-height: 40px;
	text-align:center;
	float: right;
	margin-left: -400px;
	left: 50%;
}
#label {
	height: 47px;
	width: 15px;
	left: 50%;
	margin: -47px 0 0 400px;
	position: absolute;
	display: block;
	
}
