body {
	background-image: url('../gfx/layout/bg_body.jpg');
	background-repeat: repeat-x;
	
	color: #645b17;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #056a9b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #005078;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #53411b;
	margin: 0px;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #645b17;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #53411b;
	margin: 0px;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

div#top {
	position: absolute;
	left: 50px;
	top: 10px;
	
	width: 800px;
	height: 270px;
	
	background-image: url('../gfx/layout/bg_top.gif');
	background-repeat: no-repeat;
	
	z-index: 10;
}

div#top div#header {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 790px;
	height: 147px;
	background-image: url('../gfx/layout/bg_header.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
div#top div#header img#logo {
	position: absolute;
	left: 13px;
	top: 5px;
}
div#top div#header img#name {
	position: absolute;
	left: 156px;
	top: 86px;
}
div#top div#header img#watermolen {
	position: absolute;
	right: 0px;
	top: 0px;
}


ul#menu {
	position: absolute;
	left: 70px;
	top: 150px;
	
	list-style: none;
	font-size: 12px;
}
* html ul#menu {
	top: 160px;
}
ul#menu li {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul#menu li a {
	color: #0d547a;
}
ul#menu li a:hover {
	color: #0e74a5;
	text-decoration: none;
}


ul#submenu, ul#nieuwsflits {
	position: absolute;
	left: 255px;
	top: 150px;
	
	list-style: none;
	
	color: #36511d;
	font-weight: bold;
}
* html ul#submenu, * html ul#nieuwsflits { top: 160px; }
ul#nieuwsflits a {
	font-weight: normal;
}
ul#nieuwsflits a, ul#submenu a {
	color: #4d821b;
}

ul#submenu a:hover, ul#nieuwsflits a:hover {
	color: #30550d;
	text-decoration: none;
}

ul#nieuwsflits span.readmore {
	color: black;
	font-weight: bold;
}


div#breadcrumb {
	position: absolute;
	right: 10px;
	bottom: 3px;
	width: auto;
	text-align: right;
	
	border-style: solid;
	border-color: #e2ddaa;
	border-width: 0px;
	border-top-width: 1px;
}
div#breadcrumb a {
	color: #598a2a;
}
div#breadcrumb a:hover {
	text-decoration: none;
	color: #4a7125;
}
div#breadcrumb a.active {
	color: #435d2c;
}
div#breadcrumb a.active:hover {
	color: #314a1b;
}


div#content {
	position: absolute;
	left: 100px;
	top: 270px;
	width: 660px;
	
	padding-left: 90px;
	margin-bottom: 20px;
	
	background-image: url('../gfx/layout/bg_content.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
* html div#content {
	width: 750px;
}


div#content div#spotlight {
	margin-top: -10px;
	margin-left: -50px;
	
	padding: 10px;
	padding-left: 70px;
	height: 150px;

	background-image: url('../gfx/layout/bg_spotlight.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}


div#content div#spotlight div.calltoaction a {
	background-color: transparent;
	text-align: center;
	display: block;
	width: 180px;
	height: 90px;
	margin-left: -60px;
	margin-top: 20px;
	padding-top: 40px;
	float: left;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	
	font-size: 20px;
	color: #0d547a;
}


div#content div#spotlight div.calltoaction a:hover {
	color: #1586c3;
	text-decoration: none;
}

div#content div#spotlight ul#menu_spotlight {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: 180px;
}
* html div#content div#spotlight ul#menu_spotlight {
	margin-top: 30px;
}
div#content div#spotlight ul#menu_spotlight li {
	display: block;
	float: left;
	width: 210px;
	height: 130px;
	
	margin-left: -47px;

	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-right-width: 1px;
}
div#content div#spotlight ul#menu_spotlight li.last {
	width: 164px;
}
div#content div#spotlight ul#menu_spotlight li a {
	color: #d1cb8b;

	display: block;
	width: 100%;
	height: 100%;
	
	background-image: url('../gfx/layout/bg_spotlight_button.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#content div#spotlight ul#menu_spotlight li a:hover {
	color: White;
	text-decoration: none;
	background-image: url('../gfx/layout/bg_spotlight_button_hover.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#content div#spotlight ul#menu_spotlight li a .label {
	font-size: 12px;
	display: block;
	padding-top: 15px;
	padding-left: 30px;
}
div#content div#spotlight ul#menu_spotlight img {
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

div#content div#text {
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 20px;
}

div#content div#text table {
	font-size: 13px;
}

div#content div#text table a {
	font-size: 13px;
	font-weight: normal;
	color: #645B17;
	text-decoration: underline;
}

div#content div#text table a:hover {
	color: #443a06;
}

div#content div#text table thead {
	background: white;
	font-weight: bold;
}

div#content div#text table thead td {
	padding: 2px 4px 2px 4px;
}

div#content div#text table tbody tr.odd td {
	padding: 2px 4px 2px 4px;
	background: #F0EDD2;
}

div#content div#text table tbody tr.even td {
	padding: 1px 4px 1px 4px;
	background: #DED89E;
}

div#content form fieldset {
	margin: 10px 0 10px 0;
	border: none;
}

div#content form fieldset legend {
	font-weight: bold;
}

div#content form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#content form ul li {
	clear: both;
	display: block;
}

div#content form label {
	float: left;
	clear: left;
	display: block;
	width: 150px;
	margin: 5px 0 5px 0;
}

div#content form label.after {
	width: auto;
	clear: both;
}

div#content form input {
	float: left;
	display: block;
	width: auto;
	margin: 2px;
}


div#content form input.short {
	width: 110px;
}


div#content form input.tiny {
	width: 40px;
}

div#content form input.medium {
	width: 180px;
}

#content form.afrekenen fieldset {
	border: none;
}

#content form.afrekenen label {
	font-weight: bold;
}

#content form.afrekenen li.after label {
	width: auto;
	display: inline;
	float: none;
}

div#content div#text div#left_pane div#left_contact {
	margin-top: 60px;	
	font-size: 10px;
	color: #7e7636;
}

div#left_openingstijden, div#left_av, div#left_nieuwsbrief {
	margin-top: 15px;	
	font-size: 10px;
	color: #7e7636;
}

div#left_nieuwsbrief form {
	margin-left: 50px;
}


div#left_nieuwsbrief form input {
}


div#left_nieuwsbrief form label {
	margin-top: 4px;
}

div#left_nieuwsbrief form input.submit {
	margin-top: 0;
}

div#content div#text div#left_pane, div#content div#text .sidebar {
	float: left;
	margin-left: -220px;
	width: 200px;
	margin-bottom: 20px;
	text-align: right;
}

div#text form textarea {
	clear: both;
}

div#text form p {
	clear: both;
}

div#text ul.sidebar {
	list-style: none;
	margin: 5px 0 10px 0;
	padding: 0;
}

div#content div#text div#left_pane ul#webwinkel {
	list-style: none;
	margin: 5px 0 10px 0;
	padding: 0;
}


div#content div#text div#left_pane div#winkelwagendiv ul {
	list-style: none;
}

div#content div#text div#left_pane ul {
	list-style: none;
}

div#content div#text div#left_pane ul#webwinkel ul {
	list-style: none;
	margin: 0 7px 0 0;
	padding: 0;
	display: none;
}

div#content div#text div#left_pane ul#webwinkel li .description {
	display: none;
}

div#content div#text div#left_pane div#winkelwagen h4 {
	margin-bottom: -10px;
}

div#content div#copyright {
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #c3bd7d;
	margin-left: 150px;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: right;
	clear: both;
}

div#content div#copyright a
{
	color: #c3bd7d;	
	padding-left: 15px;
}
div#content div#copyright a:hover {
	text-decoration: none;
	color: #a48848;
}


div#googleMap {
	overflow: hidden;
}

div#content .info {
}

div#content .info dl dt, div#content .introduction dl dt {
	float: left;
	width: 70px;
}

div#content .info dl dd {
	margin-left: 70px;
	margin-bottom: 2px;
	padding: 0;
	text-indent: 0;
}

.info dl dd ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}

dl dt {
	float: left;
	width: 120px;
	font-weight: bold;
}

.vevent {
	list-style: none;
}

.meta {
	font-size: 10px;
}

ol.commentlist li {
	list-style: none;
	margin-top: 12px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}


img.avatar {
	float: left;
	margin: 0 4px 4px 0;
	padding: 2px;
	border: 1px solid black;
}

#comments {
	margin-top: 24px;
}
#logos{
	text-align:right;
}
#logos img {
	margin-right:20px;	
}

