/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

body{
 text-align:center;
}

html,body {
 height: 100%; /* HEEL BELANGRIJK! */
 font-family: Verdana;
 font-size:12px;
 color:#464646;
 background-color:#008B99;
 background-image:url(../images/bg.gif);
 background-repeat:no-repeat;
 background-position:center top;
 }
H1 { font-size: 14px; color:#464646; font-weight:bold; margin-bottom:-5px; width:435;}
H2 {font-size:11px; color:#464646; font-weight:bold;}
P, H1, H2, H3, H4, H5, H6{margin: 0px 0px 5px 0px;}


* html > .container {
	height: 100%;
}

.container{
	min-height: 100%;
	_height: 100%;
	text-align:left;
}
.container{
	width:1001px;
	margin:0 auto;
}
A img{
border:0px;}

.content{
position:absolute;
top:225px;
margin-left:225px;
text-align:left;
width:440px;
padding: 5 5 5 8;
line-height:17px;
}
.adres_rechts{
position:absolute;
top:500px;
padding-left:728px;
line-height:17px;
}
.foto{
position:absolute;
top:23px;
margin-left:714px;
width:276px;
height:189px;
}
.foto_twee{
position:absolute;
top:240px;
margin-left:714px;
width:276px;
height:189px;
}
/*******MENU ********/
/* Menu 1 column */
#menu_1 {
	position:absolute;
	top:220px;
	vertical-align:text-top;
	margin-left:1px;
	width: 180px;
	_width: 194px;
}
#menu_1 DIV {
	width: 100%;	
	
}
#menu_1 DIV A {
	color: #FFFFFF;
	text-decoration: none;
	line-height:23px;
	
}
#menu_1 DIV A:hover {
	text-decoration: none;
	color:#FFFF;
	
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  font-size: 13px;
  padding-top:5px;
  padding-left:35px;
  padding-bottom:2px;
  	background-image:url(../images/stippel_knop.gif);
	background-repeat:no-repeat;
	background-position:left bottom;

}

/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  font-size: 13px;
  padding-top:5px;
  padding-left:35px;
  padding-bottom:2px;
  	background-image:url(../images/stippel_knop.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-weight:bold;
	background-color:white;



}
#menu_1 DIV.menu1-level1-act A {
  color: #008B99;
  text-decoration: none;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 13px;
  padding-left:35px;
  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:35px;
  background-image:url(../images/pijl_subnav.gif);
  background-repeat:no-repeat;
  background-position:left center;
  font-weight:bold;
  	background-color:white;

}
#menu_1 DIV.menu1-level2-act A {
  color: #008B99;
  text-decoration: none;
}
/***links***/
A {
	color: #008B99;
	text-decoration:none;
} 
A:hover{
	color: #008B99; 
	text-decoration:none;
}
/*******FORM ********/
.csc-mailform {
border: none;
width: 360px;
}
.csc-mailform-submit {
margin-top: 15px;
width: auto;
}

/*label {
width: 120px;
display: block !important;
display: inline;
}*/

label {
text-align:left;
width:130px;
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: 0px;
}
.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;
}


