@media screen{
	td {
		color: #000000;
		font-family: Arial;
		font-size: 12px;
	}
	h1{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		color: #ffffff;
		font-size: 16px;
	}
	a{ 
		color: #000000;
	}
	a:visited{
		color: #000000;
	}
	a:hover{
		color: #64788c;
	}
	a:active{
	}
	.menu{
		font-size: 10px;
		font-family: Arial;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	a.menu{ 
		color: #ffffff;
	}
	a.menu:visited{
		color: #ffffff;
	}
	a.menu:hover{
		color: #64788c;
	}
	a.menu:active{
	}
	a.cs2_link{ 
		font-size: 9px;
		text-decoration: none;
		color: #64788c;
	}
	a.cs2_link:visited{
		color: #64788c;
	}
	a.cs2_link:hover{
		color: #ffffff;
	}
	a.cs2_link:active{
	}
	.undermenu{
		font-size: 9px;
		font-family: Arial;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
	}
	a.undermenu{ 
		color: #ffffff;
	}
	a.undermenu:visited{
		color: #ffffff;
	}
	a.undermenu:hover{
		color: #64788c;
	}
	a.undermenu:active{
	}
	.filmbund{
		font-size: 10px;
		font-family: Arial;
		font-weight: normal;
		text-decoration: none;
	}
	a.filmbund{ 
		color: #ffffff;
	}
	a.filmbund:visited{
		color: #ffffff;
	}
	a.filmbund:hover{
		color: #64788c;
	}
	a.filmbund:active{
	}
	.player{
		font-size: 12px;
		font-family: Arial;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
	}
	a.player{ 
		color: #002142;
	}
	a.player:visited{
		color: #002142;
	}
	a.player:hover{
		color: #64788c;
	}
	a.player:active{
	}
	.submenu{
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
		text-transform: uppercase;
	}
	a.submenu{ 
		color: #000000;
		text-decoration: underline;
	}
	a.submenu:visited{
		color: #000000;
		text-decoration: underline;
	}
	a.submenu:hover{
		color: #ffffff;
		text-decoration: none;
	}
	a.submenu:active{
	}

	.politi{
		font-size: 14px;
		font-family: Arial;
		color: #ffffff;
	}
	a.politi{ 
		color: #ffffff;
		text-decoration: none;
	}
	a.politi:visited{
		color: #ffffff;
		text-decoration: none;
	}
	a.politi:hover{
		color: #ffffff;
		text-decoration: none;
	}
	a.politi:active{
	}


	#maindiv{
		overflow:auto; width:560px; height:407px; padding: 10px 5px 5px 15px;
	}
	#printlink{
		cursor:pointer;
		font-family:Courier;
		font-size:9px;
		text-decoration: none;
	}
	#titletable{
		margin: 12px 15px 15px 0px;
	}
}
@media print{
	body{
		font-family: Arial;
		background-color: #ffffff;
	}
	#maindiv{
		overflow: visible;
		float: none !important;
		height: auto;
		width: 100%;
	}
	#menutd{
		width: 0px;
		display: none;
	}
	#toptd{
		height: 0px;
		display: none;
	}
	#maintd{
		width: 100%;
		background: none;
	}
	#bundtd{
		height: 0px;
		display: none;
	}
	#innermaintable{
		width: 100%;
		height: 100%;
	}
	#printlink{
		display: none;
	}
	.cs2_link{
		display: none;
	}
}
