fa91717/* ----------------------------------------------
	BASISSETTING, positionering                               
	____________________________________________ */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%; /* Required */
}
	
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font: 10px Verdana, Arial;
}

#container {
	width: 778px;
	/*margin: 0px auto;*/
	margin-left:80px;
	padding: 0px;
	z-index: 31;
}

#header {
	height:66px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;	
}


a.submenu {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font: 11px verdana;
}

a.submenu:hover, a.submenu-actief, a.submenu-actief:hover  {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.submenu:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

A {
	font-family:  Verdana, Arial;
	color:#000000;
	font-style:normal;
	font-weight:normal;
}

A:hover {
	font-family:  Verdana, Arial;
	color:#78BCEB ;
	font-style:normal;
}

A:visited {
	font-family:  Verdana, Arial;
	font-style:normal;
}

#menubalk{
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	background-color: #003366;

}
#menubalk ul{
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}

/* 2 */

#menubalk2{
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	background: #9BCCED;
}
#menubalk2 ul{
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}


/* 3 DEFAULT */

#menubalk3 , #menubalk3-static{
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	background-image:url(../images/plaat02_ianame.jpg);
}

#menubalk3{
	background-image:url(../images/plaat02_ianame.gif);
}

#menubalk3-static {
	background-image:url(../images/plaat02_ianame.jpg);
}

#menubalk3 ul, #menubalk3-static ul {
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}

/* 4 */

#menubalk4{
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	background: #003366;
}
#menubalk4 ul{
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}

/* ONS WERK */

#menubalk5, #menubalk5-static{
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
}

#menubalk5 {
	background-image:url(../images/plaat02_onswerk.gif);
}

#menubalk5-static {
	background-image:url(../images/plaat02_onswerk.jpg);
}

#menubalk5 ul, #menubalk5-static ul {
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}

/* 6 */

#menubalk6{
overflow:hidden;
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;

	background: #003366;
}
#menubalk6 ul{
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}

/* THE FUSE. ASP -- 7 */

#menubalk7, #menubalk7-static {
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	z-index:50;
	overflow:hidden;
}

#menubalk7 {
	background-image:url(../images/plaat02_onswerk.gif);
}

#menubalk7-static {
	background-image:url(../images/plaat02_onswerk.gif);
}

#menubalk7 ul, #menubalk7-static ul{
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
	z-index:50;
}

/* 8 */

#menubalk8{
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;

	background: #003366;
}
#menubalk8 ul{
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}

/* CONTACT  */

#menubalk9, #menubalk9-static{
	height: 164px;
	width: 448px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
}

#menubalk9 {
	background-image:url(../images/plaat02_onswerk.gif);
}

#menubalk9-static {
	background-image:url(../images/plaat02_onswerk.gif);
}

#menubalk9 ul, #menubalk9-static ul{
	width: 430px;
	margin-left: 18px;
	color: #FFFFFF;
}

#tekst{
	height:160px;
	width:405px;
	margin-top: 15px;
	margin-left: 20px;
	padding-right:20px;
}

#foto{
	float: right;
	width: 330px;
	height: 330px;
}

* html #blok  {
 	height: 167px;
}

/* ----------------------------------------------
	INTRODUCTIE PAGINA, FADER                          
	____________________________________________ */
#intro{
	z-index: 100;
	display:block;
}

#dhtmlfloatie{
	visibility:hidden;
	height:160px;
	width:425px;
	margin-top:-150px;
	margin-left: 20px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	line-height: 18px;
}

*html #dhtmlfloatie{
	z-index: -1;
}

/* ----------------------------------------------
	CONTENT SETTINGS                        
	____________________________________________ */

#contents {
	background: #FFFFFF;
	margin: 0px;
	margin-right: 0px;
	line-height: 18px;
	clear: none;
	float: left;
	overflow: visible;
	z-index:50;
}

/* ----------------------------------------------
	CONTENT FOOTER                             
	____________________________________________ */

.clearer {
	clear: both; 
	line-height:0; 
	height: 0; 
	float: none;
}

/* ----------------------------------------------
	TOPMENU                               
	____________________________________________ */

#logo{
	position:absolute;
	float: left;
	margin-left: -39px; 
	width:130px;
	height: 66px;
}
	
#logo2{
	position:absolute;
	float: left;
	margin-top: 0px;
	margin-left: -39px; 
	background-image:url(../images/bg.gif);
	width: 39px;
	height: 66px;
}
	
*html #logo2{
	margin-left: -169px; 
}

/* ----------------------------------------------
	DOORLOPEN VAN ACHTERGROND KLEUR IN HEADER                            
	____________________________________________ */
#submenu_doorloop {
	position:absolute;
	margin-top:66px;
	margin-left:-50px;
	width: 150px;
	height: 164px;
	z-index:2;
}

*html #submenu_doorloop{
	margin-top: 66px; 
	height: 164px;
	margin-left:-150px;
	width: 150px;
}

	
#menu {
	float: right;
	width: 329px;
	margin-top:6px;
}
	
#menu ul {
  display: inline;
  height:100px;
  width: 154px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu li{
  float: left;

}

#menu li.wian a {
  width:164px;
  height:20px;
  background-image:url(../images/wian.gif);
  float: left;
}

#menu li.wian a:hover, #menu li.wian-over a {
  width:164px;
  height:20px;
  background-image:url(../images/wian_over.gif);
  float: left;
}


/* ------------------------ */
#menu li.tfe a {
  width:165px;
  height:20px;
  background-image:url(../images/tfe.gif);
  float: left;
}

#menu li.tfe a:hover, #menu li.tfe-over a {
  width:165px;
  height:20px;
  background-image:url(../images/tfe_over.gif);
  float: left;
}

#menu li.ow a {
  width:164px;
  height:20px;
  background-image:url(../images/ow.gif);
  float: left;
}

#menu li.ow a:hover, #menu li.ow-over a {
  width:164px;
  height:20px;
  background-image:url(../images/ow_over.gif);
  float: left;
}

#menu li.ow_en a {
  width:164px;
  height:20px;
  background-image:url(../images/ow_en.gif);
  float: left;
}

#menu li.ow_en a:hover, #menu li.ow_en-over a {
  width:164px;
  height:20px;
  background-image:url(../images/ow_en_over.gif);
  float: left;
}

/* ------------------------ */
#menu li.ic a {
  width:165px;
  height:20px;
  background-image:url(../images/ic.gif);
  float: left;
}

#menu li.ic a:hover, #menu li.ic-over a {
  width:165px;
  height:20px;
  background-image:url(../images/ic_over.gif);
  float: left;
}

/* ----------------------------------------------
	LEFT MENU                               
	____________________________________________ */

#leftmenu ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}



	
	
/* ----------------------------------------------
	CONTENT SETTINGS                               
	____________________________________________ */
h1 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h1.afmeld {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #82BFE3;
}

h2{
	font-family: Verdana, Arial;
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
	color: #333333;
}

h3{
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	color: #661814;
}

hr {
	height:0;
	color: #333333;
}

input, select, textarea {
	font-size:11px;
}

/* ----------------------------------------------
	DOORKLIK . ASP INSTELLINGEN                              
	____________________________________________ */
	
.wijoveronsTD {
	font-family: Verdana, Arial;
	background-color:#993300;	
	color:#FFF;
	line-height:15px;
	padding-bottom:15px;
	padding-top:10px;
	padding-right:10px;
}


h1.wijoveronsh1 {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	padding-top:15px;
}

span.wijoveronskop {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}

.doorklikContent {
	font: 10px Verdana, Arial;
	padding-left:30px;
	padding-right:10px;
	line-height:15px;
}

a.headerlink {
	color:white;
}

/* ----------------------------------------------
	IMPRESSIE . ASP INSTELLINGEN                              
	____________________________________________ */

h1.impressieh1 {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	padding-top:15px;
}

.impressieTD {
	font-family: Verdana, Arial;
	background-color:#003366;	
	color:#FFF;
	line-height:15px;
	padding-bottom:15px;
	padding-top:10px;
	padding-right:10px;
}

span.impressiekop {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* ----------------------------------------------
	     /mail afmeld/                       
	____________________________________________ */.
	
#afmeld_header {
	height:50px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;	
}

#afmeld_logo{
	width:130px;
	height: 30px;
}

#afmeld_container {
	padding:15px;
}

/* ----------------------------------------------
	                            
	____________________________________________ */.
	
ul.content {
	margin: 0px;
	padding: 0px;
	color: green;
}
	
ul.content li {
	margin: 0px;
	padding: 0px;
	color: #610D07;
}

.wit{
 	color: white;
	text-decoration: none;

}

/* MEDEWERKERS */

.medewerkers {
	width:500px;
}

.medewerkertekst {
	float:left;
}

.medewerker1 {
	width:120px;
	float:left;
	margin-top:124px;
}

*html .medewerker1 {
	margin-top:122px;
}


.medewerker {
	width:120px;
	float:left;
	margin-top:70px;
}

.clearit {
	clear:both;
	margin-top:15px;
}

/* ----------------------------------------------
	TALEN KEUZE
	____________________________________________ */
	
#engelse ul{
	padding:0px;
	margin:0px;
}


#engelse li{
	list-style: none;
	padding:0px;
	margin:0px;
	padding-bottom:5px;

}


#engelse li a.nederlands_actief{
	display:block;
	margin:0px;
	padding:0px;
	width:51px;
	height:9px;
	background-image:url(../../images/ned_over.gif);
	background-repeat:no-repeat;
}

#engelse li a.nederlands_actief:hover{
	margin:0px;
	padding:0px;
	display:block;
	width:51px;
	height:9px;
	background-image:url(../../images/ned_over.gif);
	background-repeat:no-repeat;
}

#engelse li a.nederlands{
	margin:0px;
	padding:0px;
	display:block;
	width:51px;
	height:9px;
	background-image:url(../../images/ned.gif);
	background-repeat:no-repeat;
}

#engelse li a.nederlands:hover{
	margin:0px;
	padding:0px;
	display:block;
	width:51px;
	height:9px;
	background-image:url(../../images/ned_over.gif);
	background-repeat:no-repeat;
}

#engelse li a.engels{
	margin:0px;
	padding:0px;
	display:block;
	width:33px;
	height:11px;
	background-image:url(../../images/en.gif);
	background-repeat:no-repeat;
}

#engelse li a.engels:hover{
	margin:0px;
	padding:0px;
	display:block;
	width:33px;
	height:11px;
	background-image:url(../../images/en_over.gif);
	background-repeat:no-repeat;
}

#engelse li a.engels_actief{
	margin:0px;
	padding:0px;
	display:block;
	width:33px;
	height:11px;
	background-image:url(../../images/en_over.gif);
	background-repeat:no-repeat;
}

#engelse li a.engels_actief:hover{
	margin:0px;
	padding:0px;
	display:block;
	width:33px;
	height:11px;
	background-image:url(../../images/en_over.gif);
	background-repeat:no-repeat;
}
/* ----------------------------------------------
	HOME BUTTON
	____________________________________________ */

a.homebutton {
	font-weight:bold;
	margin:0;
	text-decoration:none;
	margin-top:7px;
	padding-right:10px;
	text-align:right;
	color:#666666;
	float:right;
}

a.homebutton:hover {
	color:#76BDEB;
}
/* ----------------------------------------------
	 ENGELSE SITE LINK
	____________________________________________ */

#engelse {
	margin:0px;
	margin-top:8px;
	width:200px;
	text-align:left;
	padding:0px;
	padding-right:0px;
}


