body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f5f6f6;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image:url(../gfx/wallpapers/IMG_0670.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	}

#container {
	width: 900px;
	min-height:540px;
	padding: 0 10px 0 10px;
	background-color:#FFF;
	margin: 0 auto;
	position:relative;
	text-align: left;
	border-top:30px solid #F90;
	border-bottom:10px solid #F90;	}
*html*  #container {
	height:540px;	}
#sidebar1 {
	float: right;
	position:relative;
	width: 200px;
	min-height:540px;
	margin-top:48px;
	padding: 0 10px 15px 0px;
	}
*html*  #sidebar1 {
	display:block;
	position:absolute;
	margin-top:50px;
	margin-left:40px;
	
	}

#mainContentHome {
	margin: 48px 240px 0 50px;
	padding: 0 20px;
	border-right: 1px solid #ccc;
/*	background-image:url(../gfx/images/pinup.jpg);
	background-repeat:no-repeat;
	background-position: left 80px;*/
	}
#mainContent {
	margin: 48px 240px 0 50px;
	padding: 0 20px;
	border-right: 1px solid #ccc;
	background-image:none;
	}

#logos {
	width:200px;
	left:790px;
	text-align:center;
	margin-left:0 auto;
	margin-right:0 auto;
	}
#logos img {
	display:block;
	text-align:center;
	margin:auto;
	margin-bottom:60px;
	}
	
	
.smalltxt {
	font-size:70%;
	}
.smalltxt a, .smalltxt:visited {
	color: #3F95CD;
	}
.smalltxt a:hover {
	color: #000;
	}

h1 {
	font-size:34px;
	font-weight:normal;
	color:#F90;
	padding-bottom:10px;
	border-bottom:1px dashed #F90;
	}
h2 {
	font-size:16px;
	font-weight:normal;
	color:#666;
	}
/*#tekstHome{ margin-left:220px
	}*/

.marqueeBlock{
	border:2px dashed #F90;
	padding:10px 10px 0px 10px}
.fltrt {
	float: right;
	margin-left: 8px;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}

/* ############### FLOATING DIV WORKAROUNDS ############### */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    /*visibility: hidden;*/
	 visibility: collapse;
}
/* clearfix workaround for IE7 */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} 
/* End hide from IE-mac */

#fixFloatingDiv, .fixFloatingDiv{
	clear: both !important;
	height: 1px !important;
	margin: 0 0 0px 0; 
	border: 0px solid #ea6346 !important;
	background-image: none !important;
	visibility: collapse;
	line-height: 1% !important; /* for IE: anders is deze div +- 20px hoog */
	}
	
/*--------------------------- teller ---------------------------*/
#teller ul, #teller li{
	margin: 0 auto;
	padding: 0;
	}
#teller{
	display:block;
	margin:0 auto;
	text-align:center;
	height:60px;
	margin-top:40px;}
#pageDone{ 
	margin:0 auto;
	}
#pageToDo{ 
	margin:0 auto;
	}
#pageDone ul li{
	display:block;
	float:left;
	position: relative;
	margin:2px;
	padding:1px;
	width:30px;
	background-color:#ccc;
	color:#fff;
	}
#pageToDo ul li{
	display:block;
	float:left;
	position: relative;
	margin:2px;
	width:30px;
	border:1px solid #ccc;
	color:#ccc;
	}


/*--------------------------- form ---------------------------*/
#TekstRegel{
	display:block;
	position:relative;
	font-weight:bold;
	font-size:140%;
	margin:20px 0 20px 0;
	color:#F90;}
	
.formulier{
	margin-bottom: 60px;
	color:#666;
}
.formulier div{
	display: block;
	margin-bottom: 1em;
}
.formulier .vraagcontainer{
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	}
.formulier #vraag{
	display:block;
	float:left;
	width: 300px;
	font-weight:bold;
	font-size:110%;
	}
.formulier #antwoord{
	display:block;
	float:left;
	width:260px;
	}
	
	
.formulier #antwoord label{
	float:left;
	width:100%;
	margin-bottom: 3px;
	}
.formulier .checkbox{ border:none}
.formulier .text{ border: 1px solid #999}


.nojustify{text-align:left !important;}
