/* CSS Document */
/* enthält die Formatierung zur Seite PROGRAMM*/
body {
	color: transparent;
	background-color: rgb(137,0,16);
}
#banner {
	background-image: url(../1_bilder/andrea_huhn_programm.gif);
}
/* enthält die Formatierung zur Bereich Mitte links*/
#mitte_l {
	position: absolute;
	top: 180px;
	left: 40px;
	width: 300px;
	height: 150px;
	border: solid 0px black;
}
#mitte_L td {
	font-family: Tahoma;
	color: rgb(156,123,107);
	font-size: 18px;
	text-align: left;
}
/* enthält die Formatierung zur Bereich Mitte rechts*/
#mitte_R {
	position: absolute;
	top: 180px;
	left: 400px;
	width: 350px;
	height: 150px;
	border: solid 0px black;
}
#mitte_R td {
	font-family: Tahoma;
	color: rgb(156,123,107);
	font-size: 18px;
	text-align: right;
}
#mitte_R_U {
	position: absolute;
	top: 335px;
	left: 450px;
	width: 250px;
	height: 40px;
	border: solid 0px black;
}
/* enthält die Formatierung zur Bereich Mitte rechts unten*/
#mitte_R_U a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 26x;
	color: rgb(137,0,16);
	text-decoration: none;
}
#mitte_R_U a:hover {
	font-size: 28px;
}
