body
{
  margin:0 0;
  padding: 0;
  background: #ffffff; 
  color: #213671;
  font-family: Verdana;
  font-size: 11px;
  text-align: left;
}
a
{
  color: #003366;
  text-decoration: none;
}
a:hover
{
  color: #999900;
  text-decoration: none;
}  
h1
{
  font-family: Georgia;
  font-size: 20px;
  font-weight: normal;
}
h5
{
  color: #8191cd;
  font-size: 14px;
  margin: 0;
  padding: 0px 0 0px 0;
}
h6
{
  color: #8191cd;
  font-size: 14px;
  margin: 0;
  padding: 10px 0 10px 0;
}
p
{
  margin: 0px;
}

.debug
{
border-bottom:1px dashed skyblue;
padding:3px;
}

.debugtxt
{
font-size:12px;
}

.debugstring
{
color:orange;
font-size:9px;
}

.debugerror
{
border-bottom:1px dashed red;
padding:3px;
}

.debugerrortxt
{
color:red;
font-size:12px;
}

.debugerrorstring
{
color:red;
font-size:12px;
}

/* test css */

#item1
{
border:1px dashed orange;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:18px;
color:orange;
}

#item2
{
border:1px dashed orange;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:18px;
color:orange;
}

#item21
{
border:1px solid gray;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:12px;
color:gray;
}

#item22
{
border:1px solid gray;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:12px;
color:gray;
}

#item3
{
border:1px dashed orange;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:18px;
color:orange;
}

/*this is Sjoerd CSS */

.sjoerd1 {
padding: 10px;
margin-bottom: 10px;
line-height: 20px;
}
.sjoerd2 {
line-height: 20px;
margin-bottom: 10px;
}
.sjoerd1 h1, .sjoerd2 h1 {
font-family: Georgia, serif;
font-size: 20px;
margin: 0 0 5px 0;
padding: 0;
font-weight: normal;
}
.sjoerd1 a, .sjoerd2 a {
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #213671;
}
.sjoerd1 a:hover, .sjoerd2 a:hover {
border-bottom: 1px solid #666699;
color: #666699;
}
.sjoerd1 h6, .sjoerd2 h6 {
margin: 5px 0;
padding: 0;
}
.sjoerd1 h6 a, .sjoerd2 h6 a {
width: 136px;
height: 23px;
display: block;
text-align: center;
background: url(./uploads/user/systeem_afbeeldingen/link.gif) no-repeat center top;
color: #FFF;
text-decoration: none;
padding: 3px 0 0 0;
margin: 0;
font-size: 10px;
border-bottom: none 0px;
font-weight: normal;
}
.sjoerd1 h6 a:hover, .sjoerd2 h6 a:hover {
background: url(./uploads/user/systeem_afbeeldingen/link_hover.gif) no-repeat center top;
border-bottom: none 0px;
color: #FFF;
}

.obligatory_field
{
  color: #cc0000;
  font-weight: bold;
}