/* Globale Settings */
body{
  background:#FFF url(./p.png) no-repeat center 85px;
  font-family:Helvetica;
  font-size:1em;
  color:#333;
}

/* Überschriften */
h2 {
  padding-top:0.5em;
  color:#333;
  text-align:left;
  font-family:Georgia,serif;
  font-size:110%;
  font-weight:normal;
}

/* Linkfarben */
a:link, h2:link{ 
	color:#B23900; 
	text-decoration:none; 
	}
a:visited, h2:visited{ 
	color:#B23900; 
	text-decoration:none; 
	}
a:hover, h2:hover{ 
	color:#E56C44; 
	text-decoration:none; 
	}
a:active, h2:active{ 
	color:#BBBBBB; 
	}

/* Menü am oberen Seitenrand */
div.menu {
  position:relative;
  margin-top:0px;
  margin-left:auto; margin-right:auto;
  min-width:auto;
	padding:1em 0.3em 1em 0.3em;
	text-align:center;
  font-family:Georgia; 
  font-size:1em;
  font-weight:bold;
	border:1px #FFF solid;
	border-radius:8px 8px 0px 0px;
}
#blocker{
	clear:both;
}
#links{
  float:left;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#activelink{
  float:left;
  background: rgb(204,204,204); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#links:hover{
  background: rgb(204,204,204); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div.head{
  position:absolute;
  top:0px; left:0px;
  height:55px; width:95%;
  padding:0.5em;
  overflow-x:auto;
  overflow-y:hidden;
}
div.headwidth{
  width:650px;
}

/* Ganze Seiten */
div.onerow{
  position:absolute;
  top:70px; left:0px;
  height:83%; width:95%;
  padding:0.5em;
  overflow:auto
}

/* dreigeteilte Musikseite */
div.leftrow {
  position:absolute;
  top:70px; left:0px;
  height:83%; width:28%;
  padding:0.5em;
  overflow:auto
}
div.centrow {
  position:absolute;
  top:70px; left:32%;
  height:83%; width:28%;
  padding:0.5em;
  overflow:auto
}
div.rightrow {
  position:absolute;
  top:70px; left:64%;
  height:83%; width:28%;
  padding:0.5em;
  overflow:auto
}
p {
  width:auto;
  padding:0;
}

/* Audio-Elemente */
audio {
  background-color: #369;
  transform: scale(1.0);
}