/**
 * 2010/03/28: opgeschoond en aangevuld voor instructie RK
 */

html, body {
 padding: 0;
 margin: 0;
 border: 0;
}

html {overflow-y:scroll;}

body {
 font: normal 12px Verdana, Arial, Helvetica, sans-serif;
 line-height: 160%;
 background: #fff url(../img/bg.gif) center 0 repeat-y;
}

#container {
 position: relative;
 margin: 0 auto;
 width: 948px;
 min-height: 100%;
}

#header {
 position: fixed;
 top: 0;
 width: 948px;
 height: 200px;
 background: #fff url(../img/header.gif) 0 0 no-repeat;
 z-index: 1;
}

#content {
 position: relative;
 top: 210px;
 left: 240px;
 width: 568px;
 color: #313a71;
 height:100%;
 padding-bottom: 1em;
}

#content p {
 margin-top: 0;
}

#content p.first {
 margin-top: 1em;
}

#content p.smalltxt {
 font-size: 83%;
}

#footer {
 position: fixed;
 width: 948px;
 height: 87px;
 bottom: 0;
 background: transparent url(../img/footback_half.png) 0 0 no-repeat;
 z-index: 1;
}

#wyber {
 position: fixed;
 width: 95px;
 height: 142px;
 margin-left: 852px;
 bottom: 0;
 background: transparent url(../img/wyber-ro.png) bottom right no-repeat;
}

#crumz {
 position: relative;
 top: 172px;
 height: auto;
 margin-left: 240px;
 font-size: 80%;
 font-weight: bold;
 color: #313a71;
}

#nav {
 position: fixed;
 top: 210px;
 text-align: right;
 font-size: 83%;
 z-index: 2;
 width: 200px;
}

#nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#nav a {
 display: block;
 color: #313a71;
 text-decoration: none;
 border-bottom: 1px solid #ffebcc;
 padding-right: 15px;
}

#nav li.meer {background: url(../img/right_arrow.gif) right top no-repeat;}
#nav li.open {background: url(../img/down_arrow.gif) right top no-repeat;}
#nav li.meer a:hover {background: #ffebcc url(../img/down_arrow_d.gif) right top no-repeat;}
#nav li.open a:hover {background: #ffebcc url(../img/down_arrow_d.gif) right top no-repeat;}
#nav li.single a:hover {background: #ffebcc;}

#nav ul ul {
 margin-bottom: 10px;
}


#nav ul li.open a {
 color: #7b2537;
 border-bottom: 1px solid #fff;
}

#nav ul ul li.open a {
 color: #ffaA30;
}

#nav ul ul ul li.open a {
 color: #bd929b;
}

#nav a.linkSelected {
	background: inherit;
	background-color: #ffebcc;
}

#nav li.meer ul {position:fixed; left:-999px; z-index:5;}

/** dit soort dings is altijd wel handig ... ehmmmm zegt P2 daarop */
.vet {font-weight:bold;}

#content ul,
.modalTxt ul {
 margin-left: 0;
 padding-left: 17px;
}

.modalTxt ul {
    margin:0;
}

#content ul ul {
 list-style: square;
 margin-top: 0;
 margin-bottom: 1em;
}

#content ul ul ul {
 list-style: circle;
}

h1 {
 font-size: 1.3em;
 margin: 0 0 0.5em;
}

h2 {
 font-size: 1.15em;
 margin: 1.5em 0 0.25em;
}

h3 {
 font-size: 1em;
 margin: 1.5em 0 0 0;
}

h2.eerste, h3.eerste {
 margin-top: 0;
 padding-top: 0;
}

h2.streep, h3.streep {
 border-top: 1px solid #ffebcc;
 padding-top: 0.5em;
}

h4 {
 font-size: 1em;
 font-style: italic;
 margin: 1.5em 0 0 0;
}

.comment {
 font-size: 90%;
 font-weight: bold;
 color: #7b2537;
 padding: 5px 10px;
 background-color: #ffebcc;
 border: solid 2px #7b2537;
}

#content a:link, #content a:visited, #crumz a:link, #crumz a:visited {
 color: #FF9A30;
 text-decoration: none;
 line-height:140%;
}

#content a:hover, #crumz a:hover {
 color: #FF9A30;
 text-decoration: underline;
}

#content a:active, #crumz a:active {
 color: #FF9A30;
}

#content a img {
 text-decoration: none;
 border: none;
}

#footer p {
 padding: 0 140px 0px 240px;
 font-size: 9px;
 line-height: 10px;
 text-align: center;
 color: #7b2537;
}

#footer img {
 float: left;
 margin: 0 10px 0 25px;
 border: none;
}

strong {
 font-weight: bold;
}

em, cite {
 font-style: italic;
}

img.rechts {
 float: right;
 margin: 0 0 1em 1em;
 border: none;
 display:block;
}

img.links {
 float: left;
 margin: 0 1em 1em 0;
 border: none;
 display:block;
}

img.center {
 display: block;
 margin: 0.5em auto;
 border: none;
}

img.metruimte {
 margin: 0 10px;
 border: none;
}

img.intekst {
    display:inline;
}

.jaarverslag {
 float: left;
 margin: 0 1em 1em 0;
 text-align: center;
}

.jaarverslag img {
 border: solid 1px #7b2537;
}

.clearfloat {
 clear: both;
}

#content a {
 text-decoration: none;
 border: none;
}

/**
 * voorstel Kooi: [class]naam [verborgen] wijzigen in 'insertable' oid?
 * is geworden: insert zegt P2 heee heeee 
 */
.insert {
 margin: 1em 0;
 padding: 0.5em 1em;
 border: solid 1px #7b2537;
}

.insert table td {
 vertical-align: top;
 padding: 5px 0;
}

.inmemoriam {
 margin: 1em 0;
 padding: 0.5em 1em;
 border: double 3px #7b2537;
}

/**
 * Blame: Kooi
 */
#ie6 {
	position:absolute;
	top: 5px;
	left: 5px;
	width:300px;
	height:auto;
	color:#fff;
	padding:5px;
	border:1px solid red;
	background:#FFFFFF;
	font:normal 1.1em/1.2em verdana,arial;
}
#ie6 div.close {
	float: right;
	color:#006;
}

#ie6 div.close button{
	padding: 0 3px;
}
#ie6 a {
	color:#FFFFC0;
	font-weight:bold;
}

.top0 {
	margin-top: 0;
}
.hidden {
	display: none;
}

.notvisible {
	visibility: hidden
}

#wait {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

#wait img {
    position:absolute;
    top:50%;
    left:50%;
}

 /** 
  * TOOLTIPS
  */
.ExtBox{
	position:absolute;
	font-weight:bold;
	border:1px solid #BD929B;
	color:#006;
	background: #ff9a30;
	padding:0.2em 0 0 23px;
	overflow:hidden;
	width:auto;
	height:100px;	
	font-size:95%;
}
.ExtBox .txt{
	color:#006;
	padding:0.5em;
	margin:-0.3em 0 0 -23px;
	background:#FFFFF0;
	color:#006;
	font-weight:normal;
	cursor:text;
	display:inherit;
	visibility:inherit;
	border-top: 1px dotted #BD929B;

}
.CanMove{
	background-image:url(/img/canmove2.png);
	background-repeat:no-repeat;
	background-position: 7px 0.5em;
	cursor:move;
}

.ExtBox .headclose{
	position:absolute;
	right:0;
	top:3px;
	padding:0 6px 0 12px;
	font-weight:bold;
	float:right;
	margin-left:12px;
	z-index:10000;
}

.bottomcurve5{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
.curve5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.noHead{
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.tt{
	display:inline-block;
	cursor:default;
	border-bottom:1px dashed #999;
}
.ttContent{
	display:none;
}

.ExtBox .txt a {color:#FF9A30;text-decoration:none;}
.ExtBox .txt a:hover {text-decoration:underline;}

.ExtBox .txt p,
.ExtBox .txt div {
	margin:0.1em 0 0 0.2em;
    font: normal 95%/160% verdana,calibri;
}

.ExtBox .txt pre{
	font: normal 80%/160% courier new,calibri;
	margin:0;
}
.ExtBox .txt td{
	padding:0 2px 0 2px;
	vertical-align:top;
	white-space:pre-wrap;
}

.ExtBox .txt ul {
  width: inherit;
/*
margin-left:-1.5em; in ie7 gaat dit mis, laat dus maar
*/
  margin-top: 0.2em;
}

.elDraggable{
	cursor:move;
}
.dragFrame{
	cursor:move;
	width:inherit;
	height:inherit;
}
/* TOOLTIPS nd DRAG END */

/**
 * lijsten lijsten lijsten lijstenbesjes?
 */

#content ul.nobullet {
 margin-left: -1.5em;
 list-style: none;
}

#content ul.uitvouw {
	margin-left:-1.5em;
}

#content ul.uitvouw li {
	clear: both;
	list-style:none;
}

#content ul.uitvouw ul li  {
 list-style: disc;
}

#content ul.uitvouw li div.fold {
 color: #313a71;
 padding: 0.3em 0 0.3em 1.5em;
 background: transparent url(../img/isdicht.gif) 2px 8px no-repeat;
 display: block;
 width: 100%;
 font-size: 100%;
 border-top: 1px solid #ffebcc;
}

#content ul.uitvouw li div.fold.open {
 background: transparent url(../img/isopen.gif) 2px 8px no-repeat;
}

#content ul.uitvouw li div.fold:hover,
#content ul.uitvouw li div.fold.open:hover {
 background-color: #ffebcc;
}

#content ul.uitvouw li .normalTxt {
 margin: 0.5em 0; /*beetje kleiner gemaakt, was wel erg veel witruimte RK*/
}

a.pdf {
 background:url(../img/pdficonsm2.gif) left top no-repeat;
 padding-left: 19px;
}

a.pdf2 {
 background: url(../img/pdficonsm2.gif) left 2px no-repeat;
 padding-left: 19px;
 display: inline-block;
 width: 40%;
 font-size: 95%;
}

a.mail {
 padding-left: 19px;
 background: url(../img/mail.gif) left 2px no-repeat;
 font-size: 95%;
}

/** 
 * uitvouwlinkje niet-als-kopje-dus-in-tekst
 */
span.fold,div.fold {
	background: url(../img/info05a.gif) 2px 3px no-repeat;
	color: #FF9A30;
	padding-left: 19px;
	display: inline-block;
	width: 40%;
	font-size: 95%;
	cursor:pointer;
	cursor:hand;
}

span.fold.vb,div.fold.vb {
	width: auto !important;
	display: inline;
}

span.fold:hover {
 text-decoration: underline;
}

/** 
 * uitvouwlinkje niet-als-kopje-dus-in-tekst-maar-dan-inline 
 * voor in de reguliere tekst
 */
span.fold.inline {
    display: inline-block;
    width: auto;
    background: url(../img/down_arrow.gif) right top no-repeat;
    padding: 0 12px 0 0;
	font-size: 1em;
}

/** 
 * invouwlinkje niet-als-kopje-dus-in-tekst-maar-dan-inline
 * voor in de uitgevouwen tekst
 */
span.fold.inline.minder {
    background: url(../img/up_arrow.gif) right 200% no-repeat;
}


span.fold.close,
span.fold.closepermanent, div.fold.closepermanent {
    background-image: url(../img/close_p2.gif);
}

div.noMargin {
	margin-top:0;
}

.warn {
	color:red;
	font-weight:bold;
}

#fontstuff {
    position:fixed;
    top:20px;
    left:20px;
    width:150px;
    border:1px dotted #c0c0c0;
    padding:6px;
	display:none;
}

.lettergrootte {
	position:static;
	width:100px;
	border: 1px solid #c0c0c0;
	padding:3px;
	text-align:center;
	margin-right: 5px;
	cursor:pointer;
	cursor:hand;
	margin-top:5px;
	
}

.letter {
	position:static;
	width:100px;
	padding:3px;
	text-align:center;
	margin-right: 5px;
}

.link {
	color:#FF9A30;
	cursor:hand;
	cursor:pointer;
}

.devlink {
    color:#FF9A30;
    cursor:default;
}

.modal {
    z-index:1000000;
    opacity:0.4;
    filter:alpha-opacity(40%);
    background-color:#FFF;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding:0;
    margin:0;
}

.modalBox {
    color: #313a71;
	position:absolute;
	background: transparent url(../img/verloopmodal.png) left top repeat-x;
    border: 1px solid #e0e0e0;
	z-index:1000001;
	border:1px solid #999;
	width:350px;
	text-align:left;
	margin:0;
	padding: 2px 0 0 8px;
	font-weight:bold;
}

.modalBox .closer {
    position:absolute;
    right: 2px;
    top: 2px;
    width: 12px;
	color: #999;
}

.modalBox .modalTxt {
    background-color: transparent;
    padding: 2px 8px;
	z-index:1000002;
	color:#FFFFFF;;
	margin-top: 0.1em;
    margin-left: -8px;
	text-align:left;
	font-weight:normal;
}

.modalBttnDiv {
	margin-bottom:0.5em;
	text-align:center;
	margin-top: 1.5em;
}

/**
 * FORMULIEREN
 */

.label {
    clear:both;
    display:inline-block;
    width: 25%;
    float:left;
    text-align:right;
    padding: 0 5px;
    margin-top: 0.3em;
    vertical-align:bottom;
}

.labelarea {
    width: 80%;
    float:left;
    text-align:center;
    margin: 0 10%;
    margin-top:1.5em;
    background-color:#ffebcc;
    border: 1px dotted #FF9A30;
}

.buttoncontainer{
    clear:both;
    display:inline-block;
    width: 80%;
    float:left;
    text-align:center;
    margin: 0 10%;
    margin-top:0;
}

.bttn{
    color: green;
}

.txtInput
{ 
  display:inline-block;
  font-size:1em;
  font-family: verdana,arial;
  border: none;
  border-bottom: 1px dotted #FF9A30;
  padding: 0 2px 2px 2px;
  vertical-align:bottom;
  margin-top: 0.5em;
}

.Short
{
  width: 12em;
}

.long
{
  width: 60%;
}

.verplicht
{
  color:red;
}

.errInput
{
  background: #FFB39F;
}

.preRadio {
  vertical-align:top;
  margin-top:0px;}

.rightBlock {
    margin-top: 0.5em;
    margin-left: 15em;
    text-align:left;
    width:25em;
}

.fullBlock {
  margin-top: 1.5em;
    text-align:left;
    width:27em;
    clear:both;
    float:none;
    padding: 4px;
    font: normal 1em/1.3em verdana, arial;
}

.borderBottomDotted
{ border-bottom:1px dotted #000; }

.borderTopDotted
{ border-top:1px dotted #000; }

.submit {
  color:green;
  font-weight:400;
}

form#ptwo {background:#fff; width:550px; padding:10px; margin:0 auto; border:1px solid #ffebcc;}
form#ptwo fieldset {padding:5px; border:none;}
form#ptwo fieldset#berichttekst {margin: 1em 5% 0; background-color: #ffebcc; text-align:center;}
form#ptwo legend {color:#FF9A30; font-weight:bold; padding:3px;}
form#ptwo legend.niksrin {display:none;}
form#ptwo label {display:block; float:left; width:125px; text-align:right; padding-right:5px; color:#313a71; margin-bottom:0.5em;}
form#ptwo label.centered {float: none; text-align:center; padding-top: 5px;}
form#ptwo .verplicht {color:#7b2537;}
form#ptwo input {margin-bottom:0.5em; border: none; border-bottom: 1px dotted #7B2537; width: 320px;}
form#ptwo textarea {border: 1px dotted #7B2537; padding: 5px; width: 400px; height: 196px; overflow:auto; margin-bottom: 1em;}
button.bttnp2 {background-color: #ff9a30; color: #fff; padding: 2px 3px; border: 1px solid #7b2537; cursor:pointer;}


input.nbinschrijf {margin-bottom:0.5em; border: none; border-bottom: 1px dotted #7B2537; width: 200px;}
.nbLabel {float:left;width:100px;text-align:right;padding-right:0.3em;}

.red {color:red;}
.invert {background:black;color:white;}

/*
 * div sitemap komt niet (meer) voor? Alles via script?
 */
#sitemap ul {
	margin-top:0;
	height:auto;
}

#sitemap li a {
	font-weight:normal;
}

.normalTxt {padding-left:1.5em;}

.debugflip {
    position:absolute;
    top: 127px;
    left: 129px;
    padding: 0 2px;
}

#debugTxt ul li {
	margin: 0 0 0 -1.5em;
}

#debugTxt ul li.noli{
	list-style:none;
	color: green;
	font-style:italic;
	font-weight:600;
    background:#ffebcc;
    text-align:center;
}

.devinf {margin:2px;padding:4px;border:1px solid green;}

form#ptwo {background:#fff; width:550px; padding:10px; margin:0 auto; border:1px solid #ffebcc;}
form#ptwo fieldset {padding:5px; border:none;}
form#ptwo fieldset#berichttekst {margin: 1em 5% 0; background-color: #ffebcc; text-align:center;}
form#ptwo legend {color:#FF9A30; font-weight:bold; padding:3px;}
form#ptwo legend span {position:relative; top: 15px; /*margin-left:225px;*/ font-weight:normal;}
form#ptwo label {display:block; float:left; width:125px; text-align:right; padding-right:5px; color:#313a71; margin-bottom:0.5em;}
form#ptwo label.centered {float: none; margin: 0 auto 10px; /*margin-left: 180px;*/}
form#ptwo .verplicht {color:#7b2537;}
form#ptwo input {margin-bottom:0.5em; border: none; border-bottom: 1px dotted #7B2537; width: 320px;}
form#ptwo textarea {border: 1px dotted #7B2537; padding: 5px; width: 400px; height: 196px; overflow:auto;}
button.bttnp2 {background-color: #ff9a30; color: #fff; padding: 2px 5px; margin: 0 0 10px 0; border: 1px solid #7b2537; cursor:pointer;}

dl.mw2 { /* background-color: #E5D3D7; */ display: inline-block; margin-bottom: 1em; margin-top:0.3em; width: 520px;}
dl.mw2 dt { float: left; width: 75px; text-align: right; font-weight: bold; }
dl.mw2 dd { margin-left: 235px; }
dl.mw2 dt.fotootje { width: 150px; text-align: left; }
dl.mw2 dt.fotootje img { border: 2px solid #E5D3D7; max-width: 150px; }

#filterResult {margin-left:15px;padding:3px;background:#ffebcc; }
.highlight {font-weight:bold;background:#ffebcc;}

.smaller {
	font-size:smaller;
}

.green {
	color: green;
}

.greenbold {
	color: green;
	font-weight: bold;
}

ul.numbered {
	list-style:decimal;
}

.shadow3ro {
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}

#instructie {
	display:none;
}

pre {
	background-color: #FFFFC0;
	padding: 5px;
	border: 1px dotted #c0c0c0;
}

.voorbeeld {
	border: 1px dotted #c0c0c0;
	padding: 5px;
}

.debuggerview {background:transparent;}
