html {margin: 0; padding: 0;}
a{ text-decoration: none; outline: none;}
a img{ border: none;}
body {
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#564b47;
	margin:0px;
	padding:0px;
	text-align: center;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6{	color: #F7991F;}

a {
	color: #F7991F;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width:950px;
}
#container{
    background: url(../images/vacature-site-onderwijs.jpg) no-repeat bottom left;
    height:210px;
	margin:0;
	width:950px;
}
#zoek{
	width: 165px;
	margin: 0;
	display: block;
	float:right;
}

.ZoekTextbox{
	float: right;
	display: inline;
	Margin: 0 3px 0 0;
}
.ZoekTextbox input
{
	background-color:#FBCB8E;
	width: 94px;
	border: 1px solid #112758;
	color:Gray;
	padding: 0 2px;
}
.ZoekBtn
{
	margin-top: 1px;
	float: left;
	display: inline;
}
#menu
{
    float: left;
    line-height: normal;
    margin: 0;
	padding: 0;
    font-size: 10px;
}
#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
#menu li
{
    display: inline;
    margin: 0;
    padding: 5px 5px;
}
#menu a
{
    float: left;
    margin: 0;
    padding: 5px 5px;
    text-decoration: none;
	color: #254786;
}
#menu a:hover
{
	color: #F7991F;
	text-decoration: underline;
}
#left {
	background: white;
	width:200px;
	padding:0;
	margin: 12px 0;
	float:left;
}
#left .menuheader a { color: white; } #left .menuheader a:hover { text-decoration: none; }
.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 0;
	background: url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active-onderwijs.png);
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: url(../images/arrowbullet-onderwijs.png) no-repeat center left;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: url(../images/arrowbullet-onderwijs.png) no-repeat center left;
}
.arrowlistmenu ul li a{
	color: #223C65;
	background: url(../images/arrowbullet-onderwijs.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #223C65;
	font-size: 90%;
}
.arrowlistmenu ul li a:visited{
	color: #223C65;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: #F3F3F3;
}
#middle {
	margin: 0 0 20px 0;
	width: 510px;
	padding: 0 20px 10px 20px;
	float: left;
	overflow: auto;
}
#right {
	margin: 12px 0;
	width:200px;
	padding:0;
	float:left;
}
#right .lable
{
	margin: 0;
	padding: 0;
    background: url(../images/label.png) no-repeat;
    height:21px;
    width:186px;
    color:White;
    font-weight:bold;
    text-transform:uppercase;
    padding-top:2px;
    padding-left: 10px;
}
#right .newbox
{
	background-color:white;
	border:1px solid black;
	width:194px;
	margin-bottom: 10px;
}

#right .newscontent
{
	background-color:#eceef2;
	width:182px;
	padding:2px 3px 3px 3px;
	margin:3px 3px 3px 3px;
}
#right .newscontent #img
{
	padding: 4px 2px 2px 2px;
	width:180px;
	height: 255px;
}
.nieuws
{
	padding:0px;
}
.nieuws ul, ol
{
	padding:3px;
	margin:0px;
}
.nieuws li
{
	list-style:none;
}
.nieuws #titel
{
	color:#F7991F;
	font-weight:bold;
	text-decoration:none;
}
.nieuws #inhoud
{
	text-decoration:none;
	padding-bottom:5px;
}
.nieuws #date
{
	color:Gray;
}
.nieuws a
{
	text-decoration:none;
	color:Black;
}
#slideshow {
    position:relative;
    height:118px;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 118px;
    background-color: #FFF;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div img {
    height: 118px;
    width:183px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
#logos{
	clear: both;
}
#footer
{
	height: 20px;
    color: White;
    background-color:#F7991F;
    text-align: center;   
}
#footer li
{
    display: inline;
    list-style-type: none;
    font-size: 10px;

}

#footer a
{
    text-decoration: none;
    color: White;
}

#footer a:hover
{
    text-decoration: underline;
    color: #FBCB8E;
}

#metafoorgroep
{
	text-align:right;
	font-size:10px;
	margin-right:5px;
	font-weight:bold;
}

.Blauwe_Tekst_Bold{
	color: #F7991F;
	font-size: 16px;
	font-weight: bold;
}