* {
	font-family: Verdana, Arial, sans-serif;
}

html {
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 970px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	position: relative;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

#top {
	background: #101010;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}

#container {
	margin: 0 0 0 110px;
	padding: 25px 0 0 0;
	width: 750px;
	background-image: url(../img/container.png);
}

#header {
	display: none;
}

#path {
	position: fixed;
	top: 0;
	margin: 0 auto;
	padding-left: 95px;
	width: 655px;
	height: 25px;
	background: #101010;
	z-index: 1;
}

#path em {
	display: none;
}

#path * {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 21px;
	text-decoration: none;
}

#path a:hover {
	text-decoration: underline;
}



#lang {
	background: #101010;
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 95px;
	height: 25px;
	z-index: 2;
}

#lang * { 
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 21px;
	text-decoration: none;
}

#lang span
{
	display: none;
}

#lang ul
{
	list-style: none;
	margin: 0; 
	padding: 0;
}

#lang ul,
#lang ul li
{
	display: inline;
}

#lang ul li ul li
{
	padding: 0 0 0 25px;
}

#lang ul li ul li.active
{
	display: none;
}


#jump { display: none; }

#content {}

#col1 {
	margin-top: 65px;
	padding: 0 25px;
}

#col2 {
	padding: 0 25px;
}



#toolbox {
	padding: 10px 0 5px 0;
}


#toolbox * {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#toolbox span {
	display: none;
	width: 80px;
	padding: 18px 0 3px 0;
	font-size: 13px;
	color: #F0F0F0;
}

#toolbox ul li ul {
	clear: both;
}

#toolbox a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

#toolbox a:hover {
	text-decoration: underline;
}

#toolbox ul li ul li {
	border-left: 1px solid #ffffff;
	padding-right: 1px;
	padding-left: 4px;
}

#toolbox ul li ul li.first-child {
	border-left: none;
	padding-left: 0;
}



h2 {
	position: relative;
	width: 700px;
	height: 35px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 7px 0;
	text-indent: -99999em;
}

h2 span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

h3.subtitle {
	position: relative;
	width: 700px;
	height: 19px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 85px 0;
	text-indent: -99999em;
}

h3.subtitle span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

p.justify {
	text-align: justify;
}

div.indent {
    padding-left: 20px;
}

#aside {}

#menu { display: none; }
#menu2 {
	position: absolute;
	top: 180px;
	width: 700px;
	height: 27px;
	margin-left: 25px;
	background: url(../img/menu2.png) repeat-x top;
	overflow: hidden;
}

#menu2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#menu2 ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#menu2 ul li span {
	display: none;
}

#menu2 ul li ul {
	display: block;
}

#menu2 ul li ul li a {
	float: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 0;
	margin: 0 8px;
}

#menu2 ul li ul li.active a,
#menu2 ul li ul li a.active,
#menu2 ul li ul li a:hover {
	border-bottom: 2px solid #FFFFFF;
}

#menu2 ul li ul li ul {
	display: none;
}

#footer {
	margin: 0 25px;
}

#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer address {
	float: left;
	font-style: normal;
	width: 450px;
	font-size: 11px;
	font-family: Tahoma;
	text-align: left;
	padding: 9px 0px;
}

#sitelinks {
	float: right;
		overflow: hidden;
		margin: 5px 0 0 20px;
}

#sitelinks * { 
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 21px;
	text-decoration: none;
}

#sitelinks span
{
	display: none;
}

#sitelinks ul
{
	list-style: none;
	margin: 0; 
	padding: 0;
	display: inline;
}

#sitelinks ul li
{
	display: inline;
	margin: 0;
	list-style: none;
}

#sitelinks a {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;

}

#sitelinks ul li ul li {
	padding: 0 6px;
	background: url(../img/sitelinks.png) no-repeat left center;
}

#sitelinks ul li ul li.first-child {
	background: none;
	padding: 0 4px 0 0;
}

#agentur_net {
	display: none;
}

.tx-thmailformplus-pi1
{

}

.tx-thmailformplus-pi1 fieldset
{
	border: none;
}

.tx-thmailformplus-pi1 p
{
	padding-bottom: 0px;
}

.tx-thmailformplus-pi1 .thmailformplus-data label,
.tx-thmailformplus-pi1 .thmailformplus-message label
{
	clear: both;
	float: left;
	width: 100px;
}

.tx-thmailformplus-pi1 input,
.tx-thmailformplus-pi1 textarea,
.tx-thmailformplus-pi1 select,
.tx-thmailformplus-pi1 option
{
	color: #000000;
}

.tx-thmailformplus-pi1 .thmailformplus-data input,
.tx-thmailformplus-pi1 .thmailformplus-message textarea
{
	width: 280px;
}

thmailformplus-accept
{

}

.box {
	width: 346px;
	height: 76px;
	background: black;
}

#ticketbuchung {
	position: relative;
}

#ticketbuchung,
#ticketbuchung fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#ticketbuchung fieldset {
	float: left;
	width: 50%;
}

#ticketbuchung h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 9px;
	margin: 0;
}

#ticketbuchung h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding: 0 9px;
	margin: 0;
}

#ticketbuchung label {
	display: none;
}

#ticketbuchung select {
	float: left;
	margin-left: 3px;
	display: inline;
}
#ticketbuchung #mf_tag { margin-left: 9px; }

#ticketbuchung input {
	float: left;
	margin-left: 5px;
	display: inline;
}
#ticketbuchung #mf_tickets {
	width: 60px;
}

#ticketbuchung fieldset input {
	padding: 1px 4px 1px 4px;
	border: 1px solid #484F5D;
}

#ticketbuchung input.submit {
	border: none;
	background: #8d202a;
	color: #ffffff;
}

/* --- tipafriend --- */


.tipafriend div
{
	padding-bottom: 3px;
}

.tipafriend label
{
	float: left;
	display: inline-block;
	width: 180px;
}

.tipafriend input,
.tipafriend textarea
{
	color: #000000;
	width: 200px;
}

.tipafriend input.submit
{
	width: auto;
}

.tipafriend-error
{
	color: #FFCC00;
}

p.bodytext {
	margin: 0 0 15px 0;
}

h3
{
	font-size: 19px;
	font-weight: normal;
	
	padding: 10px 0 8px 8px;
	margin: 0;
}

h4 {
	padding: 0;
	margin: 10px 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	padding: 0;
	margin: 5px 0 0px 0;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	padding: 0;
	margin: 5px 0 0px 0;
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.csc-textpic-image
{
	padding-bottom: 10px;
	padding-top: 4px;
}

.csc-textpic-caption
{
	padding-top: 2px;
}

.csc-uploads p
{
	padding-bottom: 0;
}

.csc-uploads-icon img
{
	border: 0;
}

table td {
	width: 50%;
}

table.einzeilig-zentriert td {
	padding: 5px;
	text-align: center;
}

table.einzeilig-links td {
	padding: 5px;
	text-align: left;
}

table.einzeilig-rechts td {
	padding: 5px;
	text-align: right;
}

table.mehrzeilig-zentriert td {
	padding: 10px 5px 10px 5px;
	text-align: center;
}

table.mehrzeilig-links td {
	padding: 10px 5px 10px 5px;
	text-align: left;
}

table.mehrzeilig-rechts td {
	padding: 10px 5px 10px 5px;
	text-align: right;
}
