/* css voor algemene instellingen */
/* instellingen body, html en #blok ivm centrering */
body, html {
	width		:100%;
	height		:100%;
}
#blok {
	width		:936px;
	margin-right:auto;
	margin-left	:auto;
}
body {
	margin			:10px 10px 0 10px;
	padding			:0;
	background		:url(../klein/frontaal_logo_pen_groen.gif);
	font-family		:Arial, Helvetica, sans-serif;
	color			:green; /*black;*/
	background-repeat	:repeat;
}
p {
	font-size		:95%;
}
li {
	font-size		:95%;
}
h1 {
	color			:green;
	margin			:10px;
	font-size		:160%;
}

h2 {
	border-top		:1px solid green;
	color			:green;
	margin			:10px;
	font-size		:130%;
}

h3 {
	border-top		:1px solid green;
	color			:green;
	margin			:10px;
	font-size		:120%;
	font-style		:italic;
}

h4 {
	border-top		:1px solid green;
	color			:black;
	margin			:10px;
	font-size		:110%;
}

hr{
	color			:green;
	margin			:10px;
}
pre {
	margin			:10px;
	font-family		:Arial, Helvetica, sans-serif;
}
	
/* css voor copyright tekst */
p.copyright {
	text-align		:center;
	font-style		:italic;
	font-size		:x-small;
	border-top		:1px solid green;
	padding-top		:10px;
	}
p.menubalk {
	text-decoration : none;
	text-align		:center;
	font-style		:normal;
	font-size		:small;
	border-top		:1px solid green;
	padding-top		:10px;
	}

/* css voor voor terug naar bovenkant pagina */
p.terug {
	text-align		:center;
	font-style		:normal;
	font-variant	:x-small; /*small-caps;*/
	font-size		:x-small;
	}	
	
/* css voor plaatsing logo */
#logo {
	top				:20px;
	width			:133px;
	position		:absolute;
	}
	
/* css voor navigatiebalk in linkergedeelte pagina */
#navigatie {
	position 		:abolute;
	font-weight		:bold;
	background		:transparant;/*#CFFFCC;*/
	list-style		:none;
	margin-top		:10px;
	text-align		:center;
	border-style	:solid solid solid solid;
	border-width	:1px 1px 1px 1px;
	border-color	:green;
}
	
#navigatie a {
	display			:block;
	text-decoration	:none;
	border-style	:solid none solid none;
	border-width	:1px 0px 1px 0px;
	border-color	:green;
	}

#navigatie a:link {
	color			:black;
	}

#navigatie	a:visited {
	color			:black; 
	}
		
#navigatie a:hover, #navigatie a#huidig {
	border-color	:green;
	color			:green; 
	background-color:white;
	}

/* css voor middengedeelte met tekst */	
#inhoud {
	background		:#FFFFCC;
	margin-top		:10px;
	position		:absolute;
	border-style	:solid;
	border-width	:1px;
	border-color	:green;
	width			:600px;
	}

#inhoud p {
	margin			:10px;
	}

/* css voor opmaak schrijfsels */
#inhoud_keuze table {
	font-size		:80%;
	}
	
/* css voor rechtergedeelte	pagina met plaatjes */
#terzijde {
	background		:#FFFF99;
	position		:absolute;
	margin-top		:10px;
	width			:190px;
	border-style	:solid;
	border-width	:1px;
	border-color	:green;
	text-align		:center;
	font-style		:italic;
	font-size		:100%;
	font-weight		:normal;
	}
.jaar {
	margin-left		:10px;
	margin-right	:10px;
	font-style		:italic;
	font-weight		:bold;
	font-size		:75%;
	}
.bijschrift{
	margin-left		:10px;
	margin-right	:10px;
	font-style		:italic;
	font-weight		:normal;
	font-size		:75%;
	}
.tips {
	margin-left		:10px;
	margin-right	:10px;
	font-style		:italic;
	font-weight		:bold;
	font-size		:75%;
	}
.html-marquee 
{
	height			:40px;
	width			:170px;
	padding-right	:5px;
	background-color:#FFFFCC;
	text-align		:left;
	font-style		:normal;
	font-size		:80%;
	color			:green;
	border-width	:1px;
	border-style	:solid;
	border-color	:green;
}

/* css voor archiefbalk in rechtergedeelte schrijfsels pagina */
#nav_archief {
	position		:absolute;
	font-weight		:normal;
	background		:#FFFF99;
	list-style		:none;
	margin-top		:10px;
	width			:190px;
	font-style		:normal;
	text-align		:center;
	border-style	:solid;
	border-width	:1px;
	border-color	:green;
}
#nav_archief h2 {
	border-top		:0px solid green;
	margin			:10px;
	font-size		:110%;
	font-style		:italic;
}
#nav_archief a {
	text-decoration	:none;
	border-style	:solid none solid none;
	border-width	:0px;
	border-color	:green;
	font-size		:90%;
	}
#nav_archief a:link {
	color			:black;
	}
#nav_archief a:visited {
	color			:red; 
	}
#nav_archief a:hover {	
	border-color	:green; 
	color			:green;
	font-weight		:bold;
	background-color:white;
	font-size		:82%;
	}
	
/* CSS voor opmaak pagina links.html */
#links a:link {
	color			:black;
	font-size		:85%;
	}
#links a:visited {
	color			:res; 
	}
#links a:hover {
	border-color	:green;
	color			:green; 
	background-color:white;
	}

/* CSS voor opmaak doorstrepen datum */	
.geweest {
	text-decoration	:line-through;
	}

