@charset "utf-8";
/* CSS Document */

body {
		margin: 0;
		padding: 0;
		background: #000;
		font-family: Helvetica, sans-serif;
		font-size: 62%;
		color: #999999;
}

body img {
	margin: 0 auto;
}

#kopfzeile {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
}
/*Navigationsleiste oben*/
#navi {
	float: left;
	margin: 10px 10px 20px 10px;
	font-size: 1.6em;
	width: 750px;
}

#navi td {
	padding: 0 10px 0 10px;
	
	text-align: center;
}

#navi a {
	color: #FFF;
}

.aktiv {
	background: #332424;
	color: #FFF;
}

.inaktiv {
	color: #FFF;
}

/*Hauptinhalt*/
#wrap {
	clear: both;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	width: 800px;
	background: #000;
	border: 5px solid #4D4D4D;
}

#wrap .index {
	text-align: center;
}

#wrap p, ul{
	text-align:justify;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 0 10px 0 10px;
}

#wrap h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 2.3em;
}

#wrap a {
	color: #4D4D4D;	
}

#wrap a:hover{
	color: #332424;
}

/*Hauptinhalt -> Seite Orchester*/
#wrap .orchester{
	line-height: 2.0em;
	font-size: 2.0em;
	text-align:center;
}

#wrap .chronik{
	line-height: 2.0em;
	font-size: 1.6em;
}

table.login{
	font-size: 1.6em;
}

/*Hauptinhalt -> Seite Termine */
table.termine {
	font-size: 2.0em;
	
	margin-top:5px;
	margin-bottom: 15px;
	margin-left:auto; 
	margin-right:auto;
	border-collapse:collapse;
	table-layout: fixed;
  }
  
table.termine .veransttd {
	  text-align:left;
  }

table.termine th {
  border-bottom: 2px solid #4D4D4D;
  text-align: left;
}

table.termine td, table.termine th {
  padding: 5px 10px 5px 10px;  
}

.datum{
	width: 35%;
}

.uhrzeit{
	width: 25%;	
}

/*Hauptinhalt -> Seite IMpressum*/

.impressum {
	text-decoration:underline;
	padding: 0 10px 0 10px;
}

/*Fußzeile*/
#fuss {
	clear: both;
	margin: 0 auto;
	width: 800px;
}

#fussleiste a {
	float: right;
	padding: 10px 0 20px 15px;
	color: #FFF;
	font-size: 1.6em;
}

/*tabelle archiv und internes*/

table.archiv {
	border-collapse: collapse;
	margin-left: auto;
	margin-right:auto;
	font-size: 1.6em;
	margin-bottom: 2em;
	margin-top: 2em;
}

table.archiv th {
	border-bottom: 2px solid #4D4D4D;
	text-align: center;
}

table.archiv td, table.archiv th {
	padding: 10px 50px;
}

table.archiv td {
	border-bottom: 1px solid #4D4D4D;
}

.zentriert {
  text-align: center;
}

table.mitschnitt {
	border-collapse: collapse;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 2em;
	margin-top: 2em;
}

table.mitschnitt td, table.mitschnitt th{
	font-size:1.6em;
	padding-bottom: 1.4em;
	padding-left: 1em;
}

#kontaktlinks{
	font-size: 1.6em;
}

table.termineintern {
	font-size: 1.6em;
	
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 2em;
	margin-top: 2em;
}

table.termineintern td{
	padding: 10px;
	border-bottom: 1px solid #4D4D4D;
}

.fotopage{
	margin: 10px 0 0 70px;	
}

.fotopage img{
	margin: 10px;
}

.links{
	font-size:1.6em;
}