html,body{
	margin:0;
	padding:0;
}

body{
	font:13px/19px Georgia,Cambria,"Times New Roman",serif;
	text-align:center;
}

#container{
	text-align:left;
	width:970px;
	margin:0 auto;
}

#header{
	height:156px;
	margin:25px 0 0;
	background:url(/layout/header.png) no-repeat left top;
	position:relative;
}
.lang_fr #header{
	background:url(/layout/header_fr.png) no-repeat left top;
}
.home #header,.page-template-home_fr-php #header{
	height:352px;
	margin:25px 0 0;
	background:url(/layout/header_home.png) no-repeat left top;
}.page-template-home_fr-php #header{
	background:url(/layout/header_home_fr.png) no-repeat left top;
}

#header #topnavigation{
	position:absolute;
	left:360px;
	bottom:0;
	font-size:12px;
	width:535px;
}
#header #topnavigation li{
	display:inline;
}
#header #topnavigation li a{
	text-decoration:none;
	background:#06C url(/layout/topnavigation.png) no-repeat left bottom;
	color:#fff;
	padding:0 0 0 7px;
	float:left;
	width:auto !important;
	width:40px;
}
#header #topnavigation li a span{
	background:#06C url(/layout/topnavigation.png) no-repeat right bottom;
	padding:6px 7px 0 0;
	display:block;
	height:25px;
	cursor:pointer;
}

#header h1 a{
	width:360px;
	height:117px;
	display:block;
}
#header h1 span{
	margin-left:-9999px;
}
#header #searchform{
	position:absolute;
	right:96px;
	top:10px;
}
#header #searchform label{
	display:none;
}
#header #searchform #searchsubmit{
	font:13px Georgia,Cambria,"Times New Roman",serif;
	color:#06C;
	background:#fff;
	border:1px solid #fff;
}
#header #searchform #s{
	font:12px Georgia,Cambria,"Times New Roman",serif;
	background:url(/layout/searchfield.gif) no-repeat left top;
	width:134px;
	padding:5px 5px 0;
	border:0;
	height:20px;
}
#header #language_nav{
	position:absolute;
	top:14px;
	right:36px;
	font-size:10px;
	color:#666;
}
#header #language_nav a{
	color:#aaa;
	text-decoration:none;
}
.lang_nl a#nav_nl,.lang_fr a#nav_fr{
	font-weight:bold;
}
#header #socialbuttons{
	position:absolute;
	bottom:5px;
	right:36px;
}
#header #socialbuttons img{
	padding:0 0 0 4px;
}

#sidebar{
	float:left;
	width:300px;
	padding-left:36px;
}
#content{
	float:right;
	width:528px;
	padding:0 82px 0 24px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.home #content,.page-template-home_fr-php #content{
	padding-right:34px;
	width:576px;
}

#content,#sidebar{
	padding-top:32px;
}

/* subnavigation
----------------*/

#subnavigation{
	background:#E5EFFA url(/layout/subnavigation.gif) no-repeat left top;
	margin-bottom:24px;
	padding:4px 0 0;
	margin-bottom:24px;
}
#subnavigation ul{
	background:url(/layout/subnavigation.gif) no-repeat left bottom;
	padding:12px 16px 8px;
}
#subnavigation ul ul{
	background:none;
	padding:0;
}
#subnavigation a{
	text-decoration:none;
	color:#06C;
}
#subnavigation li{
	display:none;
}
#subnavigation li.activeparent,
#subnavigation li.activeparent li,
#subnavigation li.active,
#subnavigation li.active li,
#subnavigation li.current-cat,
#subnavigation li.current-cat li,
#subnavigation li.current-cat-parent,
#subnavigation li.current-cat-parent li,
#subnavigation .shownav li{
	display:block;
}
#subnavigation li a{
	font-size:18px;
	font-weight:bold;
	display:block;
	min-height:24px;
	height:auto !important;
	height:24px;
	padding-bottom:8px;
	width:215px;
}
#subnavigation li li a{
	font-size:13px;
	font-weight:normal;
	color:#000;
	height:auto;
	padding-left:17px;
}
#subnavigation li li li a{
	color:#555;
	padding-left:33px;
	font-style:italic;
}
#subnavigation li li ul{
	display:none;
}
#subnavigation li li.current_page_item ul,#subnavigation li li.current_page_ancestor ul {
	display:block;
}

/* quotes
----------------*/
blockquote{
	background:#1B1B1B url(/layout/quote_bg.png) no-repeat left top;
	margin-bottom:24px;
	color:#aaa;
	height:108px;
	overflow:hidden;
	font-size:18px;
	font-style:italic;
	line-height:18px;
	text-align:center;
	position:relative;
}
blockquote table{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
blockquote td{
	vertical-align:middle;
	padding:0 16px;
}
blockquote p{
	margin:0;
}

/* footer
----------------*/
#footer_contact{
	clear:both;
	color:#666;
	font-size:10px;
	padding:0 36px;
}
#footer_contact #design,#footer_contact #design a{
	color:#aaa;
}

#footer{
	clear:both;
	background:#003263 url(/layout/footer.png) no-repeat center top;
}
#fat_footer{
	text-align:left;
	width:898px;
	margin:0 auto;
	color:#666;
	font-size:10px;
	padding:0 36px;
}
#footer a,#footer_contact a{
	color:#666;
	text-decoration:none;
}
#footer a:hover,#footer_contact a:hover{
	text-decoration:underline;
}

#fat_footer{
	color:#FFF;
	min-height:200px;
	padding:24px 36px 0;
	position:relative;
}
#fat_footer a{
	color:#fff;
	text-decoration:none;
}
#fat_footer li{
	width:128px;
	float:left;
}
#fat_footer li li{
	float:none;
	width:auto;
	display:inline;
}
#fat_footer li a{
	color:#7FB2E5;
	font-size:14px;
	line-height:15px;
	display:block;
	height:36px;
	font-weight:bold;
	padding-right:8px;
}
#fat_footer li li a{
	color:#fff;
	font-size:12px;
	line-height:13px;
	padding-bottom:8px;
	font-weight:normal;
	height:auto;
}

#fat_footer #logos{
	position:absolute;
	bottom:20px;
	right:36px;
}
#fat_footer #logos img{
	padding:0 0 0 24px;
}

/* ELEMENTS
-----------*/

p{
	margin:0 0 10px;
}
h2{
	font-size:18px;
	margin-bottom:8px;
}
h3{
	font-size:16px;
	margin-bottom:5px;
	color:#06C;
	font-weight:normal;
}
a{
	color:#06C;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
#content td{
	padding:0 5px 5px 0;
}

/* posts
--------*/
.postmetadata{
	font-size:11px;
	line-height:13px;
	border-top:1px solid #ccc;
	padding-top:10px;
	margin:15px 0 25px;
	color:#999;
}
.postdate{
	float:right;
	font-style:italic;
}
.hentry{
	border-bottom:1px solid #999;
	margin-bottom:25px;
}
.post h3{
	font-size:18px;
	margin-top:10px;
}
.post h3 a{
	text-decoration:none;
}
.post h3 a:hover{
	text-decoration:underline;
}

/* HOME
-------*/
#welcome{
	min-height:414px;
	height:auto !important;
	height:414px;
	/*background:url(/layout/e4.gif) no-repeat right bottom;*/
}
.homecol{
	width:276px;
	float:left;
	background:#BFD9F2 url(/layout/blue25.gif) no-repeat left bottom;
	padding-bottom:5px;
}
.homecol .inner{
	background:#BFD9F2 url(/layout/blue25.gif) no-repeat left top;
	padding:12px 12px 7px;
	min-height:225px;
	height:auto !important;
	height:225px;
}
.lang_fr #homecol1left .inner,.lang_fr #homecol1right .inner{
	min-height:270px;
	height:auto !important;
	height:270px;
}
.homecolleft{
	margin-right:24px;
	margin-bottom:24px;
}
.homecolright{
	margin-bottom:24px;
}
#homecol1left ,#homecol1left  .inner{background-image: url(/layout/blue25.gif);}
#homecol1right,#homecol1right .inner{background-image: url(/layout/blue45.gif);}
#homecol2left ,#homecol2left  .inner{background-image: url(/layout/blue65.gif);}
#homecol2right,#homecol2right .inner{background-image: url(/layout/black.gif);background-color:#000000;}

.homecol p{
	margin-bottom:5px;
}

#homecol2left,#homecol2right{
	color:#fff;
}
#homecol1right h2{
	color:#06C;
}
#homecol2left h3,#homecol2left h3 a{
	color:#B2D1F0;
	text-decoration:none;
	margin-bottom:3px;
}
#homecol2left ul{
	margin-bottom:15px;
}
#homecol2left .event_time{
	font-size:11px;
	margin-bottom:15px;
	display:block;
}
.readmore{
	text-align:right;
}
.readmore a{
	background:url(/layout/readmore.gif) no-repeat right bottom;
	padding-right:16px;
	font-size:10px;
	line-height:12px;
	color:#fff;
	text-decoration:none;
}
#homecol2left a{
	color:#fff;
	text-decoration:none;
}
#homecol2left a:hover{
	text-decoration:underline;
}

/* meldpunt */
#homecol1right{
	position:relative;
}
#homecol1right textarea#message,#homecol1right input{
	font:12px Georgia,Cambria,"Times New Roman",serif;
}
#homecol1right textarea#message{
	width:244px;
	height:82px;
	border:0;
	background:url(/layout/meldpunt_textarea.gif) no-repeat left top;
	margin-bottom:6px;
	padding:4px;
}

#homecol1right input.text{
	width:132px;
	height:13px;
	background:url(/layout/meldpunt_input.gif) no-repeat left top;
	padding:6px;
	border:0;
}
#homecol1right input.submit{
	width:97px;
	height:26px;
	background:url(/layout/meldpunt_submit.gif) no-repeat left bottom;
	padding:6px;
	border:0;
	color:#fff;
	float:right;
}
img.ajax-loader{
	position:absolute;
	top:170px;
	right:12px;
}
#homecol2right .inner{
	padding-right:0;
}
#homecol2right img{
	width:64px;
	height:64px;
	padding:5px;
	background:url(/layout/img_bg.gif) no-repeat center center;
}
#homecol2right dl{
	float:left;
	margin:7px 0 3px;
}
#homecol2right dd{
	display:none;
}
#homecol2right .readmore{
	padding-right:12px;
	margin:0;
}

/* albums
---------*/
.albumize_gallery_vert {
width: 150px;
height:260px;
float:left;
padding:10px;
margin:0 4px 4px 0;
background:#fff;
border:1px solid #E5EFFA;
}

.albumize_gallery_vert:hover {
background:#E5EFFA;
}

.albumize_thumb_vert {
margin-bottom:5px; 
text-align:center;
}

.albumize_thumb_vert img{
border: 1px solid black;
}

.albumize_title_vert  {
margin-bottom:3px;
}
.albumize_title_vert a{
	font-size:16px;
	text-decoration:none;
}
.albumize_title_vert a:hover{
	text-decoration:underline;
}
.albumize_gallery_vert{
	position:relative;
}
.albumize_count_vert{
	position:absolute;
	bottom:5px;
	right:10px;
	font-style:italic;
	font-size:12px;
	color:#666;
}
