body{
  background-color: #233E99; 
}

table{
  background-image: url('images/achtergrond.gif'); 
  background-repeat: repeat-y;
  color: #233E99;
  font-family: Comic Sans MS, arial; 
  font-size:0.8 em;
}

h1 {  
  font-size:1.5 em;
}

a, a:visited {
  font-weight: bold;
  color:#233E99;
}

#menugeel {
  width:175px; 
  margin-left:20px;
  font-size:1.2 em;
}

#menupaars {
  width:175px; 
  margin-left:20px;
  font-size:1.2 em;
}

#menurood {
  width:175px; 
  margin-left:20px;
  font-size:1.2 em;
}

#menugeel a, #menugeel a:visited {
  padding-top:15px;
  display:block; 
  width:100%; 
  height:40px; 
  line-height:20px; 
  text-decoration:none; 
  color:#233E99;
  background:url(images/menugeel.gif);
  background-position: top right; 
  background-repeat:no-repeat;  
}

#menupaars a, #menupaars a:visited {
  padding-top:15px;
  display:block; 
  width:100%; 
  height:40px; 
  line-height:20px; 
  text-decoration:none; 
  color:#233E99;
  background:url(images/menupaars.gif);
  background-position: top right; 
  background-repeat:no-repeat;  
}

#menurood a, #menurood a:visited {
  padding-top:15px;
  display:block; 
  width:100%; 
  height:40px; 
  line-height:20px; 
  text-decoration:none; 
  color:#233E99;
  background:url(images/menurood.gif);
  background-position: top right; 
  background-repeat:no-repeat;  
}

#menugeel a span {
  padding-left:25px;
}

#menupaars a span {
  padding-left:25px;
}

#menurood a span {
  padding-left:25px;
}

#menugeel a:hover {
  display:block; 
  width:100%; 
  height:40px; 
  cursor:pointer; 
  text-decoration:none; 
  color:#9383bd; 
  background:url(images/menugeel_ani.gif);
  background-position: top right; 
  background-repeat:no-repeat;
}

#menupaars a:hover {
  display:block; 
  width:100%; 
  height:40px; 
  cursor:pointer; 
  text-decoration:none; 
  color:#9383bd; 
  background:url(images/menupaars_ani.gif);
  background-position: top right; 
  background-repeat:no-repeat;
}

#menurood a:hover {
  display:block; 
  width:100%; 
  height:40px; 
  cursor:pointer; 
  text-decoration:none; 
  color:#9383bd; 
  background:url(images/menurood_ani.gif);
  background-position: top right; 
  background-repeat:no-repeat;
}

#header {
  display:block;
  text-align:center; 
  font-size:0.6 em;
  border-bottom: solid 1px #233E99;
}

.design {  
  position:relative;
  display:block; 
  height:15px; 
  text-align:left; 
  font-size:0.8 em;
}

.copy {  
  margin-top: -15px;
  position:relative;
  display:block; 
  height:15px; 
  text-align:right; 
  font-size:0.8 em;
  border-top: solid 1px #233E99;
}

#content{
  padding: 20px;
  margin-left: 0px;
	margin-right: 30px;
	line-height: 1.7;	
  float:left; 
  position:relative; 
  display:inline;
  background-image: url('images/content_bck.gif'); 
  background-repeat: no-repeat;
  background-position: bottom right;
}

form{
  font-family: Comic Sans MS, arial; 
  font-size:1.2 em;
  color: #233E99;
}




