body { 
	SCROLLBAR-FACE-COLOR: #009900;			/*Scrollbalken*/
	SCROLLBAR-TRACK-COLOR: #000000;			/*Hintergrund*/
	SCROLLBAR-ARROW-COLOR: #ffffff;			/*Pfeile*/
	SCROLLBAR-3DLIGHT-COLOR: #00ff00;		/*links-oben-außen*/
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;		/*links-oben-innen*/ 
	SCROLLBAR-SHADOW-COLOR: #009900;		/*rechts-unten-innen*/
	SCROLLBAR-DARKSHADOW-COLOR: #000000;	/*rechts-unten-auußen*/
	background-color: #000000;				/*Hintergrundfarbe (für die komplette Seite)*/
	/*background-image: url(images/bg.gif);	/*Hintergrundbild, welches gekachelt wird*/
}

body, th, td, p {
	font-family: Verdana, Arial, Tahoma;	/*die erste Schriftart wird verwendet*/
	font-size: 12px;						/*Schriftgröße*/
	color: #ffcc66;							/*Schriftfarbe*/
}

th {
	background-image: url(images/bg_tablehead.gif);	
	font-weight: bold;
	color: #003300;
	height: 20px;
	text-align: left;
}

table.list { background-color: #040; }
tr.list_row1 { background-color: #444; color: #ffcc66; }
tr.list_row2 { background-color: #666; color: #ffcc66; }

table.news { background-color: #040; }
th.news { background-image: url(images/transparent.gif); background-color: #040; color: #ffcc66; }
td.news { background-color: #444; }

h1 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #ffcc66;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

h2 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #ffcc66;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 770px;
}

div.navigation {
	background-image: url(images/bg_navigation.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 770px;
	text-align: left;
}

div.nav1 {
	width: 300px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;	
	position: absolute;
}

div.nav2 {
	width: 300px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;	
	margin-left: 450px;
	position: absolute;	
}

div.content {
	width: 585px;
	margin-top: 10px;
	border: 3px solid #333;
	background-color: #333;
	float:left;
	/*background-image: url(images/bg_content.jpg);*/
	/*filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;-moz-border-radius:1.5em;*/
	
}

div.innerContent {
	width: 565px;
	margin: 0px 10px 10px 10px;
}

div.misc {
	width: 160px;
	margin-top: 10px;
	text-align: center;
	border: 3px solid #333;
	background-color: #333;
	float:right;
	/*background-image: url(images/bg_content.jpg);-moz-border-radius:1.5em;*/
	
}

div.innerMisc {
	width: 150px;
	margin: 0px 5px 5px 5px;
	text-align: left;
}

div.bottom {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #FFCC66;
}

/* Firefox verarsche */
span.navi { 
	font-size: 12px;
}

span.naviActive { 
	font-size: 12px;
	color: #ffffff;
}

a:link.navi, a:visited.navi, a:active.navi {
	color: #000000;
	font-weight: bold;
	width: 75px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	height: 22px;
	font-size: 16px;
}

a:hover.navi {
  background-image: url(images/bg_link.jpg);
  color: #009900;
}

a:link.bottom, a:visited.bottom, a:active.bottom { color:#ffcc66; }
a:hover.bottom { color:#00cc00; text-decoration:none; }

a:link, a:visited, a:active { color:#0c0; }
a:hover { color:#fff; text-decoration:none; }

/*Style für Auftritte*/
span.gig_today {
	color: #f00;
}
span.gig_past {
	color: #ccc;
}

/*Style der Formulare*/
input, select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #009900;	
	HEIGHT: 18px;
	background-color: #cccccc;
}
input:focus { background-color:#ffffff; }	/*angeklickte Formularfelder*/

textarea {
	SCROLLBAR-FACE-COLOR: #009900;			/*Scrollbalken*/
	SCROLLBAR-TRACK-COLOR: #cccccc;			/*Hintergrund*/
	SCROLLBAR-ARROW-COLOR: #ffffff;			/*Pfeile*/
	SCROLLBAR-3DLIGHT-COLOR: #00ff00;		/*links-oben-außen*/
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;		/*links-oben-innen*/ 
	SCROLLBAR-SHADOW-COLOR: #009900;		/*rechts-unten-innen*/
	SCROLLBAR-DARKSHADOW-COLOR: #000000;	/*rechts-unten-auußen*/
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #009900; 
	background-color: #cccccc;
}
textarea:focus { background-color:#ffffff; }	/*angeklickte Formularfelder*/

input.shoutbox {
	width: 150px;
}