body {
	margin: 0px;
}
.FlashLayer {
	position : absolute;
	left : 90px;
	top : 100px;
	width : 290px;
	height : 295px;
	z-index : 1;
	background-color : White;
}
.hauptmenu{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
font-weight: normal;
text-decoration: none;
line-height: 47px;
background-color: #cdcdcd;
}
.hauptmenu :link { color: #000000; font-weight: normal; text-decoration: none}
.hauptmenu :visited { color: #000000; font-weight: normal; text-decoration: none}
.hauptmenu :hover { color: #000000; font-weight: normal; text-decoration: none; background-color: #9a9a9a; bgcolor: #9a9a9a; background: #9a9a9a}
table.cal { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 47px;
	background-color: #FFFFFF;
	height: 47px; 
   	width: 100%; 
    border: 0; 
    cellpadding: 0px; /* I can't set the padding, this will not make the edge clickable */ 
	cellspacing: 0px;
} 
table.cal td { 
   text-align: center; 
   border: 0px; 
} 
table.cal td a     { 
   display: block; 
   height: 100%;   /* If i remove this, i can't click the whole cell! :( */ 
} 
table.cal td a:hover { 
   border: 0px; 
   background-color: #9a9a9a; 
} 
