/* CSS Document */
#background{
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

#container{
	width:800px;
	height:768px;
	margin: auto;
	background-color:#edeef2;

}

#header{
	width:800px;
	height:206px;
}

#menubalk{
	width:800px;
	height:33px;
	background:url(images/menu.jpg) repeat-x;
	vertical-align:middle;
}

ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	float:right;
	margin-right:10px;
	height: 33px;
	vertical-align:middle;
}

img {
	border: none;
}

li a{
	display:block;
	float: left;
	height: 33px;
	padding:5px 0px 0px 0px;
	text-align:center;
	margin:0px 0px 0px 0px;
	font-style:normal;
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #FFFFFF;
	border: 0px solid black;
	text-decoration:none;
	vertical-align:bottom;
}

li {
	display:block;
	float: left;
	height: 33px;
	padding-left:0px;
	text-align:center;
	margin:0px 0px 0px 0px;

}

li a:hover{
	background-image:url(images/menu_hover.jpg);
	background-repeat:repeat-x;
	color:#022686;
}

a.nav {
	display: block;
	border: 1px black solid;
	height: 33px;
	width: 100px;
}

#content{
	background-color:#edeef2;
}

#left{
	background-color:#edeef2;
	border-right: 1px solid #c7cacf;
}

#opvul{
	background-color:#edeef2;
}



/*--------------- end div layout ---------------*/


#koptekst{
	margin-left:5px;
	font-style: normal;
	font-size:14px;
	font-family:"Trebuchet MS";
	color:#5872ad;
}

#tekst{
	margin-left:5px;
	font-style:normal;
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#6d6e70;
}

#link1{
text-align:center;

}

#link2{

}

#tekst a:link   {
  font-family:"Trebuchet MS";
  color: #77ca32;
  font-size: 12px;
  text-decoration: none;
}

#tekst a:visited   {
  font-family:"Trebuchet MS";
  color: #77ca32;
  font-size: 12px;
  text-decoration: none;
}

#tekst a:hover   {
  font-family:"Trebuchet MS";
  color: #e0ba31;
  font-size: 12px;
  text-decoration:none;

}

#tekst a:active   {
  font-family:"Trebuchet MS";
  color: #77ca32;
  font-size: 12px;
  text-decoration: none;
}

a.menu {
	color:#ffffff;
}
a:hover.menu {
	color:#022686;
	text-decoration:none;
}


/* Footer */
#footer{
	background-color:#edeef2;
	border-top: 1px solid #c7cacf;
	text-align:center;
}

#footertekst{
	color:#a8a8a8;
}

#footertekst a{
	color:#a8a8a8;
	text-decoration: none;
	font-size:13px;
}


#footertekst a:hover {
	text-align:center;
	color:#022686;
	text-decoration:none;
}

#footje{
	color:#a8a8a8;
	text-align: center;
	width: 100%;
}

#footje a{
	color:#a8a8a8;
	text-decoration: none;
	font-size:11px;
}


#footje a:hover {
	text-align:center;
	color:#022686;
	text-decoration:none;
}

/* Footer */