body {
	background-color: #9a2c2c;
	margin: 0px;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

form {
	margin: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FF0000;
	text-decoration: none;
}

list, input, textarea, select {
	background-color: #EEEEEE;
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1 solid #3366CC;
}

.noborder {
	border: none;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.linktext {
	padding: 0px 45px 0px 15px;
}

.bodytext {
	padding: 0px 15px 0px 55px;
}

#bodytext {
	padding: 10px;
}

#topquote {
	padding: 5px 40px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	width: 230px;
}
.menu ul{
list-style-type:none;
padding:0;
margin:0;

}

/* make the top level links horizontal and position relative so that we can position the sub level */

.menu li{
float:left;
position:relative;
z-index:100;

}

/* use the table to position the dropdown list */

.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:19px;

}

/* style all the links */

.menu a, .menu :visited {
display:block;
background: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
width:100px;
padding:4px;
color:#bbbbbb;
text-decoration:none;
margin:0;
text-align:center;

}

/* style the links hover */

.menu :hover{
color:#FFFFFF;
background:#8B0000;;
text-decoration:none;

}

/* hide the sub level links */

.menu ul ul {
visibility:hidden;
position:absolute;
width:120px;
height:0;

}

.menu ul li ul li a{
color:#bbbbbb;
background-color:#000000;

}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;

}

#lichtkrant {
float: left;
}