*
	{ padding: 0; margin: 0; }

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.table {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #1a171b;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: none;
}

.bandlink
{
  text-decoration: none;
  color: white; 
}


#header
	{ position: relative; cursor: pointer; }

#header h1
	{ display: none; }




#main
	{ background: #9ba4aa; text-align: left; padding: 10px; font-family: "Courier New", Courier, monospace;
	font-size: 12px; color: #1a171b; }
#main p {margin-bottom: 12px; }
	
#main li
	{ margin: 3px 0 3px 20px; }
	
h1
	{ font-family: kttw; font-weight: normal; color: white; font-size: 32px; text-shadow: 1px 1px 2px black; padding-bottom: 20px; } 
	
h2
	{ font-family: kttw; font-weight: normal; color: white; font-size: 20px; text-shadow: 1px 1px 2px black; padding-bottom: 20px; } 


#wrapper
{
 width: 808px; height: 100%; margin: 0 auto 0 auto; 
}

sup {vertical-align:top;}


nav ul
	{ display: table; width: 808px; height: 46px; background: url('./img/menu_back.gif') repeat-x; }
	
nav ul li
	{ display: table-cell;  
		font-family: kttw; text-decoration: none; text-align: left; padding: 0; }
		
nav a
	{ color: white; display: block; background: url(./img/nav-li-bg.png) no-repeat 5px center;  text-align: left; padding: 0 0 0 30px; line-height: 46px; text-decoration: none; font-size: 20px;}
	
		
nav li.current_page_item a, nav a:hover
	{ color: black; background: url(./img/nav-li-bg-sel.png) no-repeat 5px center;}
#termine
	{ list-style-type: none; }
	
#termine li
	{ margin: 3px 0 20px 0; }
	
#termine h3
	{ font-size: 22px; }
	
.karte	
	{ font-size: 15px; width: 100%;}
.karte tr td:last-child
	{ width: 200px; text-align:right;}
.karte tr:nth-child(odd) td
	{ background-color: #A4A4A4; }
.karte tr:nth-child(even) td
	{ background-color: #B1B1B1; }
.karte td
	{ padding: 6px 12px; margin: 0;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	