/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}




/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 80%/1.6em Arial, Helvetica, sans-serif;
	background: url(../images/bg_topsite.jpg) repeat-x;
	color: #597b93;
}
a/* ******************* LINK ************************ */

  {
	text-decoration:none;
	color: #00B2AC;
}

a:hover {
	text-decoration:none;
	color: #0C1631;
}

/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #00B2AC;
	margin-bottom: 10px;
}

h2 {
	padding:3px 0 0 3px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h3 {
	padding:0px 0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

h4 {
	padding:0px 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


.note{
	color: #666666;
	font-size: 11px;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}
p, ul, ol {
	margin:0;
	padding:0;
}

ul, ol {
	padding:0;
}

img {
	border:0;

}




/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;	
}

.spacer {

	width: 1px;

	float: left;

	display: block;

	margin: 0px 14px 0px 15px;

	padding: 0px;

}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }






/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 870px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	}

#leftframe{
	float: left;
	width: 200px;
}

#rightframe{
	float: left;
	width: 700px;
}


/* ******************* TOP ************************ */

#top{
	
}

#baseline{
	font: italic 1.9em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 375px;
	padding-top: 55px;
	padding-left: 175px;
	float: left;
	padding-bottom: 15px;
}

/* ******************* LANGUAGE ********************* */


#language{
	float: right;
	margin-top: 65px;
}

.langul{
	list-style: none;
	font-size: 10px;
}

.langul li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}


.langul li a{
	color: #FFFFFF;
	padding: 2px;
}

.langul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background: #00B2AC;
	padding: 2px;	
}

#sfeerbox{
	border: 10px solid #0C1631;
}


/* ******************* LOGO ************************ */

#logo  {
	height: 129px;
	width: 129px;
	position: absolute;
	top: 20px;
	left: 30px;	
}
/* ******************* CONTENT *********************** */

  .content {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	float:left;
	clear:left;
	width:868px;
	border-bottom: 1px solid #00B2AC;
	background: url(../images/bg_content.gif) repeat-y;
}
 .content2 {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	float:left;
	clear:left;
	width:868px;
	border-bottom: 1px solid #00B2AC;
	
}


#main   {
	
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

#nav   {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px "Trebuchet MS";
	color: #FFFFFF;
	height: 41px;
	width: 550px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #00AEEF;
	text-decoration: none;
}

#navitem ul {
	color: #FFFFFF;
	font-size: 1em;
	font-family: "Trebuchet MS";
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 31px;
}



#navitem li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}


.navactif{
	color: #00AEEF;
	text-decoration: none;
}

.navactif a {
	color: #00AEEF;
	text-decoration: none;
}

.navactif a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* ************************************************** */
/* ******************* BREADCRUMB ******************* */
/* ************************************************** */
#breadcrumb   {
	color: #1a597e;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	background-color: #eff4fa;
	border-bottom: 5px solid #FFFFFF;
	width: 729px;
}

#breadcrumb a { 
	color: 0099cc; 
	text-decoration: none;
	}
#breadcrumb a:hover { 
	color: #1a597e; 
	text-decoration: none;
	 }






/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */

.greenline{
	background: #00B2AC;
	height: 10px;
}

/* ******************* BOXEN ********************* */
.boxzone1{
	width: 325px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.boxzone2{
	width: 325px;
	float: left;
	margin: 0px;
	padding: 0px;
}


.boxzone3{
	width: 216px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* ******************* SUBPAGES ********************* */



/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */

/* ******************* SUBPAGES ********************* */
.steps{
	background: url(../images/steps_bg.jpg) no-repeat;
	height: 32px;	
}

.stepscont{
	background: url(../images/bg_grayfade.jpg) no-repeat;
	padding-bottom: 15px;
}

.step1{
	width: 220px;
	float: left;
}

.step2{
	float: left;
	width: 290px;
	margin-left: 15px;
	margin-right: 15px;
}

.step3{
	float: left;
	width: 320px;
}



.bottom{
	text-align: right;
	background: url(../images/bg_bottom.jpg) repeat-x;
	border-top: 1px solid #e5e5e5;
}


/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

.verplicht{
	color: #FF0000;
}

table{

font-size:11px;
}

table td {
	padding: 2px 0px;
	line-height: 1.5em;
	vertical-align: top;
}


/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#footer{
	margin: 0px auto;
	padding-right: 0;
	padding-left: 0;
	height: 1px;
	background: #00B2AC;
}


#footer a,#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: none;
	color: #58A3D1;
}

#footer a:hover {
	text-decoration: none;
	color: #1B6691;
}


/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */

.pdf{
	
	text-align: left;
	font-size: 10px;
}

.pdf a{
	color: #999999;
	text-decoration: none;
}

.pdf a:hover{
	color: #68D2CE;
	text-decoration: none;
}



/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}

/* ******************* SCRIPTING ****************** */

.formfielderror {
  /*background: #FF727C;*/
  border:2px solid #FF727C;
  color:#FF727C;
  font-weight:bold;
}
.formfieldrequired {background: #FFFFA0}
.txtalert {
	color: #990000;
	font:bold 14px/1.2em Arial, Helvetica, sans-serif
}
.active { color: #737476; }
