body {
	margin:0;
	padding:0;
}
img {
	border:none;
}

#container { 
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
}

#header {
	width:100%;	
	height:182px;
	background-color:#7a7a7b;
}

#header_top {
	width:100%;
	height:15px;
	background-image:url(images/header_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#77c5ee;
}

#header_middle {
	width:100%;
	padding-top:137px;
	background-image:url(images/header_middle.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#7a7a7b;
}

#header_menu {
	height:30px;
	width:950px;
	margin:0 auto;
}

#header_menu_left {
	height:30px;
	width:820px;
	float:left;
	margin:0;
}

ul.topmenu {
	display:block;
	height:30px;
	float:left;
	margin-left:0;
	margin-top:0;
	padding-top:0;
	padding-left:0;
	clear:both;
	margin-bottom:0;
}
 
ul.topmenu li {
	list-style-type:none;
	display:block;
	margin-right:6px;
	height:30px;
	float:left;
}
 
ul.topmenu li a {
	background-color:#464646;
	border-right:1px solid #494949;
	border-left:1px solid #494949;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	padding:7px 10px 7px 10px;
}
 
ul.topmenu li a:hover, ul.topmenu li a.current {
	background-color:#ffffff;
	border-right:1px solid #f8f8f8;
	border-left:1px solid #f8f8f8;
	color:#7a7a7b;
	padding:7px 10px 7px 10px;
	clear:both;
	margin-bottom:0;
}

#header_menu_right {

	height:30px;
	float:left;
}

#header_webshop {
	width:109px;
	height:16px; 
	padding:7px 7px 7px 7px;
	background-image:url('images/bg_webshop.gif');
	background-repeat:repeat-x;
	background-color:#78c5ee;
	border-left:1px solid #87c7e9;
	border-right:1px solid #87c7e9;
	text-align:center;
	clear:both;
	margin-bottom:0;	
}

#header_webshop a{
	color:#ffffff;
	text-decoration:none;
}

#content_container {
	background-image:url('images/content_bg.gif');
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:16px;
}

#content {
	width:950px;
	margin:0 auto;
}

#content_left {
	width:205px;
	float:left;
	margin-right:12px;
}

#navigatie_left {
	border:1px solid #d4eaf5;
	margin-bottom:19px;
}

#navigatie_top {
	background-color:#e5f4fb;
	color:#77c5ee;
	font-weight:bold;
	padding-left:7px;
	padding-top:9px;
	padding-bottom:9px;
}

ul.navigatie_menu {
    display:block;
	padding:0 0 0 15px;
	background-color:#f1f9fd;
	margin:0;
}
 
ul.navigatie_menu li {
    list-style-type:none;
    display:block;
    margin-left:-15px;
}
 
ul.navigatie_menu li a {
	padding:8px 9px;
	background-color:#f1f9fd;
	margin:1px 0 0 0;
	display:block;
	text-decoration:none;
	color:#7a7a7b;
}
 
ul.navigatie_menu li a:hover, ul.navigatie_menu li a.current {
	padding:8px 9px;
	background-color:#e5f4fb;
	color:#7a7a7b;
	text-decoration:none;
	margin:1px 0 0 0;
}

#contact_gegevens {
	background-color:#f1f9fd;
	border:1px solid #d4eaf5;
	padding:14px 0 20px 11px;
	color:#7a7a7b;
	line-height:19px;
}

#contact_gegevens span{
	color:#77c5ee;
	font-weight:bold;
}

#content_right {
	float:left;
	width:730px;
}

#image_content {
	background-image:url('images/content_image.gif');
	width:731px;
	height:200px;
	border:1px solid #d4eaf5;
	margin-bottom:33px;
}

h1 {
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#77c5ee;
	font-size:18px;
	margin-bottom:2px;
}

#content_tekst {
	color:#7a7a7b;
	line-height:19px;
}

#content_tekst a { color:#49b6ee; text-decoration:none;}
#content_tekst a:hover { text-decoration:underline; }
	
#footer {
	background-image:url('images/footer_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f7f7f7;
	width:100%;
	height:247px;
	border-top:63px solid #ffffff;
	clear:both;
}

#footer_container {
	width:949px;
	margin:0 auto;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	color:#7a7a7b;
}

#footer_container a{
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	color:#7a7a7b;	
	text-decoration:none;
}

#footer_terug {
	background-color:#ffffff;
	height:29px;
	width:206px;
	text-align:center;
}

#footer_content {
	width:871px;
	margin-top:20px;
	margin-left:78px;
}

#footer_links {
	width:290px;
	float:left;
}

ul.links li {
	list-style-type:none;
	padding-bottom:9px;
}

#footer_handig {
	width:290px;
	float:left;
}

ul.handig li {
	list-style-type:none;
	padding-bottom:9px;
}

#footer_diensten {
	width:291px;
	float:left;
}

ul.diensten li {
	list-style-type:none;
	padding-bottom:9px;
}

#footer_bottom {
	clear:both;
	width:871px;
	padding-left:118px;
	padding-top:30px;
}
/* Forms */
form {
	width:720px;
	}
form br {
	clear:both;
}
fieldset {
	padding:10px;
	width:700px;
	margin-bottom:10px;
	}
fieldset legend {
	padding:2px 5px;
	margin-bottom:5px;
	font-size:1.1em;
	}
fieldset label {
	float:left; 
	width:95px;
	margin-right:5px;
	text-align:right;
	}
fieldset input {
	float:left;
	width:195px;
	margin:1px 0;
	padding:1px;
	}
#submit, #reset {
	background-color:#fff;
	width:140px;
	margin-left:100px;
	text-align:center;
	letter-spacing:1px;
	}
#reset {
	margin-left:20px;
	}
fieldset .radio {
	display:inline;
	width:45px;
	border:0;
	}
fieldset select	{
	display:block;
	float:left;
	width:199px;
	margin:1px 0;
	padding:1px;
	text-align:left;
	background-color:#fff;
	}
fieldset textarea {
	width:300px;
	padding:1px
	}
.form-right label {
	display:none;
	}
.fout {
	border:1px solid #f00 !important;
}
select, input, textarea {
	border:1px solid #ade;
	}
fieldset, legend {
	border:1px solid #77c5ee;
	}

/* Webshop */
a#webshop,a#webshop img {
	width:189px;
	height:106px;
}
a#webshop { display:block; margin:15px 15px; }

.left {
	float:left;
    width:347px;
    margin:0 16px 0 0;
}
* html .left { margin:0 26px 0 0; }
.left ul {
    list-style-type:disc !important;
    margin-left:15px;
}
#grote_foto {
    height:266px;
}
#gf_div {
	float:right;
	width:354px;
	height:266px;
	margin:0 13px 5px 0;
}
* html #gf_div { margin:0 0 5px 0; }
a.small_img {
	margin:0 5px 0 0;
}
#content h4 { clear:both; padding:40px 0 10px 0; }

table#aanvullingen {
	width:720px;
	background-color:#f7f7f7;
}
table#aanvullingen p { font-size:1em; }
table#aanvullingen tr {
	height:120px;
}
table#aanvullingen td {
	width:80px;
	margin:0 5px;
	text-align:center;
}
table#aanvullingen td.besc {
	width:550px;
	text-align:left;
}
table#aanvullingen td input {
	margin:20px 0;
	width:20px;
	padding:0;
	float:none;
	border:none;
}
div.vlak {
	float:left;
	width:149px;
	height:158px;
	overflow:hidden;
	text-align:center;
	padding:23px;
	color:#686968;
	font-weight:bold;
	background:#f1f9fd url('images/vlak-bg.gif') no-repeat;
	margin:12px;
	border:1px solid #68beec;
}
div.vlak img{ height:113px; border:1px solid #e5f4fb; }
div.vlak span { display:block; height:37px; }
div.vlak a.meerinfo {
	display:block;
	text-align:right;
	width:175px;
	padding:2px 10px;
	height:25px;
	margin:0 0 0 -23px;
	color:#71c2ed;
	background-color:#e5f4fb;
}
.pinw {
	padding:6px 11px;
	color:#fff !important;
	font-weight:bold;
	background-color:#606060;
	border:none;
}
a.pinw { font-size:1.1em; }
input.pinw { font-size:0.9em; }
table#winkelwagen {
	width:730px;
	border-left:1px solid #eae8dd;
	border-bottom:1px solid #eae8dd;
}
table#winkelwagen, table#winkelwagen * { margin:0; }
table#winkelwagen td, th {
	padding:8px;
	border-right:1px solid #eae8dd;
	border-top:1px solid #eae8dd;
}
table#winkelwagen th {
	background-color:#f7f7f7;
}
.pm {
	display:block;
	float:left;
	width:11px;
	text-align:center;
	cursor:pointer;
	border:1px solid #eae8dd;
	background-color:#f6f6f6;
	font-size:1.2em;
	color:#000;
}
label {
	float:left;
	display:block;
	margin:10px 5px;
	text-align:left;
	width:none;
}
font.radio { margin:10px 5px; }
label span { color: #e23b00; margin:0 2px; }
label input, label select {
	display: block;
}
.fout {
	border:1px solid #e23b00;
	padding:1px;
}