#kopf{
	background: #FFF url(/wbict.nsf/werkenbij.jpg) no-repeat 0px 5px;
}
		#frameMainRotate{
			position: relative;
			height: 240px;
			overflow: hidden;
			z-index: 0;
		}
		#rotateFrameLeft{
			width: 780px;
			height: 240px;
			float: left;
			background: #FFF;
			margin: 0px;
			padding: 0px
		}
		#rotateFrameRight{
			width: 210px;
			height: 240px;
			float: left;
			background: #FFF;
			margin: 0px;
			padding: 0px
		}
		.pane{
			width: 100%;
			height: 275px;
			background: #FFF;
		}
		.background{
			width: 990px;
			height: 240px;
			background: #FFF;
			margin: 0px;
			padding: 0px;
		}
		#welkomTekst h1{
			margin: 0px;
		}
		#welkomTekst h1 strong{
			color: #00763a;
		}
		#welkomTekst{
			background: #FFF;
			padding: 25px 25px 25px;;
			height: 140px;
			width: 600px;
			position: absolute;
			left: 50px;
			top: 25px;
			z-index: 9999;
			opacity: .9;
		}
		.rotateButton{
			height: 80px;
			background: #EEF;
		}
		.padding25{
			padding: 25px;
		}
		.padding10{
			padding: 10px;
		}
/*		.pane0{
			background: #FFF url(/wbict.nsf/visual-rotator/person-case-tie.jpg) no-repeat left top;
		}
		.pane1{
			background: #FFF url(/wbict.nsf/visual-rotator/person-jobsearch.jpg) no-repeat left top;		
		}
		.pane2{
			background: #FFF url(/wbict.nsf/visual-rotator/person-computer.jpg) no-repeat left top;		
		}*/

		.rotateButton{
			cursor: pointer;
			background: #f4f4f5;
			height: 59px;
			width: 189px;
			padding: 10px;
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #f4f4f5;
		}
		#rotateFrameRight .active{
			background: #fff;
			border-color: #fff;
			border-bottom: 1px solid #ccc;
		}
		.rotateButton h2{
			font-style: italic;
			font-weight: bold;
			text-align: center;
			line-height: 20px;
			vertical-align: middle;
		}
		.active[id=rotateButton2]{
			border-bottom: 1px solid #FFF !important;
		}
		
		.vacature-image, .vacature-image img{
			width: 250px;
			height: 250px;
			border: 0px;
		}
		.vacature-image{
			float: left;
			display: block;
			margin-right: 25px;
		}
		.vacature-content{
			padding: 25px;
		}
		.vacature-content h2{
			font-size: 110%;
		}
		.vacature-more{
			padding-top: .5em;
			text-align: right;
		}
		.vacature-more a{
			text-decoration: none;
			font-weight: bold;
		}
		.vacature-image img{
			/*display: none;*/
		}
		
		.vacaturePane{
			background: #FFF;
			padding-bottom: 15px;
			border-bottom: 1px solid #ccc;
			margin-bottom: 15px;
		}

		.vacature-teaser{
			max-height: 195px;
			overflow: hidden;
			text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
			-icab-text-overflow: ellipsis;
			-khtml-text-overflow: ellipsis;
			-moz-text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
		}

		#subFrame{
			margin: 25px;
		}
		#contentColumnFrame{
			width: 754px;
			float: left;
			clear: left;
			border-right: 1px solid #eee;
		}
		#subFrame h1 strong{
			color: #00763a;
		}
		.column{
			margin-right: 25px;
			float: left;
			width: 225px;
/*			text-align: justify;
			text-justify: newspaper;
			text-autospace: ideograph-alpha;
			text-kashida-space: 75%;*/
			display: block;
			margin-bottom: 25px;
		}
		#contentColumn1{
			overflow: hidden;
			position: relative;
		}
		.columnFirst{
			clear: left;
			margin-bottom: 25px;
		}
		
		.height400{
			height: 375px;
		}
		hr{
			border: 1px solid #ccc;
			border-width: 1px 0px 0px 0px;
		}
		
		.height175{
			height: 175px;
			overflow: hidden;
			margin-bottom: 25px;
		}
		.width50{
			width: 350px !important;
		}
		.column h2{
			color: #00763a;
		}
		.column p{
			font-size:11px;
			line-height:130%;
			margin:0 0 5px;
			/*font-size: 10pt;*/
		}

		#sideFrame{
			width: 160px;
			padding-left: 25px;
			float: left;
		}
		#sideFrame h2 a{
			text-decoration: none;
			color: #00763a;
			font-weight: bold;
			font-size: 11pt;
		}
		#sideFrame .vacatureRegio{
			color: #808080;
			font-weight: bold;
			font-size: 10px;
		}
		
		.persInfo{
			font-size: 10px;
			color: #888;
			padding: 0px 0px .5em 0px;
			margin: 0px;
		}
		
		 #contentColumnFrame p a{
			/*color: #00763a;*/
			text-decoration: none;
			font-weight: bold;
		}

/*   navigatie menu */

		#topnavi ul li{
			position: relative;
			padding: 0px !important;
			margin: 0px !important;
			z-index: 998;
		}
		#topnavi ul li:hover .dropDown{
			display: block;
		}
		
		.dropDown{
			position: absolute;
			left: 0px;
			display: block;
			width: 150px;
			background: #FFF;
			border: 1px solid #888;
			z-index: 999;
			padding: 5px !important;
			display: none;
			margin: 0px !important;

			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
				
			box-shadow: 0px 2px 2px #ccc;
			-moz-box-shadow: 0px 2px 2px #ccc;
			-webkit-box-shadow: 0px 2px 2px #ccc;			
		}
		#topnavi .dropDown li.NO{		
			float: none;
			clear: both;
			display: block !important;
			width: 100%;
			padding: 0px !important;
			margin: 0px 0px .5em 0px !important;
		}
		#topnavi .dropDown li.NO a{
			border: 0px none !important;
			margin: 0px !important;
			padding: 0px !important;
			color: #888 !important;
		}
		#topnavi .dropDown li.NO a:hover{
			color: #00763a !important;
		}
		
		a img{
			border: 0px none;
		}

