/* CSS für www.aeolos-rensissance-music-com */

/* Wichtige Farben
Schwarz = #272727
Rötliches = #d52b4b
*/

body {
	margin: 0px;	
	padding: 0px;
	text-align: center;
	background-color: #fdf9f9;
	background-repeat: no-repeat; 
	font-size: 100.01%;
	color: #272727;
	font-family:  "Tahoma" sans;
}

a {
  text-decoration: none;
}

a:link {
  color: #272727;
}

a:visited {
  color: #7c7c7c;
}

a:hover {
  color: #d52b4b;
}

a:active {
  color: black;
}

ul li{
	list-style: none;
}

div#Textkasten {
	position: relative; top: 0px; 
	width: 940px; 
	height: 260px; 
	background-color: #fdf9f9;
	margin: 0 auto;
}

div#Navigation1 {
	position: absolute; top: -30px; left: 35px;
	padding: 10px 20px 0 10px;
	text-align: left;
	background-color: #fdf9f9;
	font-size: 13px;
	border: solid 0px;
}

div#Navigation1 a{
display: block;
padding: 1px;
}

div#Navigation2 {
	font-size: 11px;
	text-indent: 10px;
	padding: 1px;
}

div#Inhalt1 {
	position: absolute; left: 215px;
	border: solid 0px;
	width: 360px;
	padding: 0.2em;
   text-align: left;
   background-color: #fdf9f9;
   font-size: 12px;
}

 div#Inhalt2 {
 	position: absolute; left: 580px;
 	border: solid 0px;
	width: 350px;
	margin: 20px 0 0 0; 
	text-align: left;
	font-size: 12px;
}

li#musiker {
	font-size: 14px;
	margin-top: 3px;
	
}

span#instrument {
	font-style: italic;
	font-size: 12px;	
}
