body {
	margin: 0; padding: 0;
	text-align: center;
	background: url(../gfx/bg-body.gif) left top repeat-x;
	background-color: #000;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial sans-serif;
	font-size: 11px;
}

/* OVERALL STYLES */
a {
	text-decoration: none;
}
a:link { color: #6F7E00; }
a:visited { color: #6F7E00; }
a:hover { text-decoration: underline }

h1 {
	background: url(../gfx/bgheader.gif) right top no-repeat;
	border-bottom: solid 1px #8A8A8A;
	font-weight: bold;
	text-align: left;
	color: #fff;
	padding: 3px; margin: 0;
	font-size: 11px;
}
p {
	margin: 0; padding: 8px;
	color: #242424;
	background-color: #FFFFFF;
}


/* PAGE LAY-OUT */

#container {
	width: 600px; margin: 0px auto 0; padding: 0;
	text-align: left;
	/* positioning with respect to the container, so it won't be moved. */
	position: relative;
}
#pageHeader {
	height: 173px; width: auto;
	margin-top: 20px;
	position: static;
	top: 0;
}
#navigation {
	background: url(../gfx/bg-nav.gif) left top repeat-x;
	width: 600px;
	height: 46px;
	padding: 0;
	position: static;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: block;
	float: left;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 15px 19px;
	margin: 0;
	background: url(../gfx/bg-nav.gif) left top repeat-x;
	font-size: 13px;
	color: #fff;
	text-shadow: #000 0px 2px 2px;
/*	border-left: 1px solid #1d1d1d; */
}
#navigation ul li a:hover {
	color: #d1e100;
	text-decoration: none;
	background: url(../gfx/bg-nav-hover.gif) left top repeat-x;
}
#navigation ul li .active {
	color: #d1e100;
	text-decoration: none;
}
#page {
	background: url("../gfx/bg-page.gif") repeat-y scroll 0 0 transparent;
	border-bottom: solid 1px #565656;
	width: auto;
	padding: 0;
	position: relative;
}

/* TWO COLUMNED LAY OUT - http://bit.ly/YpI6O */

#column-left {
	float:left;
	width:350px;
/*	background-color: red; */
	padding: 15px 10px 15px 15px;
	position: relative;
}
#column-right {
	float:left;
	width:200px;
/*	background-color: green; */
	padding: 15px 15px 15px 10px;
	position: relative;
}
#column-wide {
	clear:both;
	padding: 15px;
	position: relative;
}
#box-wide, #box-left, #box-right {
	width: auto;
	background-color: #FFFFFF;
	border: solid 1px #8A8A8A;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
}
#footer {
	position: static;
	padding: 10px;
}
#footer .text {
	color: #8a8a8a;
}


/* OVERALL DIVS*/

#meer {
	background: url(../gfx/bullet01_a.gif) right center no-repeat;
	text-align: right;
	margin: 0 10px 0 0; padding: 0 15px 0 0;
	vertical-align: middle;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #242424;
	background-color: #B9D40A;
	border: 1px solid #242424;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #242424;
	background-color: #FFFFFF;
	border: 1px solid #8A8A8A;
}
form { margin: 0px; padding: 0px; }
.hr {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8A8A8A;
}
.tdH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../gfx/bgheader.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.txtH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #242424;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #242424;
	background-color: #FFFFFF;
}


/* AGENDA.PHP */

#uitleg {
	position: relative;
	background-color: #fff;
	border: solid 1px #8A8A8A;
	width: 320px;
	top: 20px;
	float: left;
}
#agenda {
	position: relative;
	background-color: #fff;
	border: solid 1px #8A8A8A;
	width: 540px;
	padding: 0px;
	text-align: center;
	vertical-alignment: center;
	float: left;
}
.item_even {
    background-color: #FFFFFF;
	color: 242424;
	font-size: 11px;
	margin-left: 10px;
}
.item_oneven {
	background-color: #242424;
	color: #242424;
	font-size: 11px;
	margin-left: 10px;
}


/* GASTEN.PHP */

#gastenboek_intro {
	position: relative;
	background-color: #FFFFFF;
	border: solid 1px #8A8A8A;
	width: 170px;
	text-align: left;
	margin-bottom: 20px;
	float: left;
}
#bericht_plaatsen {
	position: relative;
	background-color: #DCDCDC;
	border: solid 1px #8A8A8A;
	width: 350px;
	height: 100px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	float: right;
}


/* CONTACT.PHP */

#mail_form {
	position: relative;
	background-color: #FFFFFF;
	border: solid 1px #8A8A8A;
	width: 300px;
	text-align: left;
	margin-bottom: 20px;
	float: left;
}
#mail_info {
	position: relative;
	background-color: #DCDCDC;
	border: solid 1px #8A8A8A;
	width: 220px;
	height: 100px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	float: right;
}

/* END CONTACT.PHP */



