﻿a 
{
  
}

a.button 
{
}
	
a.button:hover 
{
}

a.menu
{
}
	
a.menu:hover 
{
}

a.button 
{
  background: url("images/knop.gif") no-repeat; 
  color: #635b50; 
  display: block; 
  font-size: 11px; 
  font-weight: bold; 
  height: 32px; 
  line-height: 24px; 
  position: relative;
  left: -20px;
  text-align: center;
  text-decoration: none; 
  width: 136px; 
}

a.button:hover 
{
  color:#000000;
  font-weight:bold;
}

body 
{
  background-color: #EED046;
  background-image: url(images/header.jpg);
  background-repeat: repeat-x;
  color: #303030; 
  font-family: arial; 
  font-size: 13px; 
  text-align: left;
}

.menuselected
{
  cursor: pointer;
  font-size: 13px; 
  font-weight: bold;
  color: #303030; 
  text-decoration: none;
}

.menuunselected
{
  cursor: pointer;
  color: #303030; 
  text-decoration: none;
}

div.outermenu, div.innermenu
{
	bottom: 3px;
  position: relative;
}

div.outermenu
{
	background-color: #DDDDDD;
}

input.main
{
  color: inherited;
  position: relative;
  top: 2px;
}

textarea
{
  color: inherited;
  font-family: arial;
  font-size: 12px;
}

img.main
{
  border: 1px solid #888888;
  margin-left: 2px;
  margin-bottom: 10px;
  width: 450px;
}

img.item 
{
  border: 1px solid #888888;
  width: 100px;
}

span.header 
{
  color: #888888;
  font-size:24px; 
  left:10px;
  position:relative; 
  top:8px; 
}

span.large
{
  color: #888888;
  font-size:24px;
}

span.mediumlarge
{
  color: #888888;
  font-size:16px;
}

table.main 
{
  text-align: left;
}

table.menu
{
  background-color: white;
  border-right: 1px solid #FFFFFF;
  border-bottom: 3px groove #888888;
  border-left: 1px solid #888888;
  border-top: 1px solid #888888;
  font-variant: small-caps;
  color: #303030; 
}

td.divider
{
    width: 15px;
}

td.main
{
  background-color: white;
  border-right: 3px groove #888888;
  border-bottom: 3px groove #888888;
  border-left: 1px solid #888888;
  border-top: 1px solid #888888;
  font-style: italic;
  padding: 20px 20px 20px 30px;
  vertical-align: top;
  width: 800px;
}

td.menu
{
  left: 2px;
  position: relative;
  vertical-align: top;
  width: 100px;
  z-index: 99;
}

