html, body{
	font-family: Arial;
	font-size: 14px;
	height: 100%;
	background-color: #333;
	background-image:url(/images/basis/AchtergrondContainer.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;	
}
td{
    vertical-align:top;
    FONT-FAMILY: Arial;
	font-size: 14px;
}
a{
	text-decoration: underline; 
	color: #000074; 
}
a img{
	border: 0;
}
h1{
	display:inline;
	color:#333;
	font-size:20px;
	padding-bottom:-20px;
	margin-bottom:-20px;
}
hr{
  border: 0;
  color:#67D341;
  background-color: #67D341;
  height:1px;
  margin:0;
  padding:0;
  margin-bottom:10px;
}
fieldset{
	border: 0;
}
#container{
	margin: 0 auto;
	width: 900px;
	min-height: 300px;
}
#logo{
	width:900px;
	height:195px;
	background-image:url(/images/basis/Logo.jpg);
	background-repeat:no-repeat;
	vertical-align:center;
}
#menu{
	width:900px;
	height:35px;
	background-color:#FFF;
	border-bottom : 2px solid #000;
	border-top : 2px solid #000;
}
#menu ul {
	display: inline;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	color:#000;
	text-decoration: none;
	padding:8px 15px 4px 15px;
	font-weight:bold;
	float:left;
	font-size: 17px;
	height:23px;
	list-style-type: none;
	border-right: 1px solid #888;
}
#menu ul li a:hover {
	background: url(/images/basis/MenuHover.jpg) repeat-x;
}
#menu ul li a.active {
	background: url(/images/basis/MenuActief.jpg) repeat-x;
}
#content{
	width:870px;
	min-height: 300px;
	line-height:150%;
	padding: 15px;
	text-align:justify;
	background: url(/images/basis/AchtergrondContent.jpg) no-repeat top;
	background-position:0px 0px;
	background-color:#ddd;
}
#footer{
	margin: 0 auto;
	width:900px;
	background-color:#000;
	text-align:center;
	font-style:italic;
	font-size: 9pt;
	color:#444
}
.portfolio{
	line-height:120%;
}
.error{ color:#F00}
.kopTekst{
	border-bottom : 1px solid #665B6B;
}
.KopTabel {
	font-weight: bold;
	border-top: 1px solid #E15518;
	border-bottom: 1px solid #E15518;
}
.even{
	vertical-align:middle;
	background-color:#FFCA7A;
}
.onev{
	vertical-align:middle;
	background-color:#FFEB9B;
}
