/** START EDITOR **/
@import url(jquery.shadow.css);
body {
  font-size: 68.75%;
  line-height: 16px;
	margin: 5px;
	}

body, h1, h2, h3, input, select, option, button, textarea {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	color: #333333;
	}

h1, h2, h3 	{
	font-style: normal;
	font-weight: normal;
	color: #164483;
	margin-bottom: 16px;
	}

h1 { font-size: 163.63%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }

h2, .typeNews h1 {
  font: normal 16px Arial;
  color: #27508e;
  margin-bottom: 16px;
}

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
	}

a { color: #27508e; }

a:hover, a:focus {
  color: #f09a19;
}

p, ul, ol { margin-bottom: 16px; }

hr {
	background-color: #d0dae6;
	border-style: solid;
	border-width: 0px;
	height: 1px;
}

/** END EDITOR **/


/** BASIC STYLES **/

html, body { margin: 0px !important; }

body {
  background: white url(../../image/bg.jpg) no-repeat center top;
	}

form legend {
	display: none;
	width: 300px;
	margin: 0;
	font-weight: bold;
	}
form p.requiredField {
	}
form p.missing {
	}
form *:focus {
	}
form p input,
form textarea {
	border: 1px solid #aaaaaa;
	font-size: 100%;
	}
form fieldset {
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;
	}
form p {
	overflow: hidden;
	clear: both;
	}
form label {
	display: block;
	width: 12em;
	float: left;
	}
form input {
	display: block;
	width: 20em;
	float: left;
	}
form textarea {
	width: 31.8em;
	height: 8em;
	}
form strong {
	margin-left: 5px;
	}
form input[type='hidden'] {
	display:none;
	}


/** CLASSES **/

.errorMessage {
	color: red;
	border: 1px solid red;
	background: pink;
	padding: .5em;
	display: block;
	}

.clearfix {
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	}

.clear {
	clear: both;
	display: block;
	}

.column {
  width: 172px;
  padding-right: 10px;
  float: left;
  }


/** LAYOUT **/

#container {
  width: 930px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -466px;
  }

/** HEADER **/

#header {
  background: white url(../../image/header.jpg) no-repeat left top;
  padding-left: 566px;
  padding-top: 48px;
  height: 211px;
  text-align: right;
  position: relative;
  }

.home #header {
  padding-top: 178px;
  }

  #header #logo {
    text-align: left;
    width: 192px;
    height: 84px;
    background: white url(../../image/logo.gif) no-repeat left top;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    }

    #header h1 {
      color: #f89d34;
      font: normal 24px Arial;
      margin-bottom: 10px;
      }
      
      #header h1 span {
        color: #164483;
        }

#logo a {
	display: block;
	text-decoration: none;
	}

.news {
  list-style: none;
  margin: 0;
  border-top: 1px solid #d5d5d5;
  margin-right: 10px;
  }
  
  .news li {
    border-bottom: 1px solid #d5d5d5;
    }
  
  .news span {
    display: block;
    width: 40px;
    float: left;
    line-height: 11px;
    border-right: 1px solid #333333;
    margin-right: 5px;
    position: relative;
    margin-top: 2px;
    }
  
  .news a {
    display: block;
    padding-right: 50px;
    margin-right: 10px;
    margin-left: 50px;
    background: transparent url(../../image/arrow-grey.gif) no-repeat right 3px;
    text-decoration: none;
    color: #333333;
    }
  
  .news a:hover {
    background-image: url(../../image/arrow-orange.gif);
    }

/** NAVIGATION **/
	
#nav {
  z-index: 1000;
  list-style: none;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: #15417e url(../../image/nav.gif) repeat-x left top;
  text-align: left;
  }

.home #nav { bottom: 20px; }

  #nav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    background: #fff;
    color: #333333;
    list-style: none;
    margin-left: 0;
    width: 224px;
    padding-bottom: 10px;
    }

    #nav ul ul {
      top: -10px; left: 222px;
    	}

    #nav .first ul { top: 0; }

  	#nav ul li.first {
  	  padding-top: 10px;
  	  }

	  	#nav ul li.first > a {
	  	  border-top: 1px solid #d5d5d5;
	  	  }

    #header #nav ul a {
      width: 214px;
      line-height: 14px;
      padding: 5px 0;
      margin: 0 5px;
      height: auto;
	    color: #333333;
	    text-transform: none;
	    background: none;
	    border-bottom: 1px solid #d5d5d5;
      background: transparent url(../../image/arrow-grey.gif) no-repeat right center;
      }

    #header #nav ul a:hover, #header #nav ul a.open:hover {
      background: transparent url(../../image/arrow-orange.gif) no-repeat right center;
	    color: #f09a19;
      }

  #nav li {
  	position: relative;
  	float: left;
  	}

	  #nav li:hover > ul {
	    display: block;
	  	}

  #nav a {
    color: white;
    text-decoration: none;
    display: block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    text-transform: uppercase;
    }

  #nav .sfhover a {
    background: white;
    color: #f09a19;
  }

  #nav .active a, #nav .open a {
    background: #e49318 url(../../image/nav-active.gif) repeat-x top left;
    color: white;
    }

#extnav {
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: absolute;
  right: 10px;
  list-style: none;
  bottom: -16px;
  z-index: 2000;
  }

.home #extnav {
  bottom: 4px;
  }

  #extnav li {
    float: left;
    }

  #extnav a {
    color: #abbcd2;
    text-decoration: none;
    padding-right: 14px;
    padding-left: 10px;
    background: transparent url(../../image/arrow-blue.gif) no-repeat right center;
    }

#breadcrumbs {
  height: 59px;
  line-height: 59px;
  }

  #breadcrumbs a {
    padding-right: 14px; 
    padding-left: 10px;
    background: transparent url(../../image/arrow-orange.png) no-repeat right center;
    color: #333333;
    }
    #breadcrumbs a.last {
      background: none;
      text-decoration: none;
      }
/** CONTENT - DEFAULT **/




/** CONTENT - HOMEPAGE **/


/** CONTENT - GENERATOR **/
#content {
  border-top: 3px solid #ef9919;
  padding: 10px 0;
  padding-top: 20px;
  padding-left: 10px;
  clear: both;
  position: relative;
  float: left;
  width: 718px;
  }

.home #content {
  border: none;
  background-color: white;
  width: 920px;
  margin-bottom: 50px;
  }

#sidebar {
	float: right;
	width: 192px;
	}

	#sidebar ul {
	  list-style: none;
	  margin: 0;
	}

/** FOOTER **/

#footer {
  border-top: 3px solid #ef9919;
  padding-top: 10px;
  margin-top: 27px;
  padding-left: 10px;
  margin-bottom: 20px;
  clear: both;
  }

  #footer a {
  	text-decoration: none;
  	}


/** FORM BUILDER **/

p.FormRadioButton input {
	width: auto;
	border: 0;
	}
p.FormRadioButton label {
	margin: 4px auto auto;
	}
form p.FormSubmit label,
form p.msg label {
	display: none;
	}
form p.FormCheckbox label {
	width: auto;
	}
form label.value {
	width: auto;
	}
	
#atoz {
  background-color: #d0dae6;
  padding: 20px 10px;
  }

.home #atoz {
  margin-bottom: 45px;
  position: relative;
  left: -10px;
  width: 910px;
  }

  #atoz h2 {
    font: normal 18px Arial;
    margin-bottom: 20px;
   }
  
  #atoz a, #sidebar li a {
    text-decoration: none;
    color: #333333;
    }
  
  #atoz a:hover {
    color: #f09a19;
    }

  #atoz ul {
    width: 172px;
    padding-right: 10px;
    float: left;
    list-style: none;
    margin-left: 0;
    }

.home #container .td2_0 .widthfix, .home #container .td2_1 .widthfix {
  width: 354px;
  }

.home #container .td2_0, .home #container .td2_1 {
  padding-right: 10px;
  }

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }
.centered { text-align: center; }
.padded { padding-top: 20px; }

.home #container .td2_2 .widthfix { width: 182px; }

.figure { margin-bottom: 0; position: relative; }
.figure div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.figure div { background: transparent url(../../image/c_tl.png) no-repeat left top; width: 100%; height: 100%; }
.figure div div { background: transparent url(../../image/c_tr.png) no-repeat right top; }
.figure div div div { background: transparent url(../../image/c_bl.png) no-repeat left bottom; }
.figure div div div div { background: transparent url(../../image/c_br.png) no-repeat right bottom; }

.typeNews-list .item {
  clear: both;
  position: relative;
  border-bottom: 1px solid #EF9919;
  height: 110px;
  margin-bottom: 10px;
}

.typeNews-list .item h3 {
  position: absolute;
  margin-left: 110px;
}

.typeNews-list .item .content {
  padding-top: 24px;
  margin-left: 110px;
}

.typeNews-list .item a.readmore {
  padding-left: 0.5em;
}

.typeNews-block .date { float: left; margin: 0; padding-right: 0.25em; }

.banner { position: relative; padding-bottom: 10px; }
.banner img { float: left; }

.banner h5, .banner p { position: absolute; text-indent: -9999px; }

.home table.td2 { float: left; width: 718px; }

.home .banners { float: right; }

td.td2 { padding-right: 10px; }

.typeZorgcentra-list .item {
	position: relative;
	padding-left: 97px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
}

.typeZorgcentra-list .item h3 {
	color: #f09a19;
	margin: 0;
	font-weight: bold;
}

.typeZorgcentra-list .item .figure { float: left; margin-left: -87px; }

div.figure {
	float: right;
	margin-left: 10px;
}

.readmore {
	white-space: nowrap;
}

#jobform .textarea label {
	float: none;
}

#jobform .radio span label {
	display: inline;
	width: auto;
	padding-right: 1em;
}

#jobform .radio input {
	width: auto;
	border: none;
}

#jobform .text .small {
	width: 100px;
}

#jobform .error {
	color: red;
}

#jobform .submit input, a.button, .FormSubmit button {
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #EF9919;
	background: transparent url(../../image/arrow-orange.gif) no-repeat right center;
	width: auto;
	padding: 0;
	padding-right: 17px;
	border: none;
}

#jobform .submit {
	width: 350px;
}

#jobform .submit input, .FormSubmit button {
	float: right;
	padding: 15px;
}


/* VOORDEELPAS */


#categoryNavigation ul {
	list-style-type:none;	
	width:190px;
	float:left;
	border-left:1px solid #cccccc;
	padding-left:20px;
	margin-left:0;
	margin-right:20px;
}
#categoryNavigation ul li.selected a{
	color:#EF9919;
	}
#categoryNavigation ul li .aanbieders a{
	color:#27508E;
	}

#categoryNavigation ul li .aanbieders{
	margin-left:10px;
}
	
#aanbiedersContainer{
	clear:both;
	padding-top:20px;
}

#aanbiedersContainer img{
	margin-bottom:5px;
	margin-left:5px;
}