/***************************************************** general */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial;
	color: #666;
	font-size: 11px;
	line-height: 1.36em;
	font-weight: normal;
	background: #666;
}

.clear {
	clear: both;
}

div#container {
	width: 1030px;
	margin: 0 auto;
	background: url(/fileadmin/templates/img/shadeline_wrapper.gif) repeat-y;
	padding: 0px 45px;
}

img {
	border:0;
}

p, 
ul, 
ol {
	line-height: 15px;
	padding-bottom: 10px;
}

ul {
	padding-left: 20px;
}

ol {
	padding-left: 40px;
}

a {
	text-decoration: none;
	color: #D80724;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #3f3f3f;
	font-size: 18px;
	padding-bottom: 5px;
}

h3 {
	color: #666;
	line-height: 15px;
	font-size: 13px;
}

h4 {
	background: url(/fileadmin/templates/img/bg_kader_kop.jpg) repeat-x;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
}

h4 span.overzicht a {
	color: #fff;
	font-size: 11px;
	float: right;
	padding-right: 10px;
	background: url(/fileadmin/templates/img/arrow_sub.gif) no-repeat right;
	display: block;
	margin-right: 5px;
}

h4 span.overzicht a:hover {
	text-decoration: none;
}

h4 span.uitklap {
	float: right;
	display: block;
	margin-right: 5px;
	cursor: pointer;
}

h5 {
	background: none;
	color: #666;
	margin: 5px 0px -10px 0px;
	line-height: 2.5em;
}

div.rechterkolom h4 {
	margin: 0px 0px;
	padding-left: 10px;
}

hr {
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: none;
	height: 0px;
	margin-bottom: 10px;
}

hr.clear {
	clear: both;
	border-top: 1px solid #efefef;
	margin-bottom: 0px;
}

fieldset {
	border: none;
}

form {
	padding: 10px 0px;
}

span.required {
	color: #D80724;
}

.afbeeldingrechts {
	float: right;
	padding: 0px 0px 10px 10px;
}

/***************************************************** header */
div#header {
	width: 940px;
	height: 220px;
	z-index: 1;
	position: relative;
}

div#header div.overlay {
	background: url(/fileadmin/templates/img/header.png) no-repeat;
	position: absolute;
	height: 220px;
	width: 940px;
	z-index: 2;
}

/***************************************************** submenu */
div#submenu {
	margin-bottom: 10px;
}

div#submenu ul {
	list-style-type: none;
	padding-left: 0px;
}

div#submenu ul li {
	border-bottom: 1px solid #fff;
}

div#submenu ul li.level3act,
div#submenu ul li.level3 {
	padding-left: 10px;
}

div#submenu ul li a {
	background: #efefef url(/fileadmin/templates/img/arrow_right_grey.gif) no-repeat 5px 6px;
	display: block;
	color: #666;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	font-weight: bold;
}

div#submenu ul li.level3 a {
	background: none;
}

div#submenu ul li.level3act a,
div#submenu ul li.level3act a:hover,
div#submenu ul li.level3 a:hover {
	background: none;
	color: #000;
}

div#submenu ul li.act a,
div#submenu ul li a:hover {
	background: #efefef url(/fileadmin/templates/img/arrow_right_red.gif) no-repeat 5px 6px;
}

/***************************************************** menu */
div#header div#home a.intro,
div#header div#home a.afdeling {
	top: 157px;
	z-index: 99;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px 0px;
	text-indent: -1000px;
	margin-left: 24px;
}

div#header div#home a.intro {
	margin-left: 68px;
}

div#header ul {
	width: 940px;
	position: absolute;
	height: 20px;
	top: 175px;
	z-index: 3;
	padding-left: 200px;
	list-style-type: none;
}

div#header div.menuitemactief,
div#header div.menuitem {
	color: #fff;
	/*padding: 0px 5px 10px 10px;*/
	margin-left: 25px;
	margin-right: 25px;
	font-size: 16px;
  line-height: 1em;
  padding-bottom: 10px;
}

div#header div.menuitemactief {
 color: #28292E;
}

div#header li {
	float: left;
}

div#header li ul {
	position: absolute;
	padding: 5px 0px 15px 5px;
	margin: 5px 0px 0px 25px;
	background-image: url(../img/menubottom.png);
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: bottom left;
	left: -999em;
	top: 20px;
	z-index: 999;
	width: 185px;
	height: auto;
}

div#header li:hover ul, 
div#header li.sfhover ul {
	left: auto;
}

div#header li ul li {
	clear: both;
	width: 185px;
	background-repeat: repeat-y;
	border: 0px;
}

div#header li ul a {
	background-image: url(../img/arrow_right_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 0px 10px 0px 15px;
	color: #fff;
	font-weight: bold;
	display: block;
}

div#header li ul li.act a,
div#header li ul a:hover {
	background-image: url(../img/arrow_right_red.gif);
	text-decoration: none;
}

/***************************************************** content */
div#content {
	padding-top: 0px;
}

div#left {
	width: 200px;
	padding: 0px 0px 0px 10px;	
	float: left;
}

div#middle {
	width: 470px;
	padding: 0px 10px 0px 10px;
	float: left;
}

div#middle-2koloms {
	width: 710px;
	padding: 0px 10px 0px 10px;
	float: left;
}

div#right {
	width: 230px;
	padding: 0px 10px 0px 0px;	
	float: left;
	margin-bottom: 0px;
}

/***************************************************** round boxes */
.top-left {
	margin-right: 9px; /* clip right corner */
	background-image: url('/fileadmin/templates/img/box.gif');
	height: 9px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.top-right {
	margin-top: -9px; /* to level of top-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('/fileadmin/templates/img/box.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 9px; 
	font-size: 2px;
}

.bottom-left {
	margin-right: 9px; /* clip right corner */
	background-image: url('/fileadmin/templates/img/box.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
}

.bottom-right {
	margin-top: -9px; /* to level of bottom-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('/fileadmin/templates/img/box.gif'); 
	background-position: 100% -9px; /* under half, right side */
	height: 9px; 
	font-size: 2px; 
	margin-bottom: 10px;
}

.white {
	background-image: url('/fileadmin/templates/img/box2.gif'); 
}

.inside {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	background: #efefef;
	padding: 10px 10px 0px 10px;
}

.inside2 {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	background: #fff;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.inside-middle {
  display: table;
  /*width: 448px;*/
}

.csc-textpic-caption {
	font-size: 10px !important;
	font-weight: bold !important;
}

.geen-padding {
	padding: 0px 0px;	
}

.notopgap {
	margin-top: 0;
}

.nobottomgap {
	margin-bottom: 0;
}

/***************************************************** alosee */
div#alsoseewrap {
	width: 710px;
	position: relative;
	margin: 0px 0px 0px 10px;
	float: left;
}

div.alsosee {
	width: 230px;
	float: left;
	margin-right: 10px;
}

div.alsosee img {
	margin-left: -10px;
}

div.right {
	margin-right: 0px;
}

div.alsosee h3 {
	background: url(/fileadmin/templates/img/bg_kader_kop.jpg) repeat-x;
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
}

div.alsosee h3 a {
	color: #fff;
}

div.alsosee h3 a:hover {
	text-decoration: none;
}

div.alsosee img {
	margin-bottom: -4px;
}

/***************************************************** nieuws */
div.nieuwsblok {
	width 250px;
	margin-bottom: 10px;
	border-top: 1px solid #c6c6c6;
}

div.nieuws {
	border-bottom: 1px solid #fff;
	margin: 10px 10px 0px 10px;
}

div.nieuws h3 a,
div.nieuwsblok h3 a {
	color: #666;
	line-height: 15px;
	font-size: 13px;
}

div.bottom {
	background: url(/fileadmin/templates/img/bg_kader_left.gif) #efefef no-repeat bottom;
	height: 10px;
	width: 200px;
	margin-bottom: 10px;
}

p.datum {
	color: #b2b2b2;
	padding-bottom: 0px;
}

a.leesmeer {
	width: 20px;
	height: 20px;
	background: url(/fileadmin/templates/img/arrow_leesmeer.gif) no-repeat;
	float: right;
	text-indent: -1000px;
	margin: -7px -15px -5px -6px;
}

a.leesverder2 {
	background: url(/fileadmin/templates/img/arrow_right_red.gif) no-repeat 0px 1px;
	padding-left: 10px;
	display: block;
} 

a.leesmeer-bardienst {
	margin: -7px -5px;
}

a.terug {
	background: url(/fileadmin/templates/img/arrow_left_grey.gif) no-repeat 0px 2px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	clear: both;
}

a:hover.terug {
	background: url(/fileadmin/templates/img/arrow_left_red.gif) no-repeat 0px 2px;
}

/******************************************************************************** ALGEMEEN / FORMULIEREN + PAGNRs***/
div.formregel {
	margin-bottom: 15px;
	clear: both;
}

div.formregelnomargin {
	margin-bottom: 0px;
}

div.formregel div.labelwrap {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}

div.formregel span.required {
	color: #ff0000;
}

div.formregel span.hint {
	color: #757575;
}

div.formregel select {
	width: 264px;
}

div.formregel textarea {
	width: 200px;
}

div.formregel textarea.hlarge {
	height: 135px;
}

div.formregel textarea.extralarge {
	height: 300px;
}

div.formregel input {
	vertical-align: middle;
	width: 225px;
}

div.formregel textarea {
	width: 230px;
}

div.formregel input.checkbox,
div.formregel input.radio {
	background: none;
	border: none;
	width: auto;
}

div.formregel input#mailformformtype_mail {
	width: 230px;
}

div.formregelerror input,
div.formregelerror textarea {
	border: 1px solid red;
}

div.formregel label {
	margin-right: 30px;
	font-size: 11px;
	font-weight: bold;
}

div.formregel input.button {
	maxwidth: 100px;
}

div.formregel div.labelwrap label {
	margin-right: 0;
}

div.formregel input.right {
	float: right;
}

.formerror {
	color: #ff0000;
}

div.tx-efvoorbeeld-pi1-browsebox {
	margin-bottom: 20px;
}

div.showResultsWrap {
	padding: 0px;
}

div.showResultsWrap h2 {
	font-size: 1.63em;
}

div.showResultsWrap span.tx-efvoorbeeld-pi1-browsebox-strong {
	color: #cc0000;
	font-weight: bold;
}

div.browseLinksWrap {
	background: #fff;
	color: #666;
	padding: 6px 0px 5px 12px;
	position: relative;
	border: 1px solid #ccc;
}

div.browseLinksWrap span.prevLinkWrap {
	/*padding-left: 18px;*/
	padding-right: 3px;
}

div.browseLinksWrap span.nextLinkWrap {
	padding-left: 3px;
	padding-right: 10px;
}

div.browseLinksWrap span.activeLinkWrap {
	font-weight: bold;
}

div.browseLinksWrap span.inactiveLinkWrap a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

div.browseLinksWrap span.txtpagina {
	padding-right: 18px;
}

div.browseLinksWrap form {
	background: none;
	margin: 0 12px 0px 0px;
	padding: 0;
	border: 0;
	position: absolute;
	top: 3px;
	right: 0;
}

div.browseLinksWrap legend {
	display: none;
}

span.paginas {
	padding-right: 18px;	
}

/***************************************************** postits */
div#postitswrap {
}

.postit {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	padding: 15px 15px 15px 15px;
	margin: 0px 10px 10px 0px;
	background: url(/fileadmin/templates/img/postit_1.jpg) no-repeat;
}

.laatste {
	margin-right: 0px;
}

.postit span.datum,
.postit span.naam {
	color: #666;
	font-weight: bold;
}

.postit span.datum {
	float: right;
	margin-right: 15px;
}

div.links {
	position: absolute;
	top: 205px
}

.postit2 {
	background: url(/fileadmin/templates/img/postit_2.jpg) no-repeat;
}

.postit3 {
	background: url(/fileadmin/templates/img/postit_3.jpg) no-repeat;
}

.postit2 div.links {
	right: 0px;
	padding-right: 10px;
}

/***************************************************** kruimelpad */
div.kruimelpad {
	margin: -8px 0px -10px 10px;
	color: #ccc;
	position: absolute;
	bottom: 3px;
}

div.kruimelpad a {
	color: #ccc;
}

div.kruimelpad a:hover {
	color: #666;
	text-decoration: none;
}

/***************************************************** activiteiten */
div#activiteitenwrap {
	width: 710px;
	height: 66px;
	display: block;
	overflow: hidden;
	position: relative;
	background: #efefef;
	margin: 0px 0px 10px 10px;
	float: left;
}

img.activiteiten {
	padding: 6px 10px 2px 10px;
}

ul#activiteiten {
	list-style: none;
	margin-left: 120px;
	padding: 0;
}

ul#activiteiten li {
	color: #666;
	font-size: 12px;
	padding: 18px 0px 25px 25px;
	float: left;
	width: 550px;
}

ul#activiteiten li span {
	padding-left: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
}

span.bij {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D80724;
}

div.activiteit {
	border-bottom: 1px solid #fff;
	margin: 10px 0px 0px 0px;
}

div.activiteit div.datum {
	float: right;
	width: 50px;
	height: 63px;
	background: url(../img/kalender.jpg);
}

div.activiteit span.maand {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	display: block;
	padding-top: 3px;
}

div.activiteit span.dag {
	font-size: 20px;
	text-align: center;
	display: block;
	padding-top: 17px;
}

div#activiteitenwrap a.leesmeer-activiteiten {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/fileadmin/templates/img/arrow_leesmeer.gif) no-repeat;
	bottom: -5px;
	right: -5px;
}

/***************************************************** pulldown */
div.pulldown {
	position: absolute;
	width: 280px;
	margin: -10px -11px;
	color: #fff;
	background: #000000;
}

div.pulldown p {
	padding: 10px 10px;
}

/***************************************************** bardienst */
div#bardienstwrap {
	clear: both;
}

div.formulier,
div.bardienst {
	width: 710px;
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
}

p.week {
	font-weight: bold;
	padding-bottom: 0px;
}

p.week span {
	color: #D80724;
}

table.bardienst {
	width: 100%;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

table.bardienst td {
	padding: 1px 10px;	
}

.even {
	background: #b2b2b2;
	color: #fff;
}

.oneven {
	background: #666;
	color: #fff;
}

.oneven2 {
	background: #e4e4e4;
}

.rechterkolom p {
	margin: 10px 0px 0px 10px;
	font-weight: bold;
}

.rechterkolom {
	width: 278px !important;
	margin-left: 0px !important;
	margin: 0px 0px 0px 0px;
	position: relative;
}

div.nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-top: 10px;
}

div.nav a.volgende,
div.nav a.vorige {
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -2000px;
	background: url(/fileadmin/templates/img/arrow_left_red.gif) no-repeat;
}

div.nav a.volgende {
	background: url(/fileadmin/templates/img/arrow_right_red.gif) no-repeat;
}

/***************************************************** gastenboek */
div.gastenboek {
	border-bottom: 1px solid #fff;
	margin: 10px 10px 0px 10px;
}

span#berichttoevoegen {
	float: right;
	background:url(/fileadmin/templates/img/button_bericht.gif) no-repeat left top;
	height: 14px;
	padding: 6px 5px;
	color: #ffffff;
	cursor: pointer;
	width: 167px;
	text-align: center;
	font-weight: bold;
}	

span#berichttoevoegen:hover {
	background-position:left bottom;
}

div#gastenboekformcontainer {
	overflow: hidden;
	width: 100%;
}

span.sluitformulier {
	width: 13px;
	height: 13px;
	background: url(/fileadmin/templates/img/button_sluit.gif) no-repeat;
	cursor: pointer;
	float: right;
	text-indent: -2000px;
	margin-bottom: 10px;
}

/***************************************************** contactpersoon */
div.contactpersoon {
	width: 214px;
	margin-right: 10px;
	float: left;
}

/***************************************************** afbeelding */
div.afbeelding {
	margin-bottom: 10px;
}

/***************************************************** footer */
div#footer {
	width: 1030px;
	height: 25px;
	margin: 0px -45px 0px -45px;
	clear: both;
	line-height: 60px;
	background: url(/fileadmin/templates/img/shadeline_footer.gif) no-repeat;
	padding-top: 15px;
	border-bottom: 20px solid #666;
}

div#footer a,
div#footer p {
	text-align: center;
	color: #666;
}

/***************************************************** sponsoren */
p.sponsor-download {
	padding: 5px 0 0 0;
	display: block;
}

p.span {
	color: #666;
}

/***************************************************** tooltip */
.Tips2 {
	float: right;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(/fileadmin/templates/img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/fileadmin/templates/img/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/***************************************************** form */
form#subscription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.75em;*/
}

form#subscription fieldset {
	border: none;
}

form#subscription fieldset legend {
	margin: 0 0 10px 0;
	padding: 0 0 0 190px;
	font-weight: bold;
	color: #000000;
}

form#subscription fieldset label {
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
	display: block;
	width: 190px;
	float: left;
}

form#subscription fieldset label.checkbox {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}

form#subscription fieldset label.radio {
	margin: 0 15px 10px 0;
	width: auto;
	display: block;
	float: left;
}

form#subscription fieldset label.checkbox span {
	width: 190px;	
	display: block;
	float: left;
}

form#subscription fieldset label.checkbox span.disclaimer a {
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
}

form#subscription fieldset label span.alright {
	margin: 0 66px 0 0;
	float: right;	
}

form#subscription fieldset input,
form#subscription fieldset select {
	margin: 0 0 10px 0;
	padding: 3px 0 3px 2px;
	width: 250px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #999999;
}

form#subscription fieldset select {
	width: 270px;	
}

form#subscription fieldset input.date {
	margin: 0 10px 10px 0;	
	width: 225px;	
}

form#subscription fieldset input.checkbox {
	margin: 4px 20px 0 0;
	width: 15px;
	border: none;
	background: none;
}

form#subscription fieldset input.radio {
	margin: 2px 5px 0 0;
	width: 15px;
	border: none;
	background: none;
}

form#subscription fieldset br {
	clear: both;
}

form#subscription fieldset p.mandatory {
	margin: 0px 0 15px 0;
	color: #FF0000;
	text-align: right;
}

form#subscription fieldset hr {
	margin: 5px 0 10px 0;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border: none;
	border-bottom: 1px solid #999999;
}

form#subscription fieldset .submit {
	margin-left: 190px;
	clear: both;
	width: 75px;
}

form#subscription fieldset .nomargin {
	margin-left: 0px;
}


form#subscription fieldset a.submit_left {
	float: left;	
}

form#subscription fieldset a.submit:hover,
form#subscription fieldset a.submit_left:hover {
	text-decoration: underline;
}
