body {
	scrollbar-base-color:#990000;
	scrollbar-3dlight-color:#990000;
	scrollbar-arrow-color:#FF9900;
	scrollbar-darkshadow-color:#990000;
	scrollbar-face-color:#660000;
	scrollbar-highlight-color:#990000;
	scrollbar-shadow-color:#990000;
	scrollbar-track-color:#990000;
	
	background-color : #660000;
	color: #000000;
	margin: 5px 5px 5px 5px;
	text-align: center;
	
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
/*
div.weblinks {
	clear: both;
	margin-top: 20px;
	text-align: left;
}
*/
div.framed {
	border: 2px solid #990000;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	overflow: auto;
	text-align: left;
}

div.framed h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFF00;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div.framed p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.em {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFF00;
}

/* Klasse für die Illustrationen der statischen Seiten */
img.illustration {
	width: 300px;
	height: 225px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

/* Klasse für die Bilder zu den Programminfos (Detailsinfos) */
img.prg_img {
	width: 300px;
	/*height: auto;*/
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

/***** LISTS *****************************************************************/
ul li { /***** List-Item: 0. Ebene *****/
	list-style-type : none;
	list-style-image: url(list-item-0.gif);
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
ul ul li {/***** List-Item: 1. Ebene *****/
	list-style-image: url(list-item-1.gif);
}
ul ul ul li {/***** List-Item: 2. Ebene *****/
	list-style-image: url(list-item-2.gif);
}
li.spacer {/***** List-Item: vertikaler Platzhalter *****/
	list-style-image: none;
	height: 10px;
}

/***** ANCHORS ***** (:link  :visited  :hover  :active) */
a.text:link, a.text:visited, a.text:active {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	/*color: #FFCC99;*/
	color: #FFCC33;
	text-decoration: none;
	/*background-color: #500000;
	padding-left: 3px;
	padding-right: 3px;
	
	border-top-color: #990000;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	*/
	
	-moz-outline: 0;
	outline: 0;
	
	filter:DropShadow(color=#000000, offx=1, offy=1);
	height: 17px;
}

a.text:hover {
	color: #FFFF00;
	text-decoration: underline overline;
}

a {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC99;
	text-decoration: none;
}

table {
	width: 100%;
}

th {
	text-align: left;
	text-decoration: underline;
}

td {
	vertical-align: top;
	border: none;
	padding: 0px 10px 0px 0px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

td.left {
	width: 33%;
	/*vertical-align: top;*/
	text-align: right;
	/*border: none;*/
	padding: 0px 10px 0px 0px;
	/*font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;*/
}

td.right {
	width: 67%;
	/*vertical-align: top;*/
	text-align: left;
	/*border: none;*/
	padding-left: 0px 0px 0px 10px;
	/*font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;*/
}

/*
input, select, textarea {
	background-color: #660000;
	color: #FFFFFF;
	border: 2px solid #990000;
	width: auto;
}

.todo {
	font-family: Verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #6699FF;
	text-decoration: none;
}
*/

/***** FORMS *****/
/*
.input {
	border: #FF0000 1px solid;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	color: #FFFFFF;
	background-color: #660000;
	cursor: hand;
}

form {
	
}
*/

