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


/* Compatability  */
.kop {
	color:#000033;
	font-family:Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	text-align:right;
}

.kopje {
	color:#000033;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

/*font,span,a*/
td,div,p {
	color:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	/*font-size:12px;*/
}

td p { margin:0; }

a,
a:link,
a:active,
a:visited {
	/*color:#036BBC;*/
	text-decoration:underline;
}

a img {
	border: 1px solid #0099CC;
}



html {
	width: 100%;
	height: 100%;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
}

#maintable {
	margin:0 auto;
	width:996px;
	height:100%;
	background-image: url('/layout/images/middlebg.png');
	background-repeat:repeat-y;
}

#maintable tr {
	vertical-align:top;
}

#leftmenu {
	background-image:url('/layout/images/left.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 152px;
}

#leftmenu_ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#leftmenu_ul li {
	background-image:url('/layout/images/leftmenubutton.png');
	background-repeat: no-repeat;
	width: 152px;
	height: 36px;
	padding-bottom:13px;
	text-align:center;
	overflow:hidden;
}

#leftmenu_ul li a,
#leftmenu_ul li a:link,
#leftmenu_ul li a:active,
#leftmenu_ul li a:visited {
	font-family: Georgia;
	font-weight:bold;
	font-size:10pt;
	color: #E6F69A;
	text-decoration:none;
	display:block;
	padding-top:9px;
	padding-bottom:9px;
	white-space: nowrap;
}

#leftmenu_ul li a:hover,
#leftmenu_ul li a.selected {
	color: #FBFCFD;
}


/* Header zit in kollom van #leftmenu */
#header {
	background-image:url(/layout/images/header.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:181px;
	overflow:visible;
	position:absolute;
	top:0;
	width:996px;
	margin:0;
	padding:0;
}

#info_wrapper {
	float: right;
	width: 192px;
	height: 139px;
}

#info_wrapper ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 100%;
}

#info_wrapper ul li {
	float:left;
}

#flag_nl,
#flag_en,
#flag_de {
	margin-top:20px;
}

#flag_nl { margin-left:44px; }
#flag_de { margin-left:24px; }
#flag_en { margin-left:23px; clear:right; }
#email	 { margin-top: 10px; }

#info_wrapper img {
	border-style:none;
}

#topmenu_wrapper {
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	bottom:19px;
	width:100%;
	clear:both;
}

#topmenu_wrapper a {
	font-family:Georgia;
	text-decoration:none;
	font-size:11pt;
}

#topmenu_home {
	float:left;
	margin-left: 75px;
}

#topmenu_home a {
	color: #568904;
}


#topmenu_rest {
	float:right;
	width: 631px;
}

#topmenu_rest a,
#topmenu_rest a:link,
#topmenu_rest a:active,
#topmenu_rest a:visited {
	color: #06374E;
}

#topmenu_rest a:hover,
#topmenu_rest a.selected {
	color: #036BBC;
}

#topmenu_rest ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 100%;
}

#topmenu_rest ul li {
	text-align:center;
	float:left;
	width: 125px;
	overflow:hidden;
	white-space:nowrap;
}


#topmenu_rest ul li:first-child {
	margin-left:0px;
}


#content {
/*
	width: 692px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:20px;
*/
	width: 692px;
}
/*
width:652px;height:100%;overflow:auto"
*/
#content_placeholder {
	width: 652px;
	height:100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:20px;
	
	/*overflow:auto;
	overflow-x:auto;
	*/
	overflow:hidden;
	/* Geen verticale scrollbar */
	overflow-y:hidden;
}

#floater {
	position: absolute;
	z-index:1000;
	visibility:hidden;
	background-color: #FFFFFF;
}

#sitemap {
	list-style-type: square;
}

#footer_links ul {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:10px 0px 5px 0px;
	width: 100%;
	text-align:center;
}

#copyright,
#copyright span,
#footer_links ul li a,
#footer_links ul li a:link,
#footer_links ul li a:active,
#footer_links ul li a:visited {
	color:#999999;
	text-decoration:none
}

#footer_links ul li a:hover {
	color:#036BBC;
}

#footer_links ul li {
	display:inline;
	padding-left:4px;
	padding-right: 4px;
	border-left: 1px solid #999999;
}

#footer_links ul li:first-child {
	border-left-style: none;
}


#footer_links {
	height:1%;
}

#copyright {
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align:center;
}

#rightmenu {
	background-image:url('/layout/images/right.png');
	background-position:right bottom;
	background-repeat: no-repeat;
	width: 152px;
}

#rightmenu img {
	border-style:none;
	float:left;
	margin-bottom:5px;
}

#leftmenu,
#content,
#rightmenu {
	padding-top: 181px;
}


/* Foto album */
/* Opmaak voor watermerk foto's */

#content_placeholder tr {
	vertical-align:bottom;
}

#content_placeholder div.inhoud {
	height: 400px;
}

div.foto_container {
}

div.foto_watemerk {
}

span.foto_comment {
	font-weight: bold;
}

/* Navigatie tabel */
#foto_navigatie {
}

#foto_navigatie a img {
	border-width:0px;
}

/* Mail een foto */
#foto_mail {
	display: none;
}

/* tabel formulier om foto te mailen */
#mail_foto_form {
}

/* tabel Bericht voor wanneer een foto is verstuurd */
#mail_foto_sent {
	display: none;
}

