/* CSS Document */
/* enthält die Formatierung zur Seite REPERTOIRE*/
body {
	color: transparent;
	background-color: rgb(85,108,137);
}
#banner {
	background-image: url(../1_bilder/andrea_huhn_repertoire.gif);
	}
/* enthält die Formatierung zur Bereich Mitte oben links*/
#mitte_L_O {
	position: absolute;
	top: 90px;
	left: 145px;
	width: 200px;
	height: 125px;
	border: solid 0px black;
	
}
#mitte_L_O td {
	font-family: Arial;
	color: rgb(75,60,59);
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
/* enthält die Formatierung zur Bereich Mitte oben rechts*/
#mitte_R_O {
	position: absolute;
	top: 90px;
	left: 430px;
	width: 200px;
	height: 125px;
	border: solid 0px black;
}
#mitte_R_O td {
	font-family: Arial;
	color: rgb(75,60,59);
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

/* enthält die Formatierung zur Bereich Mitte links*/
#mitte_L {
	position: absolute;
	top: 200px;
	left: 305px;
	width: 200px;
	height: 125px;
	border: solid 0px black;
}
#mitte_L td {
	font-family: Arial;
	color: rgb(75,60,59);
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
/* enthält die Formatierung zur Bereich Mitte rechts*/
#mitte_R {
	position: absolute;
	top: 200px;
	left: 560px;
	width: 200px;
	height: 125px;
	border: solid 0px black;
}
#mitte_R td {
	font-family: Arial;
	color: rgb(75,60,59);
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
#mitte_R_U {
	position: absolute;
	top: 335px;
	left: 550px;
	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(255,255,255);
	text-decoration: none;
}
#mitte_R_U a:hover {
	font-size: 28px;
}