body
{
background-image:url(/images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
font-family:Verdana;
color:#666666;
font-size:12px;
margin-left:0;
margin-top:0;
text-align:center;
}
a,a:link,a:visited,a:active
{
font-family:Trebuchet MS;
font-size:14px;
color:#000;
text-decoration:none;
font-weight:bold;
}
a:hover
{
color:#e50083;
text-decoration:underline;
}
#container
{
	border:0px solid #ff00ff;
	position: relative;
	margin: 0 auto;
	width: 650px;
	height: 100%;
	text-align:left;	
}
#inhoudbox
{
width:650px;
text-align:left;
margin-top:5px;
margin-left:10px;
margin-right:10px;
float:left;
}
#menu
{
width:100%;
height:20px;
text-align:center;
float:left;
font-family:Georgia;
font-size:12px;
color:#e50083;
margin-top:10px;
background:#ccc;
}


p
{
text-align:justify;
line-height:16px;
}
h1
{
font-family: Georgia;
font-size:20px;
color:#444;
font-weight:normal;
letter-spacing:4px;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
width:285px;
text-indent:5px;
}
.zoek
{
text-align:right;
color:#000000;
font-family:Trebuchet MS;
font-size:14px;
padding-top:10px;
padding-right:0px;
padding-bottom:10px;
padding-left:280px;
}
#zoektaal
{
width:840px;
height:30px;
border:0px solid #ccc;
text-align:left;
color:#777;
font-family:Georgia;
font-size:11px;
font-weight:bold;
}
#bottom
{
height:80px;
text-align:center;
margin-top:650px;
}
a.bottom
{
font-family:Georgia;
font-size:11px;
color:#777;
text-decoration:none;
font-weight:normal;
padding:10px;
}
a:hover.bottom
{
font-family:Georgia;
font-size:11px;
color:#777;
font-weight:normal;
padding:10px;
text-decoration:underline;
}
#divider
{
width:295;
border-bottom:1px solid #d1d1d1;

}
form.frm  {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form.frm  fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.frm  fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form.frm  label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form.frm fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
form.frm  input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form.frm  input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea.frm  { overflow: auto; }

form.frm  small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.frm  .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.frm  br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
table.overzicht
{
border-collapse:collapse;
}