body {
	background-attachment:fixed;
	background-image:url(/images/background.jpg);
	font-family:Arial,Helvetica;
	font-size:10pt;
	}

h3,h4,ul,ol,li,div,address,blockquote,i,td {
	font-family:Arial,Helvetica;
	font-color:#000000;
	font-size:10pt;
	}

b {
	font-family:Arial,Helvetica;
	font-color:#000000;
	font-size:10pt;
	font-weight:bold;
	}

th {
	font-family:Arial,Helvetica;
	font-color:#000000;
	font-size:10pt;
	font-weight:bold;
	}

th.first {
	font-family:Arial,Helvetica;
	font-color:#000000;
	font-size:10pt;
	font-weight:bold;
	background-color:#DDDDDD;
	}

#progtab_head {
	font-family:Arial,Helvetica;
	font-color:#000000;
	font-size:10pt;
	font-weight:bold;
	background-color:#DDDDDD;
	}

span.small {
	font-family:Arial,Helvetica;
	font-color:#000000;
	font-size:8pt;
	}

h1 {
	font-family:Arial,Helvetica;
	color:#FF7D00;
	font-size:18pt;
	}

h2 {
	font-family:Arial,Helvetica;
	color:#000000;
	font-size:12pt;
	}



p:first-letter {
	font-family:Arial,Helvetica;
	color:#0000C8;
	font-size:11pt;
	font-weight:bold;
	text-align:justify;
	}

p {
	font-family:Arial,Helvetica;
	color:#000000;
	font-size:10pt;
	text-align:justify;
	}



div.filmpage {
	font-family:Arial,Helvetica;
	color:#0000FF;
	font-size:10pt;
	font-weight:bold;
	border-style:solid;
	border-width:thin;
	width:120px;
	text-align:center;
	border:1px solid #000000;
	}

div.filmpage2 {
	font-family:Arial,Helvetica;
	color:#0000FF;
	font-size:10pt;
	border-style:solid;
	border-width:thin;
	width:120px;
	text-align:center;
	border:1px solid #000000;
	}

div.link {
	font-family:Arial,Helvetica;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	border-style:solid;
	border-width:thin;
	width:150px;text-align:center;
	background-color:#FFFFFF;
	border:1px solid #000000;
	}

span.link {
         font-family:Arial,Helvetica;
 color:#000000;
  font-size:10pt;
    font-weight:bold;
  border-style:solid;
   border-width:thin;
   width:150px;text-align:center;
   background-color:#FFFFFF;
     border:1px solid #000000;
}

a.no:link {
	text-decoration:none;
	color:#0000FF;
	}

a.no:visited {
	text-decoration:none;
	color:#5050FF;
	}

a.no:active {
	text-decoration:none;
	color:#FF3232;
	}

/* Newslink */
a#newslink:link {
	text-decoration:none;
	font-weight:bold;
	color:#B00;
	}
a#newslink:visited {
	text-decoration:none;
	font-weight:bold;
	color:black;
	}
a#newslink:active {
	text-decoration:none;
	font-weight:bold;
	color:#FF3232;
	}

/* Links aus der Programmtabelle */
#tablink {
        text-decoration:none;
        }
a#tablink:hover {
        text-decoration:underline;
        color:#000;
        }

/* Fehlermeldungen */
#err {
	color:red;
	margin:1cm;
	font-weight:bold;
	}
	
/* Letzte Aenderung */
#lastchange:before {
	content:"(Letzte Änderung: ";
	}
#lastchange:after {
	content:")";
	}
#lastchange {
	font-size:7pt;
	}

/* Mouseover Menue */
/*
.menuitem .description {
    border: 1px solid #802000;
    padding: 12px;
    margin-left: 80px;
    font-size: 12px;
    display: none;
    position: absolute;
    background-color: #fec;
    font-family: terminus,courier,monospace;
    opacity: 0.85;
}

.menuitem .title {
    font-size: 10px;
}

.menuitem .title a {
    background-color: inherit;
    padding: 0px;
    letter-spacing: 0px;
}
	border-bottom: 1px dotted black;
*/

span.tooltip {
}
span.tooltip div {
	position: absolute;
	border: 1px dotted black;
	background-color: white;
	margin: 10px;
	margin-left: 120px;
	padding: 5px;
	font-weight: normal;
	font-size: 10pt;
	opacity: 0.80;
	display: none;
}
span.tooltip:hover div {
	display: block;
}

