/*
	colors
	
	home: groen
*/
body#home div#column-two {
	background: #fff url(home.jpg) no-repeat 50% 50%;
}
body#home, body#home div#logo {
	background-color: #848E36;
}
body#home h1, body#home p, body#home p a, body#home ul.pages li a:hover {
	color: #848E36;
}
/*
	brons: grijsblauw
*/
body#brons div#column-one {
	background: #fff url(brons.jpg) no-repeat 96% 88%;
}
body#brons, body#brons div#logo {
	background-color: #64766F;
	background-position: -208px 0;
}
body#brons h1, body#brons p, body#brons p a, body#brons ul.pages li a:hover {
	color: #64766F;
}
/*
	steen: geel
*/
body#steen div#column-two {
	background: #fff url(steen.jpg) no-repeat 12px 266px;
}
body#steen, body#steen div#logo {
	background-color: #DEA32D;
	background-position: -104px 0;
}
body#steen h1, body#steen p, body#steen p a, body#steen ul.pages li a:hover {
	color: #DEA32D;
}
/*
	urnen: grijsblauw
*/
body#urnen div#column-one {
	background: #fff url(urnen.jpg) no-repeat 192px 310px;
}
body#urnen, body#urnen div#logo {
	background-color: #64766F;
	background-position: -208px 0;
}
body#urnen h1, body#urnen p, body#urnen p a, body#urnen ul.pages li a:hover {
	color: #64766F;
}
/*
	geschenken: geel
*/
body#geschenken, body#geschenken div#logo {
	background-color: #DEA32D;
	background-position: -104px 0;
}
body#geschenken h1, body#geschenken p, body#geschenken p a, body#geschenken ul.pages li a:hover {
	color: #DEA32D;
}
/*
	werkwijze: grijsblauw
*/
body#werkwijze div#column-two {
	background: #fff url(werkwijze.jpg) no-repeat 50% 50%;
}
body#werkwijze, body#werkwijze div#logo {
	background-color: #64766F;
	background-position: -208px 0;
}
body#werkwijze h1, body#werkwijze p, body#werkwijze p a, body#werkwijze ul.pages li a:hover {
	color: #64766F;
}
/*
	contact: groen
*/
body#contact, body#contact div#logo {
	background-color: #848E36;
}
body#contact h1, body#contact p, body#contact address, body#contact legend, body#contact label, body#contact address a, body#contact ul.pages li a:hover {
	color: #848E36;
}
/*
	Opmaak
*/
a img {
	border: none;
}
address a {
	font-weight: normal;
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}
.none {
	display: none;
}
/*
	Layout
*/
body {
	margin: 0;
	padding: 0;
	font-family: arial, "lucida console", sans-serif;
	font-size: 13px;
}
div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1004px;
	height: 515px;
	margin: -245px 0 0 -502px;
}
div.column {
	float: left;
	background-color: #ffffff;
	height: 490px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}
div#column-one {
	width: 600px;
}
div#column-two {
	width: 400px;
	margin-left: 4px;
}
div#footer {
	width: 600px;
	font-size: 11px;
	color: #E0E0E0;
	margin-left: 30px;
	padding-top: 10px;
	clear: left;
}
div#footer a {
	text-decoration: none;
	color: #E0E0E0;
}
/*
	Mainmenu
*/
ul#mainmenu {
	margin: 15px 15px;
	padding: 0;
	list-style: none;
	height: 15px;
	font-size: 15px;
}
ul#mainmenu li {
	float: left;
	padding: 0 15px;
	margin: 0;
}
ul#mainmenu li a, ul#mainmenu li.active a:hover {
	color: #A3A3A3;
	text-decoration: none;
}
ul#mainmenu li a:hover, ul#mainmenu li.active a {
	color: #535353;
}
/*
	Submenu
*/
ul#submenu {
	position: absolute;
	bottom: 30px;
	left: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	height: 20px;
}
ul#submenu li {
	margin: 0;
	padding: 0 10px;
	float: left;
}
ul#submenu li a, ul#submenu li.active a:hover {
	text-decoration: none;
	color: #A3A3A3;
}
ul#submenu li a:hover, ul#submenu li.active a {
	color: #535353;
}
/*
	Content
*/
div.content h1 {
	margin: 75px 30px 30px 30px;
	font-size: 25px;
	font-weight: normal;
}
div.content p, div.content address {
	margin: 20px 30px;
	line-height: 160%;
	font-style: normal;
}
div#column-two div.content p {
	font-size: 12px;
}
div#column-one p.quotes, div#column-two p.quotes {
	font-size: 12px;
	color: #808080;
	font-style: italic;
}
div.content a:hover {
	text-decoration: none;
}
/*
	Contactformulier
*/
form {
	position: relative;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form legend {
	padding: 105px 30px 30px 30px;
	font-size: 25px;
	font-weight: normal;
}
form dl {
	padding: 0 30px;
}
form dl dt {
	position: absolute;
	padding: 2px 0 0 0;
	margin: 0;
	width: 50px;
}
form dl dt.submit {
	display: none;
}
form dl dd {
	padding: 0 0 10px 55px;
	width: 280px;
	margin: 0;
}
form dl dd input, form dl dd textarea {
	border: 1px solid #848E36;
	width: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
}
form dl dd.submit input {
	text-align: left;
	width: 100px;
	background-color: transparent;
	border: none;
	color: #848E36;
	padding: 0;
}
form dl dd .error {
	border-color: red;
}
form p.spam {
	position: absolute;
	top: 145px;
	left: 30px;
	width: 360px;
	margin: 0;
}
form p {
	margin: 20px 30px;
}
/*
	Album
*/
ul.thumbs {
	list-style: none;
	margin: 50px 0 0 30px;
	padding: 0;
	height: 347px;
	width: 261px;
	background: #fff url(bg_thumbs.gif);
}
ul.thumbs li {
	margin: 7px 4px 4px 7px;
	padding: 0;
	height: 75px;
	width: 75px;
	float: left;
	display: inline;
}
body#steen ul.thumbs {
	width: 519px;
}
body#urnen ul.thumbs, body#geschenken ul.thumbs {
	width: 347px;
	height: 261px;
	margin: 85px 0 0 25px;
}

ul.pages {
	list-style: none;
	margin: 10px 0 0 30px;
	padding: 0;
}
ul.pages li {
	display: inline;
}
ul.pages li a {
	font-weight: bold;
	text-decoration: none;
	color: #A0A0A0;
}

/*
	Logo
*/
div#logo {
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 105px;
	height: 99px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}
div#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
div#logo span {
	visibility: hidden;
}
