/*
Farben:
normal: #B9A032
dunkel: #948028
hell: #C7B35B
sehr hell: #D5C684;
*/

body, p, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:active, a:hover {
	color:#000000;
	text-decoration:underline;
}

.hauptmenue2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	background-color: #948028;
	height:20px;
	border-left:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	border-right:1px solid #FFFFFF;
	padding:2px;
}
.hauptmenue2 a {
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
.hauptmenue2 a:hover {
	color:#FFFFFF;
}
/*
.hauptmenue2 a:link, .hauptmenue2 a:visited, .hauptmenue2 a:active {
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:capitalize;
}
.hauptmenue2 a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	text-transform:capitalize;
}
*/

.hauptmenue2 #akt {
	color:#FFFFFF;
}

.Logo {
	border-left:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	border-right:1px solid #FFFFFF;
}

.Inhalt2 {
	border:1px solid #FFFFFF; 
	background-color:#B9A032; 
	padding:10px;
}

.Inhalt2 table {
	text-align:left;
}

.Fuss {
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
}

.DetailTitel {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.DetailBild {
	border: 1px solid #CCCCCC;
	margin-left:10px;
}

.DetailInhalt {
	text-align:left;
}

.DetailOrt {
	text-align:left;
}

.DetailTicket {
	text-align:left;
	margin: 20px 0;
	font-weight: bold;
}

.DetailTermin {
	margin-top: 10px;
}

.DetailTermin th {
	margin: 1px;
	padding: 3px;
	background-color: #AB73D3;
	font-weight: normal;
}

.DetailTermin td {
	margin: 1px;
	padding: 3px;
	background-color: #AB73D3;
}

.TerminTabelle tr {
	background-color: #C7B35B;
}
.TerminTabelle tr:hover {
	background-color: #D5C684;
}

.TerminTabelle td {
	margin: 1px;
	padding: 3px;
	vertical-align:top;
	cursor:pointer;
	cursor:hand;
}

.AnhangListe td {
	text-align:left;
}

.DetailListe {
	//border:1px solid #FFFFFF; 
	padding: 0px;
}

.DetailListe th {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #948028;
	font-weight: normal;
	text-align:center;
}

.DetailListe td {
	margin: 0px;
	padding: 2px;
	background-color: #C7B35B;
	text-align:left;
}

/*
.hauptmenue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	background-color: #B9A032;
	height:20px;
}
.hauptmenue a:link, .hauptmenue a:visited, .hauptmenue a:active {
	color:#000000;
	text-decoration:none;
}
.hauptmenue a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.Seite {
	border:1px solid #FFFFFF;
	//height:390px;
	background-color:#9650C8;
	padding:10px;
	//overflow: auto;
}

.Inhalt {
	border:1px solid #FFFFFF; 
	background-color:#9650C8; 
	padding:10px;
}
*/