body {
  margin: 10px auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  background: #ae0348;
  color: #800033;
}

h1 {
  font-size: 120%;
}

a {
  color: #330099;
}

a:hover {
  color: #6666cc;
}

.jaarHead {
  font-weight: bold;
}

.blokje {
  float: left;
  display: block;
  width: 20px;
}

.pagePic {
  margin: 10px;
  width: 220px;
  border: 1px solid #800033;
}

#links_left {
  float: left;
  margin-right:10px;
  width: 330px;
}

#links_right {
  float: left;
  width: 330px;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 3px 0px 3px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formfield {
  background-color: #fff; 
  border: 1px solid #800033; 
  margin-bottom: 2px;
}

.formbutton {
  color: #fff;
  height: 21px; 
  border: #000000 outset 1px;
  background: #800033;
  margin-bottom: 2px;
}

#container {
  margin: auto;
  width: 900px;
  background: white url('../assets/bg.jpg') repeat-y;
}

#header{
	width: 900px;
	height: 164px;
	background: url('../assets/header.jpg') no-repeat;
}

#menu {
	width: 900px;
	height: 25px;
	padding-top: 3px;
	background: #800033;
	text-align: center;
}

#menu a {
  color: white;
  text-decoration: none;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: bold;
  font-size: 110%;
}

#menu a:hover {
  color: #db0359;
}

#menu .active {
	color: #db0359;
}

#content {
  _height: 450px;
  min-height: 450px;
}

#content_left {
  float: left;
  width: 159px;
  padding-top: 30px;
}

#content_left a {
  display: block;
  background: #800033;
  color: white;
  padding-left: 3px;
  margin-top: 1px;
  width: 156px;
  text-decoration: none;
  font-size: 90%;
}

#content_left a:hover {
  background: #a00d48;
}

#content_left .active {
  background: #a00d48;
}

#content_right {
  float: left;
  width: 701px;
  padding: 20px;
}

#footer {
  text-align: center;
  font-size: 90%;
}

.cleaner {
  clear: both;
}