@import url("stijlalgemeen.css");

body, div#content, li, input, td, th, a, select, textarea {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;	
	line-height: 15px;
	color: rgb(50, 50, 50);
}

body, div#content, li, td, th {
	text-align: left;
}
	
div#fotocache {
	width: 0px;
	height: 0px;	
	position: absolute;
	top: 0px;
	left: 0px;
}

ul.errors {
	margin-bottom: 15px;
}

/* kopjes */
h1, h1 a {
	font-weight: bold;
	color: rgb(243,103,33);
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

h1 {
	margin-bottom: 15px;
}

h2, h2 a {
	font-weight: normal;
	color: rgb(243,103,33);
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	
}

h3, h3 a {
	font-weight: bold;
	color: rgb(50,50,50);
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

h4, h4 a {
	font-weight: bold;
	color: rgb(70,70,70);
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul li, dl li {
	margin-left: -10px;
}

ul, dl, form {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.paragraph, form table {
	margin-bottom: 15px;
}

form table {
	border-collapse: collapse;
	width: 100%;	
}

form table th {
	width: 125px;
	vertical-align: top;
	font-weight: bold;
	color: rgb(50,50,50);
}

form table td input {
	max-width: 317px;
}

form .volledigebreedte {
	width: 98.5%;
	max-width: 102% ! important;
}

form table th, form table td {
	padding-bottom: 3px;
	
}

form table td textarea {
	width: 98.5%;
}

form table.radio, table.radio th, table.radio td {
	padding-bottom: 0px ! important;
	margin-bottom: 3px;
}

table.radio th {
	width: 15px ! important;
}

img {
	margin: 0px;
}

/* linkjes */	
a:hover {
	color: rgb(243,103,33);
}
	
a.noline {
	text-decoration: none;
}
	
a.noline:hover {
	text-decoration: underline;
}
	
/* tabellen */
form table td h2 {
	margin-top: 15px;	
}

table, table table {
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
	
table, tr, td, th {
	padding: 0px;
	margin: 0px;
}

th {
	padding-right: 6px;
}

th a, td a {
	text-decoration: none;
}

td {
	vertical-align: top;
}

table.border, table.smallborder {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 15px;
}

table.border td, table.border th, table.border th a, table.border td a {
	font-size: 10px;
}

table.border td, table.border th {
	padding-left: 5px;
	padding-right: 5px;
}
	
table.smallborder td, table.smallborder th {
	padding: 1px;
}

table.border table td, table.border table th {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

table.border input {
	margin: 0px;
}

div.overzicht {
	width: 442px;
	border-bottom: 1px solid rgb(243,103,33);
	margin-bottom: 15px;
	padding-bottom: 1px;
	overflow: hidden;
}

div.overzicht h2 span.recht, div.overzicht h3 span.rechts {
	margin: 0px;
}

a.leesverder {
	float: right;
	text-decoration: none;	
}

.clear {
	clear: both;
}

img.checkbox {
	margin-bottom: 0px;
	margin-left: 2px;
}
/* nieuws etc */
span.leesverder {
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
}

span.leesverder, span.leesverder a {
	text-decoration: none;
	color: rgb(243,103,33);
}

div.bericht_datum {
	margin-bottom: 15px;
	font-style: italic;
}

/* navigatie */
div.kopmetnavigatie {
	height: 15px;
}

div.kopmetnavigatie h2, div.kopmetnavigatie h3, div.kopmetnavigatie h4 {
	float: left;
}

div.kopmetnavigatie div.navigatie {
	float: right;
}

div.navigatie, div.navigatie a {
	color: rgb(243,103,33);
}

div.navigatie a {
	text-decoration: none;
}

div.navigatie a span {
	color: rgb(50,50,50);
}	

div.navigatie a.vorige, div.navigatie a.terug, div.navigatie span.volgende {
	margin: 0px;
	display: inline;
	float: left;
	height: 15px;
}
	
div.navigatie a.terug {
	border-left: 1px solid rgb(243,103,33);
	padding-left: 5px;
	padding-right: 5px;
}

div.navigatie a.vorige {
	padding-right: 5px;
}

div.navigatie span.volgende {
	border-left: 1px solid rgb(243,103,33);
	text-align: right;
	width: 75px;	
}

/* agenda */
table.agendamaand {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	margin-left: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
table.agendamaand td, table.agendamaand th.dagnummer {
	background: white url("../img/agendalijn.png") left bottom no-repeat	
}

table.agendamaand td, table.agendamaand th {
	background-color: white;
}
 
table.agendamaand tr.oneven td, table.agendamaand tr.oneven th {
	background-color: rgb(254,236,229);
}
 
table.agendamaand tr.last td, table.agendamaand tr.last th.dagnummer {
	background-image: none;	
}

table.agendamaand td, table.agendamaand th {
	padding: 0px;
	padding-bottom: 1px;
}

table.agendamaand td, table.agendamaand th, table.agendamaand a {
	font-size: 11px;
	text-decoration: none;
}

table.agendamaand tr.vandaag td div {
	height: 15px;
}

table.agendamaand tr.vandaag td ul, table.agendamaand tr.vandaag td div {
	background: url("../img/agendapijl.gif") right top no-repeat;
}

table.agendamaand th {
	font-family: "Courier New", courier;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: black;
	padding-top: 3px;
	line-height: 12px;
	padding-bottom: 2px;
}

table.agendamaand ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

table.agendamaand ul li {
	margin: 0px;
	padding: 0px;
}

table.agendamaand th.weeknummer {
	width: 20px;
}

table.agendamaand th.dagnaam {
	width: 24px;
	padding-right: 10px;
}

table.agendamaand th.dagnummer {
	width: 24px;
	text-align: left;
	margin-left: 0px;
}

table.agendamaand td {
	margin-right: 0px;
	padding-left: 4px;	
	padding-bottom: 2px;
}

table.agendamaand tr.inactief {
	color: rgb(120,120,120);
}

table.agendamaand th.weeknummer {
	font-weight: bold;
	color: rgb(243,103,33);	
}

a.agendazoek {
	float: right;
	text-decoration: none;
}

div.agendazoektabel table.border th.kolom1 {
	width: 132px;
} 

table.agendaactiviteit th {
	width: 100px;
}

/* fotogalerij */
table.fotogalerijoverzicht span.titel {
	font-weight: bold;
}

table.fotogalerijoverzicht span.datum {
	font-style: italic;	
}

table.fotogalerijoverzicht a {
	text-decoration: none;	
}

table.fotogalerijoverzicht td, table.fotogalerijoverzicht th {
	border-bottom: 1px solid rgb(243,103,33);
}

table.fotogalerijoverzicht td {
	padding: 8px;
	margin: 0px;
	background: rgb(252, 247, 239);
	text-align: right;
	vertical-align: middle;	
}

table.fotogalerijoverzicht th {
	vertical-align: middle;	
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}

table.fotogalerijoverzicht img {
	border: none;
	width: 170px;
	margin: 0px;
}

table.fotogalerij {
	width: 100%;	
}

table.fotogalerij img {
	border: none;
	margin: 0px;
	width: 130px;
	margin-top: 15px;
}

table.fotogalerij a {
	text-decoration: none;
	font-size: 10px;
}

table.fotogalerij td {
	padding-bottom: 30px;
	text-align: center;
	width: 33%;
}

table.fotogalerij td.kolom1 {
	text-align: left;	
}

table.fotogalerij td.kolom3 {
	text-align: right;	
}

table.fotogalerij td.kolom1 div, table.fotogalerij td.kolom3 div {
	text-align: center;	
}

img#fotoboekfoto {
	margin-top: 15px;
}

/* kwt */
div.kwtweekovz table.border th.kolom1 {
	width: 160px ! important;
}

a.volledigeweek, a.volledigeweek:hover {
	float: right;
	text-decoration: none;
	color: rgb(243,103,33);
}

a.volledigeweek span {
	color: rgb(50,50,50);
}

form.kwtinschrijfform th, form.kwtinschrijfform td {
	text-align: center;
}

form.kwtinschrijfform table.border th.kolom1 {
	background: none;
	padding: 0px;
	padding-top: 3px;
	border-bottom: 1px solid rgb(252,232,221);
}

form.kwtinschrijfform table.border th.kolom1 span {
	background: rgb(243,103,33);
	display: block;
	width: auto;
	padding: 2px;
}

div.kwt_periodetotaal table.border th.kolom1, div.kwt_periode table.border th.kolom1 {
	width: 16%;
}

div.kwt_periode table.border td {
	width: 15%;	
}

div.kwt_periode table.border td, div.kwt_periode table.border thead th {
	text-align: center;
}

/* mentoren */
table.mentorenoverzicht th.kolom1 {
	width: 60px;
}

table.mentorenoverzicht th a, table.mentorenoverzicht td a {
	text-decoration: none;
}

/* links */
table.linkspagina {
	width: 100%;
	margin-bottom: 10px;
}

table.linkspagina td {
	width: 50%;
}

/* rooster */
div.roosterzoektabel table.border th.kolom1 {
	width: 95px;
}

img.pasfoto {
	float: right;
}

table.gegevens {
	float: left;
	width: 342px;
}

table.gegevens th {
	width: 120px;
}

table.gegevens, img.pasfoto {
	margin-bottom: 10px;
}

table.rooster {
	clear: both;
}

table.rooster th, table.rooster td {
	text-align: center;
}

table.rooster td {
	width: 19.5%;
	padding-left: 0px;
	padding-right: 0px;
	word-spacing: -2px;
}

table.rooster th.kolom1 {
	width: 2.5% ! important;	
}

div.roosterwijzigingen table.border th.kolom1_nextth {
	width: 44px;	
}

div.roosterwijzigingen table.border th.kolom2 {
	width: 39px;	
}

div.roosterwijzigingen table.border th.kolom3, div.roosterwijzigingen table.border th.kolom4 {
	width: 140px;
}

div.roosterextra * {
	font-size: 10px;
}

table.rooster span.gewijzigd {
	color: red;
}

/* sitemap */
ul#sitemap li a {
	text-decoration: none;
}

/* instellingen */
form.instellingen th {
	width: 175px;
}

/* verstuurmail */
form.verstuurmail th {
	width: 70px;	
}

/* multigebruiker */
ul.multigebruiker, ul.geadreseerdenknoppen {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.multigebruiker li, ul.geadreseerdenknoppen li {
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.multigebruiker li input, ul.multigebruiker li select,
ul.geadreseerdenknoppen li input, ul.geadreseerdenknoppen li select {
	font-size: 9px;
	line-height: 10px;
}

/* kerst */
form.kerstinschrijven th {
	width: 80px;
}

/* fotolijst */
table.fotolijst {
	width: 100%;
	border-collapse: collapse;
}

table.fotolijst img {
	border: none;
	margin: auto;
	margin-bottom: 2px;
}

table.fotolijst a {
	text-decoration: none;
	font-size: 10px;
}

table.fotolijst td {
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	width: 16%;	
}

table.fotolijst div {
	font-size: 10px;
}

