@charset "UTF-8";

/* zet scrollbar altijd aan */
html {
overflow-y: scroll;
}
/* zet alles op 0 */
* {
	margin: 0px;
	padding: 0px;
}
/* img 3 pixelgap bug */
* html img {
	margin-bottom: -3px;
}
a img {
	border: 0px none #FFF;
}

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #dfe0e0;
	font-size: 11px;
}
#mainwrapper {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
	background-color: #FFF;
}
#header-top {
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
#header-geheel {
	height: 163px;
}
#content-top {
	height: 22px;
}
.top-home {
	background-image: url(../images/home/content-top-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-over {
	background-image: url(../images/over/content-top-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-vacatures {
	background-image: url(../images/vacatures/content-top-vacatures.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-omroepertje {
	background-image: url(../images/omroepertje/content-top-omroepertje.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-adverteren {
	background-image: url(../images/adverteren/content-top-adverteren.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-nieuws {
	background-image: url(../images/nieuws/content-top-nieuws.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-contact {
	background-image: url(../images/contact/content-top-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	padding-left: 52px;
	padding-right: 64px;
	min-height: 375px;
    height:auto !important;
    height:375px;
}
#content-binnen-kader {
	min-height: 295px;
	padding-top: 10px;
	padding-left: 80px;
	padding-right: 64px;
	padding-bottom: 7px;
}
#content-binnen-kader h1   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
}
#content-binnen-kader p {
	line-height: 16px;
}
#content-binnen-kader h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content-binnen-kader a {
	color: #00748b;
	text-decoration: none;
}
#content-binnen-kader hr {
	border-top-style: dashed;
	border-top-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
	margin-bottom: 12px;
}
#content-binnen-kader li {
	margin-left: 14px;
	margin-top: 10px;
}

/* for Internet Explorer */
/*\*/
* html #content-binnen-kader {
height: 295px;
}
/**/

.content-home {
	background-image: url(../images/home/content-vul-home.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 52px;
	padding-right: 64px;
}
#nieuwstabel a {
	color: #D1372B;
}
#nieuwstabel .panel-nieuws a {
	color: #FFF;
}
#nieuwstabel .panel-vacatures a {
	color: #FFF;
}
#nieuwstabel .panel-adverteren a {
	color: #FFF;
}
.panel-nieuws {
	color: #FFF;
	padding: 8px;
	background-color: #608748;
}
.panel-vacatures {
	color: #FFF;
	padding: 8px;
	background-color: #8c7486;
}
.panel-adverteren {
	color: #FFF;
	padding: 8px;
	background-color: #d3bb1b;
}
.over-kleur {
	color: #d1372b;
}
.vacatures-kleur {
	color: #8c7486;
}
.omroepertje-kleur {
	color: #596382;
}
.nieuws-kleur {
	color: #608748;
}
.adverteren-kleur {
	color: #d3bb1b;
}
.contact-kleur {
	color: #00748b;
}
.content-over {
	background-image: url(../images/over/content-vul-over.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content-vacatures {
	background-image: url(../images/vacatures/content-vul-vacatures.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content-omroepertje {
	background-image: url(../images/omroepertje/content-vul-omroepertje.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content-nieuws {
	background-image: url(../images/nieuws/content-vul-nieuws.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content-adverteren {
	background-image: url(../images/adverteren/content-vul-adverteren.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content-contact {
	background-image: url(../images/contact/content-vul-contact.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#verspreiding {
	float: right;
	width: 395px;
}
#sidebar-right {
	width: 320px;
	float: right;
	margin-left: 20px;
	margin-bottom: 12px;
}
#footer {
	height: 37px;
	padding-top: 18px;
	padding-left: 60px;
}
#footer p {
	color: #FFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer-home {
	background-image: url(../images/home/footer-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-over {
	background-image: url(../images/over/footer-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-vacature {
	background-image: url(../images/vacatures/footer-vacatures.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-omroepertje {
	background-image: url(../images/omroepertje/footer-omroepertje.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-nieuws {
	background-image: url(../images/nieuws/footer-nieuws.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-adverteren {
	background-image: url(../images/adverteren/footer-adverteren.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-contact {
	background-image: url(../images/contact/footer-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.balk-top {
	border-bottom-width: -6px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#kop-vlak {
	height: 26px;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 2px;
}
#kop-vlak h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	float: left;
}
#kop-vlak p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin-top: 7px;
	margin-right: 15px;
}
#kop-vlak a {
	color: #FFF;
	text-decoration: none;
}
#vlak-midden {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#vlak a.link-in-vacatures {
	color: #FFF;
}
#vlak {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	margin-bottom: 7px;
}
#vlak p {
	font-size: 11px;
}
#vlak a {
	color: #d1372b;
	text-decoration: none;
	font-size: 11px;
}
#vlak h2 {
	font-size: 14px;
	color: #608748;
	font-weight: normal;
	margin-top: 4px;
}
#formtab input {
	height: 9px;
	font-size: 9px;
}
#formtab tr td{
	height: 15px;
}
#hoofdtabel h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 22px;
}
#hoofdtabel h3 a {
	color: #FFF;
	text-decoration: underline;
}
.lpaars-vlak {
	background-color: #d6c5d3;
	height: 110px;
	border-top-color: #8c7486;
	border-right-color: #8c7486;
	border-bottom-color: #8c7486;
	border-left-color: #8c7486;
	padding-right: 10px;
}
.lblauw-vlak {
	background-color: #bdc6da;
	height: 53px;
	border-top-color: #596382;
	border-right-color: #596382;
	border-bottom-color: #596382;
	border-left-color: #596382;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.lgroen-vlak {
	background-color: #cdddbb;
	height: 110px;
	border-top-color: #608748;
	border-right-color: #608748;
	border-bottom-color: #608748;
	border-left-color: #608748;
	padding-right: 10px;
	padding-left: 10px;
}
.lgeel-vlak {
	background-color: #e7e3b5;
	height: 53px;
	border-top-color: #d3bb1b;
	border-right-color: #d3bb1b;
	border-bottom-color: #d3bb1b;
	border-left-color: #d3bb1b;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.cblauw-vlak {
	height: 248px;
	border-top-color: #416279;
	border-right-color: #416279;
	border-bottom-color: #416279;
	border-left-color: #416279;
	overflow: hidden;
}
.kop-rood {
	background-color: #d1372b;
}
.lgroenvlak a {
	color: #d1372b;
	font-size: 11px;
}
.kop-blauw-grijs {
	background-color: #B3CBD0;
}
.kop-dpaars {
	background-color: #8c7486;
}
.kop-dblauw {
	background-color: #596382;
}
.kop-dgroen {
	background-color: #608748;
}
.plat-lgroenvlak {
	font-size: 11px;
}
.kop-dgeel {
	background-color: #d3bb1b;
}
.kop-cblauw {
	background-color: #416279;
}
.insluiten {
	float: left;
	margin-right: 12px;
}
.lpaars-tekst {
	color: #FFF;
	font-size: 14px;
	margin-top: 26px;
	line-height: 24px;
}
.lblauw-tekst {
	font-size: 11px;
	margin-left: 5px;
	margin-top: 12px;
	line-height: 24px;
}
#vlak a.lblauw-tekst {
	color: #000;
}
.inleiding {
	padding-bottom: 12px;
}
.pijl-rood-wit {
	font-weight: bold;
	color: #FFF;
	background-color: #D1372B;
	padding-right: 1px;
	padding-left: 1px;
}
.pijl-wit-rood {
	font-weight: bold;
	color: #D1372B;
	background-color: #FFF;
	padding-right: 1px;
	padding-left: 1px;
}
.klikkader , .klikkader object{
	cursor: pointer;
}
.archief-item {
	margin-bottom: 5px;
	padding-top: 0px;
	width: 375px;
	float: left;
	margin-right: 30px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
}
.archief-item .lees-meer {
	float: right;
	padding-right: 0px;
}
#content-binnen-kader .archief-item a:link , #content-binnen-kader .archief-item a:visited {
	color: #D1372B;
}
#content-binnen-kader a.link-rood:link, #content-binnen-kader a.link-rood:visited, a.link-rood:link, a.link-rood:visited, .link-rood {
	color: #D1372B;
	float: right;
}
.h1-rood {
	color: #D1372B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
}
.archief-sidebar {
	float: right;
	width: 350px;
}
.archief-sidebar p {
	line-height: 3em;
}
.spacer {
	clear: both;
}
.subnav-adverteren {
	position: absolute;
	top: 262px;
	right: 64px;
}
.advertentie-tabel  {
	margin-left: -4px;
}
.advertentie-tabel td {
	padding: 5px;
}
.advertentie-tabel td.celkleur {
	background-color: #F5F5EB;
}
.advertentie-tabel h2 {
	color: #A78C22;
}
.verplicht-veld {
	background-image: url(../images/hoekje-verplicht.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #CCC;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #565E7D;
	font-weight: bold;
	background-color: #FFF;
}
.niet-verplicht-veld {
	border: 1px solid #CCC;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #565E7D;
	font-weight: bold;
	background-color: #FFF;
}
.bijschrift {
	font-size: 10px;
	font-style: italic;
}
#bladerbare-pdf {
	text-align:center;
	height:560px;
	overflow:hidden;
	margin-top:-10px;
	margin-bottom: 10px;
}

