/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

body{
 text-align:left;
}

html,body {
 height: 100%; /* HEEL BELANGRIJK! */
 font-family: Verdana;
 color:#000000;
 font-size:12px;
 background-color:#FFFFFF;
 background-image:url(../images/bg.jpg);
 background-repeat:no-repeat;
 }
H1 { font-size: 15px; color:#99CB5C; font-weight:bold; padding-top:10px; margin-bottom:-5px;}
H2 {font-size:11px; color:#FFFFFF; font-weight:bold;}
P, H1, H2, H3, H4, H5, H6{margin: 0px 0px 5px 0px;}


* html > .container {
	height: 100%;
}

.container{
	min-height: 100%;
	text-align:left;
}
.container{
	width:896px;
}

A img{
border:0px;}

.content{
position:absolute;
top:188px;
width:578px;
margin-left:272px;
line-height:17px;}
.logo{
position:absolute;
top:35px;
margin-left:5px;}

/*******MENU ********/
/* Menu 1 column */
#menu_1 {
	position:absolute;
	top:200px;
	vertical-align:text-top;
	width: 198px;
	_width: 222px;
	font-size:11px;
}
#menu_1 DIV {
	width: 100%;	
	
}
#menu_1 DIV A {
	color: #99CB5C;
	text-decoration: none;
	line-height:18px;
	
}
#menu_1 DIV A:hover {
	text-decoration: none;
	color:#99CB5C;
	
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  font-size: 13px;
  padding-top:5px;
  padding-bottom:2px;
  padding-left:24px;
  width:198px;
  _width:221px;
  background-color:#E7E6E6;

}

/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  font-size: 13px;
  padding-top:5px;
  padding-bottom:2px;
  background-color:#FFFFFF;
  background-image:url(../images/bg_nav.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:24px;
  width:198px;
  _width:221px;
}
#menu_1 DIV.menu1-level1-act A {
  color: #99CB5C;
  text-decoration: none;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 13px;
  padding-left:55px;
  background-image:url(../images/pijl_subnav.gif);
  background-repeat:no-repeat;
  background-position:left center;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 13px;
  padding-left:55px;
  background-image:url(../images/pijl_subnav_act.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

/***links***/
A {
	color: #000066;
	text-decoration:underline;
} 
A:hover{
	color: #000066; 
	text-decoration:none;
}



/*******FORM ********/
.csc-mailform {
border: none;
width: 578px;
background-image:url(../images/bg_form.jpg);
background-position:left top;
background-repeat:repeat-y;

 
}
.csc-mailform-submit {
margin-top: 15px;
width: auto;
}

/*label {
width: 120px;
display: block !important;
display: inline;
}*/

label {
text-align:left;
width:280px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
}

input,textarea {
margin:3px;
width:200px;
}

input.csc-mailform-check {
width: 15px;
}
input.csc-mailform-radio {
width: 15px;

}

.csc-mailform-field {
clear: both;
min-height: 25px;
}

legend {
display: none;
}

span.csc-mailform-radio label {
padding-top: 2px !important;

padding-top: 4px;
display: block;
}

.csc-mailform-radio fieldset {
clear: both;
margin-left: 285px;
width:250px;
_width:380px;
}
.csc-mailform-radio label {
width: auto;
float: none;
}

.csc-mailform-radio {
float: left;
}

.csc-mailform-radio br {
clear: both;
}

fieldset {
border: none;
}

form {
color: #424441;
}
