f@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover, a:active {
	color:#FF1A00;
	text-decoration:underline;
}

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#FFF5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

img {
	border:0;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:active h1, a:active h2, a:active h3, a:active h4, a:active h5 {
	text-decoration:underline;
	color:#FF1A00;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	margin:5px 0 5px 0;
	padding-right:10px;
	color:#499BED;
	float:left;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:18px;
	font-weight:bold;
	color:#FF1A00;
	margin:0;
	padding:0;
}

#errormsg {
	color:#FF1A00;
	font-weight:bold;
}

#container {
	margin:0 auto; /* center, not in IE5 */
	width:962px;
	border-left:1px solid #FF1A00;
	border-right:1px solid #FF1A00;
	background-color:#FFFFFF;
}

#subcontainer {
	margin:0 auto;
	margin-left:30px;
	margin-right:30px;
	width:902px;
	overflow:hidden;
}

/* HEADER */

#headercontainer {
	height:168px;
	margin-top:6px;
}

#header #headermenu {
	width:auto;
	height:10px;
	text-align:right;
	font-size:10px;
}

#header #headermenu #active {
	background-color:#FFDDD9;
}

#header #headermenu a {
	padding-left:4px;
	padding-right:4px;
	color:#333333;
}

#header #headermenu a:link, #header #headermenu a:visited {
	text-decoration:none;
}

#header #headermenu a:hover, #header #headermenu a:active {
	color:#FF1A00;
	text-decoration:underline;
}

#header #headerleft {
	float:left;
	width:95px;
	height:112px;
}

#header #headerlogo {
	float:left;
	width:513px;
	height:78px;
	margin-top:24px;
}

#header #headerright {
	float:right;
	width:293px;
	height:96px;
	margin-top:6px;
}

#header #mainmenu {
	clear:left;
	float:left;
	margin:16px 0 16px 0;
	width:902px;
	height:25px;
	overflow:hidden;
	color:#000000;
}


/* MAIN */

#maincontainer {
	padding-bottom:-25px;
}

#maincontainer #main {
	float:left;
	width:902px;
}

#maincontainer #main #content {
	float:left;
	width:680px;
	margin-right:30px;
	line-height:16px;
}

#maincontainer #main #content a {
	color:#333333;
	text-decoration:underline;
}

#maincontainer #main #content a:hover, #maincontainer #main #content a:active {
	color:#FF1A00;
	text-decoration:underline;
}

#maincontainer #main #content h1 {
	float:none;
	color:#333333;
	font-size:18px;
	font-weight:bold;
}

#maincontainer #main #content #banner {
	float:left;
	width:680px;
	height:240px;
	margin-bottom:30px;
}

#maincontainer #main #content #kader {
	float:left;
	width:164px;
	height:200px;
	margin-right:8px;
	background-color:#FFF5E5;
	cursor:pointer;
}

#maincontainer #main #content #kadereinde {
	float:left;
	width:164px;
	height:200px;
	background-color:#FFF5E5;
	cursor:pointer;
}

#maincontainer #klantenpanel #content a {
	color:#000000;
}

#maincontainer #klantenpanel #content a:hover, #maincontainer #klantenpanel #content a:active {
	color:#FF1A00;
	text-decoration:underline;
}

#maincontainer #klantenpanel #content a:link, #maincontainer #klantenpanel #content a:visited {
	text-decoration:none;
}

#maincontainer #klantenpanel #content h1 {
	clear:both;
	float:none;
	color:#000000;
	font-size:16px;
	display:block;
}

#maincontainer #klantenpanel #content h2 {
	clear:both;
	float:none;
	color:#000000;
	font-size:14px;
	margin-bottom:-10px;
	display:block;
}

#maincontainer #main #content #winkels {
	float:left;
	width:240px;
	height:495px;
}

#maincontainer #main #content #winkel {
	height:60px;
	margin-bottom:15px;
	padding-bottom:15px;
}

#maincontainer #main #content #map {
	float:left;
	width:423px;
	height:323px;
	margin-left:15px;
	background-color:#FFF5E5;
	border:1px solid #FF1A00;
}

#maincontainer #main #content #map .geoxml3_infowindow {
	display:block;
	margin:0;
	padding:0;
}

#maincontainer #main #content #map .geoxml3_infowindow h3 {
	display:none;
	color:#FF1A00;
}

#maincontainer #main #content #form ol {
	margin:0;
	padding:0;
}

#maincontainer #main #content #form ol li {
	list-style:none;
	padding:4px; 0px 4px 0px;
	margin:0;
}

#maincontainer #main #content #form input[type="text"], #maincontainer #main #content #form select {
	width:386px;
}

#maincontainer #main #content #form label#error {
	margin-left:100px;
	color:#FF1A00;
	width:350px;
	font-weight:normal;
}

#maincontainer #main #content #form label {
	width:100px;
	font-weight:bold;
	display:inline-block;
}

#maincontainer #main #content #form li#error {
	list-style:none;
	padding:5px 5px 0px 5px;
	margin:0;
	margin-bottom:-3px;
}

#maincontainer #main #right {
	float:right;
	width:192px;
}

#maincontainer #main #right #winkels {
	float:right;
	width:192px;
	height:116px;
	margin-bottom:15px;
	background-color:#FFF5E5;
}

#maincontainer #winkels #content {
	float:left;
	width:454px;
	height:362px;
	margin:0 30px 15px 30px;
	background-color:#FFF5E5;
	border:1px solid #FF1A00;
}

#maincontainer #winkels #content #winkel #info {
	float:left;
	width:208px;
	height:101px;
	padding:12px;
	line-height:16px;
}

#maincontainer #winkels #content #bewaar {
	width:430px;
	height:25px;
	padding:0 12px 0 12px;
	background-color:#FF1A00;
	white-space:nowrap;
	text-align:right;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
}

#maincontainer #winkels #content #bewaar input {
	width:auto;
	height:25px;
	margin:1px 4px 2px 0;
}

#maincontainer #winkels #content #winkel #openingstijden {
	clear:both;
	width:430px;
	height:200px;
	padding:12px 12px 0 12px;
}

#maincontainer #winkels #content #winkel #openingstijden table tr {
	height:20px;
}

#maincontainer #winkels #content #winkel #openingstijden table th {
	text-align:left;
	border-bottom:1px solid #999999;
}

#maincontainer #winkels #content #winkel #openingstijden table td {
	border-bottom:1px solid #999999;
}

#maincontainer #winkels #content #winkel #map {
	float:right;
	height:125px;
	width:222px;
}

#maincontainer #winkels #content #map, #maincontainer #winkels #content #foto {
	width:454px;
	height:362px;
	background-color:#FFF5E5;
}

#maincontainer #winkels #content #map .geoxml3_infowindow {
	display:block;
	margin:0;
	padding:0;
}

#maincontainer #winkels #content #map .geoxml3_infowindow h3 {
	display:none;
	color:#FF1A00;
}

#maincontainer #winkels #left #container {
	float:left;
	width:192px;
	margin-bottom:15px;
	background-color:#FFF5E5;
	border:1px solid #FF1A00;
}

#maincontainer #winkels #left #container #zoek {
	padding:10px;
}

#maincontainer #winkels #left #container #zoek select {
	width:166px;
	height:20px;
	margin-top:7px;
	margin-bottom:7px;
}

#maincontainer #winkels #left #container #zoek input {
	position:relative;
	left:83px;
}

#maincontainer #winkels #right #mail {
	float:right;
	width:192px;
	height:109px;
	margin-bottom:0px;
	background-color:#FFF5E5;
	cursor:pointer;
}

#maincontainer #main #right #winkels select {
	width:166px;
	height:20px;
	position:relative;
	top:54px;
	left:14px;
}

#maincontainer #main #right #winkels input {
	position:relative;
	top:62px;
	left:93px;
}

#right #mijnwinkel {
	float:right;
	width:192px;
	height:240px;
	margin-bottom:0px;
	background-color:#FFF5E5;
}

#mijnwinkel #adres {
	width:166px;
	height:70px;
	position:relative;
	top:34px;
	left:12px;
	line-height:16px;
	color:#FF9900;
	font-weight:bold;
}

#mijnwinkel #open {
	width:166px;
	position:relative;
	left:10px;
	font-size:11px;
}

#mijnwinkel select {
	width:163px;
	height:20px;
	position:relative;
	top:54px;
	left:14px;
}

#mijnwinkel input {
	position:relative;
	top:62px;
	left:93px;
}

#maincontainer #main #right #mail {
	float:right;
	width:192px;
	height:109px;
	margin-bottom:0px;
	background-color:#FFF5E5;
	cursor:pointer;
}

#maincontainer #main #right #commercial {
	float:right;
	width:190px;
	height:120px;
	margin-bottom:15px;
	padding:1px;
	background-color:#FFF5E5;
	cursor:pointer;
}

#maincontainer #main #right #quote {
	float:right;
	width:192px;
	height:260px;
	vertical-align:bottom;
}

#maincontainer #main #right #topright {
	height:229px;
	margin-bottom:7px;
}

#maincontainer #main #right #menu {
	float:right;
	width:164px;
	margin-bottom:7px;
	padding:6px 13px 6px 13px;
	background-color:#FFF5E5;
	border:solid 1px #FF1A00;
}
#maincontainer #main #right #menu a {
	color:#333333;
}

#maincontainer #main #right #menu a:link, #maincontainer #main #right #menu a:visited {
	text-decoration:none;
}

#maincontainer #main #right #menu a:hover, #maincontainer #main #right #menu a:active {
	color:#FF1A00;
	text-decoration:underline;
}

#maincontainer #main #right #menu h1 {
	float:none;
	margin:5px 0 13px 0;
	padding-right:10px;
	color:#FF1A00;
	font-size:14px;
	font-weight:bold;
}

#maincontainer #main #right #menu #menuitem {
	font-weight:bold;
	padding-bottom:6px;
}

#maincontainer #aanbiedingen #top {
	height:439px;
	margin-bottom:7px;
}

#maincontainer #aanbiedingen #kiesfolder1 {
	float:left;
	padding-left:80px;
	padding-right:40px;
	padding-top:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#maincontainer #aanbiedingen #kiesfolder2 {
	float:left;
	padding-left:40px;
	padding-right:80px;
	padding-top:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#maincontainer #aanbiedingen #folder {
	width:902px; 
}

#maincontainer #aanbiedingen #aanmelden {
	clear:right;
	float:right;
	width:407px;
	height:101px;;
}


/* FOOTER */

#subfooter {
	clear:both;
	width:710px;
	height:80px;
	margin-left:180px;
	padding:10px 0 20px 0;
}

#subfooter #populair {
	color:#FF9900;
	padding-bottom:2px;
}

#subfooter #tags {
	padding-bottom:10px;
}

#footer {
	width:962px;
	height:25px;
	color:#FFFFFF;
	background-color:#FF9900;
	text-align:center;
	font-size:11px;
	line-height:25px;
}

div#footer div#left {
	float:left;
	margin-left:30px;
}

div#footer div#right {
	float:right;
	margin-right:30px;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	color:#FF0000;
}
