
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
}

h1 {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

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

a:link {
	text-decoration: underline;
	text-decoration: none;
	color: black;
	color: #ff7200;
	color: #9d4600;
}

a:visited {
	text-decoration: underline;
	text-decoration: none;
	color: black;
	color: #ff7200;
	color: #9d4600;
}

a:hover {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: underline;
	text-decoration: none;
	color: black;
	color: #ff7200;
	color: #9d4600;
}

div {
	/*border: 1px solid black;*/
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	/*width: 200px;*/
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: relative;
	height: 100%;
	width: 767px;
	margin: 0px auto 0px auto;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	heigth: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {
	
}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
	font-size: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {
	
}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.ghosted {
	color: #999999;
}

.ghosted a:link, .ghosted a:visited, .ghosted a:hover, .ghosted a:active {
	color: #999999;
}

.quote {
	margin: 10px 30px 10px 30px;
	padding: 10px;
	background: white;
}

.guestbook_message {
	position: relative;
	margin: 0px auto 0px auto;
	width: 90%;
}

.guestbook_message .ghosted {
	color: #cecece;
}

.guestbook_message .ghosted a {
	color: #cecece;
}

.guestbook_name {
	font-weight: bold;
	font-style: italic;
}

.guestbook_datetime {
	position: absolute;
	right: 0px;
	font-style: italic;
}

.guestbook_ip {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_host {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_divisor {
	margin: 0px auto 10px auto;
	width: 75%;
	height: 10px;
	border-bottom: 1px solid #959697;
}

.guestbook_form {
	margin: 0px auto 0px auto;
	width: 200px;
}

.guestbook_form p {
	margin: 0px;
}

.guestbook_form input {
	width: 200px;
	border: 1px solid #47484A;
}

.guestbook_form select {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.guestbook_form textarea {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.top {
	position: relative;
	width: 100%;
	height: 84px;
	background: white url(/ahc/visuals/basis/test/background_03.png) center center no-repeat;
	margin: 10px 0px 0px 0px;
}

.top a:link, .top a:visited, .top a:hover, .top a:active {
	display: block;
	height: 84px;
}

.top_banner {
	position: relative;
	width: 100%;
	height: 256px;
	text-align: center;
	border-bottom: 2px solid #30227e;
	padding: 10px 0px 12px 0px;
}

.top_banner .banner {
	position: relative;
	width: 300px;
	height: 256px;
	border: 1px solid #c8c4c0;
	margin: 0px auto 0px auto;
	/*background: white url(/ahc/visuals/basis/test/background_07.jpg) top center no-repeat;	*/
	background: white url('/ahc/visuals/basis/test/banner_hoofd.jpg') top center no-repeat;
	/* background: #ffdbbd; */
	border: 1px solid #ff7200;		
}

.bottom_banner {
	display: none;
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 20px 0px 12px 0px;
}

.bottom_banner .banner {
	position: relative;
	width: 468px;
	height: 60px;
	border: 1px solid #c8c4c0;
	margin: 0px auto 0px auto;
	/*background: white url(/ahc/visuals/basis/test/background_22.png) top center no-repeat;	*/
	background: #ffdbbd;
	border: 1px solid #ff7200;		
}


.main_menu {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 2px;
}

.menu_item_0 {
	position: absolute;
	top: 0px;
	left: -7px;
	width: 156px;
	height: 32px;
}

.menu_item_0 a:link, .menu_item_0 a:visited, .menu_item_0 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_10_normal.png) top center no-repeat;		
}

.menu_item_0 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_10_active.png) top center no-repeat;		
}

.menu_item_0_active {
	position: absolute;
	top: 0px;
	left: -7px;
	width: 156px;
	height: 32px;
}

.menu_item_0_active a:link, .menu_item_0_active a:visited, menu_item_0_active a:hover, .menu_item_0_active a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_10_active.png) top center no-repeat;		
}

.menu_item_1 {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 156px;
	height: 32px;
}

.menu_item_1 a:link, .menu_item_1 a:visited, .menu_item_1 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_11_normal.png) top center no-repeat;		
}

.menu_item_1 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_11_active.png) top center no-repeat;		
}

.menu_item_1_active {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 156px;
	height: 32px;
}

.menu_item_1_active a:link, .menu_item_1_active a:visited, menu_item_1_active a:hover, .menu_item_1_active a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_11_active.png) top center no-repeat;		
}


.menu_item_2 {
	position: absolute;
	top: 0px;
	left: 307px;
	width: 156px;
	height: 32px;
}


.menu_item_2 a:link, .menu_item_2 a:visited, .menu_item_2 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_12_normal.png) top center no-repeat;		
}

.menu_item_2 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_12_active.png) top center no-repeat;		
}

.menu_item_2_active {
	position: absolute;
	top: 0px;
	left: 307px;
	width: 156px;
	height: 32px;
}

.menu_item_2_active a:link, .menu_item_2_active a:visited, menu_item_2_active a:hover, .menu_item_2_active a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_12_active.png) top center no-repeat;		
}

.menu_item_3 {
	position: absolute;
	top: 0px;
	left: 463px;
	width: 156px;
	height: 32px;
}


.menu_item_3 a:link, .menu_item_3 a:visited, .menu_item_3 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_13_normal.png) top center no-repeat;		
}

.menu_item_3 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_13_active.png) top center no-repeat;		
}

.menu_item_3_active {
	position: absolute;
	top: 0px;
	left: 463px;
	width: 156px;
	height: 32px;
}

.menu_item_3_active a:link, .menu_item_3_active a:visited, menu_item_3_active a:hover, .menu_item_3_active a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_13_active.png) top center no-repeat;		
}

.menu_item_4 {
	position: absolute;
	top: 0px;
	left: 618px;
	width: 156px;
	height: 32px;
}

.menu_item_4 a:link, .menu_item_4 a:visited, .menu_item_4 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_14_normal.png) top center no-repeat;		
}

.menu_item_4 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_14_active.png) top center no-repeat;		
}

.menu_item_4_active {
	position: absolute;
	top: 0px;
	left: 618px;
	width: 156px;
	height: 32px;
}

.menu_item_4_active a:link, .menu_item_4_active a:visited, menu_item_4_active a:hover, .menu_item_4_active a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_14_active.png) top center no-repeat;		
}

.home_buttons {
	position: relative;
	width: 100%;	
	/*height: 352px;*/
	background: url(/ahc/visuals/basis/test/back_05.png) top center repeat-y;		
	margin-top: 5px;
}

.home_buttons_top {
	position: relative;
	width: 100%;
	height: 12px;
	background: url(/ahc/visuals/basis/test/back_03.png) top center no-repeat;		
}

.home_buttons_bottom {
	position: relative;
	width: 100%;
	height: 15px;
	background: url(/ahc/visuals/basis/test/back_07.png) top center no-repeat;		
}


.home_button_1 {
	position: absolute;
	top: -6px;	
	left: -5px;
	width: 386px;
	height: 176px;
}

.home_button_1 a:link, .home_button_1 a:visited, .home_button_1 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_16_normal.jpg) top center no-repeat;		
}

.home_button_1 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_16_active.jpg) top center no-repeat;		
}

.home_button_2 {
	position: absolute;
	top: -6px;	
	left: 387px;
	width: 386px;
	height: 176px;
}

.home_button_2 a:link, .home_button_2 a:visited, .home_button_2 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_17_normal.jpg) top center no-repeat;		
}

.home_button_2 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_17_active.jpg) top center no-repeat;		
}

.home_button_3 {
	position: absolute;
	top: 176px;	
	left: -5px;
	width: 386px;
	height: 176px;
}

.home_button_3 a:link, .home_button_3 a:visited, .home_button_3 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_18_normal.jpg) top center no-repeat;		
}

.home_button_3 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_18_active.jpg) top center no-repeat;		
}

.home_button_4 {
	position: absolute;
	top: 176px;	
	left: 387px;
	width: 386px;
	height: 176px;
}

.home_button_4 a:link, .home_button_4 a:visited, .home_button_4 a:active {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_19_normal.jpg) top center no-repeat;		
}

.home_button_4 a:hover {
	display: block;
	height: 100%;
	background: url(/ahc/visuals/basis/test/background_19_active.jpg) top center no-repeat;		
}

.content {
	position: relative;
	
	min-height: 284px;
	padding: 18px 40px 15px 260px;
	text-align: justify;
	font-family: Arial, Verdana, sans-serif;
	border: 0px solid black;
}

.content_logo {
	position: absolute;
	top: 36px;
	left: 34px;
	width: 57px;
	height: 57px;
	background: url(/ahc/visuals/basis/test/logo.png) top center no-repeat;		
}

.content_photo {
	position: absolute;
	top: 100px;
	left: 30px;
	}