﻿html, body {
	height: 100%;
	MARGIN: 0px;
	PADDING: 0px;
	BORDER: 0px;
	COLOR: #404040;
	BACKGROUND-COLOR: #ffffff;
}

input{
    border: solid 1px #ccc
}
TD, input, textarea
{
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-SIZE: 13px;
}


textarea{
	width: 300px;
	height: 200px
}


/*FORM SETTINGS*/
#FormError
{
    BORDER-RIGHT: red 1px solid;
    BORDER-TOP: red 1px solid;
    BORDER-LEFT: red 1px solid;
    BORDER-BOTTOM: red 1px solid;
    BACKGROUND-COLOR: #cadcec
}
.FormError
{
    BORDER: red 1px solid;
}
#FormErrorMessage
{
    FONT-SIZE: 13px;
    COLOR: red
}
#submitbutton
{
	border: 0px;
  	FONT-SIZE: 13px;
	COLOR: #fff;
	FONT-FAMILY: Arial, Helvetica;
	BACKGROUND-COLOR: #a6282e;
	margin: 6px;
	cursor: hand
}
.button
{
  font-weight:bold;
  font-family:arial;
  background: url(/nl/_layout_2009v1/images/button.gif) no-repeat center center;
  text-transform: uppercase;
  color: #fff;
  width: 170px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  border: 0px;
  font-size: 11px;
  margin: 8px 0px;
}


/*FORM TOELICHTING*/
DIV.toelichting A
{
    OVERFLOW: visible;
    TEXT-DECORATION: none
}
DIV.toelichting A IMG
{
    margin-left: 10px;
    FILTER: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0
}
DIV.toelichting A:hover IMG
{
    FILTER: alpha(opacity=25);
    opacity: .25
}
DIV.toelichting A SPAN
{
    DISPLAY: none;
    TEXT-DECORATION: none
}
DIV.toelichting A:hover SPAN
{
    DISPLAY: block;
    POSITION: absolute;
    Z-INDEX: 8;
    OVERFLOW: visible;
    WIDTH: 230px;
	HEIGHT: auto;
    COLOR: #542b49;
    MARGIN-LEFT: 30px;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER: #003f84 1px solid;
	float:RIGHT;
    MARGIN-TOP: -10px;

    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
}
select{

    POSITION: relative;
    Z-INDEX: 2;
}
DIV.toelichting
{
    display:inline
}
DIV.toelichting A:hover
{
}
DIV.toelichting iframe { 
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:200px;/*must have for any big value*/
	height:100px/*must have for any big value*/;
	margin-left: -1px;
	border:0px;
}
#nawtxt{
	font-size: 10px;
	DISPLAY: block;
    POSITION: absolute;
    Z-INDEX: 2;
    OVERFLOW: visible;
    WIDTH: 210px;
	HEIGHT: auto;
	margin-left: 180px;
	margin-top: -26px;
	/margin-left: 10px;
	/margin-top: -2px;
}

.contentDIV{
    margin: 4px;
    border: 1px solid red;

}
