﻿body {
	color: #082940;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
}
.kop {
	width: 800px;
	text-align: right;
}
.koplinks{
	float: left;
	background-image: url('../images/Logo.jpg');
	width: 400px;
	height: 152px;
}
.kopmidden{
	margin-left: 60px;
	margin-top: 40px;
	float: left;
	text-align: left;
	font-size: smaller;
}
.koprechts{
	margin-top: 40px;
	float: right;
	text-align: left;
	font-size: smaller;
}
.content {
  padding: 10px;
}
.tabs {
  margin-top: 20px;
  clear: left;
	width: 100%;
	background-image: url('../images/MenuAchtergrondKlein.jpg');
	background-repeat: repeat-x;
	z-index: 1;
	float: left;
	align: center;
  font-size: 11px;
}
.tablinksactief {
  margin-left: 2px;
	background-image: url('../images/TabLinksactiefKlein.jpg');
	background-repeat: no-repeat;
  float: left;
  z-index: 2;
  height: 28px;
  width: 10px;
}
.tabmiddenactief {
	background-image: url('../images/TabMiddenactiefKlein.jpg');
	float: left;
	z-index: 2;
	line-height: 28px;
	height: 28px;
}
.tabrechtsactief {
 	background-image: url('../images/TabRechtsactiefKlein.jpg');
	background-repeat: no-repeat;
	float: left;
	z-index: 2;
  height: 28px;
  width: 10px;
}
.tablinks {
  margin-left: 1px;
	background-image: url('../images/TabLinksKlein.jpg');
	background-repeat: no-repeat;
  float: left;
  height: 28px;
  width: 10px;
}
.tabmidden {
	background-color: #FED716;
	background-image: url('../images/TabMiddenKlein.jpg');
	float: left;
	line-height: 28px;
	height: 28px;
}
.tabrechts {
	background-image: url('../images/TabRechtsKlein.jpg');
	background-repeat: no-repeat;
	float: left;
  height: 28px;
  width: 10px;
}
.menulink:link {
	color: #082940;
	text-decoration: none;
}
.menulink:visited {
	color: #082940;
	text-decoration: none;
}
.menulink:active {
	color: #082940;
	text-decoration: none;
}
.wrapper {
	width: 100%;
	height: 1200px;
	background-color: #FED716;
  text-align: left;
	clear: left;
}

