/* css voor algemene instellingen */
body {
	margin			:10px 10px 0 10px;
	padding			:0;
	background		:url(../klein/frontaal_logo_pen_groen.gif);
	font-family		:Arial, Helvetica, sans-serif;
	font-size		:100%;
	background-repeat	:repeat;
}
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		:120%;
}

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		:x-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 navigatiebalk in linkergedeelte pagina */
#navigatie {
	position 		:absolute;
	font-weight		:bold;
	background		:transparant;/*#CFFFCC;*/
	list-style		:none;
	left			:10px;
	width 			:133px;
	text-align		:center;
	}
	
#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;
	top				:10px;
	border-style	:none solid none solid;
	border-width	:0px 1px 0px 1px;
	border-color	:green;
	margin-left		:133px;
	margin-right	:191px;
	}

#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;
	top				:10px;
	right			:10px;
	width			:190px;
	border-style	:none solid none none;
	border-width	:0px 0px 0px 0px;
	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;
	top				:10px;
	right			:10px;
	width			:190px;
	font-style		:normal;
	text-align		:center;
}
#nav_archief h2 {
	border-top		:0px solid green;
	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;
	}

.geweest {
	text-decoration	:line-through;
	}
