/* Hans Verink */

html, body {
	background: url('../afbeeldingen/main_content_bg.gif') fixed 348px;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*
	Main ID's
*/

div#container {
	width: 100%;
	height: 100%;
}

div#upper_line {
	background: #46483C;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	position: fixed;
	z-index: 20;
}

div#lower_container {
	margin: 0;
	padding: 0;
	height: 100%;
}

div#lower_left_menu {
	background: url('../afbeeldingen/left_menu.gif') no-repeat #FFF;
	width: 150px;
	height: 100%;
	float: left;
	position: fixed;
	margin-top: 2px;
}
div#lower_left_menu_container {
	margin-top: 40px;
}
div#lower_left_menu_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#lower_left_menu_container li {
	text-align: right;
	margin-right: 20px;
	padding-right: 10px;
}
div#lower_left_menu_container li.active_purple {
	background: url('../afbeeldingen/menu_active_purple.gif') no-repeat right;
}
div#lower_left_menu_container li.active_green {
	background: url('../afbeeldingen/menu_active_green.gif') no-repeat right;
}
div#lower_left_menu_container li h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 8px;
}
div#lower_left_menu_container li h1 a.purple {
	color: #A1003C;
	text-decoration: none;
}
div#lower_left_menu_container li h1 a.green {
	color: #54A200;
	text-decoration: none;
}
div#lower_left_menu_container li h1 a.gray {
	color: #4F4F4F;
	text-decoration: none;
}

div#lower_right_menu {
	background: url('../afbeeldingen/right_menu.gif') repeat-y;
	width: 199px;
	float: left;
	height: 100%;
	position: fixed;
	margin-left: 150px;
	margin-top: 2px;
}
div#lower_right_menu_container {
	margin-top: 40px;
}
div#lower_right_menu_container h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 20px;
}
div#lower_right_menu_container h1 a {
	color: #4F4F4F;
	text-decoration: none;
}
div#lower_right_menu_container h1 a.purple {
	color: #A1003C;
}
div#lower_right_menu_container h1 a.green {
	color: #54A200;
}
div#lower_right_menu_container ul {
	list-style: none;
	margin: 0;
	margin-left: 30px;
	margin-top: 5px;
	padding: 0;
}
div#lower_right_menu_container li {
	font-family: Arial;
	font-size: 11px;
	color: #8D9093;
	border-bottom: 1px dotted #8D9093;
	width: 150px;
	line-height: 22px;
}
div#lower_right_menu_container li a {
	font-family: Arial;
	font-size: 12px;
	color: #17191a;
	text-decoration: none;
}
div#lower_right_menu_container li a:hover, div#lower_right_menu_container li a.active {
	background: url('../afbeeldingen/menu_active_arrow.gif') no-repeat center left;
	text-decoration: underline;
	padding-left: 7px;
}

div#lower_main_content {
	height: 100%;
}
div#lower_main_content_container {
	position: absolute;
	width: 700px;
	margin-top: 35px;
	margin-left: 370px;
}

/*
	Regular Classes
*/

div.content_item {
	width: 620px;
	margin-bottom: 10px;
}
div.content_item_top_left_green {
	background: url('../afbeeldingen/box/content_top_left_green.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
div.content_item_top_middle_green {
	background: url('../afbeeldingen/box/content_top_middle_green.png') repeat-x;
	width: 580px;
	height: 20px;
	float: left;
}
div.content_item_top_right_green {
	background: url('../afbeeldingen/box/content_top_right_green.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
div.content_item_middle_middle_green {
	background: url('../afbeeldingen/box/content_middle_middle_green.png') repeat-y;
	width: 620px;
	float: left;
}
div.content_item_top_left_purple {
	background: url('../afbeeldingen/box/content_top_left_purple.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
div.content_item_top_middle_purple {
	background: url('../afbeeldingen/box/content_top_middle_purple.png') repeat-x;
	width: 580px;
	height: 20px;
	float: left;
}
div.content_item_top_right_purple {
	background: url('../afbeeldingen/box/content_top_right_purple.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
div.content_item_middle_middle_purple {
	background: url('../afbeeldingen/box/content_middle_middle_purple.png') repeat-y;
	width: 620px;
	float: left;
}
div.content_item_middle_container {
	margin-left: 25px;
	padding-right: 25px;
}
div.content_item_middle_container h1 {
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 8px;
}
div.content_item_middle_container h1.purple {
	font-size: 18px;
	color: #A1003C;
}
div.content_item_middle_container h1.green {
	font-size: 18px;
	color: #54A200;
}
div.content_item_middle_container p {
	/*font-family: Arial;
	font-size: 12px;
	color: #202020;*/
	font-family: Tahoma, Arial;
	font-size: 14px;
	color:#000000;
	line-height: 20px;
	margin-bottom: 5px;
}
div.content_item_middle_container p a {
	color: #000;
}
div.content_item_middle_container .input {
	background: #FFF;
	border: 2px solid #DDD;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #000;
	width: 200px;
}
div.content_item_middle_container .textarea {
	background: #FFF;
	border: 2px solid #DDD;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	width: 400px;
	height: 100px;
	overflow: hidden;
}
div.content_item_middle_container .submit {
	background: #FFF;
	border: none;
	color: #000;
	font-weight: bold;
}
div.content_item_middle_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.content_item_middle_container li {
	font-family: Arial;
	font-size: 11px;
}
div.left {
	float: left;
	width: 250px;
}
div.right {
	float: left;
	margin-right: 25px;
}
div.content_item_bottom_left_purple {
	background: url('../afbeeldingen/box/content_bottom_left_purple.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
div.content_item_bottom_middle_purple {
	background: url('../afbeeldingen/box/content_bottom_middle_purple.png') repeat-x;
	width: 580px;
	height: 20px;
	float: left;
}
div.content_item_bottom_right_purple {
	background: url('../afbeeldingen/box/content_bottom_right_purple.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}

div.content_item_bottom_left_green {
	background: url('../afbeeldingen/box/content_bottom_left_green.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
div.content_item_bottom_middle_green {
	background: url('../afbeeldingen/box/content_bottom_middle_green.png') repeat-x;
	width: 580px;
	height: 20px;
	float: left;
}
div.content_item_bottom_right_green {
	background: url('../afbeeldingen/box/content_bottom_right_green.png') no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}

div.clear {
	clear: both;
}
