/**************************
	Lokaalbestuur
	swis.nl
**************************/
@import url("editinplace.css");

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	text-decoration: none;
	color: #E1221A;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #506C84 url("../images/bg_body.gif") top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #1B3D59;
}

h2 {
	color: #405E76;
	font-size: 23px;
	line-height: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	color: #e5232b;
	font-size: 12px;
}

hr {
	border: 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	margin: 5px 0 5px 0;
}

legend {
	display: none;
}

p {
	margin: 0 0 10px 0;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}




/**************************
	Structuur
**************************/

#container {
	margin: auto;
	width: 990px;
	min-height: 600px;
	height: auto !important; 	/* ie6 min-height hack */
	height: 600px;				/* ie6 min-height hack */
}

.home #container,
.opleidingen #container,
.fotoalbum #container,
.nieuwsarchief #container,

.veelgesteldevragen #container,
.auteur #container {
	background: #fff url("../images/bg_container_2lines.gif") repeat-y;
}

.organisatie #container,
.publicaties #container,
.agenda #container,
.contact #container,
.opleiding #container {
	background: #fff url("../images/bg_container_1line.gif") repeat-y;
}

.dossiers #container {
	background: #fff url("../images/bg_container_dossiers.gif") repeat-y;
}

#header {
	background: url("../images/header.gif") no-repeat;
	width: 990px;
	height: 154px;
}

#header h1 {
	height: 100px;
	width: 430px;
	padding: 10px 0 0 20px;
	display: block;
	float: left;
}

#header h1 a {
	display: block;
	height: 100%;
}

#header h1 a span {
	display: none;
}

#banner {
	float: right;
	margin: 0 9px 0 0;
	padding: 0 0 0 24px;
	background: url("../images/banner.jpg") no-repeat;
	height: 113px;
	width: 476px;
}

#content {
	/*min-height: 800px;*/
}

.home #content {
	background: url("../images/bg_content.gif") repeat-y;
}

#leftColumn {
	float: left;
	width: 219px;
}

#rightColumnHome {
	float: left;
	width: 549px;
	margin: 0 0 0 1px;
}

#rightColumnHome h2,
#rightColumn h2 {
	margin: 18px 0 14px 22px;
}

#rightColumnAgenda {
	float: left;
	width: 220px;
	margin: 0 0 0 1px;
	line-height: 14px;
	font-size: 11px;
}

#rightColumn {
	float: left;
	width: 770px;
	margin: 0 0 0 1px;

}

.text {
	margin: 0 22px 22px 22px;
}

.text ul li {
	margin: 0 0 0 16px;
}

/**************************
	Thumbnails van de dossiers in de rechterkolom
**************************/

.dossierCatThumbs {
	margin: 0 0 22px 22px;
}

.dossierCatThumbOff,
.dossierCatThumbOn {
	float: left;
	width: 164px;
	height: 113px;
	overflow: auto;
	/*margin: 0 4px 4px 0;*/
	margin: 0 14px 14px 0;
	background-position: bottom center;
}

.dossierCatThumbOff {
	border: 1px solid #7f7f7f;
}

.dossierCatThumbOn {
	border: 1px solid #ff2c36;
	display: none;
	background-color: #fd2831;
}

.dossierCatThumbOff div,
.dossierCatThumbOn div {
	color: #fff;
	padding: 3px 24px 3px 10px;
}

.dossierCatThumbOff div {
	background: url("../images/dossier_tab_off.jpg") top no-repeat;
}

.dossierCatThumbOn div {
	background: url("../images/dossier_tab_on.jpg") top no-repeat;
}

.dossierCatThumbOff div a,
.dossierCatThumbOn div a {
	color: #fff;
}

.dossierCatThumbOn ul {
	margin: 5px 5px 0 11px;
	list-style-type: none;
}

.dossierCatThumbOn ul a {
	background: url("../images/arrow6.gif") 0 5px no-repeat;
	padding: 0 0 0 11px;
	color: #fff;
}

.dossierCatThumbOn ul a:hover {
	background: url("../images/arrow7.gif") 0 5px no-repeat;
	color: #000;
}

/**************************
	Lijst met dossiers in de linkerkolom
**************************/
#dossierCatList {
	margin: 0 0 22px 22px;
}

.catItems {
	display: none;
}

.dossierCatOff,
.dossierCatOn {
	color: #21405a;
	padding: 0 0 0 11px;
	display: block;
}

.dossierCatOff {
	background: url("../images/arrow3.gif") 0 5px no-repeat;
}

.dossierCatOn {
	background: url("../images/arrow2.gif") 0 5px no-repeat;
}

#dossierCatList ul {
	list-style-type: none;
	margin: 0 0 0 11px;
}

/**************************
	Submenu (bij organisatie)
**************************/

#subMenu {
	margin: 0 0 22px 22px;
}

/**************************
	Topmenu
**************************/

#header ul {
	clear: both;
	list-style-type: none;
	padding: 8px 0 0 11px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	display: block;
	height: 25px;
	float: left;
	padding: 8px 13px 0 11px;
	background: url("../images/menuline1.gif") right no-repeat;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header ul li a.current {
	color: #18456b;
	background: url("../images/tabs_header.png") no-repeat;
}

#header ul li a.current#home {			background-position: 2px 0 !important;}
#header ul li a.current#organisatie {	background-position: -54px 0 !important;}
#header ul li a.current#publicaties {	background-position: -141px 0 !important;}
/*#header ul li a.current#opleidingen {	background-position: -225px 0 !important;}*/
/*#header ul li a.current#fotoalbum {	background-position: -314px 0 !important;}*/
#header ul li a.current#agenda {		background-position: -395px 0 !important;}
#header ul li a.current#nieuwsarchief {    background-position: -461px 0 !important;}
#header ul li a.current#veelgesteldevragen {    background-position: -563px 0 !important;}
#header ul li a.current#contact {	background-position: -395px 0 !important;} /* contact heeft dezelfde breedte als agenda, dus wordt dezelfde achtergrond gebruikt */

#dossierTab {
	background: url("../images/tab_dossiers_off.gif") no-repeat;
	height: 25px;
	width: 94px;
	float: left;
	margin: -8px 0 0 87px;
	padding: 16px 0 0 42px;
}

.current#dossierTab {
	background: url("../images/tab_dossiers_on.gif") no-repeat;
}

#dossierTab a {
	color: #18456b;
	text-decoration: none;
}

/**************************
	Leftcolumn
**************************/

/*home*/

#leftColumn fieldset {
	background-color: #F6F6F6;
	border-top: 1px solid #A6B4BF;
	border-bottom: 1px solid #A6B4BF;
	height: 44px;
	margin: 27px 0 0 0;
}

/* op de dossiers pagina heeft de zoek fieldset een iets andere achtergrondkleur */
.dossiers fieldset {
	background-color: #f2f2ea;
}

#leftColumn fieldset input.trefwoord {
	width: 101px;
	margin: 12px 0 0 22px;
}

input.zoekbtn {
	background: url("../images/zoeken.gif") no-repeat;
	width: 66px;
	height: 23px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}

#leftColumn address {
	font-style: normal;
	margin: 22px 0 0 22px;
}

#leftColumn address a {
	color: #EA1C31;
}

#leftColumn img.logo {
	margin: 22px 0 0 22px;
}

#leftColumn h2 {
	font-size: 16px;
	margin: 20px 0 14px 22px;
}

/**************************
	Rightcolumn
**************************/

/*home actueel*/

.newsItem {
    padding: 15px 20px 10px 20px;
}

body.home .newsItem {
	width: 509px;
}


.newsItem h3  {
    font-size: 13px;
    margin: 0 0 2px 0;
}

.newsItem h3 a {
	color: #E22124;
}

.newsItem span.datum,
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #21405a;
	display: block;
	margin: 0 0 3px 0;
}

.newsItem p {
	color: #21405a;
	font-size: 13px;
}

a.more {
	background: url("../images/arrow4.gif") right no-repeat;
	padding: 0 13px 0 0;
}

.even {
	border-top: 1px solid #A6B4BF;
	border-bottom: 1px solid #A6B4BF;
	background-color: #F6F7F9;
}

.uneven {
	background-color: #fff;
}

.newsImg {
	float: left;
	margin: 0 11px 5px 0;
	border: 1px solid #a6b4bf;
}

/*home agenda*/
.agendaWrap {
	background-color: #fff;
	padding: 22px 0 9px 0;
	border-bottom: 1px solid #A6B4BF;
}

.agendaWrap .more {
	display: block;
	margin: 8px 0 0 11px;
	width: 84px;
}

#rightColumnAgenda h2 {
	font-size: 16px;
	margin: 0 0 8px 11px;
}

#rightColumnAgenda ul {
	list-style-type: none;
	border-top: 1px solid #E0E1E3;
	margin: 0 11px;
}

#rightColumnAgenda ul li {
	border-bottom: 1px solid #E0E1E3;
	padding: 10px 0;
}

#rightColumnAgenda ul li.hoverstate {

	background-color: #EEEFF3;
}

#rightColumnAgenda ul li h3 a {
	font-size: 11px;
	color: #264057;
	background: url("../images/arrow1.gif") 0 3px no-repeat;
	padding: 0 0 0 11px;
	display: block;
}

#rightColumnAgenda ul li h3 a:hover {
	text-decoration: none
}

#rightColumnAgenda ul li p {
	display: block;
	margin: 0 0 0 11px
}

/*home banners*/
.bannerWrap {
/*	width: 198px;*/
	margin: 11px 0 0 0;
	padding: 11px;
}

.banner {
	border: 1px solid #FF2932;
	margin: 0 0 10px 0;
	width: 190px;
	/*height: 109px;*/
}

.banner a.title,
.banner span.title {
	display: block;
	background: url("../images/dossier_title_bg.jpg") no-repeat;
	height: 21px;
	color: #fff;
	padding: 5px 0 0 27px;
}

.banner div {
    background: url(../images/bg_dossiers.gif) top no-repeat #898989;
    color: #fff;
    font-size: 11px;
    padding: 8px;
}

/* nieuwsbericht: blokje waarin de dossiers staan */
.dossiersWrap {
	padding: 9px 11px 9px 11px;
	margin: 27px 0 0 0;
	background-color: #F6F6F6;
	border-top: 1px solid #A6B4BF;
	border-bottom: 1px solid #A6B4BF;
}


/**************************
	Publicatie / Opleiding
**************************/

#publicatieMenu,
#opleidingMenu {
	background: #bbbab0 url("../images/bg_publicatie_menu.gif") repeat-x;
	height: 33px;
	margin: 0 22px 0 22px;
}

#publicatieMenu ul,
#opleidingMenu ul {
	clear: both;
	list-style-type: none;
	padding: 0 0 0 11px;
}

#publicatieMenu ul li,
#opleidingMenu ul li {
	display: inline;
}

#publicatieMenu ul li a,
#opleidingMenu ul li a {
	display: block;
	height: 24px;
	float: left;
	padding: 9px 13px 0 11px;
	color: #fff;
	text-decoration: none;
	background: url("../images/menuline2.gif") top right no-repeat;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

#publicatieMenu ul li a:hover,
#opleidingMenu ul li a:hover {
	text-decoration: underline;
}

#publicatieMenu ul li a.current {
	color: #18456b;
	background: url("../images/tabs_publicatiemenu.png") no-repeat;
}

#publicatieMenu ul li a.current#ptab1 {	background-position: 2px 0 !important;}
#publicatieMenu ul li a.current#ptab2 {	background-position: -109px 0 !important;}
#publicatieMenu ul li a.current#ptab3 {	background-position: -197px 0 !important;}
#publicatieMenu ul li a.current#ptab4 {	background-position: -257px 0 !important;}


#opleidingMenu ul li a.current {
	color: #18456b;
	background: url("../images/tabs_opleidingmenu.png") no-repeat;
}

#opleidingMenu ul li a.current#otab1 {	background-position: 3px 0 !important;}
#opleidingMenu ul li a.current#otab2 {	background-position: -96px 0 !important;}
#opleidingMenu ul li a.current#otab3 {	background-position: -187px 0 !important;}
#opleidingMenu ul li a.current#otab4 {	background-position: -275px 0 !important;}
#opleidingMenu ul li a.current#otab5 {	background-position: -339px 0 !important;}

#opleidingInhoud {
	margin: 0 22px 0 22px;
	padding: 22px;
	background-color: #f6f7f8;
}


#publicatieInhoud {
	margin: 0 22px 0 22px;
	background-color: #f6f7f8;
}

#publicatieInhoud fieldset {
	padding: 22px 22px 11px 22px;
}

#publicatieInhoud fieldset form {
	margin: 0 0 14px 0;
}

#publicatieInhoud .textWrap {
	background: url("../images/bg_publicaties.gif") repeat-y;
	border: 1px solid #aeadaa;
	border-left: none;
	border-right: none;
	margin: 0 0 22px 0;
}

#publicatieInhoud .textWrap .left {
	float: left;
	width: 420px;
}

#publicatieInhoud .textWrap .left .text h2 {
	margin: 18px 0 11px 0px;
	font-size: 16px;
}

#publicatieInhoud .textWrap .right {
	float: right;
	width: 305px;
	font-size: 11px;
	line-height: 14px;
}

#publicatieInhoud .textWrap .right .download {
	background: #efeff0 url("../images/icon_pdf.gif") 22px 11px no-repeat;
	border-bottom: 1px solid #aeadaa;
	padding: 16px 16px 16px 76px;
}

#publicatieInhoud .textWrap .right .misc {
	padding: 16px 16px 16px 22px;
}

/**************************
	Agenda
**************************/

.agendaItem {
	padding: 15px 20px 10px 20px;
}

.agendaItem th {
	width: 60px;
}

.agendaDetails {
	display: none;
}

/**************************
	Dossier
**************************/

#dossierMenu {
	background: #bbbab0 url(../images/bg_dossier_menu.gif) repeat-x;
	height: 33px;
	margin: 0 22px 0 22px;
}

#dossierMenu ul {
	clear: both;
	list-style-type: none;
	padding: 0 0 0 11px;
}

#dossierMenu ul li {
	display: inline;
}

#dossierMenu ul li a {
	display: block;
	height: 24px;
	float: left;
	padding: 9px 13px 0 11px;
	color: #fff;
	text-decoration: none;
	background: url("../images/menuline2.gif") top right no-repeat;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

#dossierMenu ul li a:hover {
	text-decoration: underline;
}

#dossierMenu ul li a.current {
	color: #18456b;
	background: url("../images/tabs_dossiermenu.png") no-repeat;
}

#dossierMenu ul li a.current#dtab1 {	background-position: 2px 0 !important;}
#dossierMenu ul li a.current#dtab2 {	background-position: -94px 0 !important;}
#dossierMenu ul li a.current#dtab3 {	background-position: -207px 0 !important;}
#dossierMenu ul li a.current#dtab4 {	background-position: -302px 0 !important;}

#dossierInhoud {
	margin: 0 22px 0 22px;
	padding: 22px;
	background-color: #fff;
}

/**************************
	Nieuwarchief
**************************/

#nieuwArchiefWrap h2 {
	margin: 0 0 11px 0;
	font-size: 16px;
}

#nieuwArchiefWrap span {
	display: block;
	width: 80px;
	float: left;
}

#nieuwArchiefWrap h3 {
	display: block;
	float: left;
}

#nieuwArchiefWrap h3 span {
	float: left;
}

/**************************
	Wie is wie
**************************/

#wieiswie div.pasfoto {
	width: 100px;
	height: 82px;
	float: left;
}

#wieiswie div.pasfoto img {
	border: 1px solid #a6b4bf;
}

#wieiswie div.wieiswieform {
    background-color: #F6F7F9;
    border: 1px solid #a6b4bf;
    padding: 10px;
}

/**************************
	Fotoalbum
**************************/
div.albumfoto {
	float: left;
	line-height: 0;
	position: relative;
}

div.albumomschrijving {
	float: right;
	width: 290px;
}

div.paginaNavigatie {
	margin: 11px 22px 11px 22px;
}

div.paginaNavigatie a {
	padding: 0 2px 0 2px;
}

div.paginaNavigatie .selected {
	border: 1px solid #a6b4bf;
}

div#albumFotos {
	margin: 0 0 0 22px;
}

div.fotoThumb {
	float: left;
	line-height: 0;
	margin: 0 14px 14px 0;
}

div.fotoThumb img {
	border: 1px solid #a6b4bf;
}


/**************************
	Lightbox
**************************/
#lightbox {
	background-color:#f2f2ea;
	padding: 10px;
	border: 1px solid #a6b4bf;
}

#lightboxDetails {
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay {
	background-image: url(../images/overlay.png);
}

#overlay img {
	border: none;
}

/*
uitgezet, want het valideert niet en wordt momenteel toch niet gebruikt omdat het fotoalbum uitstaat
* html #overlay {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
*/

/**************************
	Misc
**************************/

.clearer {
	clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}

#FormHandler span {
	color: #E1221A;
}

/* Error class van FormHandler */
#FormHandler .error {
	display: block;
	color: #E1221A !important;
	background-image: url("../images/arrow_error.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
}

#FormHandler td,
#route_auto td {
    padding: 2px 5px 2px 0;
}



/* input-*: style voor form elementen */
.input-text,
.input-textarea,
.input-select {
	border: 1px solid #4D697F;
	color: #21405a;
	font-size: 11px;
	font-family: Arial;
    width: 250px;
}

.input-text {
	height: 16px;
	padding: 2px 0 0 4px;
    width: 250px;
}

.small-input {
    width: 120px;
}

/* funky: style voor ul. Voor de list items komt een pijltje te staan */
.funky {
    list-style-type: none;
}

.funky li a {
    background: url("../images/arrow5.gif") 0 5px no-repeat;
    padding: 0 0 0 11px;
    color: #21405a;
}

.funky li a:hover,
.funky .current {
    background: url("../images/arrow4.gif") 0 5px no-repeat;
    color: #E1221A;
}

/* funky2: style voor ul. Voor de list items komt een pijltje te staan */
.funky2 {
	list-style-type: none;
}

.funky2 li a.titel {
	background: url("../images/arrow5.gif") 0 5px no-repeat;
	padding: 0 0 0 11px;
	color: #21405a;
    font-weight: bold;
}

.funky2 li a.titel:hover {
	background: url("../images/arrow4.gif") 0 5px no-repeat;
	color: #E1221A;
}

.text ul.funky2 li {
    margin: 0 0 1em 16px;
}

/* download link */
.download {
    background: url("../images/download.gif") 0 0px no-repeat;
    padding: 0 0 0 20px;
    line-height: 24px;
    font-weight: bold;
}

.aanvraag {
    background: url("../images/aanvraag.gif") 0 0px no-repeat;
    padding: 0 0 0 20px;
    line-height: 24px;
    font-weight: bold;
}


/**************************
    Agenda / Kalender
**************************/

.calendarModule {
    width: 747px;
    padding: 10px 0 20px 18px;
    margin-bottom: 9px;
}

.calendarModule .monthNav {
    float: right;
    margin: 13px 37px 0 0;
}

.calendarModule .monthNav .month {

}

.calendarModule .monthNav .month img {
    vertical-align: -21%;
}

.calendarModule .monthNav .month {
    display: inline;
}

.calendarModule .monthNav .monthSelector {
    display: none;
}

#calendarMonthBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    background-color: #fff;
    border: #a6b4bf 1px solid;
    padding: 10px;
    font-size: 11px;
    color: #000;
    z-index: 100;
}

#calendarMonthBox a {
    text-decoration: none;
}



.calendarModule .calendarTable {
    width: 730px;
    border-spacing: 5px;
}

.calendarModule .calendarTable th {
    background: #4d6980;
    color: #fff;
    height: 20px;
    padding-left: 10px;
    text-align: left;
    width: 100px;
}

.calendarModule .calendarTable th.weekend {
    background: #484a4b;
}

.calendarModule .calendarTable td {
    width: 82px;
    height: 67px;
    border: #7f7f7f 1px solid;
    background-color: #cccccc;
    vertical-align: top;
    padding: 5px 2px 0 2px;
    overflow: hidden;
    margin: 0;
}

.calendarModule .calendarTable td.weekend {
    background-color: #bbbbbb;
}

.calendarModule .calendarTable td.otherMonth {
    background-color: #dedede;
}

.calendarModule .calendarTable td.otherMonthWeekend {
    background-color: #dedede;
}

.calendarModule .calendarTable td.used {
    background-color: #8aa1b4;
}

.calendarModule .calendarTable dl {
    height: 45px;
    font: normal 9px/normal Verdana, Arial, Helvetica;
    color: #000;
}

.calendarModule .calendarTable dt a {
    font: bold 9px/normal Verdana, Arial, Helvetica;
    color: #000;
    text-decoration: none;
}

.calendarModule .calendarTable dt a:hover {
    color: #fff;
}

.calendarModule .calendarTable dd.calendarInfobox {
    display: none;
}

.calendarModule .calendarTable .day {
    font: normal 24px/normal Verdana, Arial, Helvetica;
    color: #ffffff;
    line-height: 19px;
}

#calendarInfobox {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    border: #fff 9px solid;
    background-color: #f1f1f1;
    padding: 17px;
    font: normal 11px/normal Verdana, Arial, Helvetica;
    color: #000;
    z-index: 80;
    overflow: hidden;
}

#calendarInfoboxArrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: transparent url(../img/module_calendar_arrow.gif) ;
    z-index: 90;
    overflow: hidden;
}

/**************************
    Routebeschrijving
**************************/
#routebeschrijving {
    margin: 1em 0 1em 0;
}

#map {
    border: 1px solid #A6B4BF;
    height: 320px;
    margin: 10px 0;
    width: 100%;
}

#directions {
    margin: 0 0 20px 0;
}

#directions li {
    border-bottom: 1px solid #adbfee;
    height: 30px;
    list-style: none;
    margin-bottom: 10px;
}

#directions b {
    cursor: pointer;
}

#directions li span {
    float: right;
    color: #666;

}