body {
	background-repeat: no-repeat;
	font-family : arial;
	font-size : 11px;
	font-style : normal;
	font-weight : 300;
	color : #333;
	margin: 0px;
	background-color: #34332b;
	margin:0;
	padding:0;
	height:100%;
	border:none
}

html {
	margin:0;
	padding:0;
	height:100%;
	border:none
}

/*********************
	fonts
*********************/

p,ul,ol
	{
	font-family: Arial;
	font-size: 11px;
	margin-left: 70px;
	margin-right: 70px;
	color: #333;
	line-height: 20px;
	}

p.image
	{
	font-family: Arial;
	font-size: 11px;
	margin-left: 70px;
	margin-right: 10px;
	color: #333;
	line-height: 20px;
	}

a {
	color: #333;
	}


a.topmenu
	{
	font-family: arial;
	font-size: 11px;
	color : #deded5;
	text-decoration:none;
	font-weight : 900;
	}
	
a.leftmenu
	{
	font-size: 8pt;
	font-weight: bold;
	line-height:15px;
	color : #666;
	text-decoration:none;
	}

a.leftmenu:hover
	{
	font-size: 8pt;
	font-weight: bold;
	line-height:15px;
	color : #333;
	text-decoration:none;
	}
	
a.leftmenuactive
	{
	font-size: 8pt;
	font-weight: bold;
	line-height:15px;
	color : #333;
	text-decoration:none;
	}
	
a.leftmenured
	{
	font-size: 8pt;
	font-weight: bold;
	line-height:15px;
	color : #f00;
	text-decoration:none;
	}

font.sitemapbig
	{
	font-size: 14pt;
	font-weight: bold;
	padding-left: 0px;
	color : #666;
	text-decoration:none;
	}
	
font.sitemapmedium
	{
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	color : #666;
	text-decoration:none;
	}
	
a.sitemapmedium
	{
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	color : #666;
	text-decoration:none;
	}
	
font.sitemapsmall
	{
	font-size: 9pt;
	font-weight: bold;
	padding-left: 20px;
	color : #333;
	text-decoration:none;
	}
	
a.sitemapsmaller
	{
	font-size: 8pt;
	font-weight: bold;
	padding-left: 25px;
	color : #666;
	text-decoration:none;
	}

a.sitemapsmaller:hover
	{
	font-size: 8pt;
	font-weight: bold;
	padding-left: 25px;
	color : #333;
	text-decoration:none;
	}

h2 
	{
	font-family: Arial;
	font-size: 10pt;
	color: #333;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: -10px;
	}
	
font.bottom
	{
	font-family: arial;
	font-size: 11px;
	color: #636351;
	margin-left: 70px;
	font-weight: bold;

	}
	
font.bottomsmall
	{
	font-family: arial;
	font-size: 10px;
	color: #636351;
	font-weight: bold;
	}
	
a.bottom
	{
	font-family: arial;
	font-size: 11px;
	color: #636351;
	margin-left: 70px;
	font-weight: bold;
	text-decoration:none;
	}
	
a.bottom:hover
	{
	font-family: arial;
	font-size: 11px;
	color: #636351;
	margin-left: 70px;
	font-weight: bold;
	text-decoration:none;
	}
	
h1.homepage
	{
	font-family: arial;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left:10px;
	letter-spacing: 2px;
	}
	
/*********************
	divs
*********************/
.header {
	height: 141px;
	background-image: url(/images/static/bg_header.jpg);
	background-repeat: no-repeat;
}


/* Taalswitch */

.taalswitch {
	position:relative;
	top: 50px;
	left: 0px;
	width: 200px;
	float: right;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 11px;
}

.taalswitch a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.taalswitch a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.visualvlak, .textvlak {
	width: 570px;
	height: 165px;
	margin-bottom: 35px;
}



/*********************
	tables
*********************/

td
	{
	background-repeat: no-repeat;
	}

td
	{
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	}
	
td.leftmenumain {
	background: url("/images/static/backleftmenu.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	background-color:#eaeae4;
	}

td.leftmenu
	{
	text-align: right;
	vertical-align: bottom;
	height:26px;
	}
/*********************
	images
*********************/
img.right
	{
	float:right;
	clear: right;
	margin: 2px 2px 2px 10px;
	}
	
img.left
	{
	float:left;
  clear: left; 
	margin: 2px 10px 5px 2px;
	}
	
img.border
	{
	border: 1px solid #FF7E00;
	}
	
img.thumb
	{
	border: 1px solid #FF7E00;
	}

/*********************
	form
*********************/

.input
	{
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 11px;
	color: #333;

	}

.submit
	{
	border: 1px solid #ff7e00;
	background: #fff;
	color: #999;
	}


