body {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	margin: 0px;
	color: #000000;
}

a {
	color: #880000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ul, li {
	font-size: 12px;
}

h1, h2, h3 {
	color: #880000;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

table.nframe {
	width: 100%;
	height: 100%;
	border-spacing: 0px;
	background-color: #230525;
}

table.nframe td.con {
	text-align: center;
	vertical-align: middle;
	width: 1000px;
	height: 760px;
}

table.frame {
	width: 1000px;
	height: 760px;
	background-color: #FFFFFF;
	border-spacing: 0px;
	border: 1px #000000 solid;
}

table.frame td.spacer {
	width: 40px;
	height: 100%;
}

table.frame td.logo {
	background-color: #880000;
	width: 100%;
	height: 120px;
	text-align: center;
}

table.frame td.logo h1 {
	text-align: center;
	font-size: 36px;
	color: #FFD700;
}

table.frame td.menu {
	width: 160px;
	background-color: #880000;
	vertical-align: top;
	padding-top: 60px;
	border-right: 1px solid #000000;
}

table.frame td.menu a {
	text-decoration: none;
}

table.menuBar {
	background-color: #880000;
	width: 160px;
}

table.menuBar td.h1a, table.menuBar td.h1 {
	text-indent: 10px;
	border-top: 1px dotted #660000;
}

table.menuBar td.h2a, table.menuBar td.h2 {
	text-indent: 20px;
}

table.menuBar td.h1a a {
	color: #FFD700;
	font-weight: bold;
	font-size: 14px;
}

table.menuBar td.h1 a {
	color: #FFD700;
	font-size: 14px;
}

table.menuBar td.h2a a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

table.menuBar td.h2 a {
	color: #FFFFFF;
	font-size: 12px;
}

table.frame td.quicknavi {
	width: 100%;
	color: #FFD700;
	background-color: #000000;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
	height: 12px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}


table.frame td.quicknavi a {
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}

table.frame td.contents {
	vertical-align: top;
	text-align: justify;
	padding: 40px;
	height: 500px;
}

table.frame td.contents div.content {
	height: 500px;
	padding-bottom: 10px;
	overflow: auto;
	font-size: 12px;
}

table.frame td.copyright {
	width: 100%;
	color: #000000;
	font-style: italic;
	border-top: 1px solid #000000;
	font-size: 10px;
	height: 16px;
	text-align: center;
}

table.repertoire {
	border: 1px solid #880000;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 640px;
}

table.repertoire th {
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
	background-color: #880000;
}

table.repertoire td {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	border-bottom: 1px dashed #888888;
}

table.repertoire td.titel {
	//font-size: 12px;
	font-weight: bold;
}

table.repertoire td.stil {
	font-style: italic;
	width: 150px;
}

table.repertoire td.titel, table.repertoire td.interpret {
	width: 225px;
}

table.repertoire td.titel, table.repertoire td.stil {
	border-right: 1px dotted #AAAAAA;
}


table.news {
	border: 1px solid #880000;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 640px;
}

table.news caption {
	font-weight: bold;
	color: #FFD700;
	background-color: #880000;
	font-size: 12px;
	text-align: center;
}

table.news th {
	font-weight: bold;
	color: #880000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #880000;
	font-size: 12px;
	text-align: center;
}

table.news td {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	border-bottom: 1px dashed #888888;
}

table.news td.date {
	font-weight: bold;
	width: 75px;
	border-right: 1px dotted #AAAAAA;
}

table.termine {
	border: 1px solid #880000;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 640px;
}

table.termine caption {
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
	background-color: #880000;
}

table.termine th {
	font-size: 12px;
	font-weight: bold;
	color: #880000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #880000;
}

table.termine td {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	border-bottom: 1px dashed #888888;
}

table.termine td.date, table.termine td.ort {
	font-weight: bold;
}

table.termine td.date, table.termine td.time {
	width: 75px;
}

table.termine td.ort {
	width: 150px;
}

table.termine td.anlass {
	font-style: italic;
	width: 300px;
}

table.termine td.date, table.termine td.time, table.termine td.ort {
	border-right: 1px dotted #AAAAAA;
}

table.impressum {
	font-size: 12px;
}

table.impressum th {
	text-align: left;
	color: #880000;
}

table.impressum td {
	font-style: italic;
}

fieldset {
	border: 1px dashed #880000;
	background-color: #FFFFFF;
	width: 640px;
	display: block;
	padding: 5px;
}

legend {
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 12px;
	color: #FFD700;
	background-color: #880000;
}

fieldset.newsletter label {
	width: 150px;
	font-weight: bold;
	display: block;
	float: left;
}

fieldset.newsletter input {
	border: none;
	border-bottom: 1px dashed #880000;
	font-size: 12px;
	font-family: Comic Sans MS;
	width: 300px;
}

fieldset.newsletter input.radio {
	border: none;
	width: 30px;
}

fieldset.newsletter br {
	clear: both;
}

fieldset.newsletter button {
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #880000;
	font-weight: bold;
	font-size: 12px;
}

table.galleryOverview {
	border-collapse: collapse;
	border: 1px solid #880000;
	font-size: 12px;
}

table.galleryOverview th {
	font-weight: bold;
	color: #FFD700;
	background-color: #880000;
}

table.galleryOverview tbody td {
	border-bottom: 1px dotted #CCCCCC;
}

table.galleryOverview tbody td.date {
	width: 70px;
}

table.galleryOverview tbody td.name {
	width: 330px;
}

table.galleryOverview tbody td.place {
	width: 200px;
}

table.galleryOverview tbody td a {
	text-decoration: none;
	color: #880000;
}

table.galleryOverview tbody a:hover {
	text-decoration: none;
	background-color: #FFCCCC;
}

div.galleryBrowse {
	overflow: auto;
}

div.galleryBrowse a {
	color: #880000;
	text-decoration: none;
	font-weight: bold;
}

div.galleryBrowse span.selected {
	border-left: 1px solid #880000;
	border-top: 1px solid #880000;
	border-right: 1px solid #880000;
	background-color: #333333;
}

table.galleryPage {
	border-collapse: collapse;
	border: 1px solid #880000;
	margin: 0px;
}

table.galleryPage caption {
	overflow: auto;
	margin: 0px;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 5px;
}

table.galleryPage caption a {
	color: #880000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

table.galleryPage caption span.selected a{
	color: #880000;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #880000;
	border-top: 1px solid #880000;
	border-right: 1px solid #880000;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-right: 1px;
}

table.galleryPage caption span.unselected a{
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #880000;
	border-top: 1px solid #880000;
	border-right: 1px solid #880000;
	border-bottom: 1px solid #880000;
	background-color: #CCCCCC;
	margin-right: 1px;
}


table.galleryPage td {
	width: 124px;
	height: 124px;
	color: #880000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

table.galleryPage td img {
	border: 0px;
	margin: 0px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	border: 1px solid #000000;
}

table.galleryPage td a:hover img {
	border: 0px;
	margin: 0px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	border: 1px solid #880000;
}

p.gallerytext {
	color: #FFFFFF;
	background-color: #333333;
	border: #880000;
	padding: 5px;
	width: 620px;
}

table.links {
	border-collapse: collapse;
	border: 1px solid #880000;
	width: 640px;
	font-size: 12px;
}

table.links th {
	color: #FFD700;
	background-color: #880000;
	font-weight: bold;
}

table.links tbody td {
	border-bottom: 1px dotted #CCCCCC;
}

table.links a {
	color: #880000;
	text-decoration: none;
}

table.links a:hover {
	background-color: #FFCCCC;
	text-decoration: none;
}

table.links a:after {
//	content: url('../images/extlink.gif');
}

a.mail {
	text-decoration: none;
	color: #880000;
}

a.mail:hover {
	background-color: #FFCCCC;
}

a.mail:before {
	//content: url('../images/mail.gif');
}

table.contact_addresses {
	font-size: 12px;
	//width: 640px;
	border: 1px solid #880000;
	border-collapse: collapse;
}

table.contact_addresses th {
	vertical-align: top;
	width: 150px;
	border-right: 1px solid #AA4444;
	color: #FFD700;
	background-color: #880000;
}

table.contact_addresses th, table.contact_addresses td {
	border-bottom: 1px solid #AA4444;
}

p.info {
	color: #00FF00;
}

p.error {
	color: #FF0000;
}

table.musicians {
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.musicians th {
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
	background-color: #880000;
}

table.musicians th a {
	text-decoration: none;
	color: #FFD700;
}

table.musicians th a:hover {
	color: #FFFFFF;
	background-color: #880000;
	text-decoration: none;
}

table.musicians tr.category {
	border-top: 1px solid #000000;
}

table.musicians td {
	font-size: 10px;
}

table.musicians a {
	text-decoration: none;
	color: #880000;
}

table.musicians a:hover {
	background-color: #FFCCCC;
	text-decoration: none;
}

table.groupview {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-spacing: 3px;
}

table.groupview img {
	width: 90px;
	height: 120px;
	border: 0px;
}

table.groupview td {
	width: 120px;
	height: 150px;
	border: 1px solid #000000;
	background-color: #880000;
	text-align: center;
	vertical-align: middle;
}

table.groupview td.blank {
	border: 0px;
	background-color: #FFFFFF;
}

table.groupview a {
	color: #FFD700;
	text-decoration: none;
	font-weight: bold;
}

table.groupview a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table.groupview span.brokenImage {
	color: #FF8800;
	background-color: #000000;
	font-style: italic;
	width: 90px;
	height: 120px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
table.musician_details {
	font-size: 12px;
	border: 1px solid #880000;
	width: 400px;
	border-collapse: collapse;
}

table.musician_details span.name {
	color: #FFD700;
	font-size: 16px;
	font-weight: bold;
}

table.musician_details span.gruppe {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

table.musician_details td.name_field a.mail {
	color: #FFFFFF;
}

table.musician_details td.name_field a.mail:hover {
	font-weight: bold;
	background-color: #230525;
}

table.musician_details td.name_field {
	background-color: #880000;
}

table.musician_details th {
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding: 2px;
	border-right: 1px solid #880000;
}

table.musician_details th, table.musician_details td {
	border-bottom: 1px solid #880000;
}

table.musician_details td ul {
	padding-left: 0px;
	list-style-position: inside;
	//text-indent: -35px;
	margin-bottom: 0px;
	list-style-image: url('../images/sqred.gif');
	vertical-align: middle;
}

label.first {
	float: left;
	text-align: right;
	width: 9em;
	margin-right: .3em;
}

form br {
	clear: both;
}

form.contact {
	line-height: 20px;
}

form.contact fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
}

form.contact input, form.contact select, form.contact textarea {
	font-family: Arial, Helvetica, sans serif;
	border: 1px solid #880000;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

form.contact input:focus, form.contact select:focus, form.contact textarea:focus  {
	color: #FFFFFF;
	background-color: #880000;
	border: 1px solid #000000;
}



form.contact input[type=submit] {
	color: #FFFFFF;
	background-color: #880000;
	border: 1px solid #000000;
}

form.contact input[type=submit]:hover {
	color: #880000;
	background-color: #FFFFFF;
}

form.contact * fieldset {
	width: 600px;
}

table.presse {
	border-collapse: collapse;
	border: 1px solid #880000;
	font-size: 12px;
	width: 600px;
}

table.presse th {
	color: #FFD700;
	background-color: #880000;
}

table.presse th.date, table.presse td.date {
	width: 70px;
}

table.presse th.title, table.presse td.title {
	width: 350px;
}

table.presse td.title a:hover {
	text-decoration: none;
	background-color: #FFCCCC;
}

table.presse td {
	border-bottom: 1px dotted #CCCCCC;
}

table.presse td.title {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

table.presse th.source, table.presse td.source {
	width: 180px;
}

table.presse td.source {
	font-style: italic;
}
