#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 120px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-size:80%
}





/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 




body {
	font: 90% Arial, sans-serif;	
	width: 60%;
	margin-left: 1%;
	background:white;
}

li {

	display: inline;
	padding:10px;
	font-size:120%;
	list-style: none;

}

#verticalmenu ul {
	text-align:left;
	float:left;
}
#verticalmenu li {
	background:lightyellow;
	margin:0;
	padding:0;
	width:180px;
	display:block;
}

#verticalmenu li a:hover {
	background:white;
	
}



textarea {
	font: 120% Arial, sans-serif;
	width: 290px;
}

hr {
	color: gray;
}

h2 {
	color: darkred;
}
h3 {
	color: darkred;
}

table, tr, td{
	font-size:100%;
	border-style: none;

}

#backgroundheaderstable {
	background: lightgrey;
	width: 175px;
}

a:visited{
	text-decoration:none;
	color:darkred;
}

a:hover {
	color: red;
}

a {
	color:red;
	text-decoration: none;
}

td#blue {
	border: 1px solid white;
	background:blue;
}
td#red {
	border: 1px solid white;
	background:red;
}
td#green {
	border: 1px solid white;
	background:green;
}
td#orange {
	border: 1px solid white;
	background:orange;
}
td#yellow {
	border: 1px solid white;
	background:yellow;
}
td#purple {
	border: 1px solid white;
	background:purple;
}

.right {
	text-align:right;
}