
html {
	height:100%;
	overflow:visible;
}

body {
	margin:0px;
	text-align:center;
	/*height: 100%;*/
}

em, i {
    font-style: italic;
}


table#main {
	margin:0 auto;
	width: 980px;
	height: 100%;
}

td#header {
	width: 980px;
	height: 219px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	vertical-align:bottom;
}

td.kbs#header { background-image: url('/layout/images/header-kbs.jpg'); }
td.bts#header { background-image: url('/layout/images/header-bts.jpg'); }

div#topmenu {
	width:100%;
	height:20px;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:10px;
}

div#cmslink {
	width:25px;
	height:25px;
	position:absolute;
	top:0px;
}

td#header ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

td#header ul li {
	display:block;
	float:left;
	text-align:center;
	width: 145px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

td#header ul li.first {
	width:200px;
	margin-right:50px;
}
td#header ul li.first a {
	color: #33393c;
}

td#header ul li a {
	color: #0179b0;
	text-decoration:none;
	font-family:Arial Narrow, Arial;
	font-size:10pt;
/*	font-weight:bold; */
}

td#header ul li a span.cufon {
	margin-top: 5px;
}

td#leftmenu {
	width: 219px;
	/*height:100%;*/
	/*height: 374px;*/
	background-repeat: repeat-y;
	background-image: url('/layout/images/menu-background.jpg');
	background-attachment: scroll;
	vertical-align:top;
	position:relative;
}
/*
div#leftmenu-part1 {
	width: 219px;
	height: 374px;
	background-image: url('/layout/images/menu-part1.jpg');
	position:absolute;
	top:219px;
	z-index: 100;
} */

div#leftmenu-part2 {
	width: 219px;
	height: 176px;
	background-image: url('/layout/images/menu-part2.jpg');
	z-index: 101;
	position:absolute;
	bottom:0px;
}

div#leftmenu-content {/*
	position:absolute;
	top:219px;*/
	margin:0px;
	z-index:102;
	background-image: url('/layout/images/menu-part1.jpg'); height: 374px;
	position:relative;
}

div#leftmenu-content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 26px;
}

div#leftmenu-content ul li {
	display:block;
	background-image: url('/layout/images/button.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	width: 184px;
	height: 32px;
	margin-bottom: 18px;
	text-align:center;
}

div#leftmenu-content ul li a span.cufon {
	padding-top: 5px;
}

div#leftmenu-content ul li a {
	display:block;
	padding-top: 5px;
	color: #585757;
	font-family: Arial Narrow, Arial;
	font-style: italic;
	/*font-size: 17px;*/
	font-size: 12pt;
	text-decoration: none;
}

div#leftmenu-content ul li a img {
	margin-top:3px;
}
/*
div#leftmenu-content ul li a:hover {
	color: #0179b0;
}
*/

td#content {
	width: 762px;
	height: 100%;
	background-repeat: repeat-y;
	background-position:right top;
}

td.single#content { background-image: url('/layout/images/background-single.jpg'); }
td.double#content { background-image: url('/layout/images/background-double.jpg'); }

div#contentwrapper {
	width: 100%;
	height: 100%;
	position:relative;
}

div#contentdiv {
	height:100%;
	overflow:auto;
	position:absolute;
	width:762px;
}

div#contentdiv,
div#contentdiv a,
div#contentdiv span,
div#contentdiv td,
div#contentdiv p, 
div#contentdiv div, 
div#contentdiv b, 
div#contentdiv u, 
div#contentdiv em {
	color: #33393c;
	font-family:Arial;
	font-size:10pt;
}


div#contentdiv a,
div#contentdiv a:link,
div#contentdiv a:active,
div#contentdiv a:visited {
	color: #0179b0;
	text-decoration:underline;
}
div#contentdiv a:hover {
	text-decoration:none;
}

div#contentdiv h1,
div#contentdiv h2,
div#contentdiv h3,
div#contentdiv h4,
div#contentdiv h5 {
	font-family:Arial;
	font-size: 10pt;
	color: #0082bd;
	font-weight:bold;
	margin:0px;
	padding-top:24px;
	padding-bottom:12px;
}



div#leftside,
div#rightside {
	width: 50%;
	text-align:left;
	vertical-align:top;
}

div#leftside 	{ width: 350px; float:left; }
div#rightside 	{ width: 342px; float:right; }

div#rightside img {
/*	border:1px solid #0179b0;*/
}

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

div.foto_container {
}

a img {
	border:1px solid #0179b0;
}

#foto_watermerk {
	border-color:#0179b0;
}

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;
}



ul#fotoalbums {
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 50px;
}

ul#fotoalbums li {
	display:block;
	float:left;
	width:220px;
	text-align:center;
	padding-bottom:15px;
}