@import url(notfornn4.css);
/* note with " is 'ok' but not ' since with ' ie5.2osx does not load the file , anyway it can be without anyway */

/* copyleft Christian Eggermont 2005
   enjoy the source (-;
*/

body
{
	margin:	0;
	padding: 0;
	font-family: palatino, georgia, serif;
	color: #300;
	background: #ff9 url(../i/cijfers4.png) fixed bottom right;
}
div, p, th, td, li, dd, dl, dt
{
	/* redundant selectors to help NS4 not forget */
	font-family:  palatino, georgia, serif;
}
blockquote
{
	float: right;
	display: block;
	width: 30%;
	font-family: georgia, palatino, serif;
	font-size: larger;
}
blockquote:first-letter
{
	font-size: 1.8em;
	font-weight: bolder;
	color: #630;
	float: left;
	border-top: thin dotted #c30;
	border-left: thin dotted #c30;
	padding: .1em;
}
dt
{
	font-weight: bold;
}
ol, li, dl, dt, dd
{
	line-height: 1.5em;
}
table
{
	border: 0;
}
p
{
	line-height: 1.3em;
}
h1     
{
	font-size: 2em;
	background-color: #ffa;
	border-bottom: thin dashed #dd5;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
h2
{
	font-size: 1.75em;
}
h3
{
	font-size: 1.5em;
}
h4
{
	font-size: 1.25em;
}
h5
{
	font-size: 1em;
}
h6
{
	font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6
{
	color: #c30;
	margin:	1.5em 0 0 0;
	font-family: arial, helvetica, sans-serif;
}
img
{
	border:	0
}
code, tt, pre
{
	font: small  "andale mono", monaco, courier, "courier new", monospace;
/*	color: #06c; */
	background: transparent;
}
strong, dfn
{
	font-weight: bolder;
}
dfn
{
	color: #c30;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted orange;
}

:link:focus, :visited:focus
{
	color: #900;
	background-color: transparent;
	text-decoration: underline;
}
:link
{
	color: #f30;
	text-decoration: none;
/*	font-weight: bold; */
}
:visited
{
	color: #c30;
	text-decoration: none;
}
:link:active, :visited:active
{
	color: #cc0;
	text-decoration: underline;
}
:link:hover, :visited:hover
{
	color:	#f60;
	background-color: transparent;
	text-decoration: underline;
}

#IEwinonly
{
	display: none;
}

.first
{
	margin-top: 1em;
}

.statement
{
	margin-top: 0;
	font-size: 1.25em;
}

#announce
{
	position: relative;
	margin: 2em 5% 2em 5%;
	/*color: */
	background-color: #ffb;
	padding: 1em;
	border: 1px dotted #f30;
}
#announce p
{
	margin: .5em 1em;
}
#announce ul
{
	margin-top: 0;
}

#ill
{
	position: relative;
	display: block;
	margin: 2em auto;
	text-align: center;
	font-size: small;
	/* color */
	background-color: #ffd;
	height: 218px;
	vertical-align: middle;
}
#ill img
{
	background-color: white;
	/* color */
	padding: 2px;
	margin-right: 1em;
	border: 1px solid black;
	float: left;
}
#ill p
{
	padding-top: 2em;
}

#ancient
{
	position: relative;
	bottom: 0em;
	width: 450px;
	margin-left: auto;
	padding: 3px 6px 1px 4px;
	font-style: italic;
	font-weight: lighter;
	font-size: small;
	/* color */
	background-color: #ffc;
	border-style: none solid none solid;
	border-width: thin thick thin thin;
	border-color: #f30;
}
#ancient > ul
{
	list-style: none;
}

