body#body{
    text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}
div, p{
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#container{
	width: 750px;
    margin-left: auto; 
    margin-right: auto; 
    background-color: #FFFFFF;
}
#header{
	width: 750px;
	height: 185px;
	background-image: url(images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #7E4E20;
}
#left{
	width: 250px;
	float: left;
	background-color: #FFFFFF;
}
#right{
	width: 500px;
	float: right;
	background-color: #FFFFFF;
}
#menu{
	width: 500px;
	height: 40px;
	float: right;
}
#menu a{
	float: left;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 13px;
	text-decoration: none;
	color: #2E2E2E;
}
#menu a:hover {
    color: #FF6000;
	text-decoration: none;
}
#menu a:active {
    color: #FF6000;
	text-decoration: none;
}
#menu .spacer{
	width: 1px;
	height: 40px;
	background-color: #7E4E20;
	float: left;
}
a{
	text-decoration: none;
	color: #2E2E2E;
}
a:hover {
    color: #FF6000;
	text-decoration: none;
}
#content{
	float: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 100px;
}
#content table{
	margin-left: 16px;
}
.content{
	margin-left: 16px;
}
.oranje {
   color: #FF6000;
}
.H1_oranje, h1 {
	font-size: 18px;
	color: #FF6000;
	font-weight: 900;
	margin-left: 16px;
}
.H2_oranje, h2{
	font-size: 15px;
	color: #FF6000;
	font-weight: 700;
	margin-left: 16px;
}
.H1_zwart{
	font-size: 18px;
	color: #000000;
	font-weight: 900;
}
.H2_zwart{
	font-size: 15px;
	color: #000000;
	font-weight: 700;
}
#footer{
	float: left;
	background-color: #FF6000;
	background-image: url(images/bloemfooter.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 128px;
	width: 490px;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 22px;
	padding-left: 10px;

}
#footer a{
	text-decoration: none;
	color: #FFFFFF;
}
#nieuws{
	width: 250px;
	height: 100%;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	color: #2E2E2E;
	font-size: 9px;
}
.title{
	font-size: 11px;
	font-weight: normal;
	width: 230px;
	height: 30px;
	background-color: #FF6000;
	text-align: left;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
#nieuws p{
	width: 230px;
	height: 120px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#blokje {
	width: 20px;
	height: 20px;
	float: left;
	background-color: #FF6000;
}
#foto{
	padding-bottom: 70px;
}
#scheur{
	padding-bottom: 40px;
}
#kader{
	float: left;
	width: 250px;
	height: 149px;
	border-top: solid 1px #FF6000;
}
#agenda{
	height: 129px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	color: #2E2E2E;
	font-size: 9px;
	border-left: solid 1px #FF6000;
}
.input{
	border: 1px;
	border-color: #FF6000;
	border-style: solid;
}
.button{
	font-size: 11px;
	width: 50px;
	height: 15px;
	border: 1px;
	background-color: #00FF00;
	border-style: solid;
	border: none;
}
.error{
	background-color: #FF0000;
	font-weight: bold;
	padding: 2px;
	margin-left: 16px;
}
/* FOTOALBUM  */
table#fotoboek{
	float: left;
}
table#fotoboek img{
	padding-right: 3px;
	padding-bottom: 3px;
}
#fotonavi{
	float: left;
	width: 250px;
	padding-bottom: 70px;
	text-align: center;
}
/* FOTOALBUM  */
table#gastenboek td{
	padding-right: 10px;
	padding-bottom: 10px;
}