/* basic elements */
body {
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

/* specific divs */
#tv_main {
	position: relative;
	top: -11px;
	left: 69px;
	height: 331px;
	width: 582px;
	display: block;
	overflow: auto;
	background-color: #000000;
}

/* classes */
.attention {
	color: #FF0000;
}
.copyright {
	font-size: x-small;
}
.tv a {
	text-decoration: none;
	color: #000000;
}
.tv p {
	font-size: 9pt;
}
.tv h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.tv th {
	background-color: #201beb;
	font-size: 9pt;
}
.tv table {
	border-collapse: collapse;
	width: 97%;
}
.tv td {
	background-color: #ddebe8;
	color: #000000;
	font-size: 9pt;
}
.tv td.price {
	color:#FF0000;
	font-weight: bold;
	font-size: 11pt;
}
.tv td.category {
	color: #0033ff;
	background-color: #acc9f4;
}
.tv td.subcategory {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}
.tv td.url {
	vertical-align: top;
}
.tv td.override {
	background-color: #000000;
}
.tv input.knop {
	background-color: #201beb;
	color: #ffffff;
	font-size: x-small;
}
.tv .metonthenet h1 {
	font-size: 14pt;
	color: #000000;
}
.tv .metonthenet th {
	background-color: #d6cbff;
}
.tv td.metonthenet {
	font-size: 10pt;
	background-color: #ffffff;
	color: #800080;
}
.tv .legofact {
	background-color: #004684;
	color: white;
	font-size: 8pt;
	padding: 10px;
}
.tv .holiday h1 {
	font-size: 14pt;
	text-align: center;
}
.tv .animalfact {

	background-color: #006633;
	color: white;
	font-size: 8pt;
	padding: 10px;
}

