/**************************************************
CSS Reset
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url(http://iptv.cdn.tv1.de/statics/44761088/main.png) center -47px;
	color: black;
	height: 100%;
	color: #333;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.625em;
	line-height: 1.5em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus, a, input {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

form {
	display: inline;
}

a:link,
a:active,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/**************************************************
Schedule
**************************************************/

#schedule a {
	background: url(http://iptv.cdn.tv1.de/statics/44761088/item_a.gif);
	display: block;
	font-size: 1.1em;
	height: 58px;
	margin-bottom: 4px;
	padding: 6px;
	position: relative;
	width: 330px;
	cursor: pointer;
}

#schedule a.even {
	background: url(http://iptv.cdn.tv1.de/statics/44761088/item_b.gif);
}

#schedule a:hover {
	text-decoration: none;
	cursor: pointer;
	background: url(http://iptv.cdn.tv1.de/statics/44761088/item_c.gif);
}

#schedule a:hover strong {
	text-decoration: underline;
	cursor: pointer;
}

#schedule img,
#schedule span {
	display: block;
	float: left;
	cursor: pointer;
}

#schedule img {
	margin: 7px 10px 0 0;
}

#schedule span.title {
	border-right: 1px solid #a7c3da;
	height: 58px;
	margin-right: 6px;
	overflow: hidden;
	padding-right: 6px;
	width: 170px;
	cursor: pointer;
}

#schedule a.even span.title {
	border-color: #87b3d4;
}

#schedule a:hover span.title {
	border-color: #3996d8;
}

#schedule span.playtime {
	width: 49px;
	overflow: hidden;
}

#schedule .title em {
	color: #af2951;
	display: block;
	cursor: pointer;
}

#schedule strong {
	display: block;
	font-size: 1.1em;
}

#schedule a .onair {
	float: none;
	visibility: hidden;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 207px;
	width: 63px;
	height: 33px;
	background: url(http://iptv.cdn.tv1.de/statics/44761088/onair_a.gif);
}

#schedule a.even .onair {
	background: url(http://iptv.cdn.tv1.de/statics/44761088/onair_b.gif);
}

#schedule a:hover .onair {
	background: url(http://iptv.cdn.tv1.de/statics/44761088/onair_c.gif);
}
