body
{
	font-family: Verdana;
	font-size: 12px;
}

h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 22.8px;
}

h2
{
	margin: 10px 0px 10px 0px;
	color: #000000;
	font-size: 19px;
}

h3
{
	margin-bottom: 0px;
	color: #000000;
	font-size: 14px;
}

h4
{

}

li
{
	list-style-type: none;
	list-style-position: outside;
}

#sideBarMenu li
{
    margin-bottom: 8px;
}

a
{
	color: #580804;
}

/***** <Positioning> *****/

body
{
  margin: 0px;
  padding: 0px;
}

div#pageContainer
{
	width: 935px;
	margin: auto;
}

div#topMenu
{
	padding-top: 125px;/*226px;*/
	margin-bottom: 0px;
	border-bottom: solid 3px #EDEDED;
	height: 29px;
}

div#topMenu ul
{
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

div#topMenu a
{
	color: #000000;
	text-decoration: none;
}

div#topMenu li
{
	padding-top: 14px;
	margin: 0px 4px;
	float: left;
	width: 83px;
	height: 29px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url("images/menuButton.gif");
}

div#topMenu li.selected
{
	background-image: url("images/menuButtonSelected.gif");
}

div#topMenu a.selected
{
	color: #000000;
}

* html div#topMenu li
{
	height: 15px;
	background-image: url("images/menuButton.gif");
}

* html div#topMenu li.selected
{
	height: 15px;
}

div#breadCrumbs li
{
	float: left;
	margin: 0 10px;
}

div#contentBox
{
	clear: both;
}

div#left
{
	float: left;
	width: 210px;
	padding-left:12px;
	/*border-right: solid 3px #C1C1C1;*/
	height: auto;
	position: relative;
	display: block;
}

div#left ul
{
	padding: 0;
}

div#right
{
	padding-left: 26px;
	float: left;
	height: auto;
	position: relative;
	display: block;
	border-left: solid 3px #C1C1C1;
}

* html div#right 
{ 
	height: 700px;
}

div#content
{
	width: 645px;
	padding-bottom: 26px;
}

div#contentLeft
{
	padding-bottom: 26px;
	padding-right: 26px;
	float: left;
	width: 445px;
}

div#contentRight
{
	float: right;
	height: auto;
	width: 165px;
	padding-right: 12px;
	padding-left: 12px;
	border-left: solid 3px #C1C1C1;
}

* html div#contentRight { 
		float: none;
		position: absolute;
		left: 497px;
		height: 700px;
}

div#contentRight li
{
	margin-bottom: 25px;
}

img.verticalLine
{
	padding-left: 11px;	
	padding-right: 11px;
}

img.horzontalLine
{
	padding-top: 11px;	
	padding-bottom: 11px;
}

div#contactForm
{
	text-align: left;
	margin-bottom: 20px
}

div#contactForm input
{
	width: 200px;
}

div#contactForm th
{
	padding-right: 25px;
}

div#contactFormMessageBox
{
	padding-top: 25px;
}

div#contactFormMessageBox textarea
{
	width: 300px;
}

div.articleLink
{
	margin: 10px;
}

/***** </Positioning> *****/

/***** <Menu> *****/

div#sideBarMenu li.selected
{
	list-style-image: url("images/SideBarMenuIcon.gif");
}

div#sideBarMenu a
{
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

/***** </Menu> *****/



/***** <Header> *****/

div#header
{
	/* height: 255px; */
	height: 150px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}

/***** </Header> *****/

/***** <Footer> *****/

div#footer
{
	border-top: solid 3px #C1C1C1;
	/*background-image: url("images/FooterBackground.png");*/
	font-size: 18px;
}

/***** </Footer> *****/

/***** <Photos> *****/

div.thumbnail
{
	padding: 10px;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #580804;
	overflow: hidden;
	float: left;
	height: 110px;
	line-height: 110px; /* werkt alleen in ie7? */
	width: 125px;
	text-align: center;
	
	vertical-align: middle;
	/*background-color: #CCCCCC;*/
}

div.thumbnail img
{
	max-height: 105px;
	max-width: 120px;
}

div#paging
{
	font-size: 14px;	
	clear: both;
}

div#paging a
{
	text-decoration: none;
}

div#paging a.selected
{
	font-weight: bold;
	text-decoration: underline;
}

/***** </Photos> *****/

div#contentContainer
{
	padding-top: 44px;
	/*background-image: url("images/Grijsvlak.png");*/
	background-repeat: no-repeat;
	position: relative;
}

div#contentContainer img
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #580804
}

div#recentNews img
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #580804
}

