/* Body */
html, body {
	text-align: center; /* IE 5 center fix */
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Palatino, FreeSerif, Garamond;
	line-height: 1.2;
}
/* Centrizer */
div.centerDiv {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/** Header **/

/* Container for the header */
div.headerDiv {
	background: url('headerBackground.png') repeat-x;
	height: 143px;
	overflow: hidden;
}
/* Fainting borders */
div.leftHeaderDiv {
	width: 1px;
	height: 143px;
	float:left;
	background: url('headerEdge.png') no-repeat;
}
div.rightHeaderDiv {
	width: 1px;
	height: 143px;
	float:right;
	background: url('headerEdge.png') no-repeat;
}

/* Header content */
div.headerContentDiv {
	float: left;
	vertical-align: top;
	margin-left: 50px;
	margin-top: 30px;
	line-height: 1;
}
div.headerTitle {
	padding-top: 5px;
	font-size: 70px;
	color: rgb(75,115,31);
	font-weight: bold;
}
div.headerSubtitle {
	margin-left: 70px;
	font-size: 30px;
	font-style: italic;
}
img.headerImage {
	float: left;
	margin-top: 19px;
	margin-left: 100px;
}

/** Upper shadows **/

/* Upper shadow container */
div.upperShadowDiv {
	height: 17px;
	background: url('topShadow.png') repeat-x;
}
/* Upper shadows */
div.leftUpperShadowDiv {
	width: 45px;
	height: 17px;
	float: left;
	background: url('upperLeftShadow.png') no-repeat;
	border-left: 1px solid rgb(78,97,40);
}
div.rightUpperShadowDiv {
	width: 45px;
	height: 17px;
	float: right;
	background: url('upperRightShadow.png') no-repeat;
	border-right: 1px solid rgb(78,97,40);
}
img.headerImageReflection {
	float:left;
	margin-left: 55px;
}

/** Menu **/

/* Menu container */
div.menuDiv {
	background: url('overallShadow.png') repeat-y;
}
div.leftMenuDiv {
	width: 16px;
	height: 21px;
	float:left;
	border-left: 1px solid rgb(78,97,40);
	background: url('menuLeft.png') no-repeat;
}
div.rightMenuDiv {
	width: 16px;
	height: 21px;
	float:right;
	border-right: 1px solid rgb(78,97,40);
	background: url('menuRight.png') no-repeat;
}

/* Menu content */
div.menuContentDiv {
	margin-left: 17px;
	margin-right: 17px;
	height: 50px;
	font-style: italic;
	background-color: rgb(146,208,80);
	border-bottom: 5px solid rgb(75,115,31);
	overflow: hidden;
}



/* Menu list */
div.menuContentDiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.menuContentDiv li {
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
}
div.menuContentDiv li a {
	line-height: 1;
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	vertical-align: middle;
	color: #003300
}
div.menuContentDiv li a:hover {
	background-color: rgb(95,145,39);
	/*background-color: rgb(75,115,31);*/
	color: white;
}
div.menuContentDiv li a.active {
	background-color: rgb(75,115,31);
	color: white;
}

/* Submenu2 content */
div.subMenu2Div {
	margin-left: 17px;
	margin-right: 17px;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	/*background-color: rgb(95,145,39);*/
	background-color: rgb(75,115,31);
	border-top: 4px solid rgb(75,115,31);
	border-bottom: 4px solid rgb(110,169,45);
}

/* Submenu list 2 */
div.subMenu2Div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.subMenu2Div li p {
	display: none;
}

div.subMenu2Div li {
	display: block;
	float: left;
}
div.subMenu2Div li a {
	/*margin-left: 4px;*/
	line-height: 1;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	vertical-align: middle;
	color: white;
	/*color: #003300*/
}
div.subMenu2Div li a:hover {
	background-color: rgb(95,145,39);
	/*background-color: rgb(146,208,80);*/
}
div.subMenu2Div li a.active {
	background-color: rgb(110,169,45);
}

/** Main **/

/* Content container */
div.mainDiv {
	margin: 0;
	background: url('overallShadow.png') repeat-y;
}
/* Main content */
div.mainContentDiv {
	margin: 0;
	padding: 20px;
	margin-left: 17px;
	margin-right: 17px;
	overflow: hidden;
}

/* Submenu (in main content) */
div.subMenuDiv {
	float: right;
	width: 200px;
	border-left:20px solid white;
	border-bottom:20px solid white;
	background-color: rgb(146,208,80);
	padding: 10px;
}

/* Submenu list */
div.subMenuDiv ul p {
	display: none;
}
div.subMenuDiv p {
	margin: 0;
	padding: 5px;
}
div.subMenuDiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.subMenuDiv li {
	display: block;
}
div.subMenuDiv li a {
	padding: 5px 5px 5px 10px;
	display: block;
	text-decoration: none;
	color: #003300;
}
div.subMenuDiv li a:hover {
	padding: 5px;
	border-left: 5px solid #003300;
}
div.subMenuDiv li a.active {
	padding: 5px;
	border-left: 5px solid rgb(75,115,31);
}

/** Lower shadows **/

/* Lower shadow container */
div.lowerShadowDiv {
	width: 900px;
	height: 38px;
	background: url('bottomShadow.png') bottom repeat-x;
}
/* Lower shadows */
div.leftLowerShadowDiv {
	width: 46px;
	height: 38px;
	float: left;
	background: url('lowerLeftShadow.png') no-repeat;
}
div.rightLowerShadowDiv {
	width: 46px;
	height: 38px;
	float: right;
	background: url('lowerRightShadow.png') no-repeat;
}
div.footerContentDiv {
	margin: 0;
	padding: 0px 10px 15px 10px;
	text-align: center;
	border-left: 1px solid rgb(78,97,40);
	border-right: 1px solid rgb(78,97,40);
	border-bottom: 1px solid rgb(78,97,40);
	background-color: rgb(255,227,139);
	font-style: italic;
	font-size: 16px;
}

/* Paragraph, seems to fix some issues */
div.footerContentDiv p {
	padding: 0;
	margin: 0;
}

/** Content **/

/* Ook handig in tabellen */
div.mainContentDiv th {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;*/
	font-size: 18px;
	text-align: left;
	padding: 4px;
	border-top: 1px solid silver;
	border-bottom: 1px solid rgb(78,97,40);
	border-left: 1px solid silver;
	background-color: #EEEEEE;
}
div.mainContentDiv td {
	font-size: 17px;
	padding: 4px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
}
div.mainContentDiv table {
	border: 1px solid rgb(78,97,40);
}
div.mainContentDiv textarea {
	font-family: Garamond, Palatino, FreeSerif;
	font-size: 17px;
	width: 600px;
	height: 300px;
}
div.mainContentDiv table.gallery {
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.mainContentDiv table.gallery td {
	vertical-align: bottom;
	border: none;
}
div.mainContentDiv table.gallery td a {
	display: block;
	text-decoration: none;
	border: 5px solid white;
	color: black;
}
div.mainContentDiv table.gallery td a:hover {
	background-color: silver;
	border: 5px solid silver;
}
/* Content layout */
div.mainContentDiv p {
	font-size: 17px;
}
div.mainContentDiv h1 {
	margin: 0;
	font-size: 28px;
}
div.mainContentDiv h2 {
	font-size: 22px;
	border-bottom: 1px solid rgb(78,97,40);
	color: rgb(75,115,31);
}
div.mainContentDiv img {
	border: 2px solid silver;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;  
}
div.mainContentDiv h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid silver;
}
div.mainContentDiv p a {
	/*text-decoration: none;
	color: black;
	border: 1px solid gray;
	background-color: white;
	padding: 2px;*/
}
div.mainContentDiv p a:hover {
	background-color: silver;
}