@charset "windows-1252";
/* CSS Document */

html,body {
	text-align: center;
	margin:0px;
	padding:0;
	height:100%;
	background-color: #FFFFFF;
 	/* background-image: url(gfx/background.jpg); */
	background-repeat: repeat-x;
	background-position: top;
}

/* LAYOUT */

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	position: relative;
	width: 100%;
	height: 255px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(gfx/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}

#headercontent {
	position: relative;
	width: 1020px;
	height: 255px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper{
	position: relative;
	width: 1020px;
	text-align: left;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content-left {
	position: relative;
	width: 195px;
	min-height: 140px;
	top: 65px;
	left: 0px;
	float: left;
	background-color: #FFF;
}

#content-middle {
	position: relative;
	width: 500px;
	min-height: 140px;
	top: 30px;
	left: 20px;
	float: left;
	background-color: #FFF;
	overflow: visible;
}

#content-right {
	position: relative;
	width: 240px;
	min-height: 140px;
	top: 0px;
	left:40px;
	float: left;
	
}

div.spacer {
	clear: both; 
}
.td-navigatie {
	height: 18px;	
}

#footer {
	text-align: left;
	min-height: 40px;
	position: relative;
	top: 70px;
	left: 0px;
}

/* LINKS */

.link-navigatie {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #501876;
	text-decoration: none;
}

a.link-navigatie:hover
{ 
	color: #3FAC49; 
}

.link-subnavigatie 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 60px;
	line-height: 15px;
}

a.link-subnavigatie:hover
{ 
	color: #FFFFFF; 
	text-decoration: underline
}

.link-subnavigatie-paars 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 60px;
	line-height: 15px;
	
}

a.link-subnavigatie-paars:hover
{ 
	color: #3FAC49; 
	text-decoration: none
}

.link-wit 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 60px;
	line-height: 15px;
	
}

a.link-wit:hover
{ 
	color: #501876; 
	text-decoration: none
}


/* FONTS */
.kopgroen 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #36A947;
	font-weight: bold;
	line-height: 35px;
}

.tussenkopgroen 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #36A947;
	font-weight: bold;
	line-height: 35px;
}

.tekst 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #555;
	font-weight: normal;
	padding-left: 35px;
	padding-right: 20px;
	line-height: 18px;
}

.teksttab 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #555;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 35px;
	line-height: 18px;
}
.tekstwit {
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #3FAC49;
	font-weight: normal;
	line-height: 18px;
	padding-left: 20px;
}

.tekstfooter {
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #555;
	font-weight: normal;
	line-height: 18px;
	padding-left: 0px;
}

.teksopgroen {
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	line-height: 18px;
	
}