/* CSS Document */

html {
    overflow: -moz-scrollbars-vertical;
	height: 100%; /* héél belangrijk */
	}
body {
	margin:0; 
	background-color:#ffffff;		
	background: url(bestanden/opmaak_back.png) repeat-x left top;
	height: 100%; /* héél belangrijk */
	margin:0px;
	padding:0px;
	}

#container {
	position:relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	text-align: left;
	}

#center {
	margin: 0px 0px;
	width: 1024px;
	left:0px;
	text-align: left;	
	background-color:transparent;		
	}

#top {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 1024px;
	height:120px;
	background: url(bestanden/opmaak_01.png) no-repeat;
	}

#menu {
	position: absolute;
	top:120px;
	margin: 0px 0px 0px 0px;
	width: 1024px;
	height:30px;
	background: url(bestanden/opmaak_02.png) no-repeat;
	}

#main {
	position: relative;
	top:30px;
	margin: 0px 0px 0px 0px;
	width: 1024px;
	min-height:300px;
		background: url(bestanden/opmaak_03.png) repeat-y left top;
	}

#bottom {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 1024px;
	height:50px;
	background: url(bestanden/opmaak_04.png) no-repeat;
	}

#mainleft {
float:left;
position:relative;
left:14px;
margin: 0px;
width:250px;
	}

#mainright {
	margin: 0px 0px;
	top:10px
	}

#content {
	margin: 0px 30px 15px 250px;
	min-height:400px;
	}

#content ul	{
  list-style: block;
}

#content ul {
	font-family : Verdana;
	font-size: 12px;
	padding: 0px;
	margin: 0px 25px;
	}

#content li {
	font-family : Verdana;
	font-size: 12px;
	padding: 0px;
	margin: 5px 0px 5px 10px;
	}

ul a:link {  font-family: Verdana; font-size: 12px; line-height: 14px; color: #145292; text-decoration: none; font-weight:700; text-transform:uppercase; }
ul a:visited {  font-family: Verdana; font-size: 12px; line-height: 14px; color: #145292; text-decoration: none; font-weight:700; text-transform:uppercase; }
ul a:hover {  font-family: Verdana; font-size: 12px; line-height: 14px; color: #555; text-decoration: none; font-weight:700; text-transform:uppercase; }
ul a:active {  font-family: Verdana; font-size: 12px; line-height: 14px; color: #555; text-decoration: none; font-weight:700; text-transform:uppercase; }

#content H2 {
color:#145292;
font-family:Verdana;
font-size:15px;
line-height:18px;
margin:0 0 0 20px;
padding:5px 0 0;
	}

#content P {
	font-family : Verdana;
	font-size : 12px;
	line-height: 15px;
	color : #444b53;
	margin:15px 0 0 10px;
	padding: 10px 10px 10px 10px;
	}


#content H5 {
border-bottom:1px solid #145292;
color:#F80C0C;
font-family:Verdana;
font-size:15px;
line-height:18px;
margin:15px 0 0 15px;
padding:0 5px;
	}

#content IMG {
	margin: 5px;
	padding: 0px 0px 0px 0px;
	}
	
.csc-textpic-caption {
	font-family : Verdana;
	font-size : 12px;
	line-height: 15px;
	color : #145292;
	}

.csc-mailform {
         display:inline-block;
         border: 0px;
         	width: 600px;
	text-align: left;
	valign:top;
         }
         
.csc-mailform-field {
         display:inline-block;
         border: 0px;
         	width: 600px;
	text-align: left;
         }

label {
         display:inline-block;
         width: 170px;
	vertical-align:top;
         border: 0px;
         	font-family : Verdana;
	font-size : 12px;
	line-height: 15px;
         }

fieldset {
         display:inline-block;
         border: 0px;
         margin-left:10px;
         }

a:link {  margin-left: 0px; font-family: Verdana; font-size: 12px; line-height: 15px; color: #145292; text-decoration: none; font-weight:normal; text-transform:none; }
a:visited {  margin-left: 0px; font-family: Verdana; font-size: 12px; line-height: 15px; color: #145292; text-decoration: none; font-weight:normal; text-transform:none; }
a:hover {  margin-left: 0px; font-family: Verdana; font-size: 12px; line-height: 15px; color: #555; text-decoration: none; font-weight:normal; text-transform:none; }
a:active {  margin-left: 0px; font-family: Verdana; font-size: 12px; line-height: 15px; color: #555; text-decoration: none; font-weight:normal; text-transform:none; }

.csc-textpic-imagewrap {
	margin: 15px 10px 15px 10px;
	}

#content .csc-default {
	margin-left:10px;
}

/* BEGIN: SUCKERFISH
--------------------------------------------------------- */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

#menu {
	z-index: 999;
}

#menu ul{
margin: 0;
padding: 0px 0px 0px 10px;
list-style-type: none;
}

/*Top level list items*/
#menu ul li{
position: relative;
display: inline;
float: left;
padding-top:2px;
background-color: transparent; /*overall menu background color*/
}

/*Top level menu link items style*/
#menu ul li a{
background: #transparent; /* url(/website/fileadmin/images/hoofdmenu_achtergrond.gif) no-repeat; */
display: block;
padding: 5px 20px 6px 20px;
text-decoration: none;
font-weight: bold;
text-align: center;
text-indent: -10px;
text-transform: uppercase;
color: #145292;
}
	
/*1st sub level menu*/
#menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#menu ul li ul li a{
background: #000;
display: block;
/*width: 160px;*/
text-decoration: none;
padding: 5px 20px 5px 20px;
border-bottom: 1px solid #fff;
font-weight: normal;
text-align: left;
text-indent: 0px;
text-transform: none;
color: #fff;
}

#menu ul li a:hover{
background: transparent;
color: #fff;
text-decoration: none;
}

#menu ul li ul li a:hover {
	background: #000;
	color: #fff;
}

/*Background image for top level menu list links */
#menu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
#menu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }

/* END: SUCKERFISH
--------------------------------------------------------- */	

.tx-irfaq-pi1 {
margin-left: 10px;
}

