@charset "UTF-8";


/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

body{
 text-align:left;
}

html,body {
        height: 100%; /* HEEL BELANGRIJK! */
        font-size: 11px;
	color: #000000;
	font-family: Century Gothic, Verdana;
	background-color:#dadadc;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

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{
      	position:absolute;
	left:0px;
	min-height: 100%;
	_height: 100%;
	text-align:left;
}
.container{
	width:800px;
	margin:0 auto;
}

#contact_header{
	position:absolute;
	top:10px;
	width:770px;
	text-align:right;
	z-index:2;
}



A img{
	border:0px;}

#header{
	position:absolute;
	top:0px;
	height:281px;
	line-height:281px;
	margin-left:221px;
	width:550px;
	z-index:1;
	
}

#header img {position: absolute; bottom: 0;}
	

.content{
	position:absolute;
	top:291px;
	margin-left:266px;
	width:500px;
	color:#434343;
	line-height:15px;

}

ul { list-style-image: url("../images/list_image.gif") }

.links{
	margin-top:30px;
	margin-left:21px;
	padding-left:3px;
	font-size:11px;
	width:200px;
	color:#434343;
	background-image:url(../images/bg_adres.jpg);
	background-repeat:y-repeat;

}

#linkerkolom{
	position:absolute;
	top:110px;
	width: 193px;
	_width: 193px;

}
/*******MENU ********/
/* Menu 1 column */
#menu_1 {
	
	vertical-align:text-top;
	line-height:10px;
	_line-height:12px;
	margin-left:23px;

}
#menu_1 DIV {
	width: 100%;	
	
}
#menu_1 DIV A {
	color: #FFFFFF;
	text-decoration: none;
	
}
#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-bottom:2px;
  	background-image:url(../images/pijl_nav.jpg);
  	padding-left:20px;
	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:20px;
  	margin-left:8px;
 	padding-bottom:2px;
  	background-image:url(../images/pijl_nav.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;


}
#menu_1 DIV.menu1-level1-act A {
  color: #FFFFFF;
  text-decoration: none;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 13px;
  margin-left:45px;
  padding-left:15px;
 background-image:url(../images/pijl_nav.jpg);
  background-repeat:no-repeat;
  background-position:left center;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 13px;
  margin-left:45px;
  padding-left:15px;
 background-image:url(../images/pijl_nav.jpg);
  background-repeat:no-repeat;
  background-position:left center;
}

/***links***/
A
{
	color: #434343;
	text-decoration:none;
	font-size:12px;
	font-variant:small-caps;
}
A:hover
{
	color: #434343;
	text-decoration:underline;
	font-size:12px;
	font-variant:small-caps;
}
/*******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;
}


