body
{
  	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

#toprow {
	position: absolute;
	left:0px;
	width:100%;
	height:30px;
	background: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#general_items {
  border: 1px solid #4682b4;
  float: left;
  background: url(../images/bgvakje.jpg);
  background-repeat: no-repeat;
}

#leftcolumn
{
	position: absolute;
	left: 0px;
	top: 28px;
	padding: 5px;
	width: 150px;
	background-color: #d2cfff;
}

#midcolumn
{
	position: absolute;
	left: 150px;
	top: 28px;
	padding: 5px;
	width: 150px;
	height: 100%;
	background-color: #e7e5ff;
}

#rightcolumn
{
	position: absolute;
	left: 300px;
	top: 28px;
	width: 500px;
	padding: 5px;
	height: 100%;
	border-left: 1px solid #4682b4;
	border-right: 1px solid #4682b4;
	background: url(../images/bg.gif);
}

.menu_item
{
	width: 100px;
	padding: 3px;
	float: left;
	clear: left;
}

a.menu_item, a.menu_item:visited
{
	color:#2c2c80;
	background-color:none;
	text-decoration:none;
}

a.menu_item:hover, a.menu_item:active
{
	color: #FFF;
	background-color:LightSteelBlue;
}

.contact, a.contact, a.contact:active, a.contact:visited {
	padding-left: 5px;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000000;
}
a.contact:hover {
	padding-left: 5px;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: underline;
}
.contact_em {
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20pt;
}
.sub, a.sub, a.sub:active, a.sub:visited {
	font-size: 14px;
	font-weight: bold;
	color: #596569;
	text-decoration: none;
}
a.sub:hover {
	font-size: 14px;
	font-weight: bold;
	color: #596569;
	text-decoration: underline;
}
.content, p, td {
	color: #596569;
	font-size: 12px;
	line-height: 15pt;
}
a, a:visited, a:active {
  color: #123454;
  text-decoration: underline;
}
a:hover {
  color: #123454;
  text-decoration: none;
}

h1 {
  color: #4682B4;
  FONT-FAMILY: Comic Sans MS;
  text-align: center;
  color:#4682B4;
}
