@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font: 11px verdana;
	color: #777777; 
}

input, select, textarea {
	border: 1px solid #777777;
	font: 11px verdana;
	color: #777777;
}	

#wrapper {
	margin: 0 auto;
	padding: 20px 50px;
	width:800px;
	height:100%;
}

#banner_titel {
	width:753px;
	height: 31px;
	background-image: url('/images/banner_titel.gif');
	margin: 0 0 10px 20px;
}

#menu_container {
	width:800px;
	height:80px;
	border: 1px solid #FFF;
	text-align:center;
}
.button_container{
	width:129px;
	height:80px;
	vertical-align:middle;
	float:left;
}
.menu_label {
	width: 120px;
	font: 14px Verdana;
	font-weight:bold;
	color:#999999; 
	text-align:center;
	text-decoration:none;
}

#menu_kip a:link, #menu_kip a:visited {
	display: block;
	width:68px;
	height:68px;
	background-image: url('../images/menu_kip.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu_kip a:hover {
	background-position:0px -68px; 
}

#menu_hond a:link, #menu_hond a:visited {
	display:block;
	width:68px;
	height:68px;
	background-image: url('../images/menu_hond.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu_hond a:hover  {
	background-position:0px -68px; 
}

#menu_boer a:link, #menu_boer a:visited {
	display: block;
	width:68px;
	height:68px;
	background-image: url('../images/menu_boer.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu_boer a:hover  {
	background-position:0px -68px; 
}

#menu_big a:link, #menu_big a:visited {
	display:block;
	width:68px;
	height:68px;
	background-image: url('../images/menu_big.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu_big a:hover  {
	background-position:0px -68px; 
}

#menu_haas a:link, #menu_haas a:visited {
	display:block;
	width:68px;
	height:68px;
	background-image: url('../images/menu_haas.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu_haas a:hover  {
	background-position:0px -68px; 
}

#menu_schaap a:link, #menu_schaap a:visited {
	display:block;
	width:68px;
	height:68px;
	background-image: url('../images/menu_schaap.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu_schaap a:hover  {
	background-position:0px -68px; 
}

#menu_ezel a:link, #menu_ezel a:visited {
	display: block;
	width:68px;
	height:68px;
	background-image: url('../images/menu_ezel.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu_ezel a:hover  {
	background-position:0px -68px; 
}


.menu_button {
	width:10px;
	height:68px;
	text-align:center;
	float:left;
}
.button_image {
	cursor:pointer;
}	

#content_container {
	padding:0;
	margin:0;
	height: 475px;
	width: 770px;
}
#content_frame {
	padding:0;
	margin:5px 0 0 20px;
	background-repeat: no-repeat;
}
#content_body {
	padding: 40px;
	border: 4px solid 
}

#menu_pointer {
	margin-top: 10px;
	margin-bottom:-5px;
	height: 12px;
	width: 4px;
}
#TL {
	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	float:left;
	background-repeat: no-repeat;
}

#TR {
	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	float:right;
	background-repeat: no-repeat;
}

#BL {
	position: relative;
	height: 16px;
	width: 16px;
	float:left;
	background-repeat: no-repeat;
	margin:-12pt 0 0 0;
}

#BR {
	height: 16px;
	width: 16px;
	float:right;
	background-repeat: no-repeat;
	margin:-12pt 0 0 0;	
}



/* homepage style section */
.hpi_container {
	position: relative;
	margin: 0 0 30px 0;
}

.hpi_image {
	position: relative;
	background-color: #FFFFFF;
	float: left;
	border: 3px solid #33FF00;
	padding: 4px;
	width: 150px;
}

.hpi_title_bg {
	position: absolute;
	height: 51px;
	width: 488px;
	background-image: url('/images/main/titel_home_bg.gif');
	margin: 0 0 0 175px;  
}

.hpi_title {
	position: relative;
	float: left;
	width: 420px;
	font: 16px verdana;
	font-weight: bold;
	color: #FFFFFF;
	margin: 16px 0 0 70px;
}

.hpi_text {
	position: relative;
	float: left;
	width: 420px;
	font: 11px verdana;
	margin: 20px 0 0 60px;
}

.hpi_text a:link, .hpi_text a:visited {
	color: #777777;
	font-weight: bold;
}


/* photogallery style section */
.pg_container {
	position: relative;
	margin: 0 0 30px 0;
}

.pg_image {
	position: relative;
	background-color: #FFFFFF;
	float: left;
	border: 3px solid #FF00CC;
	padding: 4px;
}

.pg_title_bg {
	position: absolute;
	height: 51px;
	width: 488px;
	background-image: url('/images/main/titel_fotogalerij_bg.gif');
	margin: 0 0 0 145px;  
}

.pg_title {
	position: relative;
	float: left;
	width: 440px;
	font: 16px verdana;
	font-weight: bold;
	color: #FFFFFF;
	margin: 16px 0 0 70px; 
}

.pg_maintitle {
	font: 18px verdana;
	font-weight: bold;
	color: #FF00CC;
	border-bottom: 1px solid #FF00CC;
}

.pg_text {
	position: relative;
	float: left;
	width: 420px;
	font: 11px verdana;
	margin: 20px 0 0 60px;
}

.pg_button {
	float:right;
	height: 25px;
	width: 25px;
	background-image: url('/images/main/pink_button.gif');
	cursor: pointer;
}

#thumbmail_canvas {
	width: 460px;
}

.photo_canvas {
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #777777;
	cursor:pointer;
}

.photo_canvas:hover {
	border: 1px solid #FF00CC;
}	

.oa_th {
	padding: 3px 0;
	font: 14px verdana;
	font-weight: bold;
	color: #0000FF;
}

.oa_table {
	font: 12px verdana;
}

.oa_tr {
	cursor: pointer;
}

.oa_tr:hover {
	background-color: #0000FF;
	color: #FFFFFF;	
}

.oa_blok {
	font: 12px verdana;
}

.oa_titel {
	font: 18px verdana;
	font-weight: bold;
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

.oa_subtitel {
	font: 12px verdana;
	line-height: 20px;
	font-weight: bold;
	color: #777777;
	padding-left: -20px;
}

.oa_terug {
	font: 12px verdana;
	color: #0000FF;
	cursor: pointer;
}

#oa_image {
	float: right;
}
#oa_image img {
	padding: 5px;
	border: 1px solid #777777;
}

.k_th {
	padding: 3px 0;
	font: 14px verdana;
	font-weight: bold;
	color: #FFCC00;
}

.k_table {
	font: 12px verdana;
}

.k_tr {
	cursor: pointer;
}

.k_tr:hover {
	background-color: #FFCC00;
	color: #FFFFFF;	
}

.k_blok {
	font: 12px verdana;
}

.k_titel {
	font: 18px verdana;
	font-weight: bold;
	color: #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

.k_subtitel {
	font: 12px verdana;
	line-height: 20px;
	font-weight: bold;
	color: #777777;
	padding-left: -20px;
}

.k_terug {
	font: 12px verdana;
	color: #FFCC00;
	cursor: pointer;
}

#k_image {
	float: right;
}
#k_image img {
	padding: 5px;
	border: 1px solid #777777;
}
.k_title_bg {
	position: absolute;
	height: 51px;
	width: 658px;
	background-image: url('/images/main/titel_kalender_bg.gif');
	margin: 3px 0 0 0;  
}

.k_title {
	position: relative;
	float: left;
	width: 440px;
	font: 16px verdana;
	font-weight: bold;
	color: #FFFFFF;
	margin: 18px 0 0 75px; 
}
.k_tekst {
	position: relative;
	float: left;
	width: 420px;
	font: 11px verdana;
	margin: 20px 0 0 0px;
}
.k_tekst_detail {
	position: relative;
	float: left;
	width: 420px;
	font: 11px verdana;
	margin: 20px 0 0 45px;
}
.k_foto {
	position: relative;
	float: left;
	width: 175px;
	margin: 20px 0 0 60px;
}
.k_foto_right {
	position: relative;
	float: right;
	width: 175px;
	margin: 20px 0 0 0;
}
.k_foto img {
	padding: 5px;
	border: 1px solid #FFCC00;
}

.k_foto_right img {
	padding: 5px;
	border: 1px solid #FFCC00;
}
.k_btn_detail {
	float:right;
	margin: 0 5px 0 0;
	cursor:pointer;
}	




.c_titel {
	font: 18px verdana;
	font-weight: bold;
	color: #FFFF00;
	border-bottom: 1px solid #FFFF00;
}

.guestbook_container {
	font: 10px verdana;
	width: 570px;
	padding: 5px;
	margin: 35px 0 0 70px; 
	border: 1px solid #FF0000;
}
.guestbook_author {
	color: #AAAAAA;
	float: left;
}
.guestbook_entry {
	color: #AAAAAA;
	float: right;
}
#guestbook_write {
	font: 12px verdana;
	float: right;
	border: 1px solid #999999;
	color: #999999;
	padding: 2px;
}
#guestbook_write:hover {
	font: 12px verdana;
	float: right;
	border: 1px solid #999999;
	color: #777777;
	padding: 2px;
	cursor: pointer;
}
.guestbook_form {
	font: 11px verdana;
	color: #777777;
}
.guestbook_form input{
	font: 11px verdana;
	color: #777777;
}
.guestbook_form textarea{
	font: 11px verdana;
	color: #777777;
}

.guestbook_title_bg {
	position: absolute;
	height: 51px;
	width: 658px;
	background-image: url('/images/main/titel_gastenboek_bg.gif');
	margin: 0 0 0 0;  
}

.guestbook_title {
	position: relative;
	float: left;
	width: 440px;
	font: 12px verdana;
	color: #FFFFFF;
	margin: 18px 0 0 75px; 
}

.gb_titel {
	font: 18px verdana;
	font-weight: bold;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}

.m1 {
	font: 18px verdana;
	font-weight: bold;
	color: #FFCC00;
}

.m2 {
	font: 16px verdana;
	color: #FFCC00;
}

#footer_links {
	padding: 6px 0 50px 16px; 
	font: 10px verdana;
}
#footer_links a:link, a:visited {
	color: #777777;
}
.sitemap_title {
	margin: 20px 0 5px 0;
	padding: 0;
	font: 15px verdana;
	font-weight: bold;
	
}

.sitemap_link {
	margin: 0 0 0 20px;
}
.sitemap_link a:link, .sitemap_link a:visited {
	text-decoration: none;
	color: #777777;
}

.sitemap_link a:hover {
	color: #000000;
}

.sitemap_titel {
	font: 18px verdana;
	font-weight: bold;
	color: #777777;
	border-bottom: 1px solid #777777;
}