/*
 * $Id: helsinki2.css,v 1.1 2001/11/30 09:16:59 ernesto Exp ernesto $
 *
 * Copyright © 2001 by Ernesto Rico-Schmidt <nene@sbox.tugraz.at>
 * All rights reserved.
 *
 */

body { 
	color: #000000;
	background: #ffffff;
	font-family: "Spartan", Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 100px 0 30px 50px; 
} 
body.aktuell {
    background: #00ff00;
    margin-left: 5px;
    margin-top: 5px;
} 
/************************************************************/
a {
	color: black;
}
a:link, a:visited, a:active {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
/************************************************************/
a.ausgabe {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
a.navigation {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	text-decoration: none;
}
a.navigation:hover {
	color: #cc0033;
	text-decoration: underline;
}
a.subnavigation {
	color: #cc0033;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	text-decoration: none;
}
a.weiter {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
a.weiter:hover {
	color: #cc0033;
	text-decoration: underline;
}
/************************************************************/
div.ausgabe {
	font-size: 10px;
}
div.sponsortext {
	font-size: 9px;
	text-align: right;
}
div.sendungstermin {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
div.sendungstitel {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
div.sendungsbeschreibung {
	font-size: 11px;
}
div.sendungsmacher {
	font-size: 11px;
}
div.sendungsnotiz {
	font-size: 11px;
}
div.heute {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
div.url {
	font-size: 11px;
}
div.tipp {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
div.kultbild {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
div.buttons {
	font-size: 11px;
	text-align: right;
}
/************************************************************/
h1 { 
	color: #000;
	background: #fff;
	font-size: 24px;
	text-align: left;
}
h2 { 
	color: #000;
	background: #fff;
	font-size: 20px;
	text-align: left;
}
h3 { 
	color: #000;
	background: #fff;
	font-size: 18px;
	text-align: left;
}
tr h3 {
    color: #000;
    background: transparent;
}
h4 { 
	color: #000;
	background: #fff;
	font-size: 13px;
	text-align: left;
}
h5 { 
	color: #000;
	background: #fff;
	font-size: 12px;
	text-align: left;
}
h6 { 
	color: #000;
	background: #fff;
	font-size: 11px;
	text-align: left;
}
/************************************************************/
li {
	text-align: left;
	margin-right: 2em;
}
ol {
	text-align: left;
	margin-right: 2em;
}
ol.alpha {
	text-align: left;
	list-style-type: lower-alpha;
	margin-right: 2em;
}  
/************************************************************/
p {
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-align: left;
	text-indent: 0em;
	font-size: 12px;
}
p.center {
	text-align: center;
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-indent: 0em;
}
/************************************************************/
pre {
	text-align: left;
}
/************************************************************/
span.ers {
    color: #007b7b;
    font-weight: bold;
	text-decoration: underline;
}
span.works {
    color: #000;
    font-weight: bold;
	text-decoration: underline;
}
span.version {
    color: #000;
    font-weight: bold;
}
span.gruppe {
	color: #000;
	font-weight: bold;
	font-size: 10px;
}  
/************************************************************/
.sendungsicon {
    padding-right: 10px;
    position: relative;
    top: 3px;
}
/************************************************************/
table {
    background: #fff;
}
table#sendungen {
  padding-bottom: 75px;
}
table.aktuell {
    background: #00ff00;
}
tr {
    line-height: 35px;   
}
tr.sendung td {
    border: 1px solid #74c270 !important;
}
th {
	font-weight: italic;
	font-size: 13px;    
    border: 1px solid #74c270;
}
#sendungen th {
    padding-left: 15px;
}

td {
	font-size: 11px;
    background: #fff;
    padding: 0 15px 0 15px; 
}
#aufnahmevonsendungen td {
    border-bottom: 1px solid #74c270 !important;
}
td.bg {
	background: #fff;
}
td.fg {
	background: #fff;
}
td.sendungstermin {
    foreground: #ff0000;
}

.copyright {
    padding-top: 25px;
}