@charset "UTF-8";

body {
	background: #000;
	color: #000;
	margin: 8px;
	font-family: "Verdana", "Lucida Grande", "Trebuchet MS", "Arial", "sans-serif";
}

a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	outline: none;
}
img {
	border: none;
}
.imgLeft {
	margin:5px 5px 0px 5px;
	border: none;
	float: left;
}
.imgRight {
	margin:5px 5px 0px 5px;
	border: none;
	float: right;
}

* {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
html {
	height: 100%;
	overflow-y: scroll;
}

td {
	font-size:13px;
	vertical-align:top;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}

.textKlein {
	font-size:10px;
}

#tableContainer {
	width:960px;
	border:none;
	padding:0px;
	margin:0px;
	border-collapse: collapse;

}

.tdLogoText {
	background-color:#CC0000;
	color:#FFF;
	font-size:12px;
	padding:8px 16px 4px 16px;
}
.tdLogoText .tdLogoText_orpheusTrust, 
.tdLogoText .tdLogoText_orpheusNews {
	font-weight:bold;
	font-size:1.1em;
	text-decoration: underline;
}


#logoTextOben {
/*	display:none; */
	display:block;
}
#logoTextOben a{
	color:#fff;
	text-decoration:none;
}

.tdFarbe {
	background-color:#CC0000;
}

.tdNavigation{
	width:112px;
	background-color:#CC0000;
	vertical-align: top;
	padding:0px 0px 32px 0px;
	margin:0px;
}

.nav_01, .nav_02, .nav_03 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.nav_01 {
	width:108px;
	height:18px;
	margin:16px 0px 0px 0px;
	padding:0px 0px 0px 4px;
	color:#FFF;
	font-size:14px;
	font-weight: bold;
	font-stretch:condensed;
}

.nav_01 a, .nav_02 a, .nav_03 a,
.nav_01 a:hover, .nav_02 a:hover, .nav_03 a:hover
{
	color:#FFF;
	text-decoration:none;
}
.nav_01:hover, .nav_01 a:hover {
	background-color:#000 !important;
}
.nav_02 {
	width:108px;
	height:16px;
	padding:0px 0px 0px 4px;
	color:#FFF;
}
.nav_02:hover, .nav_02 a:hover {
	background-color:#333333 !important;
}

.nav_03 {
	width:104px;
	height:16px;
	padding:0px 0px 0px 8px;
	color:#FFF;
}
.nav_03:hover, .nav_03 a:hover {
	background-color:#333333 !important;
}

#nav_logoOrpheusNews {
	background-color: #000;
	text-align:center;
	color:#fff;
	font-size:11px;
	margin:0px 10px 0px 10px;
}
#nav_logoOrpheusNews a{
	color:#fff;
	text-decoration:none;
}

.tdContent {
	background-color:#FFF;
	vertical-align: top;
	padding:32px 32px 32px 32px;
/*	width:552px; */
}
.tdContent .contentTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.tdContentHome {
	background-color: #eee;
	vertical-align: top;
	padding:32px 32px 32px 32px;
	color:#000;
/*	width:552px; */
}
.tdContentHome a{
	color:#000 !important;
/*	width:552px; */
}

.tdContentHome .contentTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.tdContentHome a {
	color: #FFF;
}

.veranstaltung {
	margin:16px 0px 0px 0px;
}

.tdMusiker {
	width:96px;
	background-color:#CC0000;
	vertical-align: top;
	padding:32px 0px 32px 0px;
}
.tdMusiker img {
	width:96px;
/*	height:160px; */
	border:none;
}
.tdMusiker .musikerName {
	color:#fff;
	font-size:0.75em;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px 2px 0px 2px;;
}

.tdBoxunten {
	background-color:#CC0000;
	vertical-align: top;
	padding:32px 32px 32px 32px;
	color:#FFF;
}

.tdBoxunten .boxuntenTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

address{
	color:#FFF;
}
address a{
	color:#FFF;
}