body {
	background: url('menu.gif');
	background-repeat: repeat-y;
	background-color: #eeeeee;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:  verdana, tahoma, arial, times;
	font-size: 10pt;
	color: black;
}
div {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#main {
	background: url('logo3.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
	display: block;
	height: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding-left: 120px;
	padding-top: 80px;
	padding-right: 4px;
	position: absolute;
	z-index: 98;
}
#menu {
	display: block;
	position: absolute;
	top: 75px;
	height: auto;
	padding-left: 5px;
	font-size: 10pt;
	z-index: 99;
}

body>div#menu { position: fixed; }
body>div#header { position: fixed; }

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: black;
	text-decoration: none;
}
#menu a:hover {
	color: #FF4444;
}

h1 {
	font-size: 16pt;
	margin: 0 0 0 0;
}

h2 {
	font-size: 12pt;
}

a, a:link, a:visited, a:active{
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #FF4444;
	text-decoration: underline;
}

tr.lijsthead {
	background-color: #CC8833;
	font-weight: bold;
}
tr.lijsthead a, tr.lijsthead a:link, tr.lijsthead a:visited, tr.lijsthead a:active {
	color: black;
	text-decoration: none;
}
tr.lijsthead a:hover {
	color: white;
	text-decoration: none;
}

tr.lijst {
	color: black;
	font-weight: bold;
}
tr.lijst a, tr.lijst a:link, tr.lijst a:visited, tr.lijst a:active {
	color: black;
	text-decoration: none;
}
tr.lijst a:hover {
	color: red;
	text-decoration: none;
}

td {
	font-size: 10pt;
}
div.lijstintro {
	background: url('rock101.jpg');
	width: 550px;
	font-weight: bold;
	color: white;
	border: 2px inset;
	padding-top: 10px;
	padding-bottom: 10px;
}
img {
	border: 0;
}

input, textarea {
	background-color: white;
	border: 1px solid #888888;
}

input.button {
	background-color: #FFBB66;
	border: 1px solid #888888;
}

tr.even {
	background-color: #EEAA55;
}
tr.oneven {
	background-color: #FFBB66;
}
.error {
	border: 2px solid red;
}
