/** START EDITOR **/

body {
    font-size:70%;
    font-size:75%;
    line-height:1.6;
    margin: 5px;
}

body, h1, h2, h3, input, select, option, button, textarea,
div.heading ul.tabs li a, #subnav li.open li a, #subnav li.active li a,
#bread a, #footer a, #activiteiten .item a {
    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
    color: #333333;
}

h1, h2, h3 	{
    font-style: normal;
    font-weight: bold;
    color: #009ee0;
}

h1, h2,
div.heading h1,
div.heading ul.tabs li a {
    font-size: 18px;
    font-weight: normal;
}

h2 { border-bottom: 1px solid #dadada; padding-bottom: 2px; margin-bottom: 7px; }
h3 { font-size: 130%; font-weight: normal; }

h1 a, h2 a, h3 a {
    color: inherit;
}

#slogan, a { color: #e2204d; text-decoration: none; }
a:hover, a:focus { color: #e2204d; text-decoration: underline; }

p { margin: 0; }


.rood{
    color: #E2204D;
}
.blauw{
    color: #009EE0;
}

/** END EDITOR **/


/** BASIC STYLES **/

html, body { margin: 0px !important; }

body {
    background: #ffffff url('/image/shadow-container.png') repeat-y center top;
}
#bg {
    background: url('/image/bg-header.png') repeat-x left top;
}

strong.mark {
    font-size: 18px;
    color: #e2204d;
}

.hidden{
    display:none;
}

form legend {
    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;
}

.fbForm div.fbButton input{
    background:url('/image/arrow.gif') no-repeat center right;
    border:none;
    padding:0px 13px 0px 0px;
    cursor:pointer;
    font-weight:bold;
}
.fbForm div.fbButton label{
    display:none;
}

/** CLASSES **/

.errorMessage {
    color: red;
    border: 1px solid red;
    background: #ff99cc;
    padding: .5em;
    display: block;
}

.figure img {
    display: block;
}

.clearfix {
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
}
.clear {
    clear: both;
    display: block;
}

.readmore a{
    padding-right:13px;
    background:url('/image/arrow.gif') no-repeat center right;
}
.goback a{
    padding-left:13px;
    background:url('/image/arrow-back.gif') no-repeat 0px 3px;
}

div.heading {
    overflow: hidden;
    margin-left: -25px;
    margin-right: -30px;
    margin-bottom: 40px;
    padding: 15px 10px 0px 10px;
    background: #a2daf4 url('/image/shadow-heading.png') repeat-y right top;
}
#hp div.heading {
    margin-bottom: 0px;
    margin-right: -13px;
}

#sidebar div.quote {
    padding: 0px;
    padding-bottom: 15px;
}
div.quote {
    margin: 0px 9px;
    background: #e2204d;
}
div.quote * {
    color: #ffffff;
}
div.quote .figure {
    padding-top: 20px;
    background: #ffffff;
}
#hp div.quote .figure {
    padding-top: 0px;
}
div.quote blockquote {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 10px 5px 10px;
}
div.quote .cite{
    padding: 0px 10px;
    font-style: normal;
    font-size:11px;
}
div.quote a{
    text-decoration:none;
}

.ornament {
    display: block;
    position: absolute;
}

.left {
    float: left;
}
.right {
    float: right;
}

.date {
    float: left;
    color: #e2204d;
    width: 50px;
    height: 45px;
    line-height: 20px;
    display: block;
    text-align: center;
}
.date .day {
    font-size: 20px;
    font-weight: bold;
}


/** INFO BOX **/
.info {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:1000;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 1px solid #ffd324;
    border-bottom: 1px solid #ffd324;
}
.info-error{
    background: #fff6bf url(/image/exclamation.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
}

/** LAYOUT **/

#container {
    width: 978px;
    position: relative;
    padding: 0px 8px;
    margin: 0px auto;
}
#wrapper {
    overflow: hidden;
    background: url('/image/shadow-content.png') repeat-y 724px 0px;
}


/** HEADER **/

#header {
    clear: both;
    background-color: #a2daf4;
}

#topNav {
    height: 30px;
    overflow: hidden;
}
#topNav ul {
    float: right;
    padding-right: 80px;
    display: inline-block;
}
#topNav li {
    float: left;
    width: auto;
    padding-left: 10px;
    display: inline-block;
}
#topNav a {
    height: 30px;
    line-height: 30px;
    color: #666666;
    display: inline;
}
#topNav li.page a {
    margin-left: 10px;
}
#topNav li.page {
    background: url('/image/topnav-space.gif') no-repeat 2px 8px;
}
#topNav li.page-first {
    background:none;
}
#topNav #printPage a {
    padding: 0px 5px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

#topNav a.fontNormal { }
#topNav a.fontLarge { font-size: 113%; line-height: 10px; }
#topNav a.fontLargest { font-size: 139%; line-height: 10px; }
#topNav a.active{ color:#e2204d; }

#ornBlocks {
    top: 10px;
    right: 7px;
    width: 80px;
    height: 80px;
    background: url('/image/orn-blocks.png') no-repeat;
}

#bread {
    padding: 15px 25px;
    background:url('/image/logo-small.png') no-repeat right;
    margin-right:30px;
}
#bread a,
#bread span {
    text-decoration: none;
    font-size:95%;
}

#bread .seperator{
    background:url('/image/arrow.gif') no-repeat 0px 0px;
    display:inline-block;
    width:9px;
    height:9px;
    margin:0px 5px;
}

/** NAVIGATION **/

.navlist li a,
.dropdown li a,
#nav ul li a {
    padding-left: 15px;
    background: url('/image/arrow.gif') no-repeat 0px 7px;
}
#nav ul li a {
    padding-left: 22px;
}

ul.nav,
ul.nav ul,
ul.nav li,
.dropdown ul,
.dropdown li {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.nav ul {
    position: absolute;
    left: -999em;
}
ul.nav a {
    display: block;
    text-decoration: none;
}

#navigation {
    clear: both;
    overflow: hidden;
    padding: 24px 0px;
    height: 32px;
    background-color: #e2204d;
}

#navigation .dropdown {
    top: 90px;
    left: -999em;
    width: 978px;
    width: 1004px;
    z-index: 10000;
    position: absolute;
    padding-top: 10px;
    margin-left: -5px;
    background: url('/image/nav-dropdown-top.png') no-repeat center top;
    /* padding: 0px 3px 6px 3px; */
}
#navigation .dropdown .ddtop {
    padding-bottom: 21px;
    background: url('/image/nav-dropdown-bot.png') no-repeat center bottom;
}
#navigation .dropdown .ddbottom {
    background: url('/image/nav-dropdown-mid.png') repeat-y center top;
}
#navigation .dropdown .ddcontent {
    background: url('/image/nav-dropdown-bg.png') repeat-x left bottom;
    overflow: hidden;
    padding-left: 2px;
    min-height: 200px;
    padding: 0px 3px 6px 3px;
    padding: 2px 0px 6px 0px;
    margin: 0px 13px;
}

#navigation .ddSingle {
    width: 266px;
    background: url('/image/nav-dropdown-small-top.png') no-repeat center top;
}
#navigation .ddSingle .ddtop {
    background: url('/image/nav-dropdown-small-bot.png') no-repeat center bottom;
}
#navigation .ddSingle .ddbottom {
    background: url('/image/nav-dropdown-small-mid.png') repeat-y center top;
}
#navigation .ddSingle .ddcontent {
    padding-left: 25px;
    padding-right: 25px;
}


#nav,
#nav ul {
    line-height: 1;
}

#nav {
}

#nav a {
    padding-top: 7px;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 20px;
}
#nav .open a,
#nav .active a {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 22px;
}

#nav li:hover,
#nav li.sfhover {
    background: url('/image/navtab-left.png') no-repeat left top;
}
#nav li:hover a,
#nav li.sfhover a {
    color: #e2204d;
    background: url('/image/navtab-right.png') no-repeat right top;
}

#nav #navitem21 {
    height: 60px;
}
#nav #navitem21:hover,
#nav #navitem21.sfhover {
    background: url('/image/nav-home-hover.png') no-repeat;
}
#nav #navitem21:hover a,
#nav #navitem21.sfhover a {
    color: #E2204D;
    background: none;
}
#nav #navitem21.open,
#nav #navitem21.active {
    background: none;
}
#nav #navitem21.open a,
#nav #navitem21.active a {
    color: #ffffff;
}

#nav li {
    float: left;
    width: auto;
    padding-left: 15px;
    padding-right: 0px;
}
#nav ul li,
#nav ul li:hover,
#nav ul li.sfhover {
    float: none;
    background: none;
    /* background: url('/image/nav-dropdown-small-mid.png') repeat-y center top; */
}
#nav li ul li.first,
#nav li:hover ul li.first,
#nav li.sfhover ul li.first {
    padding-top: 10px;
    background: url('/image/nav-ul-top.png') no-repeat center top;
}
#nav li ul li.last,
#nav li:hover ul li.last,
#nav li.sfhover ul li.last {
    padding-bottom: 24px;
    /* background: url('/image/nav-dropdown-small-bot.png') no-repeat center bottom; */
}
#nav ul li a,
#nav li:hover ul li a,
#nav li.sfhover ul li a {
    margin-right: 15px;
    margin-left: 8px;
    padding-left: 12px;
    border-top: 1px solid #dadada;
    background: url('/image/arrow.gif') no-repeat 0px center;
}
#nav ul li.first a,
#nav li:hover ul li.first a,
#nav li.sfhover ul li.first a {
    border-top: 0px;
}
#nav li ul {
    z-index: 1000;
    position: absolute;
    margin: auto;
    left: -999em;
    margin-left: -25px;
    margin-left: -30px;
    overflow: hidden;
    /* background: url('/image/nav-dropdown-small-top.png') no-repeat center top; */
    background: url('/image/nav-ul.png') no-repeat center bottom;
    width: 266px;
    /*
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 3px 5px rgba(50,50,50,0.7);
	*/
    /* padding: 10px 15px 20px 15px; */
    padding: 0px;
}

#nav #navitem26 ul {
    left: -999em !important;
}
#nav #navitem26 ul {
    width: 964px;
    width: 1000px;
    margin-left: 0px;
    background: #fff url('/image/nav-dropdown-top.png') no-repeat center top;
}
#nav #navitem26 li,
#nav #navitem26 li:hover,
#nav #navitem26 li.sfhover {
    background: #fff;
}
#nav #navitem26 ul ul {
    float: left;
    position: static;
    width: 236px;
    padding: 0px 15px;
    background: none;
}
#nav li:hover ul,
#nav li.sfhover ul {
    left: auto;
}
#nav #navitem26:hover ul,
#nav #navitem26.sfhover ul {
    left: 0px;
}

#nav ul.navNormal li,
#navigation .dropdown .navcoll {
    width: 182px;
    float: left;
    margin-left: 10px;
    padding-right: 0px;
}
#navigation .dropdown .navcoll .topitem {
    display: block;
    line-height:1.6;
    padding-bottom:2px;
    padding-top:1px;
    border-top: 0px;
}
#navigation .dropdown .navcoll .fixed {
    margin-top: 24px;
    border-top: 1px solid #dadada;
}

#nav ul ul,
.dropdown ul ul {
    width: auto;
    position: static;
    border: 0;
    padding: 0px;
    border-bottom: 1px solid #dadada;
    -moz-box-shadow: none;
}

#nav ul ul li,
.dropdown ul ul li {
    float: none;
    min-height: 0;
    margin-left: 0;
    padding-left: 15px;
}
#nav ul a,
#nav .open ul a,
#nav .active ul a,
.dropdown ul a {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.6;
    font-size: 12px;
    color: #e2204d;
    font-weight: bold;
}
#nav ul ul a,
#nav .open ul ul a,
#nav .active ul ul a,
.dropdown ul ul a {
    color: #333;
    font-weight: normal;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
    /* left: -999em; */
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
    /* left: 0; */
}

#quicknav li a {
    background-position: 0px 2px;
    display:inline;
}

#subnav {
    margin-top: -7px;
    border-bottom: 1px solid #dadada;
}
#subnav li.open ul,
#subnav li.active ul {
    position: static;
}
#subnav li,
#subnav ul li.first,
.dropdown ul ul li {
    border-top: 1px solid #dadada;
}
#subnav li.first {
    border-top: 0px;
}
#subnav li a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}
#subnav ul li a {
    font-weight: normal;
}

#subnav ul li a,
#subnav li.active li a {
    padding-left: 30px;
    background: url('/image/arrow.gif') no-repeat 15px 7px;
}
#subnav li.active a {
    color: #ffffff;
    padding-left: 20px;
    background: #e2204d url('/image/arrow-white.gif') no-repeat 5px 7px;
}
#subnav ul li.active a {
    color: #ffffff;
    text-indent: 10px;
    background-position: 15px 8px;
}


/** TABS **/

ul.tabs {

}
ul.tabs li {
    float: left;
}
ul.tabs li.active {

}
div.tab {
    display: none;
    overflow: hidden;
}
div.tabOpen {
    display: block;
}


/** CONTENT - DEFAULT **/

div.heading h1,
div.heading ul.tabs li a {
    height: 36px;
    float: left;
    padding: 0px 15px;
    line-height: 36px;
}
div.heading h1,
div.heading ul.tabs li.active a {
    color: #009ee0;
    background: #fff;
}

#visual,
#sidebar #search {
    height: 124px;
    background: #dadada;
}
#visual {
    position: relative;
    background: url('/image/visual-cp.jpg') no-repeat;
}
#hp #visual {
    height: 301px;
    /*background: url('/image/TEMP/visual-hp.jpg') no-repeat;*/
}
#visual span {
    width: 60px;
    height: 60px;
    left: 0;
    bottom: 0;
    background: url('/image/orn-visual.gif') no-repeat;
    z-index:100; /* mag niet hoger zijn dan #navigation .dropdown */
}


/** CONTENT - HOMEPAGE **/

#slogan {
    width: 487px;
    height: 57px;
    padding: 16px 0px 23px 25px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;
}

#logo {
    top: 312px;
    right: 30px;
    position: absolute;
}

#tabsWrapperHome {
    margin-top: 30px;
    height: 230px;
}

.tabText {
    float: left;
    width: 450px;
}
.tabList {
    width: 225px;
    float: right;
}

#activiteiten{
    clear:both;
    border-top: 1px solid #DADADA;
}

#activiteiten h2 {
    width: 215px;
    margin-bottom: 0px;
}
#activiteiten ul.navlist {
    margin-top: 7px;
}

#activiteiten p.item1,
#activiteiten p.item3 {
    margin-left: 0px;
}
#activiteiten p.item2 {
    margin-top: -1px;
    padding-top: 11px;
    border-top: 1px solid #dadada;
}
#activiteiten .item {
    float: left;
    width: 215px;
    height: 45px;
    margin-left: 20px;
    padding: 10px 0px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
}

#activiteiten .item .today{
    /*background: url('/image/arcering.jpg') repeat-x center center transparent;*/
    border: 3px solid #009EE0;

}

#activiteiten .itemlist {
    width:205px;
    margin-left:0;
    margin-right:20px;
}
#activiteiten .item a {
    display: block;
    cursor: pointer;
    text-decoration: none;
}
#activiteiten .item .event {
    display: block;
    line-height: 1.3;
    padding-left: 55px;
}
.typeCalendar-list .item .date {
    padding-right: 5px;
}
.typeCalendar-list img {
    float:right;
    margin-left:5px;
}

#calendar-attachments{
    text-align: right;

    margin-top: -25px;
    margin-bottom: 25px;
}

#calendar-attachments a{
    background: url("/image/arrow.gif") no-repeat scroll 0 3px transparent;
    padding-left: 15px;
}

#calendar-attachments span{
    padding-right: 10px;
}

#calendar-attachments table{
    float:right;
}

#activity-filter{
    float:left;
    padding: 3px 0;
    margin: 3px 0 8px;
}

#activity-filter select{
    border: 1px solid grey;
}

#activiteiten .item .event strong {
    display: block;
    height: 2.6em;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}

/** CONTENT - SLIDESHOW **/
.slideshow img{
    display:none;
}
.slideshow img.first{
    display:block;
}

/** Locatie detail pagina **/
.locatie-adres{
    color:#E2204D;
}

/** CONTENT - GENERATOR **/

#content {
    float: left;
    width: 734px;
    position: relative;
}
#text {
    padding-left: 25px;
    padding-right: 30px;
}
#hp #text {
    padding-right: 13px;
}

#sidebar {
    float: left;
    width: 243px;
    padding-left: 1px;
}

#sidebar .box {
    margin-bottom: 30px;
}
#hp #sidebar .box {
    margin-bottom: 11px;
}
#sidebar #search {
    margin-bottom: 0px;
}
#sidebar .box,
#sidebar #search form {
    padding: 9px;
}
#sidebar .box .content {
    padding-left: 12px;
}

#sidebar #search {
    padding: 0px;
    background: #a2daf4;
}
#hp #sidebar #search {
    margin-bottom: 2px;
}
#search h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
#search input {
    width: 217px;
}
#search button {
    float: right;
    margin-right: -2px;
}

#contactBox strong.mark {
    line-height: 1;
}

/** CONTENT - NEWS **/
.newsItem{
    margin-bottom:1em;
}

.typeNews-archive .newsItem{
    border-top:1px solid #DADADA;
    margin:0;
    background:url("/image/arrow.gif") no-repeat right 5px;
}
.typeNews-archive .last{
    border-bottom:1px solid #DADADA;
}

/** QUOTES **/
.typeQuotes-list .quote{
    background:none;
}
.typeQuotes-list .quote blockquote,
.typeQuotes-list .quote blockquote img{
    float:left;
}
.typeQuotes-list .quote *{
    color:#333;
}
.typeQuotes-list .quote blockquote cite {
    font-size: 11px;
}

/** FAQ **/
#faq-qs {
    border-top:1px solid #DADADA;
}
.faq {
    border-bottom:1px solid #DADADA;
    background:url('/image/arrow.gif') no-repeat 0px 6px;
}
.faq a{
    margin-left:14px;
}
.open-faq {
    border-bottom:none;
    background:url('/image/arrowdown.gif') no-repeat 0px 6px;
}

.faq .awnser .open-faq {
    background:none;
}


.faq .q {
    text-decoration:none;
}
.open-faq .q {
    color:#009EE0;
}
.faq .awnser {
    margin-left:20px;
    margin-bottom:20px;
    padding: 20px 25px 30px 25px;
    border:1px solid #A2DAF4;
    display: none;
}
.open-faq .awnser {
    display: block;
}

.faq-close{
    text-align: right;
}

.faq-close a{
    background:url("/image/arrowup.gif") no-repeat scroll 0 3px transparent;
    padding-left: 12px;
}

/** SITEMAP **/

#sitemap, #sitemap ul {
    list-style: none;
    margin-left: 0;
}

#sitemap li {
    font-size: 20px;
    margin-bottom: 20px;
}

#sitemap ul li {
    font-size: 11px;
    margin-bottom: 0;
}

#sitemap a {
    color: #009EE0;
    text-decoration: none;
}

#sitemap ul a {
    color: #E2204D;
}
#sitemap ul li ul a {
    color:#333;
}

#sitemap ul a:hover {
    /*color: #5da829;*/
    background-color: #e6e6e6;
}

#sitemap ul {
    border-top: 1px dotted #959595;
}

#sitemap ul ul {
    border-top: none;
}

#sitemap ul ul a {
    padding-left: 20px;
}

#sitemap ul a {
    display: block;
    border-bottom: 1px dotted #959595;
}

/* CONTENT - ALBUM */
ul.photos{
    margin:0;
    margin-bottom:1em;
    overflow:hidden;
}
ul.photos li{
    float:left;
    list-style-type:none;
    margin-right:10px;
}

/* CONTENT - VOORDEELPAS */

#categoryNavigation ul {
    list-style-type:none;
    width:185px;
    float:left;
    border-left:1px solid #cccccc;
    padding-left:20px;
    margin-left:0;
    margin-right:20px;
}
#categoryNavigation ul li.selected a{
    color:#009EE0;
}
#categoryNavigation ul li .aanbieders a{

}

#categoryNavigation ul li .aanbieders{
    margin-left:10px;
}

#aanbiedersContainer{
    clear:both;
    padding-top:20px;
}

#aanbiedersContainer img{
    margin-bottom:5px;
    margin-left:5px;
}

/* CONTENT - PAGINATION */

.pagination{
    float:left;
    width:680px;
    margin:10px 0px 0px 0px;
}

.pagination li{
    float:left;
    list-style-type:none;
    margin-left:5px;
    background:white;
    border:1px solid #dadada;
    width:15px;
    text-align:center;
}

.pagination li a{
    display:block;
    width:15px;
}

.pagination li.first{
    margin-left:0;
}

.pagination li.active{
    background-color:#A2DAF4;
}

.pagination li.active span{
    color:#fff;
}

/** FOOTER **/

#contentFooter {
    clear: both;
    padding-top: 40px;
    background: #ffffff url('/image/shadow-footer.png') no-repeat 728px 0px;
}
#footer {
	clear: both;
	
	margin-top: 20px;
}

#footer .content {
    height: 39px;
    margin: 0px 9px;
    border-top: 1px solid #dadada;
    padding: 10px 0px 20px 0px;
}
#footer p {
    font-size:90%;
    margin-top:3px;
    /*
	height: 39px;
	line-height: 39px;
	*/
}
#footer .img a {
    margin-right: 10px;
}
#footer a {
    text-decoration: none;
}
#footer .right {
    text-align:right;
}

/** footer links **/
#footerLinks {
	margin: 10px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 20px;
	
	background-color: rgb(241,248,252);
}

#footerLinks h3 {
	padding: 4px;
	
	border-bottom: 1px solid rgb(225,225,225);
	
	font-size: 20px;
	
}

#footerLinks ul {
	margin-left: 0;
	margin-top: 10px;
}

#footerLinks ul li {
	display: block;
	float: left;
	
	width: 140px;
	
	margin-right: 20px;
	margin-bottom: 6px;
	padding-left: 14px;
	
	background-image: url(/image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/** FORM BUILDER **/

p.FormRadioButton input {
    width: auto;
    border: 0;
}
p.FormRadioButton label {
    margin: 4px auto auto;
}
form p.FormTextArea label,
form p.FormSubmit label,
form p.msg label {
    display: none;
}
form p.FormCheckbox label {
    width: auto;
}
form label.value {
    width: auto;
}

.fbForm input,
.fbForm textarea {
    font-size: 100%;
    border: 1px solid #999999;
}
.fbForm input {
    padding: 3px;
}

.fbForm button {
    width: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0px;
    background: none;
}
.fbForm button p {
    color: #ffffff;
    height: 22px;
    padding: 0px 20px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    background: #e2204d;
}

.formElmShadow {
    padding-bottom: 10px;
    overflow: hidden;
    background: url('/image/form-shadow.gif') no-repeat left bottom;
}

form.fbForm span.require,
form.fbForm label.error {
    color: #e2204d;
}
fieldset.fbElmSubmit {
    padding-left: 146px;
}


/* Socialbar */

#socialbar {
    list-style: none;
    padding: 0;
    margin-left: 0;
    height: 32px;
    float:right;
}

#socialtext{
    float:right;
    margin-right: 4px;
    line-height: 14px;
}

#socialbar li {
    margin: 0;
    padding: 0;
    padding-left: 4px;
    display: inline;
    float: left;
}

#socialbar a {
    display: block;
    text-indent: -999em;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

#socialbar a.twitter { background-image: url(/image/socialmedia_icons/disabled/twitter.png); }
#socialbar a.google { background-image: url(/image/socialmedia_icons/disabled/google.png); }
#socialbar a.linkedin { background-image: url(/image/socialmedia_icons/disabled/linkedin.png); }
#socialbar a.facebook { background-image: url(/image/socialmedia_icons/disabled/facebook.png); }
#socialbar a.nujij { background-image: url(/image/socialmedia_icons/disabled/nujij.png); }
#socialbar a.delicious { background-image: url(/image/socialmedia_icons/disabled/delicious.png); }

#socialbar a.twitter:hover { background-image: url(/image/socialmedia_icons/twitter.png); }
#socialbar a.google:hover { background-image: url(/image/socialmedia_icons/google.png); }
#socialbar a.linkedin:hover { background-image: url(/image/socialmedia_icons/linkedin.png); }
#socialbar a.facebook:hover { background-image: url(/image/socialmedia_icons/facebook.png); }
#socialbar a.nujij:hover { background-image: url(/image/socialmedia_icons/nujij.png); }
#socialbar a.delicious:hover { background-image: url(/image/socialmedia_icons/delicious.png); }

/* / Socialbar*/

/** Employees **/
#employees{
    display: block;
    width: 680px;
}

.employee{
    display:block;
    position:relative;
    width: 208px;
    margin: 0 15px 30px 0;
    float:left;
    background-color:#E2204D;
    height: 274px;
}
.employee .figure{
}

.employee .figure img{
    margin: 0 auto;

}

.employee .details{
    margin: 10px 0 0 10px ;
    display:block;
    color: #FFFFFF;
    font-size: 11px;
}

.employee .details strong{
    color: #FFFFFF;
}

.employee-text{
    color:white;
    margin:10px 16px 0;
}

#social {
}

.socialIcons li {
    display:inline;
    line-height:11px;
}

.socialIcons a {
    background:url("/image/icons-sprite.png") no-repeat scroll 0 0 transparent;
    display:inline-block;
    height:12px;
    margin:0 0 0 3px;
    overflow:hidden;
    padding:0;
    text-indent:-999em;
    width:12px;
}

.socialIcons a.rss {
    background-position:-14px 0;
}

.socialIcons a.twitter {
    background-position:-59px 0;
}

.socialIcons a.linkedin {
    background-position:-29px 0;
}
.socialIcons a.skype {
    background-position:-104px 0;
}

.socialIcons a.youtube {
    background-position:-134px 0;
}

.socialIcons a.twitter:hover {
    background-position:-59px -13px;
}

.socialIcons a.linkedin:hover {
    background-position:-29px -13px;
}
.socialIcons a.skype:hover {
    background-position:-104px -13px;
}

.socialIcons a.youtube:hover {
    background-position:-134px -13px;
}

.socialIcons a.rss:hover {
    background-position:-14px -13px;
}

.employee .socialIcons{
    position: absolute;
            right: 0px;
    bottom: 2px;
}

.socialIcons{
    list-style-type: none;
    display:block;
    text-align: right;
    float:right;
    margin: 0px 6px 0 0;
}

.rssBar{
    float:right;
    margin: 6px 0 0;
}

.rssBar ul li .rss-feed{
    background: url("/image/rss-icon.png") no-repeat scroll 0 0 transparent;
    width: 24px;
    padding: 0  0 0 16px;
    color:inherit;
}

.rssBar ul li .rss-feed:hover{
    background: url("/image/rss-icon.png") no-repeat scroll 0 -13px transparent;
}

.rssBar ul li{
    line-height: 14px;
}

.newsRssBar{
    float:right;
    margin: -22px -22px 0;
}


.newsRssBar ul li .rss-feed{
    background: url("/image/rss-icon.png") no-repeat scroll 0 0 transparent;
    width: 24px;
    padding: 0 16px;
    color:inherit;
}

.newsRssBar ul li .rss-feed:hover{
    background: url("/image/rss-icon.png") no-repeat scroll 0 -13px transparent;
}

.newsRssBar ul li{
    line-height: 14px;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */


/* Easy Slider */

#slider ul li .nyroModal{
    cursor:default;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
    /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
    width:696px;
    height:241px;
    overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
    display:block;
    width:30px;
    height:77px;
    position:absolute;
    left:-30px;
    top:71px;
    z-index:1000;
}	
#nextBtn, #slider1next{ 
    left:696px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
    display:block;
    position:relative;
    width:30px;
    height:77px;
    background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
    background:url(../images/btn_next.gif) no-repeat 0 0;	
}	

/* numeric controls */	

ol#controls{
    margin:1em 0;
    padding:0;
    height:28px;	
}
ol#controls li{
    margin:0 10px 0 0; 
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
}
ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#DAF3F8;
    color:#555;
    padding:0 10px;
    text-decoration:none;
}
ol#controls li.current a{
    background:#5DC9E1;
    color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

#loc-description{
    margin-bottom: 20px;
}

#vacancy-list{
    /*list-style-image: url('/image/arrow.gif');*/
    list-style: none;
    margin-left:0;
}

#vacancy-list li{
    background: url('/image/arrow.gif') no-repeat left  center transparent;
    padding:5px 0 5px 14px;
    border-bottom: 1px solid #DADADA;
}

#vacancy-list li.first{
    border-top: 1px solid #DADADA;
}

#vacancy-footer{
    border-top: 1px solid #DADADA;
    margin: 27px 0 18px;
}

.reageer-knop{
    background: url('/image/arrow-white-forward.gif') no-repeat 5px 8px #E2204D;
    padding-left: 14px;
    color:white;
    padding: 5px 5px 5px 19px;
    /*border: 1px solid #DADADA;*/
    font-weight:bold;
}

.reageer-knop:hover{
    color:white;
}

#socialdiv{
    padding: 2px 0 0;
    float:right;
}

#calendar-spacer{
    border-top: 1px solid #DADADA;
    margin: 35px 0 6px;
    clear:both;
}

.goback{
    float:left;
}







/* FLASH */
.object { margin-left: 9px; }
#hp .object {margin-top: -1px; margin-bottom: 25px;}


#block318 .td2_0 {
	width: 440px !important;
	padding-right: 20px;
}
#block318 .td2_1 {
	width: 225px !important;
}
#block318 textarea {
	width: 206px !important;
}
#block318 .fbCheckbox input {
	margin-left: 0;
}
#block318 .fbForm label {
	width: 210px;
}
#block318 fieldset {
	margin-top: 30px;
}
#block318 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#block318 ul li a {
    padding-left: 15px;
    background: url('/image/arrow.gif') no-repeat 0px 2px;
}
#block318 ul li a:hover {
	text-decoration: none;
}

#optinform {
	float: left;
	
	width: 430px;
	height: 90px;
	
	margin-top: 30px;
	
	padding: 10px;
	
	
	background-color: #a2daf4;
	
}

#optinform h2 {
	color: white;
	border: none;
	
}

#optinform p {
	display: inline;
}

#optinform label {
	display: inline;
	width: auto;
	float: none;
	
	font-size: 12px;
}

#optinform input {
	float: none;
	display: inline;
	width: 160px;
}

#optinform .btn {
	display: block;
	
	clear: both;
	float: right;
	
	
	border: none;
	width: auto;
	color: white;
	background-color: #e2204d;
	padding: 2px 10px;
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
}

#optinform #i_name {
	margin-right: 20px;
}

/** twitterfeed **/
#twitterFeed {
	width: 225px;
	
	float: right;
}

#twitterFeed h2 {
	background-image: url(/image/twitter.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	
}

#twitterFeed .followus {
	display: block;
	
	width: 120px;
	
	margin-top: 19px;
	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	background-color: #e1204d;
	
	color: #ffffff;
	
	text-align: center;
}

#twitterFeed .time {
	color: #009ee0;
}

