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


/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
} 
q:before,q:after {
	content:'';
}
abbr,acronym,iframe {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	background: url(../images/bg.gif) repeat-x #11416B;
}

html, body, #container { height: 100%;}

body > #container { height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #FFFFFF; font-size: 16px;}
h2 { color: #FFFFFF; font-size: 14px;}
h3 { color: #FFFFFF; font-size: 13px;}
h4 { color: #FFFFFF; font-size: 13px;}
h5 { color: #FFFFFF; font-size: 12px;}
h6 { color: #FFFFFF; font-size: 9px;}


/*------------------------------- Container ---------------------------------*/

#container {
	background: url(../images/containerBg.gif) no-repeat top center;
}
#wrapper {
	margin: 0 auto;
	width: 990px;
}


/*------------------------------- Header ---------------------------------*/

#header {
	position: relative;
	width: 990px;
	height: 105px;
}

/* logo */
#header #logo {
	float: left;
	width: 59px;
	height: 71px;
	margin: 12px 23px 0 18px;
	background: url(../images/logo.png);
}
#header #logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}

/* languageSelection */
#header #languageSelection {
	position: absolute;
	top: 16px;
	right: 19px;
	width: 61px;
	height: 21px;
	text-indent: -9999px;
}
#header #languageSelection a {
	float: left;
	display: block;	
	height: 21px;
}
#languageSelection .en { width: 31px; background: url(../images/languages.gif) 0 0;}
#languageSelection .nl { width: 30px; background: url(../images/languages.gif) -31px 0;}


/*------------------------------- Menu ---------------------------------*/

#menu {
	float: left;
	width: 860px;
	height: 40px;
	margin: 43px 0 0 0;
	padding: 0 15px;
	background: url(../images/menuBg.gif);
	font-size: 16px;
	font-family: Garamond, serif;
	overflow: hidden;
}
#menu li {
	float: left;
	line-height: 40px;
}
#menu li a {
	display: block;
	padding: 0 9px;
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover, #menu li.active a {
	color: #5B95BF;
	background: #001E3A;
}


/*------------------------------- Banner ---------------------------------*/

#banner {
	width: 990px;
	height: 373px;
}


/*------------------------------- Main ---------------------------------*/

#main {
	width: 990px;
	background: #0C4475;
}


/*------------------------------- Content ---------------------------------*/

#content {
	width: 940px;
	min-height: 300px;
	padding: 0 25px 25px 25px;
	color: #7DB3D4;
	font-size: 12px;
	line-height: 18px;
}
	#content a { color: #7DB3D4; text-decoration: underline;}
	#content a:hover { color: #FFF;}

#content img { border: 1px solid #7DB3D4; margin: 5px;}
#content li { margin: 2px 0 2px 15px; list-style: disc;}
#content p { margin: 0 0 12px 0;}

/* fotoalbum */
#content hr { height: 1px; border: 0; border-top: 1px solid #002649; margin: 5px 0 10px 0;}
#content .fotoalbum_thumbnail { float: left; font-size: 11px; text-align: center; line-height: normal; text-decoration: none;}

/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 5px;
	right: 5px;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	clear: both;
	width: 990px;
	height: 82px;
	background: url(../images/footerBg.png) no-repeat top;
	color: #7DB3D4;
	font-size: 11px;
	text-align: center;
}
	#footer a { color: #7DB3D4; text-decoration: none;}
	#footer a:hover { color: #FFF;}

#footer .adres {
	height: 32px;
	line-height: 32px;
}
#footer .bottom {
	height: 20px;
	margin: 15px 0;
}


/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */