/* Achtergrond eigenschappen */

BODY
.blank { 
	color: #000000;
background: #FFFFFF;
}

.achtergrond { 
	color: #000000;
	background: url(http://www.rathaven.nl/images/ivy3.gif) #FFFFFF repeat-y fixed;
}

/* Alles in dezelfde font-type */
* {
	font: 10pt "Lucida Bright"
}

#UNDERLINE {
	text-decoration: underline;
}

/* --- Link --- */
A {
	text-decoration: none;
}

A:link {
	font-weight: normal;
	color: #84AD84;
	background-color: #FFFFFF;
}

A:visited  {
	font-weight: normal;
	color: red;
	background-color: #FFFFFF;
}

A:hover {
	font-weight: normal;
	color: #849C84;
	background-color: #FFFFFF;
	text-decoration: underline;
}

A:active {
	font-weight: normal;
	color: #FF6633;
	background-color: #FFFFFF;
}

A.copy {
	font-size: 8pt;
}


/* --- Heading --- */

H1 {
	text-align: center;
	font-weight: bold;
	color: #FF6633;
	font-size: 12pt;
}

H2 {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	font-size: 16pt;
}

H3 {
	text-align: center;
	font-weight: bold;
	color: #FF0000; 
	font-size: 16pt;
	text-decoration: underline;
}

H4 {
	text-align: center;
	font-weight: bold;
	color: #FF6633; 
	font-size: 12pt;
	text-decoration: underline;
}

H5 {
	text-align: center;
	font-weight: normal;
	color: #FF6633; 
	font-size: 10pt;
}

/* --- Paragraph --- */
P {
	text-align: left;
	font-size: 10pt;
	color: #000000;
}

.center {
	text-align: center;
	font-size: 10pt;
	color: #000000;
}

.center-u {
	text-align: center;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}

.underline {
	font-size: 14pt;
	color: #FF6633;
	text-decoration: underline;
}

.optimized {
	text-align: center;
	font-size: 8pt;
	color: #FF6633;
}

.copyright {
	text-align: center;
	font-size: 8pt;
	color: #FF6633;
}

.verklaring {
	border-bottom: 1px dashed;
	cursor: help;
}

.display {
	text-align: center;
	font-size: 8pt;
	color: #000000;
}

/* --- Div --- */

DIV {
}
.menu {
	float: left;
	width: 100px;
	height: 100%;
}

.main {
	float: left;
	width: 750px;
	height: 200px;
}

/*
.bottom {
	top: 550px;
	left: 250px;
	height: 40px;
	margin: 15px;
	text-align: center;
}
*/

/* --- Table --- */

TABLE.top {
	width: 100%;
}

.menu {
	width: 90px;
	border: 0px;
	padding: 0px;
}

.bottom {
/*	align: center;*/
	width: 110px;
	height: 30px;
	border: 0px;
	padding: 0px;
}

/* --- Unordered List --- */

ul.circle {
  list-style-type: circle;
}

ul.square {
  list-style-type: square;
}

