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

body {
	background-color:#D4D6D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.img {
	border:0px;
}
.nav_table {
	padding:0px;
	padding-left:20px;
	vertical-align:top;
}
h1 {
	font-size:11px;
}	
.nav_table_mid {
	padding:0px;
	background-repeat:repeat-y;
	padding-left:20px;
}	
	
table {
	background-repeat:no-repeat;
}
td {
	background-repeat:no-repeat;
}
td.pop {
	background-repeat:repeat-x;
}
td.popdown {
	background-repeat: repeat-y;
}
.navigatie {
	font-size:12px;
}

.footer {font-size: 10px
}

a.nav {
	color:#000000;
	text-decoration:none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:visited.nav {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active.nav {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
#container {
	width:1016px;
	height:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	overflow:visible;

	
}
#header {
	width:1016px;
	height:47px;
	background-image:url(../images/header_nw.jpg);
	background-repeat:no-repeat;
}


#content {
	width:1016px;
	height:auto;
	float:left;
	background-image:url(../images/achtergrond_nw.jpg);
	background-repeat:repeat-y;
	overflow:visible;
}

#footer {
	width:1016px;
	height:30px;
	float:left;
	background-image:url(../images/footer_nw.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}	

.menu {
	text-decoration: none;
}
a:visited.menu {
	text-decoration: none;
}


/*
	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: 11px;
	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:11px;
	width:160px;
	padding-top:5px;
	padding-left:10px;
	text-decoration: none;
}
			
.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: 11px;
	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: 11px;
	color:#333333;
	border-bottom: 0px solid #6600FF;
	cursor: pointer;
	margin: 0 0 0 0;
}
