/* standard helper classes */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.hide {    display: none;
    visibility: hidden;
    overflow: hidden;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #036;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-color: #9CF;
	text-transform: inherit;
}

img {border: 0px none transparent; }

/* ### LAYOUT ### */


#canvas { 
	width:750px; 
	margin: 30px auto 0px auto;	
	background-image: url(../img/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;/*border:1px solid #f00;*/
}
#canvas-bottom
{
	width: 750px;
	height: 50px;
	margin: 0px auto 10px auto;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#footer
{
	font-family: Helvetica, Arial, sans-serif;
	color: #036;
	font-size: 11px;
	text-align: center;
	text-transform: inherit;
	padding-top:6px;
}

#masthead {
	width: 750px;
	height: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/bg-masthead.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#printhead {
   display: none;
    visibility: hidden;
    overflow: hidden;
}

#masthead-message {
	width: 750px;
	height: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/bg-masthead-message.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.inner-message {	padding: 30px 270px 10px 25px;
}

.home { padding: 10px 15px 0px 0px}

/* ######### MENU ############## */
#menubar
{
	width: 750px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#innermenu {
	margin: 0px 0px 0px 25px;
}

#nav, #nav ul { /* all lists */
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	color: #FFF;
}

#nav a {
	display: block;
	width: 13.3em;
/*
	border:1px solid #fff;
*/	font-weight: bold;
	color: #CCF;
	font-size: 13px;
	padding: 5px 0px 6px 12px;
	text-transform: inherit;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
}
#nav a.topmenu {
	color: #FFF;
}

#nav li { /* all list items */
	float: left;
	width: 14em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url(../img/menubg.gif) bottom left no-repeat;
	width: 16em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom:5px;
}

#nav li:hover ul
{
	/* lists nested under hovered list items */
	left: auto;
}
#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/*  ####### RIGHT PANEL ######### */

#ContentRight {
margin-top: 15px;
margin-right: 10px;

float:right;
width:222px;

/*	border: 1px solid #F00;*/	
}

#panel-top
{
	width: 217px;
	height: 18px;
	background-color: #69F;
	background-image: url(../img/panel-top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#panel-middle
{
width: 217px;
	background-color: #69F;
	background-image: url(../img/panel-middle.jpg);
	background-repeat: repeat-y;
}
#panel-bottom {
	width:217px;
	height: 18px;
	background-color: #69F;
	background-image: url(../img/panel-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}
#innerright
{
	margin: 0px 18px 0px 18px;
	padding: 0px 0px 0px 0px;
	display: table;
}

/* ######### CONTENT ############## */

#Content {	
/*
	border: 1px solid #00f;
*/	padding:0px 0px 0px 0px;

}

#ContentLeft
{
	float: left;
	width: 500px;

/*	*/
}
.innerleft {	padding: 20px 10px 10px 25px;
}


/*  ####### ###### ######### */
/*  ####### STYLES ######### */
/*  ####### ###### ######### */

#index #ContentLeft .entry-content
{
	color: #036;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin:0px 0px 10px 0px;
}

.imgfloatL
{
	float: left;
	margin: 0px 20px 10px 0px;
/*
	border: 1px solid #0F0;
*/}


.imgfloatR {
	float: right;
	margin: 0px 0px 10px 11px;
/*
	border: 1px solid #F00;
*/}

a:link { color: #06C; }     /* unvisited link */
a:visited
{
	color: #06C;
	background-image: url(../img/blank.gif);
}  /* visited link */
a:hover
{
	color: #06F;
	background-image: url(../img/blank.gif);
}   /* mouse over link  */
a:active { color: #06F;background-image: url(../img/blank.gif);}   /* selected link */

#ContentLeft ul
{
/*	list-style-type: disc;

	list-style-position: inside;
	margin:0px 0px 15px 15px;*/
}

#ContentLeft li {
}

#ContentLeft h3
{
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	color: #06C;
	text-decoration: none;
}
#ContentLeft h3 a
{	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #06C;
	text-decoration: none; 
}

#ContentLeft p
{
	margin: 0px 0px 10px 0px;
	text-align: left;
	text-transform: inherit;
}

.entry-body-vacature
{
	font-size: 13px;
	font-weight: bold;
}

.ervaring
{
	font-size: 13px;
	font-weight: normal;
}
.byline
{
	font-size: 13px;
	font-weight: normal;
	color: #369;
}
.voetnoot
{
	vertical-align: super;
	text-transform: inherit;
	font-size: 10px;
}
#vragen {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#vragen li
{
	font-size: 13px;
	font-weight: normal;
	text-transform: inherit;
	text-decoration: none;
	list-style-type: inherit;
	list-style-image: url(../img/yl-bullet.gif);
	list-style-position: default;
	margin: 0px 0px 5px 15px;
}
/*  #	border: 1px solid #0F0;*/
p .top {
}
.top a
{
}
.tkblauw
{
	font-size: 13px;
	font-weight: bold;
	color: #69C;
}
/* ###### ###### ######### */

#community p {	font-size: 12px;margin:0px 2px 0px 2px;}


#community h4
{
	padding: 1px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	text-align: center;
	text-transform: inherit;
	font-weight: bold;
	background-image: url(../img/community-bar.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.community-items {
}
.ervaring {	font-size: 14px;margin:0px 2px 0px 2px;
}
.entry-header-sidebar,
.entry-header-sidebar a
{
	color: #036;
	font-size: 13px;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
}
.entry-header-sidebar a:hover { color: #39C; }
.community-items {margin: 0px 0px 10px 0px;}
/* ######## Foto pagina's #############*/
#cat-fotos{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#cat-fotos p
{
	text-align: center;
	text-transform: inherit;
}
#slides
{
	width: 465px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#slides li
{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
/*
	padding: 1px 6px 1px 0px;
*/	
	width: 155px;
	height: 180px;
 	text-align: center;
}

#slides img {
 	text-align: center;
/*
  border:1px solid;
  border-color:#aaa #ddd #ddd #aaa;
*/  }


/* ######## Formulieren #############*/

.clear {
	clear: both;
	font-size: 1px;
	height:0px;
	width:1px;
	overflow:hidden;	
}

fieldset
{
	border-color: #06C;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
}

legend
{
	color: #036;
	padding: 0px 10px 0px 10px;
}

.form_hidden_div{
	display:none;
}

#form_contact_anders_div{
	display:none;
}
#form_aanmelden_anders_div{
	display:none;
}
label
{
	float: left;
	width: 185px;
	margin-bottom: 6px;
	font-size: 13px;
	/*
	border:1px solid #F00;
*/
	line-height: 16px;
	text-transform: inherit;
}
.altlabel
{
	float: left;
	width: 185px;
	margin-bottom: 6px;
	padding-right: 6px;
	font-size: 13px;
	/*
	border:1px solid #F00;
*/
	text-align: right;
	text-transform: inherit;
}

.ervaring {
	float: left;
	width: 45px;
	margin-bottom: 6px;
	font-size: 13px;
	/*
	border:1px solid #F00;
*/
	line-height: 16px;
	text-transform: inherit;

}

.radio-label
{
	float: none;
	width: 15px;
	margin-bottom: 6px;
	font-size: 13px;
}
.textveld{
	padding-left:5px;
	margin-bottom:5px;
	font-size:13px;
	float:left;
}
.date{
	padding-left:5px;
	margin-bottom:5px;
	font-size:12px;
	float:left;
}

hr {
	border-color: #06C;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

div.wrapper{
	margin:0px;
	width:460px;
	font-size:12px;
}

.input-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	padding-left:4px;
	height:14px;	
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
}
.input-textarea {
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
width:420px;
}
.submit{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	padding-left:4px;
	height:20px;
	background-color:#818180;	
	color:#FFFFFF;
}
.textveld-sol {
	padding-left:5px;
	margin-bottom:5px;
	font-size:13px;
	float:left;
}
.input-textarea-sol {
width:440px;
}
