body {
	font: 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td, th {
	font-size: 1em;
	vertical-align: top;
	padding: 2px 5px 2px 0;
}
hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #BEBEBE;
	clear: both;
}
input, textarea, select {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
input.text, textarea, select {
background: url("../images/template/bg-textfield.gif") White no-repeat;
}

#content blockquote {
margin-bottom: 1em;
margin-left: 1em;
}

#content img {
	margin: 0 0.2em 0.2em 0.2em;
}

#content ul {
	margin-bottom: 1em;
}

#content ul li {
	margin-left: 1.5em;
	list-style-type: disc;
}

div.divider {
	height: 0;
	clear: both;
	float: none;
	font-size: 1px;
}

a img {
	border: 0;
}

a {
	color: #74982C;
}

hr {
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:1em;
	color: #88B52E;
}
p {
	margin-bottom:0.7em;
}
h1 {
	font-size: 1.4em
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:0.9em;
}

.fout {
	border: 1px solid Red;
}

.text {
	border: 1px solid Gray;
	padding:2px;
}
.normal {
	width: 15em;
}
.small {
	width: 6em;
}
.large {
	width: 20em;
}
select {
	border: 1px solid Gray;
}
form table td {
	padding-right: 1em;
	padding-bottom: 0.2em;
}

table.details th {
	font-weight: normal;
	padding: 0.2em 1em;
	border-right: 1px solid #666;
	text-align: right;
	vertical-align: top;
	color: Gray; 
}
table.details td {
	padding: 0.2em 1em;
}
table.list td {
	padding: 0.3em 0.5em 0.3em 0;	
}

#content form fieldset {
  margin-bottom: 10px;
  padding: 1em;
  border: 1px solid #9ACD32;
  color: #696969;
}
#content form legend {
  padding: 0 2px;
  font-weight: bold;
}
#content form label {
	/*  display: inline-block;*/
	display: block;
	float: left;
	line-height: 1.8;
	vertical-align: top;
	white-space: nowrap;
   width: 170px; /* Width of labels */
}
#content form fieldset ol {
  margin: 0;
  padding: 0;
}
#content form form li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
#content form li {
	list-style: none;
	margin: 0;
	padding: 0;
	clear:both;
}
#content form fieldset fieldset {
  border: none;
  margin: 3px 0;
  padding: 0;
}
#content form fieldset fieldset legend {
  padding: 0;
  _margin: 0 -7px;
  font-weight: normal;
  float: left;
  width: 170px;
  white-space: nowrap;
}
#content form fieldset fieldset label, form fieldset fieldset div {
  display: block;
  width: auto;
  float: none;
  margin-left: 173px; /* Width plus 3 (html space) */
}
#content form fieldset fieldset td label {
	margin-left: 0;
}
#content form em {
  font-weight: bold;
  font-style: normal;
  color: Gray;
  display: none;
}


#content img.right, #content img[align="right"] {
	margin-left: 10px;
}
#content img.left, #content img[align="left"] {
	margin-right: 10px;
}
#vmarquee p {
margin-bottom: 20px;
}

.greenbutton {
background: #B8E310;
border: 1px solid #CCCCCC;
color: Black;
text-decoration:none;
padding: 2px 5px 2px 5px;
cursor:pointer;
margin: 0 10px 0 0;
}
.greenbutton:hover {
border: 1px solid #333333;
}
#foutmelding, .foutmelding {
color: #990000;
}
table.greenlines {
border-collapse: collapse;
}
table.greenlines td, table.greenlines th {
border-top: 1px solid #9ACD32;
border-bottom: 1px solid #9ACD32;
}
.bericht-succes {
	font-weight: bold;
	border: 1px solid #88B52E;
	padding: 5px;
	margin-bottom: 10px;
}
.bericht-fout {
	font-weight: bold;
	border: 1px solid #88B52E;
	padding: 5px;
	margin-bottom: 10px;
	color: #8F080E;
}
