/*
groen: #005f5a
oranje: #ea690a
blauw: #a8d7f0
licht blauw: #dfeff9
licht groen: #e5efee
*/

*{
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;
}


body{
	background: url(../images/bg.gif);
	background-attachment:fixed;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color: #005f5a;
}

img{
	border: 0px;
}

a{
	color: #005f5a;
	text-decoration: none;
}

a
{
  outline: none;
}

a:hover{
	color: #ea690a;
}

h1,h2,h3{
	font-weight:normal;
	margin-bottom:8px;
}

h1{
	font-size: 30px;
	margin-bottom:20px;
	color: #005f5a;
}


h2{
	font-size: 20px;
	color: #ea690a;
}

h2.dark{
	font-size: 20px;
	color: #003632;
}

#logo {
	float:left;
}

#bg_container {
	background: url(../images/bg_content.png);
	_background: url(../images/bg_content.gif);
	width:932px;
	margin:auto;
	height:auto !important;
	height:100%; 
	min-height:100%; 
}

#container {
	width:900px;
	margin:auto;
	height:auto !important;
	height:100%; 
	min-height:100%; 
}

#sec_nav {
	float:right;
	padding-top:55px;
	padding-right:30px;
}

#sec_nav_page {
	float:right;
	padding-top:25px;
	padding-right:30px;
}

.right {
	float:right;
}


#home_header{
	float:left;
	height:235px;
}

#page_header{
	float:left;
	height:100px;
}

/*MAIN MENU*/

#main_menu{
	float:left;
	width: 100%;
	height: 35px;
	background: #ea690a;
}

#main_menu ul{
	list-style-type: none;
	height:35px;
	background-color:#ea690a;
	margin: 0px;
	padding: 0px;
}

#main_menu ul li {
	float: left;
	font-size:22px;
	padding:6px;
	padding-left:15px;
	padding-right:15px;
	margin-left:15px;
}

#main_menu ul li a{
	text-decoration:none;
	color: #ffffff;
}

#main_menu ul li a:hover{
	color:#005f5a;
	text-decoration:none;
}

#main_menu ul li#act{
	margin-top:2px;
	padding:6px;
	padding-left:15px;
	padding-right:15px;
	background: #a8d7f0;
	color:#005f5a;
	text-decoration:none;
}

#main_menu ul li#act a{
	color:#005f5a;
}

#main_menu ul li#act a:hover{
	color:#005f5a;
}

/*SUB MENU*/

#sub_menu{
	float:left;
	width: 100%;
	height: 35px;
	background: #a8d7f0;
}

#sub_menu ul{
	list-style-type: none;
	height:35px;
	background-color:#a8d7f0;
	margin: 0px;
	padding: 0px;
}

#sub_menu ul li {
	float: left;
	font-size:16px;
	line-height: 32px;
	padding-left:15px;
	padding-right:15px;
	margin-left:15px;
}

#sub_menu ul li a{
	text-decoration:none;
	color: #ffffff;
}

#sub_menu ul li a:hover{
	color:#005f5a;
	text-decoration:none;
}

#sub_menu ul li#act{
	line-height: 33px;
	background: #a8d7f0;
	color:#005f5a;
	text-decoration:none;
}

#sub_menu ul li#act a{
	color:#005f5a;
}

#sub_menu ul li#act a:hover{
	color:#005f5a;
}


.blocks_home {
	float:left;
	padding-top:10px;
	padding-left:10px;
}

.column_main {
	float:left;
	margin-top:4px;
	width:590px;
	margin-bottom:30px;
}

.column_main .content {
	font-size:13px;
	padding:0px;
}

.column_main .content .text{
	padding:20px;
}

.column_main .content .paragraph{
	margin-bottom:-10px;
	padding:20px;
}

.collapse {
	margin-bottom:-10px;
}

.collapse :hover{
	cursor:pointer;
	background-color:#e5efee;
}

.column_main .content a{
	color: #ea690a;
	text-decoration: none;
}

.column_main .content a:hover{
	color: #005f5a;
}

.column_main .content .intro{
	font-size:16px;
	padding-bottom:10px;
}

.column_right {
	float:right;
	width:270px;
	padding-bottom:30px;
}

.block_small {
	float:left;
	width:270px;
}
.column_right .block_small {
	background-color:#e5efee;
	margin-top:30px;
}

.content{
	padding:20px;
}

.margin_right {
	float:left;
	margin-right:40px;
}

.thumb {
	float:left;
	margin-top:5px;
	margin-right:10px;
}

.img_content {
	float:left;
	margin-right:10px;
}

.clear {
	clear:both;
	height: 0px;
	min-height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin:0px;
	padding:0px;
}

.intro {
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
}

.body {
	display:none;
}

#footer {
	height:29px;
	padding-left:8px;
	line-height:29px;
	background:#dfeff9;
}