/*
#############################
#			ALGEMEEN 		#
#############################
*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,td,a {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

br.clear {
	clear: both;
}

img {
	border: none;
	display: block;
}

body {
	font: 62.5% Georgia;
	background: #4A4F53 url(../images/bg.gif) repeat-x;
}

html {
	height: 100%;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #b4262b;
}


h2 {
	font-size: 2.5em;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 1.9em;
	font-weight: bold;
	color: #ced9ed;
	line-height: 10px;
}


/*
#############################
#			LAYOUT			#
#############################
*/

div#container {
	margin: auto;
	width: 765px;
	background:  url(../images/r1.png) repeat-y;
}

div#header {
	position: relative;
	height: 101px;
	width: 759px;
	padding-right: 5px;
	background-repeat: no-repeat;
}

div#header a {
	display: block;
	width: 261px;
	height: 61px;
	float: left;
	margin: 15px 0 0 20px;
	background: red;
}


div#bs {
	width: 400px;
	height: 61px;
	float: right;
	background: url(../images/bs_logo.png) no-repeat;
	margin: 30px 0 0 10px;

}

div#content {
	clear: both;
	width: 753px;
	float:left;
	padding: 10px 0 10px 10px;

}

div#shadow {
	clear: both;
	width: 765px;
	height:12px;
	background: #4A4F53 url(../images/bgfoot.png) no-repeat;
}

div#welkom {
	position: relative;
	width: 735px;
	height: 281px;
	background: url(../images/welkom.gif) no-repeat;
}

div#welkom img {
	margin-left: 210px;
}

div#titel {
	width: 735px;
	height: 57px;
	font-size: 3.0em;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	background-color: #0C4483;
	margin: 10px 0 10px 10px;
}

div#margin {
	float: left;
	margin-left: 10px;
}
/*
#########################
#	MENU'S & LIJSTEN	#
#########################

HOOFDMENU */

div#menu {
	position: relative;
	width: 759px;
	height: 37px;
	background: #000000;
}

ul#mainmenu {
	list-style: none;
	width: 739px;
	padding: 12px 0 0 20px;
}

ul#mainmenu li {
	float: left;
	height: 25px;
}

ul#mainmenu li a {
	display: block;
	font-family: Georgia;
	padding: 0px 6px 3px 10px;
	font-size: 1.1em;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
	background: #000000;
}

ul#mainmenu li a:hover {
	background: #30579B;
}

ul#mainmenu li a.active,
ul#mainmenu li a:active {
	background: #30579B;
}

/*
#########################
#		LINKS			#
#########################
 */

div#left {
	margin-top: 10px;
	padding: 10px 0;
	width: 210px;
	color: #fcfefc;
	float: left;

}

div#left p {
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 18px;

}

div#left img {
}

ul#knop li.leesmeer  {
	display: block;
	font-size: 1.2em;
	padding: 3px 0 3px 0px;
	float: left;
	width: 117px;
	height: 23px;
	background: url(../images/knop_bs.gif) no-repeat;
}

ul#knop li.leesmeerhover {
	display: block;
	font-size: 1.2em;
	float: left;
	width: 117px;
	height: 23px;
	padding: 3px 0 3px 0px;
	background: url(../images/knop_bson.gif) no-repeat;
	list-style: none;
}

/*
#########################
#		MIDDEN			#
#########################
 */

 div#mid {
 	position: relative;
	float: left;
	width: 333px;
	margin: 9px 0 0 10px;
}

div#midbg {
	float: left;
	width: 333px;
	height: 6px;
	background: url(../images/bg_itemt.gif) no-repeat;
	line-height: 6px;

}

div#midbg2 {
	float: left;
	width: 333px;
	height: 6px;
	background: url(../images/bg_itemb.gif) right top no-repeat;
	line-height: 6px;
}

ul#nieuwsmenu {
	float: left;
	width: 318px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/bg_item.gif) repeat;
}

ul#nieuwsmenu li {
	font-size: 1.2em;
	width:300px;
	padding: 3px 0 3px 0px;
	float: left;
	border-bottom: 1px #EDEAE2 solid;
}

ul#nieuwsmenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #5A7AAF;
}

ul#nieuwsmenu a:hover {

}

ul#nieuwsmenu li:hover {

}

ul#nieuwsmenu li#h1 {
	font-size: 3.5em;
	color: #00379b;
	font-weight: normal;
	line-height: 50px;
}

ul#nieuwsmenu li.blokitem  {
	font-size: 1.2em;
	width:300px;
	padding: 3px 0 3px 0px;
	float: left;
	border-bottom: 1px #EDEAE2 solid;
}

ul#nieuwsmenu li.blokitem p  {
	font-weight: normal;
	color: #000;
}

ul#nieuwsmenu li.blokitem em {
	font-style: normal;
	font-weight: bold;
	color: #5A7AAF;
}

ul#nieuwsmenu li.blokitemhover em {
	font-style: normal;
	font-weight: bold;
	color: #00379b;
}

ul#nieuwsmenu li.blokitem:hover {
	background: #f3f6fa;
}
/*
#########################
#		RECHTS			#
#########################
 */

div#right {
	position: relative;
	float: right;
	margin: 0 0px 0px 0px;
	padding-right: 15px;
	width: 100px;

}

div#rightfront {
	position: relative;
	float: right;
	margin: 8px 0px 0px 0px;
	padding-right: 15px;
	width: 185px;
}
div.rightbg {
	float: right;
	width: 185px;
	height: 6px;
	background: url(../images/rightbgt.gif) no-repeat;
	line-height: 6px;
}
div.rightbg2 {
	float: right;
	width: 185px;
	height: 10px;
	background: url(../images/rightbgb.gif) right top no-repeat;
	line-height: 6px;
}
div.rightimg {
	float: right;
	width: 170px;
	padding: 10px 0 7px 15px;
	background: url(../images/rightbg.gif) repeat-y;
	line-height: 6px;
}


/*
#########################
#		FOOTER			#
#########################
 */

div#footer {
	position: relative;
	display: block;
	clear: both;
	float: left;
	width: 725px;
	height: 23px;
	padding: 10px 0 0 10px;
	background: #CFDAEC;
	margin: 0 0 10px 10px;
	font-size: 1.1em;
}

div#footer a{
	text-decoration: none;
	color: #000000;
}

div#footer a:hover{
	text-decoration: underline;
	color: #5b564f;
}

/*
#########################
#		SUB 1			#
#########################
 */



div#leftsub {

	padding: 230px 10px 10px 10px;
	width: 186px;
	background-color: #525248;
	color: #fcfefc;
	float: left;
	font-size: 1.3em;
	line-height: 18px;

}

div#leftsub2 {

	padding: 280px 10px 10px 10px;
	width: 186px;
	background-color: #525248;
	color: #fcfefc;
	float: left;
	font-size: 1.3em;
	line-height: 18px;

}

div#leftsub p {
	float: left;
	margin-top: 10px;
}

div#midsub {
 	position: relative;
	float: left;
	width: 333px;
	margin: 0 0 0 10px;
}

div#intro {
	width: 300px;
	float: left;
	background: #D2D1B5;
	margin: 10px 0 10px 10px;
	padding: 15px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	height: 189px;
	overflow: hidden;
}

div.item {
	width: 489px;
	float: left;
	background: #E8E6D1;
	margin: 0 0 0px 10px;
	padding: 15px;
	font-size: 1.2em;
	line-height: 18px;
	position:relative;
}

div.item li {
	margin-left: 15px;
}

div.item img {
		horizontal-align: right;
}

/*
#########################
#		SUBNIEUWS		#
#########################
 */

div#introarchief {
	float: left;
	width: 315px;
	background: #D2D1B5;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 15px;
	font-size: 1.2em;
	line-height: 18px;
}

div.itemarchief {
	width: 300px;
	float: left;
	background: #E8E6D1;
	margin: 0 0 0 0;
	padding: 15px;
	font-size: 1.2em;
	line-height: 18px;
}
ul#nieuwsarchief li a {
	text-decoration: none;
}

ul#nieuwsarchief li.blokitem  {
	display: block;
	font-size: 1.2em;
	width:330px;
	padding: 3px 0 3px 0px;
	float: left;
	border-bottom: 1px #EDEAE2 solid;
}

ul#nieuwsarchief li.blokitem p  {
	font-weight: normal;
	color: #000;
}

ul#nieuwsarchief li.blokitem em {
	font-style: normal;
	font-weight: bold;
	width:330px;
	padding: 3px 0 3px 0px;
	color: 5A7AAF;
}

ul#nieuwsarchief li.blokitemhover em {
	font-style: normal;
	font-weight: bold;
	width:330px;
	padding: 3px 0 3px 0px;
	color: #00379b;
}

ul#nieuwsarchief li.blokitem:hover {
	display: block;
	font-size: 1.2em;
	float: left;
	width:330px;
	padding: 3px 0 3px 0px;
	border-bottom: 1px #EDEAE2 solid;
	background: #f3f6fa;
	list-style: none;
}

ul#nieuwsarchief li#h2 {
	float: left;
	width:330px;
	padding: 3px 0 3px 0px;
	font-size: 2.0em;
	color: #000000;
	font-weight: bold;
	line-height: 50px;
	list-style: none;
	border-bottom: 1px #EDEAE2 solid;
}


/*
#########################
#		FOTO			#
#########################
 */

div#foto {
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	width: 325px;
	height: 218px;
}

ul#albums {
	position: relative;
	float: left;
	list-style: none;

}

ul#albums li {
	float: left;



}

ul#albums li a {
	font-size: .9em;
	width: 180px;
	float: left;
	background: #79776B;
	padding: 4px 0 3px 15px;
	margin-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;

}

ul#albums li a.active,
ul#albums li a:hover {
	background: #0C4483 url(../images/pijl_level1.gif) 14px 8px no-repeat;
	padding-left: 30px;
	width: 165px;

}

div#leftsubfoto {
	float: left;
	padding: 0px 10px 10px 0px;
	width: 185px;
	background-color: #535249;
	color: #fcfefc;
	float: left;
	min-height: 300px;
	font-size: 1.3em;
	line-height: 18px;
	margin: 0 5px 0 0;
}

div#leftsubfoto p {
	margin: 10px 10px;
}

div#fotoinfo {
	float: left;
	width: 325px;
	background: #D2D1B5;
	text-align: center;
	padding: 0;


}

div#fotoinfop {
	float: left;
	width: 260px;
	padding: 2px 10px 2px 10px;

}

div#thumbs {
	position: relative;
	float: left;
	width: 333px;
	padding-top: 20px;
}

div#thumbs img	 {
	margin: 0 5px 5px 0;
	float: left;
}


div#fotoinfo a#pijlLinks {
	position: relative;
	width: 17px;
	height: 31px;
	float: left;
	background: url(../images/pijllinks.gif) no-repeat;
}
div#fotoinfo a#pijlLinks:hover {
	width: 17px;
	height: 31px;
	background: url(../images/pijlLinks_on.gif);
}

div#fotoinfo a#pijlRechts {
	position: relative;
	width: 17px;
	height: 31px;
	float: right;
	background: url(../images/pijlrechts.gif) no-repeat;
}

div#fotoinfo a#pijlRechts:hover {
	width: 17px;
	height: 31px;
	background: url(../images/pijlRechts_on.gif);
}
div#midsub div#thumbs {
	float: left;
	margin: 10px 0 0 0;
}

div#midsub div#thumbs img{
	float: left;
	margin: 5px 5px 0 0;
}
div#kolomMidden {
	float: left;
	width: 333px;
	margin-left: 10px;

}

div#wrapLinksRechts {
	float: left;
	background: url(../images/bg_content3.gif) repeat-y;
	width: 753px;
}

div#wrapLinksRechts2 {
	float: left;
	background: url(../images/bg_content2.gif) repeat-y;
	width: 753px;
}