/* HermeNs CSS voor Screen en Projection
 * Naam: "Mini3"
 * (c) 2004, 2005 Hermen Toersche
 */

/* Algemeen */
body, div, a img, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table, table th, table td { /* Geen spacing als ik er niet om vraag! */
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

table {
	margin-top: 1em;
	margin-bottom: 1em;
}

.centered { /* div, p, ... */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p, blockquote, dl, ol, ul {
	margin: 0.8em 0em;
	padding: 0px;
}

ol {
	padding-left: 2.5em;
}

ul {
	padding-left: 1em;
}

ul > li > ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0px 0px 0.1em 1em;
}

div.vak, h2, h3, h4, h5, h6, .note /* main block-level elementen */
{
	margin: 0.7em 0em;
}


ul.inline, ul.pagenav {
	list-style-type: none;
	padding: 0px;
}

body {
	color: #000;
	font-family: Constantia, Georgia, serif;
	font-size: 1.0em;
	background: #D8D8D8 url("../img/topbannerbody.jpg") 213px 188px repeat-x;
	margin: 0px;
	padding: 0px;
}

/* Header */
div#header {
	background: #263E48 /* pipet */ url("../img/topbannerback.jpg") 213px 0px repeat-x;
	margin: 0px 0px 12px 0px;
}

h1 { /* Paginatitel*/
	position: absolute;
	left: 230px;
	top: 118px;
	color: #FFF;
	font-family: Constantia, Georgia, serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 39px;
	padding: 0px;
	margin: 0px;
	z-index: 5; /* hoger dan header */
}

h1:after { /* Zelfde rat, nieuwe versiering */
	position: absolute;
	display: block;
	width: 200px; /* force minwidth */
	margin-left: 16px;
	background: none;
	color: #808888;
	font-size: 14px;
	line-height: 22px;
	font-family: Calibri, "Trebuchet MS", "Arial", sans-serif;
	font-weight: 600;
	content: ".. de rat leest mee !";
}

div#headertitel { /* HermeNs Website (tekst voor IE) */
	position: absolute;
	left: 180px;
	top: 30px;
	font-size: 50px;
	line-height: 60px;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	background: none;
	color: #FFF;
}

div#header > div#headertitel { /* NonIE krijgt de PNG... */
	background: url("../img/toptekst.png");
	width: 438px;
	height: 46px;
}

div#header > div#headertitel > span {
	display: none; /* verberg tekst als >-support (nonIE) */
}

div#headerversiering1 { /* Mini */
	background: url("../img/topbanner.jpg") no-repeat;
	width: 212px;
	height: 188px;
}

/* Menu */
ul#menu
{
	display: block;
	float: right;
	clear: both;
	margin: 8px 12px 8px 16px;
	padding: 0px;
	background: url("../img/menuachtergrond.gif") repeat-y 2px /*border-width li*/ 0px;
}

* > ul#menu { /* voor de rest: */
	margin-right: 16px;
}

ul#menu li { /* Menu-item */
	display: block;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	border: solid #E8E8E8;
	border-width: 0px 0px 1px 2px;
	/*border-bottom-color: #A0A0A0;
	*//*border-right-color: #A0A0A0;*/
	background-position: 2px 0px; /* borders erbij, IE*/
	background-repeat: no-repeat;
	background-color: #888;
	list-style-type: none;
}

ul#menu > li { /* correct: */
	background-position: 0px 0px;
}

ul#menu li:first-child, ul#menu li.menufirstchild { /*IE6-hack*/
	margin-top: 0px;
}

ul#menu li a { /* Menu-item-link */
	display: block;
	margin: 0px;
	width: 150px;
	height: 125px;
	background-position: 0px 1px;
	text-decoration: none;
	background: url("../img/void.gif"); /* hoverbug Opera */
}

ul#menu li > a { /* of toch weer niet helemaal in IE :p */
	height: 130px;
}

ul#menu li > a:hover /* als PNG ondersteunt: */
{
	background: url("../img/menuoverlay.png");
}

ul#menu a span { /* tekst hyperlink */
	float: right;
	background: #0C0C0C url("../img/vakheader.png") -5px -5px repeat-x; /* sub-tiel! */
	color: #FCFCFC;
	text-align: right;
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 4px 4px 0px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #555; /* #666 lb */
	border-top-color: #333;
	border-left-color: #333;
}

li#menu_home {background-image: url("../img/menu_home.jpg");}
li#menu_mij {background-image: url("../img/menu_mij.jpg");}
li#menu_computers {background-image: url("../img/menu_computers.jpg");}
li#menu_school {background-image: url("../img/menu_school.jpg");}
li#menu_overige {background-image: url("../img/menu_overige.jpg");}

/* Content */
div#content {
	margin: 16px;
}

div#content > *:first-child, div#content .dcfirstchild { /*h2 + p, h3 + p, h4 + p, h5 + p, h6 + p*/
	margin-top: 0em;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	margin-bottom: 0em; /* element er onder regelt de marge, voor <p>-effect*/
	font-size: 1.15em;
	font-weight: bolder;
}

h3 {font-size: 1.05em;} h4 {font-size: 0.95em;} h5 {font-size: 0.80em;} h6 {font-size: 0.65em;}


div#content a {
	font-weight: bold;
	letter-spacing: -0.08em;
	color: #0044BB;
}

div#content a:visited {
	color: #AA0055;
}

abbr, acronym {
	border-bottom: 1px dotted #808080;
}

div.vak {
	background: #E8E8E8;
	border: 0.12em solid #909090;
	border-right: 0.12em solid #606060;
	border-bottom: 0.12em solid #606060;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0em 0.5em 0.2em 0.5em;
	display: table; /* minimale afmetingen */
}

div.vak h2:first-child, div.vak h2.vakfirstchild {
	background: #0C0C0C url("../img/vakheader.png") -3px -3px repeat-x;
	color: #FFF;
	text-align: left;
	padding: 0.3em 0.5em;
	border-top: 0.05em solid #B0B0B0;
	border-bottom: 0.12em solid #787878;
	margin: 0px -0.5em 0.5em -0.5em;
	font-weight: bold;
	font-size: 1.0em;
}
/* selector belangrijker dan sub-item, daarom hier ==> nu geen first-letter meer.. */

div.note {
	border: 3px double #999;
	background: #F0F0F0 url("../img/noteovergang.png") -3px -3px repeat-x;
	margin-bottom: 1em;
	padding: 0.2em 1em 0.2em 1em;
	display: table; /* kleiner bitte! */
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	text-align: center;
}

* > div.note {
	width: auto;
}

/* Stuffbar */
div#stuff {
	clear: both; /* heeelemaal onderaan */
	font-size: 0.7em;
	margin-top: 0.5em;
	color: #222;
	background: #D8D8D8 url("../img/topbannerbody.jpg") repeat-x 0px -40px;
	padding: 0.5em 0.5em;
	border-top: 0.3em double #BBB;
}

div#stuff p {
	margin: 0em;
	padding: 0em;
}

div#stuff a {
	color: #111;
}

#stats {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

/* misc (unsorted) [HIER INVOEGEN] */

table.data_th
{
	border: 0.12em solid #909090;
	border-right: 0.12em solid #606060;
	border-bottom: 0.12em solid #606060;
	padding-bottom: 0.2em;
	background-color: #E8E8E8;
	display: table;
	/* zover equiv aan * > div.vak */
	padding-bottom: 0em;
}

table.data_th th
{
	background-color: #000;
	color: #FFF;
	text-align: left;
	padding: 0.3em 0.5em 0.3em 0.5em;
	border-top: 0.05em solid #B0B0B0;
	border-bottom: 0.12em solid #777;
	margin: 0px 0px 0.5em 0px;
	/*eerste header */
	font-weight: bold;
	font-size: 1.0em;
	/* zover equiv */
	margin: 0px;
	padding: 0.15em 0.4em 0.15em 0.4em;
	border-left: 0.06em solid #777;
	border-right: 0.06em solid #777;
}

table.data_th td
{
	padding: 0.2em;	
	border: 0.06em solid #C8C8C8;
}

div.downloadbanner {
	background-color: #E8E8E8; /* als in table */
	border: 1px solid #606060;
	margin: 0.5em auto;
	display: table;
	width: 100%; /* IExploder*/
	text-align: center;
	font-size: 1.0em;
	padding: 1em;
}

* > div.downloadbanner {
	width: auto;
}

div.downloadbanner span.downloadtitle {
	font-size: 2.0em;
	display: block;
}

a.feedlink img {
	vertical-align: middle;
	margin-left: 1em;
} 

a#opera_spambtn {
	display: block;
	float: right; 
	background: url("../img/opera_banner.gif");
	width: 88px;
	height: 31px;
	/* hide tekst */
	content: "";
	font-size: 1px;
	text-decoration: none;
}
