/* ----------------------------------- */
/* Reset styles                        */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #043049;
	font-family: Arial;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* ----------------------------------- */
/* Default styles                      */
/* ----------------------------------- */

.flashlink {
	display:none;
}

#content-container {
	background-color: #fff; 
	position: relative;
	width: 917px;
	height: 650px;
	min-height: 650px;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
}

#maincontent {
	margin: 0px auto;
	width: 867px;
	min-height: 650px;
	background-color: #054368;
}	

#header{
	float: left;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	width: 867px;
	height: 211px;
}


#header-menu{
	z-index: 10;
	position: absolute;
	width: 189px;
	height: 53px;
	margin: 0 0 0 10px;
}


#home-icon{
	background-image: url('../img/home_button.gif');
	background-repeat: no-repeat;	
	width: 63px;
	height: 53px;
	float: left;
	cursor: pointer;
}

#fotos-icon{
	background-image: url('../img/fotos_button.gif');
	background-repeat: no-repeat;	
	width: 63px;
	height: 53px;
	float: left;
	cursor: pointer;
}

#contact-icon{
	background-image: url('../img/contact_button.gif');
	background-repeat: no-repeat;	
	width: 63px;
	height: 53px;
	float: left;
	cursor: pointer;
}


#bar {
	width: 867px;
	height: 25px;
	background-color: #043049;
	float: left;
}

#breadcrumbs a, #breadcrumbs{
	font-size: 11px;
	color: #ffffff;
	padding: 5px 0 0 5px;
	text-decoration: none;
}

#content {
	float: left;
	width: 867px;
	min-height: 420px;
}

#left{
	float: left;
	width: 267px;
	min-height: 384px;
	height: 384px;
	
	height: auto !important;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#right{
	float: left;
	display: block;
	width: 600px;
	min-height: 420px;
	background-color: #fff;
	
}

#text {
	float: left;
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	margin: 20px;
}

#text h1, #text h2 {
	font-size: 16px;
	height: 20px;
	font-weight: bold;
	width: 580px;
	color: #043049;
	margin: 0 0 20px 0;
	float: left;
}



#mainmenu {
	float: left;
	width: 267px;
	height: 192px;
	background-image: url('../img/bg_menu.gif');
	background-repeat: repeat-x;
	background-color: #043049;
}

#mainmenu-bottom {
	float: left;
	width: 267px;
	height: 192px;
	background-image: url('../img/bg_menu.gif');
	background-repeat: repeat-x;
	background-color: #043049;
}

#menu-items {
	font-size: 12px;
	float: left;
	margin: 5px;
	color: #ffffff;
	font-weight: bold;
}

#menu-items ul {
	float: left;
	margin: 10px 0 0 15px;
	padding: 0;
}

#menu-items ul li {
	padding: 5px 0 0 0;
	width: 200px;
	list-style: none;
	height: 20px;
	border-bottom: 1px dotted #043049;
}

#menu-items ul li a {
	text-decoration: none;
	color: #fff;
} 

#laatste-nieuws {
	float: left;
	margin: 15px;
	font-size: 11px;
	color: #fff;
}

#laatste-nieuws-header {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}

.leesmeer {
	font-weight: bold;
	margin: 5px 0 0 0;
}

#fotoalbums {
	float: left;
	width: 100%;
	min-height: 300px;
	height: auto !important;
}

.album {
	float: left;
	width: 100%;
	height: 130px;
	margin: 0 0 10px 0;
}

.album_thumb {
	float: left;
	width: 120px;
	height: 120px;
}

.album_thumb img{
	float: left;
	width: 110px;
	height: 110px;
	border: 4px solid #043049;
}

.album_titel {
	float: left;
	width: 400px;
	height: 120px;
	font-size: 16px;
	margin: 30px 0 0 10px;
	color: #043049;	
}

.hidden {
	display: none;
}

