@charset "iso-8859-1";

BODY {
	text-align: center;
	font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;
	line-height: 110%;
	background-color: #000000;
	/* background-image: url(images/backbody.png); */
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

/* unvisited link */
A:link { 
	color: #339999;
	text-decoration: none;
	background-color: transparent;
}

/* visited links */
A:visited {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}

/* active links */
A:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

/* mouse moving over link */
A:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

/* setting the anchor border around IMG elements requires contextual selectors */
A:link IMG {
	border: 0px;
}

A:visited IMG {
	border: 0px;
}

A:active IMG {
	border: 0px;
}

H1 {
	text-align: right;	
	font-size: 2.4em;	
	color: #ee0000;	
}

H2.white {
	text-align: left;	
	font-size: 1.2em;	
	color: #ffffff;	
}

H2.yellow {
	text-align: left;	
	font-size: 1.2em;	
	color: #ffff00;	
}

H2.red {
	font-size: 1.2em;	
	color: #ee0000;	
}

H3 {
	text-align: left;	
	font-size: 1em;
	color: #ee0000;	
}

HR {
	height: 1px;
	border-color: #334444;
	border-width: 1px;
	border-style: dotted;
}

/* user defined settings */

IMG {
	border: 0px;
	margin: 2px;
}

IMG.title {
	margin: 0px;
}

IMG.document {
	margin-left: 4px;
	margin-top: 0px;
}

TABLE.main {
	background-color: #eeddbb;
	background-image: none;
	color: #000000;
	font-size: 0.833em;
	width: 700px;
	border-color: #ffff00;
	border-width: 2px;
	border-style: none solid;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
}

TABLE.specs {
	background-image: none;
	font-family: trebuchet ms,arial,helvetica,sans-serif;	
	font-size: 0.8em;
	border-style: none;
	border-width: 1px;
	padding: 2px;
	width: 100%;
}

TABLE.list {
	background-image: none;
	font-family: trebuchet ms,arial,helvetica,sans-serif;	
	font-size: 1em;
	border-style: none;
	border-width: 0px;
	padding: 2px;
	width: 100%;
}

TD.header {
	text-align: left;	
	border-style: solid;
	border-width: 0px;
	color: #ffffff;
	background-color: #334444;
	padding: 15px;
	margin: 0px;
}

TD.footer {
	text-align: justify;	
	border-style: solid;
	border-width: 0px;
	color: #ffffff;
	background-color: #334444;
	padding: 15px;
	margin: 0px;
}

TD.text {
	text-align: justify;
	color: #000000;
	background-color: #eeddbb;
	padding: 15px;
	margin: 0px;
	width: 67%;
}

TD.menu {
	text-align: right;
	background-image: none;
	border-style: solid;
	border-width: 0px;
	border-right-color: #ee0000;
	border-right-width: 2px;
	border-right-style: solid;
	padding: 15px;
	margin: 0px;
	font-weight: bold;
	width: 33%;
}

TR.data {
	background-color: #ddccaa;
}

TR.header {
	background-color: #ccbb99;
}

P.titel {
	/* font-family: verdana,arial,helvetica,sans-serif;	*/
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
}

P.kopje {
	/* font-family: verdana,arial,helvetica,sans-serif;	*/
	font-weight: bold;
	color: #cc0000;
}

P.logos {
	text-align: right;
}

P.opmerking {
	font-family: trebuchet ms,arial,helvetica,sans-serif;	
	font-size: 0.8em;
}

P.bijschift {
	font-family: verdana,arial,helvetica,sans-serif;	
	font-size: 1em;
	font-style: italic;
	color: #999999;
}

P.smaller {
	font-size: 1em;
	background-color: #ddccaa;
	padding: 5px;
	margin: 5px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccbb99;
}

INPUT {
	font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;	
	font-size: 1em;
}

TEXTAREA {
	font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;	
	font-size: 1em;
}

OL.decimal {
	list-style: decimal;
}

OL.alpha {
	list-style: lower-alpha ;
}

#yellow {
	color: #ffff00;
}

#left {
	text-align: left;
}
