/*
Theme Name: Boekel700
Theme URI: http://www.boekel700.nl/
Author: the Flying Kiwi team
Author URI: http://www.flyingkiwi.nl/
Description: An ultra-minimal set of templates for Boekel700 theme development.
Version: 1.0
License: GNU General Public License
Tags: custom-menu, microformats, translation-ready, full-width-template

Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Structure
-------------------------------------------------------------- */

html {
	background-color: #fff;
	height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	position: relative;
}

h1 {
	bottom: 115px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 42px;
	position: absolute;
	text-shadow: 1px 1px 3px #000000;
}

h2 {
	color: #108fdd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
}

p {
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	margin: 9px 0;
}

a {
	color: #666633;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

input[disabled] {
	color: #999 !important; 
	font-style: italic;
}

input:focus,
textarea:focus {
	outline: none; /* disable outline for chrome */
}

.button {
	background: #108fdd url(images/button_all_bg.jpg) center center;
	border: 0;
	color: #ffffff !important;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	height: 50px;
	line-height: 50px;	
	margin: 0 5px 0 0;
	padding: 0 15px;
	text-decoration: none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

.wrapper {
	width: 960px;
	height: 40px;
	margin: 0 auto;
}

.tooltip {
	background-color: #cfca75;
	border: 2px solid #666633;
	color: #666633;
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 5px;
	max-width: 240px;
	z-index: 100;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	
	-moz-box-shadow: 2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;
	box-shadow: 2px 2px 4px #666;
	-khtml-box-shadow: 2px 2px 4px #666;
}

#container {
   min-height:100%;
   position:relative;
}

/* =Pretty Photo
-------------------------------------------------------------- */
.pp_content {
	background: none !important;
}
.pp_close {
	margin-right: 10px;
}
#pp_full_res {
	background: #fff;
	border-radius: 5px; /* future proofing */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	padding: 35px 0px 10px !important;
}


/* =Navigation
-------------------------------------------------------------- */
#navigation {
	background: url(images/header_bg.jpg);
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 999;
}

#navigation #logo {
	float: left;
	padding: 8px 0;
}

#navigation ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;	
}

#navigation ul li {
	float: left;
	margin: 0 0 0 0px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666633;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
}

#navigation ul li:hover {
	background: #e6e191;
}

/* =Form
-------------------------------------------------------------- */
form p {
	overflow: auto;
}

label {
	float: left;
	width: 100px;
}

input[type=text],
input[type=file],
input[type=email],
select,
textarea {
	float: left;
	margin: 0;
}

input[type=text],
input[type=file],
input[type=email],
select,
textarea {
	width: 460px;
}

textarea {
	font:inherit;
	height: 150px;
	resize: none;
}

.form-response {
	color: #17374b;
}

.form-response.error {
	color: #f00;
}

/* =Home
-------------------------------------------------------------- */

#home {
	color: #108fdd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	height: 570px;
	line-height: 20px;
}

#home h2 {
	line-height: 36px;
}

#home a {
	color: #108fdd;
}

#home a:hover {
	color: #0f7abc;	
}

#home #homelogo {
	
	margin: 30px 0;	
}
#home #homelogo img {
	display: block;
	margin: 0 auto;
}

#home #homeoverlay {
	display: block;
	width: 840px;
	height: 440px;
	position: absolute;	
	padding: 20px;
	vertical-align: bottom;
}

#home #homeoverlay #buttons {
	position: absolute;
	bottom: 20px;
}

#home #homeoverlay #buttons .button {
	font-size: 17px;
	height: 60px;
	line-height: 60px;
	margin: 0 15px 0 0;	
	padding: 0 25px;
}

#home #homeSlider {
	width: 100%;
	height: 540px;	
}

#home #homeSlider .non-draggable {
	width: 100%;
	height: 540px;	
	padding: 40px 0 0 0;
	cursor: default;
}

#home .left {
	float: left;
	width: 420px;
	margin: 60px 0 0 50px;
}

#home .right {
	float: right;
	width: 420px;
	margin: 60px 50px 0 0;
}

#home .center {
	text-align: center;
	margin: 240px auto;
}

#home .right table tr td {
	vertical-align: top;
	padding: 0 0 15px 0;	
}

#home .right .inputtext {
	background: #ffffff;
	border: 1px solid #ddd;
	color: #108fdd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 10px 0;
	padding: 0 8px;
	width: 332px;
	height: 30px;
	line-height: 30px;
}
#home .right .inputtext.half {
	margin: 10px 0;
	width: 152px;
}
#home .right .half {
	float: left;
	margin: 0 14px 0 0;
}

#home .right.form label {
	float: left;
	padding-top: 16px;
	width: 100px;
}

#home .right.form .inputtext {
	float: left;
	width: 300px;
}

#home #pupkes {
	background: transparent url(images/boekel700_home_dummy.jpg) top left no-repeat;
	display: block;
	width: 960px;
	height: 480px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

#home #required-msg {
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	margin: 6px 0 12px;
}


/* =Payment
-------------------------------------------------------------- */

#payment {
	background: url(images/home_bg.jpg) top;
	color: #108fdd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	height: 740px;
	line-height: 20px;
	position: relative;
}

#payment #paywrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#payment .center {
	width: 100%;
	margin: 280px auto 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

#payment h2 {
	line-height: 40px;
	margin: 0;
}

#payment a {
	color: #108fdd;
}

#payment a:hover {
	color: #0f7abc;	
}


/* =Kalender
-------------------------------------------------------------- */
#kalender.wrapper {
	height: auto;
	padding-top: 40px;
}

#kalender.wrapper #calendar_list {
	width: 100%;
}

#kalender.wrapper .calender_item {
	float: left;
	height: 300px;
	margin: 0 10px;
	width: 300px;
}

#kalender.wrapper .calender_item .image {
	height: 160px;
	width: 300px;
}

#kalender.wrapper .calender_item h1 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
	width: 100%;
}

#kalender.wrapper .calender_item .date {
	color: #666633;
	font-size: 14px;
	line-height: 14px;
}
#kalender.wrapper .month {
	margin: 40px 0 20px 0;
}

/* =Nieuws & Calendar
-------------------------------------------------------------- */
#calendar_list  {
	width: 470px;
	float: left;
}

#nieuws_list {
	width: 470px;
	float: right;
}

#nieuws_list a,
#calendar_list a  {
	text-decoration: none;
}

#nieuws_list .nieuws_item h1,
#calendar_list .calender_item h1 {
	color: #108fdd;
	font-size: 36px;
	line-height: 36px;
	position: static;
	text-shadow: none;
	width: 470px;
}

#nieuws_list .nieuws_item .date,
#calendar_list .calender_item .date,
.nieuwsbericht .date {
	color: #108fdd;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
	position: static;
	text-shadow: none;
	width: 400px;
}
.nieuwsbericht h2 {
	margin: 0;
}

#nieuws_list .nieuws_item p,
#calendar_list .calender_item  p {
	color: #666633;
}

#nieuws_list .nieuws_item .image,
#calendar_list .calender_item  .image {
	background: #eee;
	height: 200px;
	width: 470px;
}

#nieuws_list .button_all,
#calendar_list .button_all,
.button_all {
	background: #108fdd url(images/button_all_bg.jpg);
	color: #fff;
	display: block;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	margin: 20px 0 0 0;
	text-align: center;
	width: 100%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



/* =Calendar
-------------------------------------------------------------- */
#calendar {
	height: 130px;
}
.calender_item {
	width: 250px;
}
.calender_item h1 {
	font-size: 12px;
	position: static;
}

#calendar #calendarCarousel {
	width: 100%;
	height: 130px;	
}
#calendar #calendarCarousel .touchcarousel-item {
	margin: 0 20px 0 0;
}

#calendar .month .name {
	color: #666633;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 10px;
	position: absolute;
	z-index: 3;
}

#calendar .month .day {
	background: #cfca75;
	color: #666633;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 35px;
	height: 30px;
	overflow: hidden;
	padding: 100px 0 0 0;
	position: relative;
	text-align: center;
}

#calendar .month .day img {
	cursor: pointer;
	min-width: 35px;
	height: 100%;
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 1;
}

#calendar .month .day span.overlay {
	background: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 35px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

/* =Nieuws
-------------------------------------------------------------- */
#nieuws {
	padding: 70px 0;
}

#nieuws .nieuwsbericht {
	float: left;
	margin: 30px 0 0 0;
	padding: 0 15px;
	width: 450px;
}

#nieuws .nieuwsbericht img {
	height: auto;
	width: 100%;
}

#nieuws #readmore {
	float: right;
	clear: both;
}

/* =Downloads
-------------------------------------------------------------- */

#downloads {
	padding: 70px 0;
}

#downloads h2 {
	color: #108fdd;
	margin: 0 0 5px;
}

#downloads h3 {
	color: #108fdd;
	margin: 0 0 2px;
}

#downloads hr {
	border: 2px solid #666633;	
	margin: 0 0 20px 0;
}

#downloads .wrapper {
	height: auto;	
}

/* =Pakketten
-------------------------------------------------------------- */

#pakketten {
	padding: 70px 0;
}

#pakketten h2 {
	color: #108fdd;
	margin: 0 0 5px;
}

#pakketten h3 {
	color: #108fdd;
	margin: 0 0 2px;
}

#pakketten hr {
	border: 2px solid #666633;	
	margin: 0 0 20px 0;
}

#pakketten .wrapper {
	height: auto;	
}

#pakketten .wrapper .column {
	display: block;
	float: left;
	margin: 15px 20px 0 0;
	min-height: 150px;
	position: relative;
	width: 300px;
}

#pakketten .wrapper .column.last {
	margin: 15px 0 0 0;
}

#pakketten .wrapper .column ul {
	list-style: circle outside none;
	margin: 10px 15px 10px 15px;
	padding: 0;
}

#pakketten .wrapper .column ul li {
	color: #666633;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2em;
}

#pakketten .wrapper .column .price {
	color: #108fdd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	left: 0px;
}

#pakketten .wrapper .column .button {
	background: #108fdd url(images/button_all_bg.jpg) center center;
	color: #fff !important;
	position: absolute;
	top: 40px;
	right: 0px;
}

/* =Sponsoren
-------------------------------------------------------------- */
#sponsoren.wrapper {
	height: auto;
	padding: 40px 0 120px 0;
}

#sponsoren .categorie {
	margin: 40px 0 20px 0;
}

#sponsoren h1 {
	color: #108fdd;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 10px 0;
	position: static;
	text-shadow: none;
}

#sponsoren .sponsor {
	float: left;
	text-align: center;
}

#sponsoren #stichters .sponsor {
	width: 320px;
}

#sponsoren #ridders .sponsor {
	width: 160px;
}

#sponsoren #ambachtslieden .sponsor {
	width: 120px;
}

#sponsoren #bouwers .sponsor {
	height: 40px;
	text-align: left;
	width: 240px;
}

#sponsoren h2 {
	color: #666633;
	margin: 0 0 5px;
}

#sponsoren h3 {
	color: #666633;
	margin: 0 0 2px;
}

#sponsoren hr {
	border: 2px solid #666633;	
	margin: 0 0 20px 0;
}

#sponsoren .wrapper {
	height: auto;	
}

#sponsoren .wrapper #stichters .sponsor {
	color: #666633;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 15px 20px 0 0;
	width: 140px;
}

#sponsoren .wrapper #stichters .sponsor .logo {
	background: #ffffff;
	display: block;
	margin: 0 0 5px 0;
	width: 140px;
	height: 110px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;	
}

#sponsoren .wrapper #stichters .sponsor .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#sponsoren .wrapper #stichters .sponsor .logo img {
	margin: 5px 20px;
	width: 100px;
	height: 100px;
}

#sponsoren .wrapper #ridders,
#sponsoren .wrapper #ambachtslieden {
	margin: 30px 0 0 0;	
}

#sponsoren .wrapper #ridders .sponsor,
#sponsoren .wrapper #ambachtslieden .sponsor {
	color: #666633;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 15px 10px 0 0;
	width: 100px;
}

#sponsoren .wrapper #ridders .sponsor .logo,
#sponsoren .wrapper #ambachtslieden .sponsor .logo {
	background: #ffffff;
	display: block;
	margin: 0 0 5px 0;
	width: 100px;
	height: 80px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;	
}

#sponsoren .wrapper #ridders .sponsor .logo a,
#sponsoren .wrapper #ambachtslieden .sponsor .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#sponsoren .wrapper #ridders .sponsor .logo img,
#sponsoren .wrapper #ambachtslieden .sponsor .logo img {
	margin: 5px 10px;
	width: 80px;
	height: 70px;
}

#sponsoren .wrapper #bouwers,
#sponsoren .wrapper #vazal {
	margin: 30px 0 0 0;	
}

#sponsoren .wrapper #bouwers h3,
#sponsoren .wrapper #vazal h3 {
	margin: 0 0 10px 0;	
}

#sponsoren .wrapper #bouwers .name,
#sponsoren .wrapper #vazal .name {
	color: #666633;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

/* =Stickers Home 
-------------------------------------------------------------- */
#home_stichters {
	height: auto;
}

#home_stichters .sponsor {
	float: left;
	text-align: center;
	width: 320px;
}


/* =Sponsor
-------------------------------------------------------------- */

#sponsor {
	height: 480px;
	padding: 70px 0 0 0;
}

#sponsor #required-msg {
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	margin: 6px 0 12px;
}

#sponsor #sponsorSlider {
	width: 100%;
	height: 480px;
}

#sponsor #sponsorSlider .non-draggable {
	width: 100%;
	height: 480px;
	cursor: default;
}

#sponsor .left {
	color: #666633;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 480px;
}
#sponsor .left p {
	line-height: 18px;
	margin: 0 0 18px;
}

#sponsor .right {
	color: #666633;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 460px;
}

#sponsor .center {
	margin: 140px auto;
	text-align: center;
}

#sponsor h2 {
	color: #666633;
	margin: 0 0 5px;
}

#sponsor h3 {
	color: #666633;
	margin: 0 0 2px;
}

#sponsor #stichters {
}

#sponsor #stichters .stichter {
	color: #666633;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 15px 20px 0 0;
	width: 140px;
}

#sponsor #stichters .stichter .logo {
	background: #ffffff;
	display: block;
	margin: 0 0 5px 0;
	width: 140px;
	height: 110px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;	
}
#sponsor #stichters .stichter .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#sponsor #stichters .stichter .logo img {
	margin: 5px 20px;
	width: 100px;
	height: 100px;
}

#sponsor #ridders {
	float: left;
	width: 220px;
}

#sponsor #ambachtslieden {
	float: right;
	width: 220px;
}	

#sponsor #stichters a,
#sponsor #ridders a,
#sponsor #ambachtslieden a {
	line-height: 15px;
	margin-right: 25px;
}

#sponsor #sponsorworden {
	background: #666633;
	margin: 150px 0 0 0;
	padding: 20px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;	
}

#sponsor #sponsorworden h3 {
	color: #ffffff;
}

#sponsor #sponsorworden p {
	color: #ffffff;
	float: left;
	margin: 13px 0;
	width: 240px;
}

#sponsor #sponsorworden .button {
	background: #cfca75;
	color: #666633 !important;
	float: right;
}

#sponsor .column {
	display: block;
	float: left;
	margin: 15px 20px 0 0;
	position: relative;
	width: 300px;
}

#sponsor .column:last-child {
	margin: 15px 0 0 0;
}

#sponsor .column ul {
	list-style: circle outside none;
	margin: 10px 15px 10px 15px;
	padding: 0;
}

#sponsor .column ul li {
	color: #666633;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2em;
}

#sponsor .column .price {
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#sponsor .column .button {
	background: #666633;
	color: #cfca75 !important;
	position: absolute;
	bottom: -60px;
	right: 0px;
}

#sponsor .right .button {
	background: #666633;
	color: #cfca75 !important;
}

#sponsor .left table tr td {
	padding: 0 10px 10px 0;
}

#sponsor .right table tr td {
	vertical-align: top;
	padding: 0 0 15px 0;	
}

#sponsor .right .inputtext {
	background: #ffffff;
	border: 0;
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 5px 0;
	padding: 0 8px;
	width: 334px;
	height: 30px;
	line-height: 30px;
}

#contact {
	height: 480px;
	padding: 70px 0 0 0;
}

.top700#contact {
	height: auto;
}

#contact #contact-form {
	float: left;
	width: 470px;
}

#contact .text {
	float: right;
	width: 470px;
}

#contact #required-msg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	margin: 6px 0 12px;
}

#contact #contactSlider {
	width: 100%;
	height: 480px;
}

#contact #contactSlider .non-draggable {
	width: 100%;
	height: 480px;
	cursor: default;
}

#contact .left {
	color: #666633;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 480px;
}
#contact .left p {
	line-height: 18px;
	margin: 0 0 18px;
}

#contact .right {
	color: #666633;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#contact .center {
	margin: 140px auto;
	text-align: center;
}

#contact h2 {
	color: #666633;
	margin: 0 0 5px;
}

#contact h3 {
	color: #666633;
	margin: 0 0 2px;
}

#contact #stichters {
}

#contact #stichters .stichter {
	color: #666633;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 15px 20px 0 0;
	width: 140px;
}

#contact #stichters .stichter .logo {
	background: #ffffff;
	display: block;
	margin: 0 0 5px 0;
	width: 140px;
	height: 110px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;	
}
#contact #stichters .stichter .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#contact #stichters .stichter .logo img {
	margin: 5px 20px;
	width: 100px;
	height: 100px;
}

#contact #ridders {
	float: left;
	width: 220px;
}

#contact #ambachtslieden {
	float: right;
	width: 220px;
}	

#contact #stichters a,
#contact #ridders a,
#contact #ambachtslieden a {
	line-height: 15px;
	margin-right: 25px;
}

#contact #contactworden {
	background: #666633;
	margin: 150px 0 0 0;
	padding: 20px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;	
}

#contact #contactworden h3 {
	color: #ffffff;
}

#contact #contactworden p {
	color: #ffffff;
	float: left;
	margin: 13px 0;
	width: 240px;
}

#contact #contactworden .button {
	background: #cfca75;
	color: #666633 !important;
	float: right;
}

#contact .column {
	display: block;
	float: left;
	margin: 15px 20px 0 0;
	position: relative;
	width: 300px;
}

#contact .column:last-child {
	margin: 15px 0 0 0;
}

#contact .column ul {
	list-style: circle outside none;
	margin: 10px 15px 10px 15px;
	padding: 0;
}

#contact .column ul li {
	color: #666633;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2em;
}

#contact .column .price {
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#contact .column .button {
	background: #666633;
	color: #cfca75 !important;
	position: absolute;
	bottom: -60px;
	right: 0px;
}

#contact .right .button {
	background: #666633;
	color: #cfca75 !important;
}

#contact .left table tr td {
	padding: 0 10px 10px 0;
}

#contact .right table tr td {
	vertical-align: top;
	padding: 0 0 15px 0;	
}

#contact .right .inputtext {
	background: #ffffff;
	border: 0;
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 5px 0;
	padding: 0 8px;
	width: 334px;
	height: 30px;
	line-height: 30px;
}


/* =Ereburgers
-------------------------------------------------------------- */
#ereburgers {
	padding: 70px 0 0 0;
	height: 480px;
}

#ereburgers h2 {
	float: left;
	margin: 3px 0 20px;
}

#ereburgers #search {
	color: #cfca75;	
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 5px 0 0 0;
}

#ereburgers #search input {
	background: #ffffff url(images/search_bg.jpg) no-repeat right;
	border: 0;
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0 0 0 15px;
	padding: 0 30px 0 5px;
	width: 170px;
	height: 30px;
	line-height: 30px;
}

#ereburgers #ereburgersSlider {
	margin: 20px 0 0 0;
	width: 100%;
	height: 360px;	
}

#ereburgers #ereburgersSlider .ereburger {
	background: #ecead3;
	border: 1px solid #c8c47e;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	display: block;
	float: left;
	margin: 8px;
	padding: 12px;
	width: 198px;
	height: 48px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ereburgers #ereburgersSlider .ereburger img {
	float: left;
	margin: 0 5px 0 0;
	width: 50px;
	height: 50px;
}

#ereburgers #ereburgersSlider .ereburger p {
	color: #666633;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	overflow: hidden;
	width: 143px;
	height: 13px;
}
#ereburgers #ereburgersSlider .ereburger p.name {
	color: #108fdd;
	font-size: 12px;
	height: auto;
	min-height: 13px;
	max-height: 26px;
}

#ereburgers #ereburgersSlider .royalControlNavCenterer {
	margin: 37px 0 0 0;	
}


/* =About
-------------------------------------------------------------- */

#about {
	height: 500px;
	padding: 70px 0;
}

#about p {
	float: left;
	width: 500px;	
}
#about p:first-child {
	margin: 0 0 9px;
}
#about p:last-child {
	margin: 9px 0 0;
}

#about img {
	float: right;
	max-width: 420px;
}

/* =FAQ
-------------------------------------------------------------- */

#faq {
	padding: 70px 0;
}

#faq .wrapper {
	height: auto;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background: url(images/footer_bg.jpg);
	height: 50px;
	text-align: center;
	
	position:absolute;
  	bottom:0;
   	width:100%;
}

#footer a.social {
	display: inline-block;
	margin: 0 10px 0 0;
	text-decoration: none;
}
#footer a.social img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
} 

#footer p {
	color: #666633;
	display: inline-block;
	line-height: 50px;
	margin: 0;
}

#footer p a {
	color: #666633;
	display: inline;
	text-decoration: underline;
}