/* ### Layout ### */
body { font-family: Verdana, Arial, Helvetica; font-size: 15px; }
h1 { font-size: 18px; font-weight: bold; }
h2 { font-size: 16px; }
small { font-size: 11px; }

dl {
	background: url("/keurmerk/img/box_web.png") no-repeat top left;
	width: 158px;
	height: 190px;
	padding-top: 18px;
	text-align: center;
	float: left;
}
dt {
	margin: 10px;
	color: white;
	font-size: 15px;
	font-weight: bold;
}
dd {
  margin: 10px;
	color: white;
	font-size: 11px;
}

a.bx {
	text-decoration: none;
	cursor: pointer;
}


#maintable {
    width: 67%;
    margin: 30px 15px 30px 15px;
    float: left;
    color: #205684;
 	background: url("/keurmerk/img/header_lb.png") no-repeat top left;
}
#maintable h1, #maintable h2 { color: #065F1A; } /* was #705200 */
#maintable h1 {
	padding-top: 75px;
	margin-left: 123px;
}
#content {
	background-color: #FFFFDE;
	padding: 10px 20px;
	margin-left: 30px;
	min-height: 352px;
}
#sidetable {
    width: 220px;
    min-height: 400px;
    background: #0C7626 url("/keurmerk/img/box_top.gif") no-repeat top left;
    padding: 10px 10px 20px 10px;
    position: absolute;
    left: 72%;
    top: 100px;
    color: #FFFFFF;
}
#sidetable a { color: #FFFFFF; }
#sidetable a:visited { color: #B5CFBB; }


/* ### School overzicht ### */
address { margin-left: 15px; margin-top: 10px; }
span.bevestigd { border: 1px solid green; color: green; font-family: verdana; font-size: 10px; padding: 2px 4px; }
span.onbevestigd { border: 1px solid red; color: red; font-family: verdana; font-size: 10px; padding: 2px 4px; }
#log { font-size: 11px; }
a.scorelijst { font-size: smaller; margin-left: 15px; }

/* ### Vragenlijst ### */
div.subSectie { margin-left: 30px }  
th { background: #003366; font-weight: bold; color: #FFFFFF; text-align: left; }
th.antwoord { width: 35px }
acronym {
    z-index: 24;
    position: relative;
    color: #000000;
    border-bottom: 1px dotted green;
}
acronym:hover {
    z-index: 25;
    cursor: help;
}	
acronym q { display: none; }
acronym:hover q {
    display: block;
    position: absolute;
    top:20px; left: 10px; width: 300px;
    padding: 10px; overflow: visible;
    border: 1px solid #CCCC00;
    background-color: #FFFFCC; color: #000000;
    text-align: left; font-size: 13px; 
}
div.vak {
	width: 96%;
	border: 2px solid black;
	padding: 5px 15px 15px;
	margin-top: 20px;
}
#submitbutton { margin-top: 20px; text-align: right; }
#loginLink { display: none; }


/* ### Gegevens overzicht #### */
#score td { vertical-align: top; }
 

/* ### Print versie ### */              
@media print {
  #maintable {
	margin: auto;
	padding: 0;
	width: 95%;
	border: none;
  }
  #maintable h1 { margin: auto; padding: 0; }
  #content {
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
  }
  #sidetable { display: none; } 
}