/*************************
  General element mark-up
**************************/
body {
	background-image: url('../Images/topbg.jpg');
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
a:link {
	/* color:#6488CC; */
	color: #004E93;
	text-decoration:none;
}
a:visited {
	/* color:#B1C3E5; */
	color: #6488CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #FF890C;
}
h1 {
	color: #295CA3;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.4);
}
h2 {
	color: #295CA3;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14pt;
	margin-bottom: 0em;
	margin-top: 1.2em;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.4);
}
h2.newblock {
	clear: both;
}
h2 a:visited {
	color: #295CA3;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0;
}
img {
	text-decoration: none;
	margin: 10px;
}
a img {
	border: 0px;
}
hr {
        height: 4px;
        width: 100px;
        color: #B1C3E5;
        background-color: #B1C3E5;
        text-align: center;
	clear: both;
}
hr.noclear {
	clear: none;
}
p {
  margin-top: 0.6em;
  margin-bottom: 1.2em;
  line-height: 1.3em;
}

/*************************
  Table mark-up
**************************/
table {
	font-family: Calibri, sans-serif;
	font-size: 11pt;
	border: 0px solid white;
	border-collapse: collapse;
	margin: 8px;
	background: #B1C6E4;
	-webkit-box-shadow: 4px 4px 3px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: 4px 4px 3px rgba(150, 150, 150, 0.5);
}
th {
	border-bottom: 2px solid #FFA600;
	font-family: Calibri, sans-serif;
	font-size: 12pt;
	padding: 3px;
	/* background: #EAF0F5; */
	background: #414141;
	color: #eee;
}
th.column_header {
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}
td {
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}
table.right-align {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 6px;
	float: right; 
	display: table;
}
table.left-align {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left; 
	display: table;
}
table.center-align {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
table.fullwidth {
	width: 775px;
}
td.singleitem {
	text-align: center;
	padding-right: 2px;
}
td.title {
	font-weight: bold;
}
td.details {
	font-style: italic;
}
table a {
	color: #303030;
}
table a:link {
	color: #303030;
}
table a:visited {
	color: #303030;
}
table a:hover {
	/* color: #303030; */
	/* color: #FF890C; */
}
th a {
	color: #EEEEEE;
}
th a:link {
	color: #EEEEEE;
}
th a:visited {
	color: #EEEEEE;
}
th a:hover{
	color: #fff;
}

/*************************
  Page-template markup
**************************/
#headerholder {
	width: 990px;
	margin: auto;
}
#header {
	height: 140px;
	margin: auto;
	width: 940px;
}
#navigationbar {
	background-image: url('../Images/menuback.jpg');
	background-repeat: no-repeat;
	width: 940px;
	height: 40px;
	margin: 0px auto 0px auto;
	z-index: 20;
	position: relative;
}
#ajaxstatus {
	position: fixed;
	right: 0px;
	top: 0px;
	visibility: hidden;
	background-color: lightyellow;
	opacity: 0.8;
	z-index: 200;
	font-weight: bold;
	padding: 2px;
}
#pageholder {
	width: 990px;
	margin: -28px auto 0px auto;
	background-image: url('../Images/shadow.jpg');
	background-repeat: repeat-y;
}
#page {
	background-position: center 28px;
	margin: 0px auto auto auto;
	background-color: #E0E5F0;
	background-repeat: no-repeat;
	width: 940px;
	padding: 28px 0px 0px 0px;
	color: #404040;
}
#content {
	padding: 10px 20px 10px 20px;
}
#copyright {
	padding: 10px 0px 0px 0px;
	margin: 0px auto 4px auto;
	color: black;
	font-size: 7pt;
	text-align: center;
	vertical-align: top;
	width: 940px;
}

#copyright a {
	color: navy;
}

#copyright a:link {
	color: navy;
}

#copyright a:visited {
	color: navy;
}

#copyright a:hover {
	color: navy;
}
#copyrightfooter {
	background-image: url('../Images/shadow_footer.jpg');
	width: 990px;
	margin: 0px auto 0px auto;
	height: 30px;
}
#imagefooter {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-repeat: no-repeat;
	border-top: 1px solid #B1C6E4;
}
#infofooter {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
    background-image: url('../Images/footerbg.jpg');
	background-repeat: repeat-x;
}
#infofooter img {
	float: right;
	margin: 4px 10px 0px 4px;
}
#infofooter .subfooter {
	float: left;
	color: #ddd;
	font-family: Calibri, Arial, sans-serif;
	font-size: 10pt;
	width: 293px;
	padding-left: 20px;
	margin-top: 8px;
}
#infofooter .subfooter .footerlinks {
	color: #aaa;
}
#infofooter .subfooter a:link {
	color: #ddd;
}
#infofooter .subfooter a:visited {
	color: #ddd;
}
#infofooter .subfooter h4 {
	font-weight: bold;
	margin: 2px;
	margin-top: 7px;
}
#infofooter .subfooter p {
	margin: 2px;
	margin-bottom: 10px;
}
#infofooter_rechts {
	border-left: 1px solid #999;
}
#infofooter p {
	line-height: 1em;
}
#searchwrapper {
	width: 148px; /*follow your image's size*/
	border: 1px solid #404040;
	background: black;
	padding: 0px;
	margin: 0px;
	right: 270px;
	top: 8px;
	position: absolute; /*important*/
	z-index: 20;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#searchwrapper form {
	display: inline;
}
.searchbox {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: transparent;
	color: #dededc;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Sans Regular", Geneva, Verdana, sans-serif;
	vertical-align: middle;
	width: 115px;
	padding-left: 5px;
	height: 16px;
	font-size: 10pt;
}

.searchbox_submit {
	border: 0px;
	background-color: transparent;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#homebutton {
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	height: 140px;
	width: 620px;
}
.pageImage {
	right: 24px;
	top: -60px;
	position: absolute;
	width: 206px;
	height: 180px;
	z-index: 40;
}
.fotoFrame {
	background-image: url('../Images/photo_frame.png');
	background-repeat: no-repeat;
	right: 24px;
	top: -80px;
	position: absolute;
	width: 206px;
	height: 180px;
	z-index: 40;
}
.fotoFrame .fotos {
	height: 110px;
	width: 147px;
	margin: 28px 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.fotoFrame .fotos img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fotoFrame .pagination {
	color: #aeaeac;
	cursor: pointer;
	font-size: 36px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}
.fotoFrame #previous.pagination {
	top: 74px;
	left: -21px;
}
.fotoFrame #next.pagination {
	top: 74px;
	left: 202px;
}
.fotoFrame .paperclip {
	background-image: url('../Images/paperclip.png');
	background-repeat: no-repeat;
	height: 47px;
	width: 16px;
	position: absolute;
	right: 58px;
	top: 28px;
}

/*************************
  Menu mark-up
**************************/
.mainmenu {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: large;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	height: 40px;
}
.mainmenu li {
	display: inline-block;
	height: 40px;
}
.mainmenu li span
{
	display: block;
	height: 24px;
	padding: 8px 10px 8px 10px;
	vertical-align: middle;
}
.mainmenu li.selected span
{
	background-image: url('../Images/page_navigation_span.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
.mainmenu li a {
	text-decoration: none;
}
.mainmenu li a:link,
.mainmenu li a:visited,
.mainmenu li.selected a
{
	color: #dededc;
}

.mainmenu li a:hover
{
	color: #ffffff;
}
.mainmenu .submenu {
   display:none;
}
.mainmenu li:hover span {
   background: #202020;
}
.mainmenu li:hover .submenu {
   display:block;
}
.submenu {
	width: 225px;
	position: absolute;
	background-color: #202020;
	font-weight: bold;
	color: #dededc;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	-webkit-box-shadow: 4px 4px 3px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: 4px 4px 3px rgba(150, 150, 150, 0.5);
}
.submenu li
{
	height: auto;
	border-top: 1px solid #000;
}
.submenu li span
{
	width: 190px;
	display: block;
	padding: 4px 14px 4px 12px;
	vertical-align: middle;
	height: auto;
}
.submenu li a {
	text-decoration: none;
}
.submenu li a:link,
.submenu li a:visited
{
	color: #dededc;
}
.submenu li a:hover
{
	color: #ffffff;
}
.mainmenu .submenu li span {
	border-left: 6px solid #414141;
	background-image: none;
}
.mainmenu .submenu li.selected span {
	border-left: 6px solid #035EA5;
}
.mainmenu .submenu li:hover a span {
	border-left: 6px solid #FFA600;
	background-color: #414141;
}

/*************************
  Class-items mark-up
**************************/
.pageclearer {
	height: 6px;
	clear: both;
}
.last_revision {
	float: left;
	text-align: left;
	margin-bottom: 6px;
	color: #999999;
	font-size: 9pt;
	font-style: italic;
	margin-right: auto;
}
.print_action {
	float: right;
	text-align: right;
	margin-bottom: 6px;
}
.print_action img {
	margin: 0px;
}
p.smalltext {
	font-size: 8pt;
}
.addinfo {
	font-size: 8pt;
	font-weight: normal;
}
.left-align {
	float: left;
}

.right-align {
	float: right;
}
.center-text {
	text-align: center;
}
.info {
        color: #0000AA;
        font-size: 8pt;
        margin-left: 0em;
        margin-right: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
        text-align: left;
        font-weight: bold; 
}
.error {
        color: #FF0000;
        font-size: 8pt;
        margin-left: 0em;
        margin-right: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
        text-align: left;
        font-weight: bold; 
}
img.photo,
img.frameFoto {
	background: white none repeat scroll 0 0;
	border: 1px solid grey;
	display: inline;
	position: relative;
	z-index: 15;
}
img.captcha {
	margin: 2px;
}
.shadow_inner {
	overflow: hidden;
	position: absolute;
	top: -1000px;
	opacity: 0.1;
	z-index: 2
}
.formpart {
	display: inline;
}
.frame {
	background-color: #B1C3E5;
        color: black;
	margin: 10px;
        padding: 10px;
	opacity: 0.8;
}
p.siteversion {
	font-size: 7pt;
	color: #999999;
	font-style: italic;
}

p.siteversion a {
	color: #999999;
}

/*************************
  Krabbel-items mark-up
**************************/
table#krabbelbox {
	float: right; 
	width: 270px; 
/*	Uitschakelen = tijdelijke Webkit-fix: */
/*	overflow: hidden; */
}
#krabbelmuur {
	height: 120px; 
	font-size: 9pt;
	position: relative;
	overflow: hidden;
}
#krabbelmuur #krabbelscroller {
	position: absolute;
}
#krabbels .krabbel {
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 9pt;
}
#krabbels .krabbel .author {
	font-weight: bold;
}
#krabbels .krabbel .time {
	display: none;
}

/*************************
  News-items mark-up
**************************/
.news {
	margin-top: 1.0em;
	margin-bottom: 1.2em;
}
.news .title {
	color: #295CA3;
	font-size: 11pt;
	font-weight: bold;
}
.news .title a {
	color: #295CA3;
}
.news .author {
	color: #AAAAAA;
	font-style: italic;
	font-size: 9pt;
}
.news .text {
	margin-top: 0.5em;
	font-size: 8pt;
	text-align: justify;
	line-height: 1.3em;
}
.news .text p {
	font-size: 8pt;
}
.news .fulltext {
	margin-top: 1.5em;
	font-size: 10pt;
	text-align: justify;
	line-height: 18px;
}
.news .fulltext p {
	font-size: 10pt;
}
.news .summarytext {
	margin-top: 1.5em;
	font-size: 10pt;
	font-style: italic;
	text-align: justify;
	line-height: 18px;
}
.news .summarytext p {
	font-size: 10pt;
	font-style: italic;
}
.news .author a {
	color: #AAAAAA; 
}
.news img.newslogo {
	float: right;
	max-width: 130px;
	max-height: 130px;
	clear: right;
}
.news .fulltext img.newslogo {
	float: left;
	max-width: 300px;
	max-height: 300px;
	clear: none;
}
#newsarchive .news {
	margin-top: 0.6em;
	margin-bottom: 1.0em;
}

/*************************
  Vlettenoverzicht-opmaak
**************************/
table.vlettable {
	width: 98%;
}
table.kleurcode {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
table.kleurcode td {
	width: 10px;
	height: 10px;
}
table.kleurcode>td.space {
	width: 5px;
}
table.vlettable tr.afdeling {
	background-color: #8DACD7;
	color: black;
	font-weight: bold;
}
table.vlettable tr.afdeling>td {
	height: 25px;
	vertical-align: middle;
}
table.vlettable tr.vlet>td {
	height: 40px;
	vertical-align: middle;
}

/*************************
  Scheduler-items mark-up
**************************/
.calitem {
	margin-top: 2px;
	margin-bottom: 16px;
	font-size: 11pt;
}
.calitem .itemname {
	font-weight: bold;
}
.calitem .addinfo {
	margin-left: 20px;
	font-size: 8pt;
}
.calitem .period {
	font-size: 9pt;
	font-style: italic;
}
.calitem .addinfo ul {
	margin-top: 3px;
	margin-bottom: 2px;
	padding: 0px;
}
.calitem .addinfo li {
	margin: 2px;
	margin-left: 20px;
	font-size: 8pt;
	list-style: none;
}
.calitem li .period {
	margin-left: 4px;
}
.calitem .callist {
	margin-top: 2px;
}
.calitem .calendar_code {
	float: left;
	background: black;
	width: 10px;
	height: 18px;
	margin-right: 10px;
}
.calitem .calendar_subcode {
	width: 8px;
	height: 14px;
	margin-right: 4px;
}
.calitem .description {
	color: #555555;
	margin-top: 4px;
}
.iCal-calendar {
	margin-bottom: 2px;
	list-style: none;
	margin-left: 0px;
}
.iCal-calendar .calendar_code {
	float: left;
	background: black;
	width: 10px;
	height: 18px;
	margin-right: 10px;
}
.iCal-calendar .addinfo {
	position: relative;
	top: -4px;
	color: gray;
	font-size: 7pt;
}


