﻿body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: #ffed00;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
}

a
{
  color: #003399;
}

a:hover
{
  color: #00ccff;	
}

h1
{
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
}

h2
{
  font-size: 20px;
  font-weight: bold;
}

h3
{
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

#frame
{
  background-color: #0085ca;
  border: solid 3px black;
  min-width: 300px;
  min-height: 200px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

#headerrow
{
  background-image:url(../images/banner.gif);
  background-repeat:repeat-x;
  height: 84px;
}

#breadcrumbrow
{
  clear: both;
  height: 24px;
  border-top: solid 2px black;
}

#datecolumn
{
  float: left;
  width: 175px;
  text-align: center;
  line-height: 26px;
  border-right: solid 2px black;
}

#breadcrumb
{
  float: right;
  line-height: 26px;
} 


#breadcrumb ul
{
  list-style-type: none;
  margin: 0;  
}

#breadcrumb li
{
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0.8em;
  text-align: left;
  background: url(../images/blokje.gif) left center no-repeat;
  float: right;
}

#breadcrumb li a
{
  color: black;
  text-decoration: none;
  font-weight: bold;
}

#breadcrumb li a:hover
{
  color: #ffed00;
}

#mainrow
{
  position: absolute;
  top: 112px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: solid 2px black;
}

#leftcolumn
{
  width: 175px;
  float: left;
  border-right: solid 2px black;
  overflow: auto;

  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

#centercolumn
{
  overflow: auto;
  background-color: #ffffff;
  padding: 15px;
  position: absolute;
  left: 177px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

#leftcolumn ul
{
	background-color: #003399;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font: 105% Verdana, Arial, Helvetica, sans-serif;
}

#leftcolumn li
{
	padding: 7px 0px 7px 30px;
	border-bottom: solid black 3px;
    background: url(../images/vinkje.gif) left center no-repeat;
}

#leftcolumn li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#leftcolumn li a:hover
{
	color: #ffff00;
}

#signature
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 10px;
}

#signature span
{
    color: #43ace3;
}

#signature span a
{
    color: #43ace3;
    text-decoration: none;
}

.Poster
{
    float: left;
    margin-right: 10px;
}
