


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
  
  background: transparent;
}
ol, ul {
  list-style: none;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* hide these */
.textbrowser {
  position: absolute;
  left: -9999px;
  }



img.img_south      { margin:  0px 10px  10px  10px; }
img.img_south_west { margin:  0px  0px  10px  10px; }
img.img_west       { margin: 10px  0px  10px  10px; }
img.img_north_west { margin: 10px  0px   0px  10px; }
img.img_north      { margin: 10px 10px   0px  10px; }
img.img_north_east { margin: 10px 10px   0px   0px; }
img.img_east       { margin: 10px 10px  10px   0px; }
img.img_south_east { margin:  0px 10px  10px   0px; }
img.img_all        { margin: 10px 10px  10px  10px; }

img.left {
  float: left; 
}

img.right {
  float: right;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center; 
}


.contentbodypane {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
}

.contentbodypane img {
 /* border: 2px solid #0065A6; */
}

.contentbodypane .borderno img {
  border: 0px solid #0065A6;
}

.contentbodypane a
{
  color: #0065A6;
}

.contentbodypane a:active, .contentbodypane a:visited
{
  color: #6F47B8;
}

.contentbodypane a:hover
{
  color: #E27700;
}

.contentbodypane a.uploadfile
{
  /* font-size: 10px;
  color: #FF0000;
  text-decoration: none; */
}

.contentbodypane a.uploadfile:avtive, .contentbodypane a.uploadfile:visited
{
  color: #6F47B8;
}

.contentbodypane a.uploadfile:hover
{
  color: #6F47B8;
}

.module td {
  vertical-align: top;
}




tr.ISE-header td, 
td.ISE-header, 
table.ISE-tablet tr.ISE-header td, 
table.ISE-tablet td.ISE-header 
{
  color: #FFF;
  background-color: #c8d200;
  font-weight: bold;
}

table.ISE-border
{
  border: 2px solid #9C9E9F;
  border-collapse: collapse;
}

table.ISE-border td
{
  padding:4px;
}

table.ISE-boxborder
{
  border: 2px solid #9C9E9F;
  border-collapse: collapse;
}

table.ISE-boxborder td {
 border: 2px solid #9C9E9F;
 padding:4px;
}

table.ISE-tablet {
  border-collapse: separate;
  border-spacing: 2px;
}

table.ISE-tablet td {
  background-color: transparent;
  padding: 0px 4px 0px 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #9C9E9F;
}

.ISE-align-left,
.ISE-align-left td,
.ISE-align-right .ISE-align-left td
{
  text-align: left;
}

.ISE-align-right, 
.ISE-align-right td
.ISE-align-left .ISE-align-right td
{
  text-align:right;
}

h2.ISESTYH
{
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 22px;
  color: #0065A6;
  font-weight: bold;
}


table.ISE-lentiz {
  border-collapse: separate;
  /*border-top: 1px solid #9C9E9E;*/
  padding-top: 6px;
}

table.ISE-lentiz td {
  padding: 4px;
  padding-top: 8px;
  border-left: 0px;
  border-top: 0px;
  border-right: 2px solid #9C9E9F;
  border-bottom: 2px solid #9C9E9F;
}
blockquote {
  margin-left: 20px;
}
div.module ul.tabbar
{
  list-style-position:outside;
  margin-left:0px;
}

.clear
{
  clear: both;
  display: block;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

#pageWrapper
{
  margin: 0px auto;
  width: 974px;
 
/*
 margin-top:50px;
 border-top: 1px solid black;
*/
}

#mainWrapper
{
  width: 100%;
  clear: both;
  position: relative;
}



#mainWrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#moduleWrapper
{
  float: left;
  width:805px;
  overflow:visible;

 
}

#moduleWrapper .module
{
  float:left;
  margin: 0px;
  min-height:284px;
  height:auto !important;
  height:284px;
  background-color: #fff;
  width:100%;
}

#header
{
  position:relative;
  width: 100%;
  overflow:hidden;
}

#logoLentiz, #logoSub
{
  float:left;
}

#topMenu
{
  float:left;
}

#topRight
{
  float:right;
  position:relative;
}

div#searchBox
{
 /* width:200px;
  overflow:hidden;
*/
}

div#searchBox form, div#searchBox fieldset
{
  display:inline;
  float:right;
}

#langSwitch
{
  position: absolute;
  right: 195px;
  top: 4px;
}

#langSwitch a
{
  margin-left: 5px;
}

#crumblePath
{
  font-size: 83.33%;
  color:white;
  position:absolute;
  left:174px;
  top: 48px;
}

.crumblePathHovered {
  background-color:#c8d200;
  z-index: 1000;
}

body#school #crumblePath 
{
  width:445px;
}

#left
{
  width:161px;
  float:left;
  margin-right:8px;
}



#agenda {
  width:161px;
  float:left;
  background: transparent;
}

.agendatitel {
  margin-top: 15px;
  margin-left: 21px;
  margin-bottom: 18px;
}



#left {
  color: #FFF;
  background-color: ;
}



.right {
  background-color: ;
  color: #555;
}

#submenu a {
  text-decoration: none;
  display: block;
  padding: 0px 5px 0px 20px;
  
}

#submenu li a:hover,
#submenu li.active a {
  background-position: 10px 0.4em;
  background-repeat: no-repeat;
  background-image: url('');
  background-color: ;
  color: #FFF;
}

#submenu li a {
  background-position: 10px 0.4em;
  background-repeat: no-repeat;
  background-image: url('');
}

#extranav {
  line-height: 1.2;
  margin-top:60px;
  position:absolute;
  
}

#extranav li, #footernav li {
  float: left;
  display: block;
 /* margin-right: -1px; */
}

#extranav li a, #footernav li a {
  float: left;
  display: block;
  padding: 2px 0px;
}


#extranav li a
{
  background: url(/lentiz.nl/gfx1/ZmktjzbIC.png) center center no-repeat; 
  width:120px;
  height: 21px;
}


#extranav li a span, #footernav li a span {
  float: left;
  padding: 0px 10px;
  height: 1em;
  line-height: 1em;
  display: block;
  border-right: 1px solid #002596;
}

#extranav li a.selected, #extranav li a:hover,
#footernav li a.selected, #footernav li a:hover
{
  background-color: #002596;
  color: #FFF;
}

#footernav li button {
  border: none;
}

#footernav {
  float: right;
  margin-top: 5px;
}




body {
  font-family: Arial, sans-serif;
  font-size: 75%; 
  line-height: 1.25;
/*  color: #0065a6; */
  color:black;
  background-color: #c8d200; 

}

#header #crumblePath
{
/*  background-color: ;
  padding-left: 167px;
  line-height: 25px;
  font-size: 83.3%;
  width: 580px;
  color: ;
*/
}

#header #crumblePath 
{
  text-transform: uppercase;
}

#header #crumblePath a
{
  color: #ffffff;
  text-decoration: none;
}

#header #crumblePath a:hover
{
  color: #000000;
  text-decoration: underline;
}

h1
{
  font-size: 166%;
  color: #0065A6;
  font-weight: bold;
  margin-top: 40px; 
  margin-bottom: 22px;
}

h2
{
  font-size: 133%;
  color: #0065A6;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 22px;
}

h3
{
  font-size: 100%;
  color: #0065A6;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

a
{
  color: #0065A6;
}

div#contentWrapper
{
  position:relative;
  top:-10px;
}

.archieflink {
  padding-top: 22px;
  clear: both;
  padding-bottom: 22px;
}




div.module ul
{
  list-style-type:disc;
  margin-left: 15px;
}

div.module ol
{
  list-style-type:decimal;
  margin-left: 18px;

}

div.module ul li
{
  padding-left:2px;
}


ul#topNav
{
  position:absolute;
  right:0px;
  bottom:9px;
}

ul#topNav li
{
  float:left;
  display:block;
}

ul#topNav li a
{
  float:left;
  display:block;
  width:114px;
  height:18px;
  margin-left: 5px;
  font-family: Arial, sans-serif;
  font-size:11px;
  text-transform: uppercase;
  text-decoration:none;
  background: transparent url() center center no-repeat;
}


ul#topNav li a:link, ul#topNav li a:visited
{
 color: #4496cb; 
}

ul#topNav li a:hover, ul#topNav li a:active, ul#topNav li.active a
{
  color: #a1a1a1;
  background: transparent url() center center no-repeat;
}


ul#topNav li a,
ul#topNav li a:link,
ul#topNav li a:visited
{
  color:#7F7F7F;
}



ul#topNav li a:hover,
ul#topNav li a:active,
ul#topNav li.active a,
ul#topNav li.active a:link,
ul#topNav li.active a:visited,
ul#topNav li.active a:hover,
ul#topNav li.active a:active
{
  color:#0065A6;
}

ul#topNav li a span
{
  display:block;
  margin-left:7px;
  margin-top:2px;
  white-space:nowrap;
}
div#footer
{
  float:right;
  padding-top:15px;
  width:100%;
}

div#footer ul
{
  width:100%;
  float:left;
}


div#footer li
{
  display: block;
  float: right;

}


#footer li a {

 display:block;

}

#footer li a#print {

  margin-right:10px;
  padding:10px 4px 4px 30px;
  cursor:pointer;
  display:none;
  position:relative;
  top:-17px;

}ul#SEtop
{
  float:right;
  position:relative; 
  right:3px;
  bottom:5px;
}

ul#SEtop li a
{
  text-align:middle;
  font-size: 0.8em;
}

ul#SEtop li.first span
{
  color: #c8d200;
}


ul#SEtop li a, ul#SEtop li a:link, ul#SEtop li a:visited
{
  color: #FFFFFF;
  text-decoration:none;
  background-color:transparent;
}

ul#SEtop li a:hover, ul#SEtop li a:active
{
  color: #000000;
  text-decoration:none;
  background-color:transparent;
}

ul#SEtop li span.separator
{
  color: #FFFFFF;
  margin-left: 12px;
  margin-right: 12px;
}

ul#SEtop li.first span.separator  
{
  color: #c8d200;
}


#SEtop li {
  float: left;
  display: block;
 /* margin-right: -1px; */
}

#SEtop li a.selected, #SEtop li a:hover {
  background-color: #002596;
  color: #FFF;
}#zoekbut
{
 background-color:transparent;
 border:none;
 cursor:pointer;
 float:right;
 margin:0;
 padding:0;
}

#zoekbut img
{
 margin:0;
 padding:0;
}

div#searchBox /* development purposes */
{
  margin-top:4px;
}

		
.box 
{ 
  position: relative; 
  float:right;
}
			
.inner 
{ 
 background-color:white;
 border: 1px solid #6da14a;
 margin:0px;
 padding:0px;

}
			


.inner input
{
  /* border: 1px solid #6da14a; */
  margin:0px;
  border:none;
  border-width:0; 
  padding:0.1em;
  padding-left: 4px;
  font-size: 90%;
  width:150px;
  font-family: Arial;
  

}




			
.corner { 
  position: absolute; 
  width: 6px; 
  height: 6px; 
  font-size: 0%;
  background: url(/lentiz.nl/gfx1/ZqdnzecIyB.gif) no-repeat; 
}

.TL { 
  top: 0; left: 0; 

  background-position: 0 0;
}

.TR { 
  top: 0; right: 0; 

  background-position: -6px 0;
}

.BL { 
  bottom: 0; left: 0; 

  background-position: 0 -6px
}

.BR { 
  bottom: 0; right: 0; 

  background-position: -6px -6px; 
}




    




#leftMenu
{
  font-size: 90%;
  min-height: 274px;
  height:auto !important;
  height:274px;
  padding-bottom:10px;
  position:relative; 
  background-color: #e6e899;
  z-index:1; 
}
/*
#leftMenu .over
{
 font-size:10px;
}
*/
#leftMenu #leftMenuTop
{
  height:20px;
  background: url(/lentiz.nl/gfx1/ZmulrzbIiC.gif) top center no-repeat;
  overflow:hidden;
}

#leftMenu #leftMenuBottom
{
  height:10px; 
  width:161px;
  background: transparent url(/lentiz.nl/gfx1/ZozndybIiC.gif) center center no-repeat;
  overflow:hidden;
  position:absolute;
  bottom:0px;
  z-index:-1; 
}


#menu li ul,
#menu li.active li ul,
#menu li.active li.active li ul,
#menu li.active li.active li.active li ul
{
  display:none;
}

#menu li.active ul,
#menu li.active li.active ul,
#menu li.active li.active li.active ul
{
  display:block;
}

#menu li a {
  color: #0065A6;
  display: block;
  width:100%;
}

#menu li.over a ul a
{
  font-size:10px;
}

#menu.menuDepth1 li a 
{
  padding: 6px 5px 6px 13px;
  width:143px;
  
  text-transform:uppercase;
  text-decoration:none;
}

#menu.menuDepth1 li a:hover,
#menu.menuDepth1 li.active a
{
  background-color:#c8d200;
  text-decoration:underline;
}

#menu.menuDepth1 .menuDepth2 li a 
{
  padding: 3px 5px 3px 22px;
  background: transparent url(/lentiz.nl/gfx1/ZaxpbgcIiC.gif) 14px center no-repeat;
  text-transform:none;
  text-decoration:none;
  width:134px;
  
}

#menu.menuDepth1 .menuDepth2 li a:hover,
#menu.menuDepth1 .menuDepth2 li.active a
{
  background-color:#f0f1c2;
  text-decoration:underline;
}

#menu.menuDepth1 .menuDepth2 .menuDepth3 li a
{
  background: transparent url(/lentiz.nl/gfx1/ZaxpbgcIiC.gif) 23px center no-repeat;
  padding: 3px 5px 3px 32px;
  width:124px;
  text-decoration:none;
  
}

#menu.menuDepth1 .menuDepth2 .menuDepth3 li a:hover,
#menu.menuDepth1 .menuDepth2 .menuDepth3 li.active a
{
  background-color:#FFFFE9;
  text-decoration:underline;
}


#menu.menuDepth1 li.over ul,
#menu.menuDepth1 .menuDepth2 li.over ul,
#menu.menuDepth1 .menuDepth2 .menuDepth3 li.over ul
{
  display:block;
  position:absolute;
  left: 145px;
  top: -13px; 
  background-image:none;
  width:178px; /* 171 */
  zoom:1;
}



#menu.menuDepth1 li.over ul li.firstLi,
#menu.menuDepth1 li.over ul li.lastLi
{
  color: #dfe8e3;
  background-color:transparent;
}

#menu.menuDepth1 li.over ul li
{
  background-color: #dfe8e3;
  float: left; 
  height: 1%;
}

#menu.menuDepth1 li.over ul li a,
#menu.menuDepth1 .menuDepth2 li.over .menuDepth3 li a
{
  background-image:none;
/*  z-index:99999999; */
  width:151px;  /*144 */
  position:relative;
  height: 1%;
}



/*
#menu.menuDepth1 .menuDepth2 li.over .menuDepth3 li a
{
  width:134px;
}
*/

#menu.menuDepth1 li.over ul li.firstLi img.bg
{
  position:relative;
  top:3px;
}

#menu.menuDepth1 li.over ul li.firstLi img.arrow
{
  position:absolute;
  left:-34px;
  top: 15px;
}

#menu.menuDepth1 li.over ul li.lastLi img.bg
{
  position:relative;
  bottom:2px;
}

#menu.menuDepth1 li.over ul ul,
#menu.menuDepth1 li.off ul
{
  display:none;
}



#menu.menuDepth1 li.over a
{
  background-color:#c8d200;
}

#menu.menuDepth1 .menuDepth2 li.over a
{
  background-color:#f0f1c2;
}

#menu.menuDepth1 li.over ul li a,
#menu.menuDepth1 .menuDepth2 li.over ul li a
{
  background-color:#dfe8e3;
  padding-left:15px;
}

#menu.menuDepth1 li.over ul li a:hover,
#menu.menuDepth1 .menuDepth2 li.over ul li a:hover
{
  background-color:#e6e899;
}

a.loNav {
  text-decoration: none;
  color: #8b8c8e;
  font-weight: bold;
  margin-left: 47px;
}

a.loNav:hover {
  text-decoration: none;
  color: #8b8c8e;
}

ul.agenda
{
  display: block;
  margin-bottom: 22px;
}

ul.agenda li
{
  display: block;
  line-height: 21px;
  border: 0px;
  border-top: 1px solid #fff;
}

ul.agenda li a
{
  /*display: block;*/
  font-size: 90%;
  /*color: #0065A6;*/
  color: #0065A6;
  text-decoration: none;
  cursor: pointer;
}

span.agendadatum
{
  display: block;
  float: left;
  width: 140px;
  margin: 0px;
  padding: 0px;
}

span.agendatitel
{
  display: block;
  clear:both;
  width: 120px;
  margin: 0px;
  padding: 0px;
}
div.bigBox, div.medBox, div.smlBox
{
  min-height:284px;
  height:auto !important;
  height:284px;
 /*   padding-bottom:4px;  misschien andere oplossing?  */
}

div.bigBox
{
  background: white url(/lentiz.nl/gfx1/ZmulrzbIoC.gif) bottom left no-repeat;

}

div.medBox
{
  background: white url(/lentiz.nl/gfx1/ZilsiccIsM.gif) bottom center no-repeat;
  width:532px;
  float:left;
  margin-left:7px;
  overflow:hidden;
}

div.smlBox
{
  background: white url(/lentiz.nl/gfx1/ZilsiccIuM.gif) bottom center no-repeat;
  width:266px;
  float:left;
}

div.bigBox div.bigBoxHead, div.medBox div.medBoxHead, div.smlBox div.smlBoxHead
{
  height:6px;
  
  font-size:1px;
  line-height:0;
}

div.bigBox div.bigBoxHead
{
  background: transparent url(/lentiz.nl/gfx1/ZmulrzbIsC.gif) top center no-repeat;
}

div.medBox div.medBoxHead
{
  background: transparent url(/lentiz.nl/gfx1/ZilsiccIeP.gif) top center no-repeat;
}

div.smlBox div.smlBoxHead
{
  background: transparent url(/lentiz.nl/gfx1/ZilsiccIgP.gif) top center no-repeat;
}

.clear {
 display:block;
 content:<!-- .. -->;
 clear:both;
}

h3.subtitel{
  color:#CCCCCC;
  padding-top: 20px;
  padding-bottom: 10px;
}

#gallery .currentview
{
	float: left;
        width: 804;
}

#controlpane {
  margin-left: 4px;
        /* float: right;*/
}

#previewpane {
  width: 791px;
  height: 271px;
  margin-left: 7px;
  margin-top: 1px;
  overflow: hidden;
  text-align: center;
}

#gallery .currentview .preview{
	float: left;
	clear: both;
	width: 804px;
	z-index:50;
}

#gallery .currentview .downloadlinks
{
	float: left;
	height: 32px;
	width: 416px;
	clear: both;
}

#gallery .thumbnails{
	float: left;
	width: 804px;
	margin: 0px 0px 0px 4px;
	z-index:100;
}

#gallery .thumbnails .overview{
	float: left;
	width: 804px;
/*        height: 320px; */
}

#gallery .thumbnails .overview a 
{
	float: left;
	border: none;	
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#gallery .thumbnails .overview a img
{
	float: left;
	padding: 2px;
	border: none;
}

#gallery .thumbnails .navigatie
{
	float: left;
	width: 	228px;
	height: 32px;
}

#gallery .thumbnails .navigatie .vorige
{
	float: left;
	width: 50%;
}

#gallery .thumbnails .navigatie .controls
{
	float: left;
	width: 33%;
	text-align: center;
}

#gallery .thumbnails .navigatie .volgende
{
	float: right;
	width: 33%;
	text-align: right;
}

a.gallery
{
	text-decoration: none;
	color: blue;
	font-weight: bold;	
	padding: 0px 2px 0px 2px;
}

a.gallery:hover{
	text-decoration: underline;
}

#moduleWrapper .module
{
  background-color:transparent;
}

div#homepageBottom
{
  margin-top:6px;
  float:left;
}

div#homepageBottomLeft, div#homepageBottomRight 
{
 float:left;
 position:relative;
 height:277px;
}

div#homepageBottomLeft
{
/* width:447px; */
  width:445px;
}

div#homepageBottomRight 
{
/*  width:358px; */
  width:360px;
}

#flashSchoolPicker
{
  position:absolute;
  left: -13px;
  top: -5px;
}

div#banners
{

}



div.banner
{
  position:relative;
  float:left;
  background: transparent url(/lentiz.nl/gfx1/ZyfbuacIS.gif) center center no-repeat; 
  width:172px;
  height:126px;
  text-transform:uppercase;
  text-align:center;
/*  margin-left:7px; */
  margin-left:8px;
  display:inline;
}

div.banner a
{
  float:left;
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  overflow:hidden;
}


div.banner img
{
  margin-top: 7px;
}

div.banner span
{
  display:block;
  color:black;
  font-family:impact; 
  width:100%;
  overflow-x: hidden;
}

div.banner span.small
{
  font-size:16px;
  margin-top:5px;
  /*height:18px;
  overflow:hidden;*/
}

div.banner span.normal
{
  font-size:20px;
  margin-top:3px;
}

div.banner span.big
{
  font-size:26px;
}


div#newsticker
{
  display: inline;
  margin-left:10px;
  margin-top: 5px;
  margin-bottom: 5px;
  float:left;
  width:347px;
  font-weight:bold;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  height: 15px;
}

 