@charset "UTF-8";
/* CSS Document */


#site {
	background-repeat: no-repeat;
		position: relative;

	left: 10%;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style1 {font-size: 9px}
.style3 {font-weight: bold}

#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 900px;
}


#sitebottom {
	position: relative;
	height: 800px;
	top: 0px;
}


#flashcontent {
margin-top: -800px;
}







/* lEFT */


#leftwrapper {
height:100%;
}

#lefttop {
	background-image: url(images/leftcorner.gif);
	background-repeat: no-repeat;
	top: 0px;
	width: 58px;
	height: 80px;
}



#leftmiddle {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	width: 58px;
	height: 100%;
	top: 90px;
}
#footerleft {
	background-image: url(images/footerleft.gif);
	background-repeat: no-repeat;
	width: 58px;
	height: 60px;
	bottom: 0px;
	margin-left: 4px;
}


/* MIDDLE */



#middlewrapper {
margin-left: 58px;
top: 0px;



	
}
#content {
	background-image: url(images/footermiddle.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 640px;
	margin-top: -15px;
		background-color: #FFFFFF;

		

	
}

#contentbox {
	height: 100%;
	width: 600px;
	padding-top: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contentpersoneel {
		height: 100%;
	width: 600px;
	padding-top: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}


#footermiddle {
	background-repeat: no-repeat;
	height: 5px;
	width: 640px;
	bottom: 0px;

}



div#footermiddle
  {
  margin: 0 30% 0 0;
  padding: 0.5em 2em 0.5em 10%;
  font-size: 90%;
  }

* html div#footermiddle
  {
  font-size: 155%;   /* for IE5.x/win */
  font-size: 150%;  /* for other IE versions */
  }



/* RIGHT */



#rightwrapper {
	left: 708px;
	top: 0px;
	position: absolute;
	height:100%;
	
}

#rightbox {
	background-image: url(images/uninews.gif);
	background-repeat: no-repeat;
	top: 0px;
	height: 150px;
	width: 192px;
	background-color: #ffffff;
	
}
#newscontent {
	background-image: url(images/newscontent.gif);
	background-repeat: repeat-y;
	top: 150px;
	height: 96%;
	width: 142px;
	
}



#footerright {
	background-image: url(images/footerright.gif);
	background-repeat: no-repeat;
	bottom: 0px;
	left: -55px;
	height: 60px;
	width: 142px;
	margin-left: 0px;
	
}

a:link {
	color: #619C2B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #619C2B;
}
a:hover {
	text-decoration: underline;
	color: #66CC33;
}
a:active {
	text-decoration: none;
	color: #619C2B;
}

