BODY
	{
	background-color:#0878e8;
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-IMAGE: url(../grafiken/11.jpg);
	background-repeat:no-repeat;
	background-position:Center;
	}

/*
Optische anpassungen für den Sendeplan auf der HP

*/

/* eine allgemeine globale anpassung schrift art (font-family) und größe (font-size) sowie der Farbe */
.sendeplan
	{
	font-family:verdana;
	font-size:14px;
	color:red;
	}


/* unverändert lassen bitte ist oben links ein Kästchen was keinen inhalt hat */
.noborder
	{
	border:none;
	text-align:center;
	}



/* Style angaben für den Sendeplan kopf für die Tage / Datum die nicht dem Heutigen Tag entsprechen */

.dayofweek
	{
	-moz-border-radius:5px;   /* Nicht beim IE der macht eckige ecken alle anderen browser machen runde */
	-khtml-border-radius:5px;   /* Nicht beim IE der macht eckige ecken alle anderen browser machen runde */
/*	background-color:lightsteelblue; */   
	border-width:1px;	
	border-style:solid;
	border-color:blue;
	text-align:center;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	padding:5px;

	}

.dayofweeknow
	{
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-color:steelblue;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-align:center;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	padding:5px;
	}

.hourofday
	{
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
/*	background-color:lightsteelblue; */
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-align:center;
	padding:5px;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	}
.hourofdaynow
	{
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-color:steelblue;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-align:center;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	padding:5px;
	}
.entryhourcol
	{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;

/*	background-color:#ff6666; */
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-align:center;
	padding:5px;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	}

.entrydayrow
	{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;

/*	background-color:#ff6666; */
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-align:center;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	padding:5px;
	}

.entry
	{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-align:center;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	padding:5px;
	}



.entrynow
	{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-align:center;
	background-color:#ffff00;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	padding:5px;
	}

.infoBox
	{
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
	background-color:#ffff00;
	border:2px solid #8f8fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#3f3f3f;
	font-family:verdana;
	font-size=12px;
	color:#000000;
	padding:10px;
	}
