@charset "UTF-8";
body {
	background: #424b14;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin:0;
}
h1{
	margin:0;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#a67c52;
	font-size:25px;
}
.quote{
	font-style:italic;
	font-weight:bold;
}
#wrapper {
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(header.jpg);
	height: 240px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#mainMenu{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	float:right;
	margin-right:30px;
	margin-top:210px;
}
.mainMenuButton{
	text-decoration:none;
	color:#FFF;
	margin-left:15px;
}
#mainMenu .mainMenuButton a:hover{
	color:#D5E080;
}
.mainMenuButtonSelected{
	text-decoration:none;
	color:#D5E080;
	margin-left:15px;
}
#subMenu {
	background:url(subMenuBack-back.jpg);
	background-repeat:repeat-y;
	width: 245px;
	margin-left: 15px;
	float: left;
}
#subMenu-top {
	background: url(subMenuBack-top.jpg);
	height: 22px;
}
#subMenu-txt {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	padding-left:15px;
	padding-right:15px;
	margin-top:-10px;
	margin-bottom:-10px;
	line-height:25px;
}
.subMenuButton{
	color:#FFF;
	text-decoration:none;
}
.subMenuButtonSelected{
	color:#D5E080;
	text-decoration:none;
}
#subMenu-bottom {
	background: url(subMenuBack-bottom.jpg);
	height: 30px;
}
a{
	color:#424b14;
}
a:hover{
color:#FFFFFF;
}
#mainContentHalf {
	background:#D5E080;
	width: 792px;
	margin-left: 260px;
	font-size:15px;
}
#mainContentHalf-top {
	height: 22px;
	background: url(MainContentHalfBack-top.jpg);
}
#mainContentHalf-txt {
	padding-left:10px;
	padding-right:10px;
	margin-top:-20px;
	margin-bottom:-10px;
}
#mainContentHalf-bottom {
	height: 22px;
	background: url(MainContentHalfBack-bottom.jpg);
}
#mainContentHeel {
	background:#D5E080;
	width: 1004px;
	margin-left: 48px;
	font-size:15px;
}
#mainContentHeel-top {
	height: 22px;
	background: url(MainContentHeelBack-top.jpg);
}
#mainContentHeel-txt {
	padding-left:10px;
	padding-right:10px;
	margin-top:-20px;
	margin-bottom:-10px;
}
#mainContentHeel-bottom {
	height: 22px;
	background: url(MainContentHeelBack-bottom.jpg);
}
.clear{
	clear:both;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	text-align:center;
	color:#FFF;
	height: 40px;
	margin-left: 38px;
	margin-right:38px;
	margin-top:10px;
	background: #A57C53;
}
#footer-txt{
	margin-left:150px;
	margin-right:150px;
	line-height:40px;
}
#socialMediaLinks{
	float:right;
	margin-right:35px;
}
.socialMediaLinksIMG{
	margin:5px;
}
.fbAlbumImage, .fbAlbum{
			text-align:center;
            float: left;
            height: 170px;
            padding: 10px; 
            width: 130px; 
        }
#kaart {
	height: 365px;
/*	width: 500px;*/
/*	float:right;*/
/*	margin-top:10px;*/
}
.error{
	color:#F00;
	font-style:italic;
}
.error_field{
	border:#F00 2px solid;
}
input, textarea{
	width:200px;
	background:#FFFFFF;
	color:#a67c52;
}
*{
	outline:none;
}
.linkl{
	border:#A57C53 3px solid;
	float:left;
	width:48%;
	margin-bottom:3px;
	margin-top:3px;
	padding:5px;
	text-align:center;
}
.linkr{
	border:#A57C53 3px solid;
	float:right;
	width:48%;
	margin-bottom:3px;
	margin-top:3px;
	padding:5px;
	text-align:center;
	}
/*---------- Foto Slider ----------*/
.pix_diapo {
	background:url(/images/slides/slide01.jpg);
	height: 400px;
	margin-left: -10px;
	margin-top:10px;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
	width: 1004px;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*---------- Foto album ----------*/

.album-cover{
	width: 25%;
	float:left;
}
.row{
	clear:both;
}