﻿body {
	margin: 0;
	padding: 0;

	font-family: Verdana, Sans-Serif;
	font-size: 80%;
	
	color: #707070; 
}
a { 
	color:#505050;
	text-decoration: none; 
	-moz-outline-offset: -1px; /* I.v.m. de border rondom actieve links in Gecko */
}
img { border: none; }
p { line-height: 1.5em; }

/* Omvat elementen met float */
div.wrapper {
	overflow: auto; 
}
div#content a
{
	text-decoration:underline;
	}
a.Nounderline {
	text-decoration:none;
	}
	
table.form {width:90%;}

div.row {
	border-top:1px solid #ccc;
	width:98%;

  padding-top: 10px;
  padding-bottom:13px;
  height:inherit;
  }

.Label {
  float: left;
  width: 150px;
  text-align: right;
   }

div.row input.formw, table.formw, textarea.formw  {
  float: right;
  width: 300px;
  text-align: left;
  
  } 

div.row input.formb  {
   margin-left:200px;
   float:none;
  } 
