body, html, *{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

body, html{
	height: 100%;
}


#menue{
	color: White;
	height: 150px;
	padding: 5px;
	margin: 10px;
	background-image: url(../_gfx/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#menue a{
	text-decoration: none;
	color: White;
	padding-right: 15px;
	font-size: 14px;
	text-transform: uppercase;
}

#menue a:hover{
	text-decoration: underline;
}


#content h1{
	text-transform: uppercase;
	font-size: 14px;
	background-color: #299bd2; /* BALKEN, NICHT VERAENDERN */
	color: White;
	height: 20px;
	padding: 5px;
	margin: 25px 10px 5px 10px;
}

#content h2{
	font-style: italic;
	font-weight: normal;
	padding: 5px;
	margin: 5px 10px 5px 10px;
}


/* HIER DIE FARBEN AENDERN */
.bodytext{
	padding: 5px;
	margin: 0px 10px 0px 10px;
	background-color: #ffffff; /* FARBCODE HINTERGRUND */
}

#content a{
	text-decoration: none;
	color: #3f3f3f; /* LINK */
	font-weight: bold;
}

#content a:hover{
         text-decoration: underline;
	
}


#content img{
	border: 2px solid White;
}


#content h1 img{
	border: 0px none;
}


.spielplan_tag{
	width: 30px;
}

.spielplan_datum{
	width: 80px;
	font-weight: bold;
}

.spielplan_uhrzeit{
	width: 80px;
}

.spielplan_titel a{
	color: #fffffff;	
}

.spielplan_kennzeichen{
	color: #8e091f; /* z.B. PREMIERE */
	font-style: italic;
	margin-left: 10px;
}

.spielplan_kennzeichen2{
	color: #09808e; /* z.B. AUSVERKAUFT */
	font-style: italic;
	margin-left: 10px;
}