/* CSS Document */
/* enthält die Formatierung zur Seite DEMOSONGS*/
body {
	color: transparent;
	background-color: rgb(152,103,69);
}
#banner {
	background-image: url(../1_bilder/andrea_huhn_demos.gif);
}

/* enthält die Formatierung zur Bereich Mitte rechts*/
#mitte_R {
	position: absolute;
	top: 40px;
	left: 515px;
	width: 260px;
	height: 200px;
	border: solid 0px black;
}
#mitte_R td {
	font-family: Arial;
	color: rgb(152,103,69);
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	
}
#mitte_R a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: rgb(152,103,69);
	text-decoration: none;
}
#mitte_R a:hover {
	font-size: 14px;
}	
#mitte_R_U {
	position: absolute;
	top: 285px;
	left: 515px;
	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: 16px;
	color: rgb(137,0,16);
	text-decoration: none;
}
#mitte_R_U a:hover {
	font-size: 18px;
}
