body {
	background-color: #FFFFFF;
}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

input {
	padding: 0px;
	margin: 0px;
	border: 1px solid blue;
	background-color: #CCCCCC;
}

input:hover {
	border: 1px solid yellow;
}

input:focus {
	background-color: #FFCC33;
}

a:active, a:link {
	color:#0033FF;
}

a:hover {
	color: #000066;
}

#tv-content {
	position: relative;
	width: 100%;
	height: 400px;
}

#PlayerBox, #Programm {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 399px;
}

#Programm {
	left: 450px;
}

.headline {
	text-align: center;
	color: #FF0000;
	font-size: 24px;
	padding: 0px;
}

.u1 {
	font-size: 14px;
	font-weight: bold;
}

.navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

.navlist li
{
display: inline;
list-style-type: none;
}

.navlist a { padding: 3px 10px; }

.navlist a:link, .navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

.navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
