html {
	background: #000;
}

a {
	cursor: hand;
}

a:link, a:visited   { color: #FFFFFF; }
a:active, a:hover  { color: #FF0000; }

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.oldBrowsers {
  margin: 0 0 20px 0;
  padding: 0;
  color: #CC0000;
  display: none;
}

table {
	border-collapse: collapse;
}

hr {
color: gray; 
height: 2px; 
}

img{
	border-color: black;
}

#pageWrapper {
  background: #000000; /* Achtergrondkleur binnenrand */
  width:900px;
  height: 120%;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  font-family: Times New Roman, times, serif;
  font-size: 12pt;
}

h1{
	margin: 0;
	color: #008080;
	font-weight: bold;
	font-size: 12pt;
	padding: 0;
	
}

#header{
	width:900px;
	border: 0px solid #000000;
	/*background:#000000;*/
}

#banner {
  border: 0px solid #FF0000;
  margin: 0;
  width:900px;
  padding: 0;
  clear: both;
  height: 200px;
  float: left;
  background: #000000 url('images/banner.jpg') no-repeat top left;
}

img.floatLeft { 
    float: left; 
    margin: 3px 5px 3px 0; 
}
img.floatRight { 
    float: right; 
    margin: 3px 0 5px 3px; 
}

#maincontent {
	border: 0px solid #FF0000;
	background: #000000; /* Achtergrondkleur tekstgedeelte onder het menu */
	margin: 0;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}

#textheader{
margin: 5px 0 5px 0;
font-weight:bold;
font-size: 18px;
padding: 25px 0 10px 10px;
color: Red; /*paars*/
width: 100%;
float: left;
}
#textbody{
margin: 0 0 15px 0;
width: 600px;
padding: 0 0 0 10px;
color: white;
width: 600px;
float: left;
}
#textbody li{
	margin-bottom: 5px;
	margin-left:-25px;
}

.bottomborder {
	float: left;
	border-bottom: solid 1px gray
}

.boxed {
border: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
.boxed td{
padding: 5px;
}

.Menubar
{
    width: 900px;
    height: 30px;
    background-image: url(images/Menubar.png);
    background-repeat: repeat-x;
    margin: 0px;
    margin-top: -3px;
    overflow: hidden;
	float: left;
}

.MenubarInner
{
	float: left;
    padding-left: 70px;
}

.MenubarItemRight
{
    height: 30px;
    width: 3px;
    background-image: url(images/MenubarItemRight.png);
    background-repeat: no-repeat;
}

.MenubarItemLeft
{
    height: 30px;
    width: 4px;
    background-image: url(images/MenubarItemLeft.png);
    background-repeat: no-repeat;
}

.MenubarItemTab
{
    display: block;
    height: 22px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;

    color: #FFFFFF;
	font-family: Times New Roman, times, serif;
	font-size: 12pt;
	letter-spacing: 0.5px;
    cursor: pointer;
    height: 30px;
    background-image: url(images/MenubarItemTab.png);
    background-repeat: repeat-x;
}

.MenubarItemTab A:LINK, .MenubarItemTab A:VISITED, .MenubarItemTab A:ACTIVE
{
    color: #FFFFFF;
    text-decoration: none;
}

.MenubarItemTab A:HOVER
{
    color: yellow;
    text-decoration: none;
}

#current.MenubarItemTab a{ /*currently selected tab*/
	color: yellow;
}

.portret {
	width:200px;
	height: 320px;
	margin-top:25px;
	margin-left:33px;
	background: transparent url(images/start1_200x320px.jpg) no-repeat top left;
}

.fotolijst {
	width:200px;
	height: 320px;
	margin:0;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotolijst_200x320px.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.fotolijst[class] {
	background: transparent url(images/fotolijst_200x320px.png) no-repeat top left;
}
