@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

body {
	background-color: #000;
	font: 12px Verdana,Arial,Helvetica;
	color: #fff;
}

#mainwrap {
	width: 990px;
	margin-left: 0;
}

#header {
	position: relative;
	height: 290px;
}


#colwrap1 {
	margin-left: 30px;
}


#nav {
	width: 210px;
	margin-right: 40px;
	float: left;
	display: inline;
}


#colwrap2 {
	width: 710px;
	float: left;
	display: inline;
}

#logo {
	width: 240px;
	height: 260px;
	background: url(img/logo.png) no-repeat;
}

#title {
	position: absolute;
	left: 280px;
	top: 110px;
	width: 538px;
	height: 59px;
	background: url(img/bt-titel-stoerer.gif) no-repeat;
}


#content {
	width: 460px;
	float: left;
	display: inline;
	line-height: 22px;
	position: relative;
	z-index: 10;
}

#sidebar {
	width: 210px;
	float: left;
	display: inline;
	margin-left: 40px;
	padding-top: 5px;
}


#footer {
	margin-left: 30px;
	height: 83px;
	margin-top: -98px;
	position: relative;
	z-index: 1;
}

#footer #logo-smb {
	display: block;
	position: absolute;
	width: 117px;
	height: 53px; 
	top: 0px;
	left: 0px;
}

/* Navigation */
#nav-meta {
	font-size: 11px;
	position: absolute;
	right: 0px;
	top: 7px;
}
#nav-meta li {
	float: left;
	display: block;
	margin-left: 6px;
	padding-left: 11px;
	background: url(img/nav-meta-trenner.gif) left center no-repeat;
}
#nav-meta li.first {
	margin-left: 0;
	padding-left: 0;
	background: 0 none;
}
#nav-meta li a {
	color:  #fff;
	text-decoration: none;
}
#nav-meta li a:hover {
	color:  #fff;
	text-decoration: underline;
}




#nav-main li.lvl1 {
	margin-bottom: 24px;
}

#nav-main li.lvl1 a {
	display: block;
	height: 15px;
	width: 200px;
}
#nav-main li.lvl1 a.ui-state-active {
	background-position: 0 -15px;
}

#nav-main-26 a {	background: url(img/nav-main-ausstellung.gif) no-repeat; }
#nav-main-42 a {	background: url(img/nav-main-tickets.gif) no-repeat; }
#nav-main-25 a {	background: url(img/nav-main-fuehrungen.gif) no-repeat; }
#nav-main-24 a {	background: url(img/nav-main-info.gif) no-repeat; }
#nav-main-30 a {	background: url(img/nav-main-presse.gif) no-repeat; }


#nav-main li.lvl1 ul {
	margin-top: 12px;
}
#nav-main li.lvl1 ul li {
	margin-bottom: 5px;
}


#nav-main li.lvl1 ul li a {
	background: 0 none;
}




#nav-main li li.act {
	text-decoration: underline;
}


/* Mediaplayer */
#mplayer {
	margin: 0 0 50px 0;
	/*border: 1px solid #494949;*/
}

/* Ticker */
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border-top: 1px solid #494949;
border-bottom: 1px solid #494949;
background: #000; 
width: 710px; 
height: 36px; 
margin: 0 0 50px 0; 
padding: 4px 0 0 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 8px;
width: 710px;
overflow: hidden;
height: 15px;
}
ul.newsticker { /* that's your list */
position: relative;
left: 710px;
font: bold 12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
margin-right: 8px;
padding: 0;
padding-right: 19px;
background: url(img/ticker-trenner.gif) right center no-repeat;
}
ul.newsticker a {
white-space: nowrap;
/*padding: 0; */
font: bold 11px Verdana;
margin: 0 0px 0 0;
} 


/* Multicolumns */


/* Image Slide (Homepage) */

/* Content Styles */
h1.pagetitle {
	/*font-size: 22px;
	margin-bottom: 6px;*/
	
	font-size: 18px;
	/*margin-bottom: 6px;*/
	margin-bottom: 38px;
	text-transform: uppercase;
}

p.subtitle {
	font-weight: bold;
}

#content p,
#content table,
#content ul {
	margin-bottom:  12px;
}

strong {
	font-weight: bold;
}

#content ul {
	margin-left: 1.3em;
} 

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
} 

#content .csc-textpic-caption {
	font-size: 10px;
}

/* Modul Boxen */

.modul {
	border-bottom: 1px solid #494949;
	margin: 0 0 
}
.modul-title {
	background: url(img/line-bg.gif) center no-repeat;
}

.modul-wotitle {
	border-top: 1px solid #494949;
	padding-top: 12px;
}

/* in Content Spalte */

#content .modul {
	line-height: 22px;
	margin-bottom: 40px;
	padding-bottom: 2px;
}

#content .modul-title {
	padding: 0 6px 4px 6px;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: normal;
}

#content .modul-title span {
	padding: 0 6px 0 6px;
	background-color: #000;
}

#content .modul h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#content .modul p,
#content .modul table {
	margin-bottom: 10px;
}

/* in Sidebar */

#sidebar .modul {
	line-height: 16px;
	margin-bottom: 35px;
	padding-bottom: 12px;
}

#sidebar .modul-title {
	padding: 0 6px 0 6px;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
}

#sidebar .modul-title span {
	padding: 0 6px 0 6px;
	background-color: #000;
}

#sidebar .modul-inner {
	padding: 0 12px;
}

/* Links */
a {
	text-decoration: none;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

#content .link-container {
	text-align: right;
	margin-top: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 10px;
}


#content .modul .link-container {
	text-align: right;
	margin-top: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 10px;
}

#sidebar .modul .link-container {
	text-align: right;
	margin-top: 12px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 10px;
}



a.morelink,
a.lnk-internal,
a.lnk-mail,
a.lnk-download {
	background: url(img/link-arrow-right.gif) left center no-repeat;
	padding: 0 0 2px 19px;
}

a.lnk-external {
	background: url(img/link-arrow-tr.gif) left center no-repeat;
	padding: 0 0 2px 19px;
}

.tbl-prices {
	width: 100%;
}
.tbl-prices td {
	text-align: right;
}

.tbl-openingtimes th {
	padding-right: 16px;
}

#bt-bm li {
	line-height: 26px;
	font-size: 10px;
	text-transform: uppercase;
} 

#social-bm li {
	line-height: 26px;
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
} 
#social-bm-delicious { background-image: url(img/icon-delicious.gif); } 
#social-bm-myspace { background-image: url(img/icon-myspace.gif); } 
#social-bm-twitter { background-image: url(img/icon-twitter.gif); } 
#social-bm-google { background-image: url(img/icon-google.gif); } 
#social-bm-wong { background-image: url(img/icon-wong.gif); } 


/*
 *   Forms
 */

form input {
	background-color: #000;
	color:  #fff;
	font-family: Verdana,Arial,Helvetica;
}

form input.text,
form input.tx-srfeuserregister-pi1-text {
	border: 1px solid #494949;
	padding: 2px 6px 2px 6px;
	font-size: 12px;
}

#content .modul form .link-container {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 10px;
}

form input.button {
	border: 0 none;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	background: url(img/link-arrow-right.gif) left center no-repeat;
	padding: 0 0 2px 19px;
}
form input.button:hover {
	text-decoration: underline;
}

form select {
	background-color: #000;
	color:  #fff;
	font-family: Verdana,Arial,Helvetica;
	border: 1px solid #494949;
	font-size: 12px;
}

form label {
	display: block;
	float: left;
}

form .form-group-container {
	float: left;
}



form .form-element {
	margin-bottom: 6px;
}

/* FE Login */
.tx-felogin-pi1 label {
	width: 70px;
	padding-top: 2px; 
}

.tx-felogin-pi1 input.text {
	width: 200px;

}

#content .modul .tx-felogin-pi1 .link-container {
	margin-top: 0px;
	margin-bottom: 10px;
}


.tx-felogin-pi1 .link-container a {
	background: url(img/link-arrow-right.gif) left center no-repeat;
	padding: 0 0 2px 19px;
}


/* FE Register */
#content .modul .tx-srfeuserregister-pi1 .link-container {
	margin-top: 0px;
	margin-bottom: 10px;
}

form input.tx-srfeuserregister-pi1-text {
	width: 200px;
}

.tx-srfeuserregister-pi1 label {
	width: 85px;
	padding-top: 2px; 
}

#content .modul .tx-srfeuserregister-pi1-error {
	font-size: 10px;
	color: #f02624;
	clear: both;
	padding-left: 85px;
	margin-bottom: 6px;
}


/* Newsletter */
#content .modul #form-newsletter .link-container {
	margin-top: 0px;
	margin-bottom: 10px;
}

#form-newsletter label {
	width: 85px;
	padding-top: 2px; 
}

#content .modul #form-newsletter p.error-msg {
	font-size: 10px;
	color: #f02624;
	clear: both;
	padding-left: 85px;
	margin-bottom: 6px;
}



/* Presse Akkreditierung */

form.accreditation input.text {
	width: 200px;
}

form.accreditation label {
	width: 95px;
	padding-top: 2px; 
}

#content .modul form p.error {
	font-size: 10px;
	color: #f02624;
	clear: both;
	padding-left: 95px;
	margin-bottom: 6px;
}

form.accreditation .global-error p.error {
	display: none;
}


/* Multicol Boxes */

.twocol .col {
	float:left;
	display: inline;
}

.twocol .col-140.col-left {
	margin-right: 20px;
}

.twocol .col-140 { width: 140px; }
.twocol .col-300 { width: 300px; }
.twocol .col-210 { width: 210px; }


.twocol .col-210.col-left {
	margin-right: 40px;
}

#intro-subst {
	width: 342px;
	height: 470px;
	position: absolute;
	top: 70px;
	left: 328px;
	text-align: center;
	line-height: 22px;
	padding-bottom: 22px;
}

#intro-subst img {
	margin-bottom: 20px;
	display: block;
}


