/*Alle Seiten, ausser Index */
/* MAIN Container für Performance */

/* Linke Spalte */
#left /* beinhaltet  NAVI  */
{
	float: left;
	width: 203px;
	padding: 12px 6px;
	margin: 0;
}
/*NAVIGATION NAVIGATION NAVIGATION */

/* NAVI PERFORMANCE */
#navi-perf
{
/*	width: 167px;*/
	border: 4px double #cf94b1;
	margin: 0;
	padding: 6px;
	background-color: #D9B9C9; 
}
#navi-perf ul
{
	list-style: none;
	padding: 2px;
	margin: 0;
}
#navi-perf li
{
	list-style:none;
}
#navi-perf ul li a:link, #navi-perf ul li a:visited /* main*/
{
	font-weight: bold;
	display: block;			
	text-decoration: none;
	color: #7b5869;
	border-bottom: 1px solid #a6748d;
	border-top: 1px solid #a6748d;
	padding: 2px 0 2px 0;
}
#navi-perf ul li a:hover /* main*/
{
	color: #a6748d;  
   border-right: 3px solid #a6748d;
}

#navi-perf ul li a.curr:link, #navi-perf ul li a.curr:visited  /* main*/
{
	display: block;
	text-decoration: none;
	padding-left: 0;
	color: #a6748d;
	font-weight: bold;
	border-top: 1px solid #a6748d;
	border-bottom: 1px solid #a6748d;
	border-right: 3px solid #a6748d;
}

#navi-perf ul ul /* subs*/
{
	padding: 0 0 0 12px;
	margin: 0;
	border: none;
}
#navi-perf ul ul li a:link, #navi-perf ul ul li a:visited  /* subs*/
{
	color: #7b5869;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #a6748d;
	border-top: none;
}

#navi-perf ul ul li a:hover, #navi-perf ul ul li a.subcurr:link, #navi-perf ul ul li a.subcurr:visited /* subs*/
{		
   color: #a6748d;  
   border-right: 3px solid #a6748d;
}

#navi-perf ul ul ul/* subsubs*/
{
	padding: 0 0 0 12px;
	margin: 0;
	border: none;
}
#navi-perf ul ul ul li a:link, #navi-perf ul ul ul li a:visited  /* subsubs*/
{
	color: #7b5869;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #a6748d;
	border-top: none;
}

#navi-perf ul ul ul li a:hover, #navi-perf ul ul ul li a.subsubcurr /* subsubs*/
{		
   color: #a6748d;  
   border-right: 3px solid #a6748d;
} 
 
/* NAVI UNTERRICHT */
#navi-unt
{
	border: 4px double #db9f10;
	margin: 0;
	padding: 6px;
	background-color: #ffeec6;
}
#navi-unt ul
{
	list-style: none;
	padding: 2px;
	margin: 0;
}
#navi-unt li
{
	list-style:none;
}
#navi-unt ul li a:link, #navi-unt ul li a:visited /* main*/
{
	font-weight: bold;
	display: block;			
	text-decoration: none;
	color: #b78202;
	border-bottom: 1px solid #db9f10;
	border-top: 1px solid #db9f10;
	padding: 2px 0 2px 0;
}
#navi-unt ul li a:hover /* main*/
{
	color: #db9f10; 
   border-right: 3px solid #db9f10;
}

#navi-unt ul li a.curr:link, #navi-unt ul li a.curr:visited  /* main*/
{
	display: block;
	text-decoration: none;
	padding-left: 0;
	color: #db9f10;
	font-weight: bold;
	border-top: 1px solid #db9f10;
	border-bottom: 1px solid #db9f10;
	border-right: 3px solid #db9f10;
}

#navi-unt ul ul /* subs*/
{
	padding: 0 0 0 9px;
	margin: 0;
	border: none;
}
#navi-unt ul ul li a:link, #navi-unt ul ul li a:visited  /* subs*/
{
	color: #b78202;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #db9f10;
	border-top: none;
}

#navi-unt ul ul li a:hover, #navi-unt ul ul li a.subcurr:link, #navi-unt ul ul li a.subcurr:visited /* subs*/
{		
   color: #db9f10;  
   border-right: 3px solid #db9f10;
}

#navi-unt ul ul ul/* subsubs*/
{
	padding: 0 0 0 12px;
	margin: 0;
	border: none;
}
#navi-unt ul ul ul li a:link, #navi-unt ul ul ul li a:visited  /* subsubs*/
{
	color: #b78202;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #db9f10;
	border-top: none;
}

#navi-unt ul ul ul li a:hover, #navi-unt ul ul ul li a.subsubcurr:link, #navi-unt ul ul ul li a.subsubcurr:visited /* subsubs*/
{		
   color: #db9f10;  
   border-right: 3px solid #db9f10;
}
/* NAVI ENDE*/

#main-perf-sub1 /* Beinhaltet Mittelspalte mit Text #text-perf bzw #text-unt und rechte Spalte #right */
{
	float: right;
	width: 738px;
	margin: 0;
	padding: 0;
}

/* Rechte Spalte */
#right
{
	float: right;
	width: 205px;
	padding: 12px 5px;
	margin: 0;
	/*position: absolute; top: 0; left: 61.5em;
	width: 17.92em;
	padding: 12px 5px;
	margin: 0;*/
}

/*  P E R F O R M A N C E  */
#container.perf
{
	background-color: #a6748d;
}
#main-perf /* beinhaltet alles unterhalb des Banners, ausser footer  */
{	position: relative;
	/*float: left;*/
	width: 953px;
	margin: 0;
	padding: 0;
	background-image: url(img/performance_bg.gif);
	background-repeat: repeat-y;
}
#text-perf
{
	float: left;
	width: 499px;
	/*position:relative; top: 0; left: 17.92em;
	width: 41.58em;*/
	padding: 10px 12px;
	margin: 0;
	background-color: #D9B9C9;
	color: #7b5869;
}
h1.perf
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #a6748d;
}
h2.perf
{
	margin: 0;
	padding: 0 0 2px 0;
	color: #7b5869;
}

a.fliesstext-perf:link, a.fliesstext-perf:visited
{
	color: #7b5869;
	text-decoration: underline;
}
a.fliesstext-perf:hover
{
	color: #a6748d;
}
/*FOTOS*/
img.fotos-fotos
{
	margin: 0 2px 2px 0;
	padding: 0;
}
img.fotos-fotos3 /*Gilt nur für die 3. Spalte, die ja keinen rechten Rand mehr braucht*/
{
	margin: 0 0 2px 0;
	padding: 0;
}
#foto-gross1,#foto-gross2,#foto-gross3,#foto-gross4,#foto-gross5,#foto-gross6,#foto-gross7,#foto-gross8,#foto-gross9,
#foto-gross10,#foto-gross11,#foto-gross12
{
	display: none;
	position: absolute; top: -145px; right: 0;
	border: #000 4px double;
	background-color: #ffffff;
	color: #000;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 6px;
	margin: 0;
}
p.fotos-gross
{
	margin: 0;
	padding: 4px 0 0 0;
}

/* TABELLE AUFTRITTE */
table.auftritte
{
	border-collapse: collapse;
}
table.auftritte th
{
	text-align: left;
	color: #7b5869;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #f0e4ea;
	padding: 4px 6px;
	margin: 0;
}
table.auftritte td
{
	border-bottom: 1px solid #f0e4ea;
	border-top: 1px solid #f0e4ea;
	padding: 4px 4px 4px 6px;
	margin: 0;
	vertical-align: top;
}
/* TABELLE AUFTRITTE */
table.presse
{
	border-collapse: collapse;
	border: none;
}
table.presse td.eins,table.presse td.zwei,table.presse td.drei
{
	border: none;
	padding: 0 6px 0 0;
	margin: 0;
	vertical-align: top;
}
table.presse td.vier
{
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
/* U N T E R I C H T */
#container.unt
{
	background-color: #ffdb86;
}
#main-unt/* beinhaltet alles unterhalb des Banners, ausser footer  */
{
	position: relative;
	/*float: left;*/
	width: 953px;
	margin: 0;
	padding: 0;
	background-image: url(img/unterricht_bg.gif);
	background-repeat: repeat-y;
}
#main-unt-sub1
{
	float: right;
	width: 738px;
	margin: 0;
	padding: 0;
}
#text-unt
{
	float: left;
	width: 499px;
	padding: 10px 12px;
	margin: 0;
	background-color: #ffeec6;
	color: #b78202;
}
a.fliesstext-unt:link, a.fliesstext-unt:visited
{
	color: #b78202;
	text-decoration: underline;
}
a.fliesstext-unt:hover
{
	color: #db9f10;
}

h1.unt
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #db9f10;
}

h2.unt
{
	margin: 0;
	padding: 0 0 2px 0;
	color: #b78202;
}
h2.onlinelessons
{
	margin: 0;
	padding: 0 0 -40px 0;
	color: #b78202;
}
p.liste
{
	margin-bottom: -10px;
}
/* PREISE PRIVATUNTERRICHT */
table.preise
{
	border-collapse: collapse;
	width: 499px; /*500px;*/
	margin: 0;
	padding: 0;
	background-color: #ffeec6;
}
table.preise caption
{
	font-size: 14px;
	color: #b78202;
	font-weight: bold;
	padding: 3px 0;
	border: none;
}
table.preise th, table.preise td
{
	text-align: left;
	color: #b78202;
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #b78202;
}

/* ONLINE LESSONS*/
p.pdf /* PDF Links */
{
	text-align: right; float: right;
	font-size: 11px;
	/*margin: 0;
	padding: 0;*/
}
p.audiovideo /* Audio und Video Links */
{
	text-align: right; float: right;
	font-size: 11px;
	margin: -15px 0 0 0;
	padding: 0;
}
p.beispiele /* Setzen, um den Abstand zwischen Audio Video und nachfolgendem Text zu verringern */
{
	margin: 0 0 15px 0;
	padding: 0;
}
/* Tonleiter Tabelle */
table.scale
{
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #b78202;
	background-color: #ffdb86;
	width: 498px;
	padding: 0;
	margin: 0 0 15px 0;
}
table.scale caption
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 6px 0;
}
table.scale th
{
	width: 62px; /*6em;*/
	border: 1px solid #b78202;
	padding: 2px 5px;
	text-align: left;
}
table.scale td
{
	width: 51px; /*5.08em;*/
	border: 1px solid #b78202;
	padding: 2px 5px;
	
}
table.scale td.haupt
{
	background-color:#db9f10;
	font-weight: bold;
}
/* Schema Tabelle */
table.schema
{
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #b78202;
	width: 498px;
	padding: 0;
	margin: 0 0 15px 0;
}
table.schema caption
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 6px 0;
}
table.schema th
{
	width: 62px;
	padding: 2px 5px;
	text-align: left;
	border: 1px solid #b78202;
}
table.schema td
{
	width: 25px;
	padding: 2px 5px;
	border: 1px solid #b78202;
}
/* Akkord Tabelle */
table.chords
{
	background-color: #ffeec6;
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
}
table.chords td
{
	
}
table.chords td.hoeren
{
	vertical-align: bottom;
	padding-bottom: 6px;
}


.hinweis
{
	font-size: 9px;
	border: none;
}
img.lessons
{
	border: 1px solid #000;
	margin: 3px 0 -3px 0;

}
img.funkbeispiele
{
	border: 1px solid #000;
	margin: 5px 0;
}
/*FAQ*/
#faq
{
	width:100%;
}
#faq th
{
	text-align: left;
}
#faq tr
{
	margin: 0; padding: 0;
}

#faq a:link.frage,#faq a:visited.frage
{
	margin:0; padding:0;
	font-size: 12px;
	display: block;
	color:#b78202;
	text-decoration:none;
}
#faq a:hover.frage
{
	margin:0; padding:0;
	display: block;
	color:#db9f10;
	text-decoration:underline;
}
#faq td.antwort
{
	font-size: 12px;
	color: #db9f10;
	padding:0 0 2px 14px;
	border-bottom: 1px dashed #db9f10;
	display: block; 
}
/*HÖRPROBEN*/
#songs
{
	float:left;
	width:319px;
	padding: 0 15px 10px 0;
}
ul.songlist
{
	margin: 7px 0 10px 0;
	text-align:right;
	padding: 5px;
	background-color:#DFC6D2;/*E7D3DD;*/
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
ul.songlist li
{
	list-style:none;
}
ul.songlist li.header
{
	list-style:none;
	font-weight: bold;
}
ul.songlist li.subheader
{
	font-size:11px;
}
ul.songlist li.besetzung
{
	font-size:10px;
	margin-bottom:6px;
}
ul.songlist li a:link, ul.songlist a:visited
{
	display:block;
	color:#F0F0F0;
	background-color:#7b5869;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin:0 0 1px 0;
	padding: 2px 3px 3px 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
ul.songlist li a:hover
{
	color:#7b5869;
	background-color:#F0F0F0;
}
ul.songlist li a:link span, ul.songlist li a:visited span
{
	color:#7b5869;
	background-color:#F0F0F0;/*#D9B9C9;*/
	padding:0 1px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
ul.songlist li a:hover span
{
	color:#F0F0F0;
	background-color:#7b5869;
}


#player
{
	float:left;
	/*width:165px;*/ 
}
#info
{
	font-size:9px;
	text-align:center;
	margin:15px 0;
}
/*SITEMAP*/
#sitemap
{
	width:100%;
	color:#666666;
}
#sitemap ul.sitemap-links li
{
	padding-bottom: 3px;
}
#sitemap ul li a:link, #sitemap ul li a:visited
{
	color:#666666;
	font-weight:bold;
}
#sitemap ul li a:hover
{
	color:#999999;
}

