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

/*=================== 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 	{ text-align : center;  }

body {
	margin : 0 0 50px 0;
	text-align : center;
	background-color: #000;
	background-image: url(img/bg_body.png);
	background-repeat: repeat-x;
	}

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

#container{
	width: 740px;
	background-color: #CCCCCC;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
}

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

h1{
	margin: 38px 0 0 -396px;
	position:absolute;
	text-indent: -8888px;
	background-image: url(img/logo.png);behavior: url(iepngfix.htc);
	height: 154px;
	width: 340px;
	float:left;
	z-index: 10;
	left: 50%;
}

#branding{
	margin: 0 0 0 0;
	width: 740px;
	height: 200px;
	position: absolute;
	background-image: url(img/bg_head2.png);behavior: url(iepngfix.htc);
}
#heading{
	width: 740px;
	height: 200px;
	position: absolute;
	margin: 130px 0 0 0;

}

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

#nav {
	width: 740px;
	height: 35px;
	margin: 330px 0 0 0px;
	position: absolute;
	background-color: #FFF;
}	
#nav2 {
	width: 740px;
	height: 35px;
	margin: 580px 0 0 0px;
	position: absolute;
	background-color: #FFF;
}	
.menu1 {
	padding:0 0 0 3px; 
	margin:0; 
	list-style:none; 
	height:30px; 
	background: url(img/bg_nav.png); behavior: url(iepngfix.htc);
	position:relative; 
	}
.menu1 li {
	float:left;
	}
.menu1 li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#B70000;
	text-decoration:none;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.menu1 li a b {
	float:left; 
	display:block; 
	padding:0 30px 0 11px;
	}
.menu1 li a:hover {
	color:#000;
	text-decoration: underline;
	margin: 5px 0 0 0;
	}



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


#content {
	margin: 365px 0 0 0;
	position: absolute;
	width: 704px;
	padding: 18px 18px 60px 18px;
	background-color: #FFF;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #2F0203;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 20px 0 15px 0;
	line-height: 1.8em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #2F0203;
	margin: 32px 0 13px 0;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	line-height: 1.5em;
	color: #4F4F4F;
	font-weight: bold;
}

p, table {
	font-family: "Trebuchet MS";
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333333;
}

table {
width: 50%;
font-weight: bold;
color: #B70000;
margin-top: 1.5em;
margin-left: 1.5em;
}

table td {
padding-bottom: .5em;
}
#content ul{
	margin: 20px 0 0 50px;
}
#content li{
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	line-height: 1.5em;
	color: #95080B;
	width: 360px;

}
.prijs{
	float: right;
	margin: -1.5em 0 0 0;

}

#content a{
 	font-family: "Trebuchet MS";
	font-size: 1.0em;
	line-height: 1.5em;
	color: #B70000; 
	text-decoration: none ;
}

#content a:hover{
 	font-family: "Trebuchet MS";
	font-size: 1.0em;
	line-height: 1.5em;
	color: #B70000; 
	text-decoration: underline;
}
#content img{
	float: right;
	margin-top: 6px;
	margin-left: 16px;
	border: 4px solid #EBEBEB;
}
	
	
