BODY {
font-size: 10pt;
font-family: Tahoma, Geneva, sans-serif;
color: #474747;
background-color: #ffffff;
font-weight: normal;
}
table {
font-size: 10pt;
font-family: Tahoma, Geneva, sans-serif;
color: #474747;
background-color: transparent;
font-weight: normal;
}
a.menu {
font-size: 9pt;
font-family: Tahoma, Geneva, sans-serif;
color: #ffffff;
background-color: transparent;
text-decoration: none;
font-weight: normal;
}
a.menu:hover {
font-size: 9pt;
font-family: Tahoma, Geneva, sans-serif;
color: #ffffff;
background-color: transparent;
text-decoration: none;
font-weight: normal;
}
a.info {
font-size: 8pt;
font-family: Tahoma, Geneva, sans-serif;
color: #929292;
background-color: transparent;
text-decoration: none;
font-weight: normal;
}
a.info:hover {
font-size: 8pt;
font-family: Tahoma, Geneva, sans-serif;
color: #000000;
background-color: transparent;
text-decoration: none;
font-weight: normal;
}
span.undertop {
font-size: 10pt;
font-family: Tahoma, Geneva, sans-serif;
color: #ffffff;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}

td.off {
background: URL(menu-passiv.jpg) bottom left repeat-x;
}

td.on{
background: URL(menu-aktiv.jpg) bottom left repeat-x;
}
td.redoff {
background: #AA0D0D;
}

td.redon{
background: #B20F0F;
}
P {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
size: 2;
}
a.menu2 {
font-size: 11pt;
font-family: Tahoma, Geneva, sans-serif;
color: #919191;
text-decoration: none;
font-weight: normal;
}
a.menu2:hover {
font-size: 11pt;
font-family: Tahoma, Geneva, sans-serif;
color: #4d4d4d;
text-decoration: none;
font-weight: normal;
}
li {
	list-style-image:URL(it.png);
	padding-left: 5px;
	padding-bottom: 5px;
}

/* styling of the container. */ 
a.myPlayer {
	display:block;
	float:left;
	width: 300px;     
	height:168px;      
	text-align:center;     
	margin:0 0px 0px 0;     
	border:1px solid #999; 
}  
/* play button */ 
a.myPlayer img {     
	margin-top:50px;     
	border:0px; 
}  

a.myPlayer2 {
	width: 640px;     
	height:360px;      
	text-align:center;     
	margin:0 0px 0px 0;     
	border:1px solid #999; 
}  
/* play button */ 
a.myPlayer2 img {     
	margin-top:120px;     
	border:0px; 
}  

/* when container is hovered we alter the border color */ 
a.myPlayer:hover, a.myPlayer2:hover {     
	border:1px solid #000; 
}