@charset "utf-8";


* {
	margin: 			0px;
	padding: 			0px;
}

body {
	height: 			auto;
	background-color: 	#ada798;
	margin-left: 		0px;
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;
	background-image: 	url(images/body_bg.gif);
	background-repeat: 	repeat-x;
}

h3 {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			12px;
	line-height: 		24px;
	color: 				#01203E;
	font-weight: 		normal;
}

div#container {
	position: 			absolute;
	left: 				50%;
	top: 				0px;
	width: 				881px;
	min-height: 		100%;
	height: 			auto;
	background-image: 	url(images/totaal_bg.gif);
	background-repeat:	repeat-y;
	margin-left: 		-440px;
	
}

div#leftshadow {
	position: 			absolute;
	top:				0px;
	left:				0px;
	background-color: 	#ada798;
	height: 			100%;
	width: 				12px;
	background-image: 	url(images/schaduw_links.gif);
	background-repeat: 	repeat-y;
}

div#content {
	position: 			relative;
	top:				0px;
	left:				12px;
	height: 			auto;
	background-image: 	url(images/content_bg.gif);
	background-repeat:	repeat-y;
	width: 				857px;
}

div#content_header {
	background-color: 	white;
	height: 			100px;
	width: 				857px;
}

div#content_navigation {
	position: 			relative;
	height:				100%;
	float: 				left;
	width: 				257px;
	background-image: 	url(images/content_navigation_bg.gif);
	background-repeat: 	repeat-y;
}

div#content_navigation_menu {
	height: 			380px;
	width: 				257px;
	background-image: 	url(images/menu_bg.gif);
	background-repeat: 	no-repeat;
	padding-top:		50px;
}

div#content_text {

	height: 			auto;
	padding-right: 		94px;
	padding-left:   	36px;
}

div#rightshadow {
	position: 			absolute;
	top:				0px;
	left:				869px;
	background-color: 	#ada798;
	height: 			100%;
	width: 				12px;
	background-image: 	url(images/schaduw_rechts.gif);
	background-repeat: 	repeat-y;
}

div.clear {
	clear: 				both;
}

div.clear-left {
	clear: 				left;
}

div.clear-right {
	clear: 				right;
}



/*************************/

div#menu {
	z-index: 		3;
	
}

div#menu ul {
	display: 		block;

	width: 			760px;
	height: 		25px;

	padding-top: 	6px;
	padding-left: 	4px;
}

div#menu ul li {
	display: 		inline;
	float: 			left;

	width: 			149px;
	height: 		25px;
	margin-right: 	3px;
	padding-left: 	0;
	text-align: 	center;
}

div#menu ul li a {
	display: 		block;
	width: 			auto;
	height:			25px;

	color: 			#FFFFFF;
	text-decoration: none;
	text-align: 	center;
	font-weight: 	bold;

	background-color: #2a559f;
}

div#menu ul li a:hover {
	text-decoration: none;
	background-color: #9e090e;
}

div#menu ul.level2 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 149px;
	visibility: hidden;

	background-color: green;

	z-index: 4;
}

div#menu ul.level2 li {
	float: none;
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 25px;
}

div#menu ul.level2 li a {
	padding: 3px 5px 3px 5px;
	width: 139px;
	height: 20px;

	text-align: center;
	background-color: #84745a;

	border-top: 1px solid #FFFFFF;
}

div#menu ul.level2 li a:hover {
	background-color: #2a559f;
	color: #FFFFFF;
}


/*************************/

h1 {
	padding-top:  30px;
	color: #e31818;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #01203E;
}

ul {
	list-style-position: inside;
}

ul#MenuBar1 {
	position: absolute;
	z-index: 10;
}

object {
	position: absolute;
	z-index: 9;
	margin-left: 45px;
}

