BODY{
	font-family: Arial;
	background-color:#f9f9f9;
	font-size : 14px;
	color: #333333;
	margin:5;
}

a:LINK {color : #444444; text-decoration : none}
a:ACTIVE {color : #444444; text-decoration : none}
a:VISITED {color : #444444; text-decoration : none}
a:HOVER {cursor:none; color : #c00000; text-decoration: underline;}

.reditalic:LINK {color : #c00000; font-style: italic; text-decoration : none}
.reditalic:ACTIVE {color : #c00000; font-style: italic; text-decoration : none}
.reditalic:VISITED {color : #c00000; font-style: italic; text-decoration : none}
.reditalic:HOVER {cursor:none; color : #262F34; font-style: italic; text-decoration: underline;}

.zwart:LINK {color : #000000; text-decoration : none}
.zwart:ACTIVE {color : #000000; text-decoration : none}
.zwart:VISITED {color : #000000; text-decoration : none}
.zwart:HOVER {cursor:none; color : #951B1B; text-decoration: none;}


.grijs:LINK {color : white; text-decoration : none}
.grijs:ACTIVE {color : white; text-decoration : none}
.grijs:VISITED {color : white; text-decoration : none}
.grijs:HOVER {cursor:none; color : #E9B5B5; text-decoration: none;}

TD { font-size: 14px; font-family: Arial}

.maintable {
height:100%;
padding:10px;
background: url(../images/tablebackboven.jpg) no-repeat top;
}

.maintable_sub {
height:100%;
padding:10px;
background: url(../images/tablebackboven_sub.jpg) no-repeat top;
}

.maintable_wijnbar {
height:100%;
padding:0px 10px 10px 10px;
background: url(../images/tablebackboven_sub.jpg) no-repeat top;
}

#dropmenudiv{
position:absolute;
color:c00000;
border:1px solid #f8f8f8;
border-bottom-width: 0;
font:normal 11px arial;
margin-top: 10px;
margin-left: 27px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
padding:4px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f8f8f8;
text-decoration: none;
font-weight: bold;
}

.title
{
color:#c00000;
font-weight:bolder;
font-family:"Times New Roman", serif;
font-size:24px;
}

.lines{
width: 410;
border-top: 1px dashed gray;
}