body {
	background-color: #cbcbca;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	text-transform:lowercase;
}
#navi_td {
	background:#e5e5e5;
	background-image: url(/template/images/navi_bg2.jpg);
	background-repeat: no-repeat;
}



a.livestreamreal {
	display: block;
	float:left;
	border:0px;
	width:60px;
	height:50px;
	text-decoration:none;
	background-image: url(/template/images/icon_real2.jpg);
	background-repeat: no-repeat;
}


a.livestreamreal:hover{
	background-image: url(/template/images/icon_real1.jpg);
}


a.livestreamwmp {
	display: block;
	float:left;
	border:0px;
	width:60px;
	height:50px;
	text-decoration:none;
	background-image: url(/template/images/icon_win2.jpg);
	background-repeat: no-repeat;
}


a.livestreamwmp:hover{
	background-image: url(/template/images/icon_win1.jpg);
}


a.webcam {
	display: block;
	float:left;
	border:0px;
	width:50px;
	height:50px;
	text-decoration:none;
	background-image: url(/template/images/icon_radio2.jpg);
	background-repeat: no-repeat;
}


a.webcam:hover{
	background-image: url(/template/images/icon_radio1.jpg);
}



a {
	color: #ed328a;
	text-decoration: underline;
}

#mainnavi{
	padding-top:31px;
}


a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	width: 115px;
	text-decoration: none;
	line-height:20px;
}
a.mainlevel:hover {

	text-decoration: none;
	color: #ed328a;

}


.newsletter{
	margin-top:70px;
	margin-left:35px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#e5e5e5;
	font-size:11px;
	font-weight:bold;
	color:#646565;
	vertical-align:middle;
}


.headline, h1{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
	display: block;
	width: 378px;
	background: url(/template/images/bg_headline.jpg) no-repeat;
	height: 22px;
	padding-left:5px;
	margin-bottom:20px;
	margin-top:30px;
	
}





h2{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #ed328a;
	margin-bottom:0px;
}

h4{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-bottom:0px;
}


.news a{
	color: #ed328a;
}

.news{
	font-size: 11px;
	line-height: 16px;
}

.news_headline{
	font-size: 12px;
	font-weight: bold;
	margin-bottom:8px;
}

.news_datum{
	font-size: 11px;
	font-weight: bold;
	color:#999999;
}

td{
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
}





table tr.pl_head{
	font-weight: bold;
    background-color: #a6a6a6;
}

table tr.pl_head_p{
	font-weight: bold;
}





/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #E5E5E5;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #D5D5D5;
    text-align: left;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background-color: #FFCC99;
}

/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
	background-color: #f8b1cc;
}
