/* CSS Document */

/* -- rood: #ee963f, lichterrood: #e7b1b1, geel:#f7cc8f, oranje: #ee963f -- */ 

/* dropdownmenu wat zichtbaar is */
/* lettergrootte dropdownproductsubmenu over all */
.dropdownproductsubmenu {
 display: block;
 font-size: 1em;

}
/* remove all the bullets, borders and padding from the default list styling */
.dropdownproductsubmenu ul {
 list-style-type:none;
 /*height: 570px;
 margin-bottom: 10px;*/
}
.dropdownproductsubmenu_titel {
	display: block;
	text-decoration:none; 
	color:#000; 
	width: 133px;
	padding-left: 10px; 
	border-bottom: 1px solid #fff; 
	background-color: #adadad;
	line-height: 29px;
}
/* style the links for the top level */
.dropdownproductsubmenu a, .dropdownproductsubmenu a:visited {
 display:block;
 text-decoration:none; 
 color:#000; 
 width: 133px;
 padding-left: 10px;
 border-bottom: 1px solid #fff; 
 background-color: #ee963f;
 line-height: 29px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdownproductsubmenu li {
 position:relative;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdownproductsubmenu ul ul {
 visibility: visible;
 position: absolute;
 height: 0;
 top: 30px;
}

/* style the second level links */
.dropdownproductsubmenu ul ul a, .dropdownproductsubmenu ul ul a:visited {
 background-color: #d1d1d1; 
 color:#000;
 font-size: 0.9em;
 line-height: normal;
 padding-top: 2px;
 padding-bottom: 2px;
 width: 133px;
}

/* dropdown menu niet zichtbaar maar wel zichtbaar bij hover */
/* lettergrootte dropdownmenu over all */
/* remove all the bullets, borders and padding from the default list styling */
#dropdownmenu, #dropdownmenu ul {
 font-size: 1em;
 padding:0;
 margin:0;
 list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#dropdownmenu li {
 position:relative;
}
/* style the links for the top level */
#dropdownmenu a, #dropdownmenu a:visited {
 display:block;
 text-decoration:none; 
 color:#000; 
 width: 133px;
 padding-left: 10px;
 height: 29px; 
 border-bottom: 1px solid #fff; 
 background-color: #ee963f;
 line-height: 29px;
}
/* style the top level hover */
#dropdownmenu a:hover, #dropdownmenu ul a:hover{
 color:#000;
 background-color: #ee963f;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#dropdownmenu ul {
 visibility: hidden;
 position: absolute;
 height: 0;
 top: 30px;
}
/* style the second level links */
#dropdownmenu ul a, #dropdownmenu ul a:visited {
 background-color: #d1d1d1; 
 color:#000;
 font-size: 0.9em;
 height: auto;
 line-height: normal;
 padding-bottom: 2px;
 padding-top: 2px;
 width: 133px;
}
/* make the second level visible when hover on first level list OR link */
#dropdownmenu li:hover ul, #dropdownmenu li.ie_does_hover ul {
 visibility:visible; 
}
#dropdownmenu li.ie_does_hover ul a:hover {
 color:#000;
 background-color: #ee963f;
}

.vacaturetext img{
 float: right; /*aangepast 08 10 2007 */
 padding-right: 6px;
}

.vacaturetitel {
 border-bottom: 1px dashed #ee963f;
 line-height: 1.5em;
 font-weight: bold;
}



/* lettergrootte dropdownquestionsubmenu over all */
.dropdownquestionsubmenu {
 display: block;
 font-size: 1em;

}
/* remove all the bullets, borders and padding from the default list styling */
.dropdownquestionsubmenu ul {
 list-style-type:none;
 /*height: 570px;
 margin-bottom: 10px;*/
}
.dropdownquestionsubmenu {
	display: block;
	text-decoration:none; 
	color:#000; 
	width: 498.25px;
	padding-left: 0px; 
	border-bottom: 1px solid #fff; 
	background-color: #adadad;
	line-height: 29px;
}
/* style the links for the top level */
.dropdownquestionsubmenu a, .dropdownquestionsubmenu a:visited {
 display:block;
 text-decoration:none; 
 color:#000; 
 width: 498.25px;
 padding-left: 10px;
 border-bottom: 1px solid #fff; 
 background-color: #ee963f;
 line-height: 29px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdownquestionsubmenu li {
 position:relative;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdownquestionsubmenu ul ul {
 visibility: visible;
 position: absolute;
 height: 0;
 top: 30px;
}

/* style the second level links */
.dropdownquestionsubmenu ul ul a, .dropdownquestionsubmenu ul ul a:visited {
 background-color: #d1d1d1; 
 color:#000;
 font-size: 0.9em;
 line-height: normal;
 padding-top: 2px;
 padding-bottom: 2px;
 width: 498.25px;
}
