@charset "utf-8";
/* CSS Document */

body {
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
hr {
	color:#9999FF;
	height:1px solid;
	width: 90%;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:12px;
}
.kop_blauw {
	color:#000000;
}
.actie 	{
	color:#FF0000
}
a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
a:link.menu {
	color: #333333;
	text-decoration: none;
}
a:visited.menu {
	text-decoration: none;
	color: #333333;
}
a:hover.menu {
	text-decoration: none;
	color: #666666;
}
a:active.menu {
	text-decoration: none;
	color: #333333;
}	
#container {
	width:887px;
	height:auto;
	margin-left:auto;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	overflow:visible;
}
#header {
	width:887px;
	height:86px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#container_label {
	position:relative;
}
#label {
	width:38px;
	height:100px;
	position:absolute;
	left:auto;
	top:72px;
	z-index:1;
	margin-left:-29px;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
}

#content {
	width:887px;
	height:auto;
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	overflow-y:visible;
	background-color:#FFFFFF;
}
#footer {
	width:100%;
	height:auto;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
}
#footervak {
	width:887px;
	height:375px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	float:none;
	margin-left:auto;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
}
#navigatie {
	width:160px;
	height:auto;
	float:left;
	padding:0px;
	padding-left:20px;
}

#contentvak {
	width:670px;
	height:auto;
	float:right;
}
#tekstvak {
	width:395px;
	height:auto;
	float:left;
	border:0px;
	border-right:1px #9999FF solid;
	padding:0px;
	margin-top:20px;
	padding-right:15px;
}
#nieuwsvak {
	width:165px;
	height:auto;
	float:right;
	margin-top:20px;
	padding-right:80px;
}

#verder {
	width:270px;
	height:30px;
	padding-top:40px;
	margin-left:290px;
	font-size:9px;
}
/*
	Vertical Accordions
		*/
		
.accordion_toggle {
	display: block;
	height: 20px;
	width: 160px;
	background-color:transparant;
	padding: 0 5px 0 5px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color:#333333;
	border-bottom: 0px solid #6600FF;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion_toggle_active {
	background-color:transparant;
	color:#333333;
	border-bottom: 0px solid #6600FF;
}
		
.accordion_content {
	background-color:transparant;
	color:#333333;
	overflow: hidden;
	font-size:12px;
	width:160px;
	padding-top:5px;
}
			
.accordion_content h2 {
	margin: 5px 0 5px 5px;
	color:#333333;
}
			
.accordion_content p {
		line-height: 150%;
		padding: 5px 5px 5px 5px;
}
			
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 150px;
	background-color:transparant;
	padding: 0 5px 0 5px;
	line-height: 30px;
	color: #6600FF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color::#333333;
	border-bottom: 0px solid #6600FF;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background-color:transparant;
	color:#333333;
	border-bottom: 0px solid #6600FF;
}

.vertical_accordion_content {
	background-color:transparant;
	color:#333333;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 5px 0 5px 5px;
	color:#333333;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 5px 15px 5px;
}
					
    /* Container styling*/
#vertical_nested_container {
      margin: 5px auto 5px auto;
      width: 170px;
}

.navigatie {
	display: block;
	height: 20px;
	width: 160px;
	background-color:transparant;
	padding: 0 5px 0 5px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color:#333333;
	border-bottom: 0px solid #6600FF;
	cursor: pointer;
	margin: 0 0 0 0;
}