@charset "utf-8";
/* CSS Document */

body {
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #006f45;
	text-decoration: underline;
}

	a:hover {
		color: #006f45;
		text-decoration: none;
	}

.clearboth {
	height: 0px;
	clear: both;
	content: "";
}

.player {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #FF0000;
	position: absolute;
	z-index: 3;
}

.page {
	width: 998px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.logo {
	width: 170px;
	margin: 60px 0px 0px 734px;
	text-align: center;
	position: absolute;
}

.background_top {
	min-height: 910px;
	background-image: url(../images/bg_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #2b61A1;
}

.background_bottom {
	min-height: 910px;
	background-image: url(../images/bg_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.content {
	width: 958px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	position: relative;
}

	.content#left {
		width: 519px;
		min-height: 462px;
		margin: 60px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(../images/bg_content_left.png);
		background-position: bottom left;
		background-repeat: repeat-x;
		float: left;
		z-index: 2;
	}
	
		.heading {
			margin: 40px 40px 0px 40px;
		}
		
		.button {
			width: 210px;
			margin: 46px 20px 0px 0px;
			padding: 10px 10px 10px 20px;
			background-image: url(../images/bg_button.png);
			background-position: bottom left;
			background-repeat: repeat;
			float: right;
		}
		
			.button_text {
				width: 96px;
				margin: 23px 10px 0px 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #FFFFFF;
				float: right;
			}
		
			.button_image {
				width: 104px;
				float: right;
				cursor: pointer;
			}
	
	.content#right {
		width: 439px;
		margin: 60px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(../images/bg_content_right.png);
		background-position: top left;
		background-repeat: no-repeat;
		float: right;
		z-index: 1;
	}
	
	.tab {
		line-height: 28px;
		margin: 132px 0px 0px 0px;
		padding: 0px 40px 0px 40px;
		background-image: url(../images/bg_box_content_light.png);
		background-position: top left;
		background-repeat: repeat;
		font-weight: bold;
		color: #006f45;
		float: right;
		cursor: pointer;
	}
	
	.tab_active {
		line-height: 28px;
		margin: 132px 0px 0px 0px;
		padding: 0px 40px 0px 40px;
		background-image: url(../images/bg_box_content.png);
		background-position: top left;
		background-repeat: repeat;
		font-weight: bold;
		color: #006f45;
		float: right;
		cursor: pointer;
	}
	
		.box_right {
			width: 359px;
			background-image: url(../images/bg_box_content.png);
			background-position: top left;
			background-repeat: repeat;
			margin: 160px 0px 20px 0px;
			padding: 20px 40px 20px 40px;
		}

.footer {
	height: 41px;
	line-height: 41px;
	width: 998px;
	margin: 0px auto 0px auto;
}

	.footer_left {
		float: left;
	}
	
	.footer_right {
		float: right;
	}
	
		.footer_right a {
			text-decoration: underline;
			color: #000000;
		}
		
			.footer_right a:hover {
				text-decoration: none;
				color: #000000;
			}

/* Contactform */

.inputtekst {
	width: 100%;
	border: 1px solid #006f45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inputtekstopmerking {
	width: 100%;
	border: 1px solid #006f45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inputbutton {
	border: 0px;
	background-color: #006f45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}