/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	background:url(../images/body_bg.jpg) repeat-x;
	background-color:#444f51;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#455560;
	line-height:16px;
}

h1 {
	color:#f58026;
	margin:0 0 15px 0;
	font-size:14px;
	text-align:left;
}

h2 {
	color:#f58026;
	margin:0 0 15px 0;
	font-size:14px;
	text-align:left;
}

h6 {
	font-size:11px;
	color:#455560;
	margin:0 0 15px 0;
	text-align:left;
}

p {
	margin:0 0 15px 0;
}

a {
	color:#e87511;
	font-weight:bold;
	text-decoration:none;
}

a.menu_btn {
	float:left;
	width:auto;
	height:26px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:10px 40px 0 40px;
}

a.active {
	background-color:#5a6466;
}

a.submenu_btn {
	float:left;
	width:auto;
	height:25px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:5px 30px 0 30px;
}

a.submenu_titel {
	background-color:#f2a460;
	font-weight:bold;
}

a.submenu_active {
	background-color:#e68f44;
	font-weight:bold;
}

a.nieuwslink {
	color:#455560;
	font-weight:bold;
	text-decoration:none;
}

a.maillink {
	color:#444f51;
	font-weight:normal;
}

#container {
	position:relative;
	width:950px;
	height:auto;
	margin:0 auto;
	background:url(../images/container_bg.jpg);
}

#balk_boven {
	position:absolute;
	width:100%;
	height:18px;
	top:0;
	z-index:1;
	background-color:#444f51;
}

#header {
	position:relative;
	width:950px;
	height:206px;
	padding-top:18px;
	background-color:#FFFFFF;
}

#logo {
	position:absolute;
	width:950px;
	height:128px;
	z-index:1;
	margin-top:60px;
}

#content {
	position:relative;
	float:left;
	width:922px;
	height:auto;
	margin:0 auto;
	padding-left:28px;
}

#menu {	
	width:922px;
	height:66px;
	background:url(../images/menu_bg.jpg);
}

#col1 {
	float:left;
	width:299px;	
	min-height:300px;
	height:auto !important;
	height:300px;
	margin-top:20px;
	border-right:1px solid #ebedee;
	margin-bottom:20px;
}

#col2 {
	float:left;
	width:299px;
	height:auto;
	margin-top:20px;
	border-right:1px solid #ebedee;
}

#col3 {
	float:left;
	width:299px;
	height:auto;
	margin-top:20px;
}

#col4 {
	float:left;
	width:598px;
	height:auto;
	margin-top:20px;
	margin-bottom:30px;
}

#footer {
	float:left;
	width:900px;
	height:26px;
	background-color:#e6e8ea;
	z-index:1;
	text-align:center;
	padding-top:4px;
	border-top:1px solid #c7cccf;
}

.tekstblok {
	width:243px;
	height:auto;
	padding:15px 28px 0 28px;
	text-align:justify;
}

.tekstblok2 {
	width:533px;
	height:auto;
	padding:15px 28px 0 28px;
	text-align:justify;
}

.nieuwsblok {
	width:243px;
	height:auto;
	padding:15px 28px 20px 28px;
	text-align:justify;
	background-color:#e6e8ea;
	font-size:10px;
}

.fotoblok {
	width:296px;
	height:auto;
	padding-left:4px;
}

.bullet {
	margin:0 7px 0 7px;
}

.contact_input {
	width:430px;
	height:22px;
	border:1px solid #CCCCCC;
}

.contact_area {
	width:430px;
	height:122px;
	border:1px solid #CCCCCC;
}

