/* global ----------------------------------------------------------------- */

div ul {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family: Arial,Verdana,sans;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	background: #fff url(header.png) no-repeat center top;
	font-weight: normal;
}

body.plain {
	font-size: 12px;
	line-height: 14px;
	background: none;
}

table {
	line-height: 14px;
}

p {
	line-height: 20px;
	margin-bottom: 18px
}

.plain p {
	margin:auto;
}

#more p {
	margin: 0;
}

td {
	padding-right: 10px;
	vertical-align: top;
}

td p {
	margin: 6px 0 6px 0;
	line-height: 14px;
}


html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,blockquote,hr {
	margin: 0; 
	padding: 0;
}


html {
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	text-decoration: none; 
}


#content a {
	font-weight: bold;
	color: #9d1525;
}

#content a:hover {
	border-bottom: 1px dotted #000;
}


a:hover {
	text-decoration: none;
}


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

#wrap {
	width: 870px;
	margin: 0px auto;
}


#header {
	position: relative;
	width: 870px;
	height: 71px;
}

#header #logo {
	position: absolute;
	left: 0px;
	top: 40px;
	background: none;
}

#header-nav {
	position: absolute;
	right: 0;
	top: 0px;
	width: 500px;
	text-align: right;
	text-transform: uppercase;
}

#main-nav {
	float: left;
	margin-bottom: 60px;
}

.static #main-nav {
	margin-bottom: 20px;
}

#content {
	width: 870px;
	margin: 0px auto;	
}


#nav {
	float: left;
}

#lang {
	float: right;
}


#footer {
	width: 870px;
}


/* header ------------------------------------------------------------ */


#header img {
	border: none; 
}


/* nav	------------------------------------------------- */

#header-nav ul {
	list-style-type: none;
	display: inline;
}

#header-nav li {
	display: inline;
}

#header-nav a {
	background: none;
	color: #fff;
	margin: 0 12px 0 0px;
	font-size: 11px;
}

#header-nav a.active {
	font-weight: bold;
}

#header-nav a:hover {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}


hr {
	border: none;
	height: 1px;
	background: url(hr.png);
	margin: 0;
	padding: 0;	
	color: #000;
}

#schedule {
	width: 520px;
}

#schedule hr {
	color: #aaa;
	margin: 12px 0 12px 0;
}

#results hr {
	background: url(hr-light.png);
	margin: 6px 0 6px 0;
	width: 520px;
}

#schedule #accordion hr {
	margin: 6px 0 6px 0;
}

input,
select
{
	background: #f6efef;
	border: 1px solid #ccc;
}

#suche-katalog td {
	padding: 2px;
}

input.button {
	background: #9d1525;
	color: #fff;
}

/* main-nav ---------------------------------------------- */

#main-nav div {
	width: 870px;
}

#main-nav #a {
	height: 50px;
	background: url(background-dark.png);
}
	
#main-nav #b {
	background: url(background.png);
}

#main-nav li {
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li {
	display: inline;
}



/* content ------------------------------------------------------ */



#home-teaser, #plays-teaser {
	text-align: left;
	width: 920px;
	padding: 40px 0 20px 0;
}



.teaser {
	display: block;
	width: 260px;
	height: 420px;
	float: left;
	position: relative;
	margin: 10px 45px 10px 0;	
}


 
.teaser hr {
	position: absolute;
	bottom: 0;
	display: block;
	width: 260px;
}

.teaser p, .teaser img {
	margin: 0;
	padding: 0;
}


/*

#content .teaser {
	display: block;
	width: 260px;
	height: 600px;
	float: left;
	margin: 30px 45px 30px 0;	
}

 
#content .teaser hr {
				position: absolute;
				bottom: 20px;
				display: block;
				width: 300px;
				height: 50px;
				background: red;
}

*/


#content img {
	border: none; 
	float: left;
	padding: 0 20px 10px 0;
}


#content a.more, #lists a
 {
	text-transform: uppercase;
	background: #EBD0D3 url(arrow.png) no-repeat 2px 3px;
	padding: 0 5px 0 20px;
	color: #000;
	font-size: 11px;
	display: inline;
	clear: right;
	margin-right: 2px;
}

#content a.more:hover, #lists a:hover {
	background: #fff url(arrow-white.png) no-repeat 2px 3px;
	border: 1px solid #EBD0D3;
	position: relative;
	left: -1px;
	margin-right: 0px;
}

#align-cont {
	width: 520px;
	height: 15px;
	margin-bottom: 20px;
	position: relative;
}

#align-cont.full {
	width: 100%;
}

#align-next {
	position: absolute;
	right: 0px;
	top: 0;
}

#align-prev {
	position: absolute;
	left: 0;
	top: 0;
}

#align-next {
	text-align: right;
}

a.prev {
	background: url(arrow-prev.png) no-repeat left top;
	padding-left: 30px;
}

a.next {
	background: url(arrow-next.png) no-repeat right top;
	padding-right: 30px;
}

#content a.prev, #content a.next {
	position: relative;
	color: #888;
	font-style: italic;
}

#content a.prev:hover, #content a.next:hover {
	border-bottom: none;
}



/* footer ------------------------------------------------- */

#footer {
	margin-top: 40px;
	padding: 4px 0 4px 10px;
	background: #000;
	color: #fff;
	font-size: 11px;
	clear: both;
	float: left;
}

#footer a {
	color: #fff;
	background: none;
}


/* other	------------------------------------------------- */

#content h3 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial;
	margin-top: 12px;
	margin-bottom: 5px;
}


h3 {
	font-size: 12px;
	font-weight: bold;
}

.teaser h3 {
	font-size: 18px;
	font-weight: normal;
}


#content ul {
	list-style-type: none;
}



#title {
	float: left;
}

#more, #subnav {
	//background: #f8f8f8;
	background: url(background.png);
	padding: 0 20px 20px 20px;
	margin-bottom: 40px;
}

#more {
	width: 240px;
	float: right;
	clear:right;
	margin-left: 20px;
}

#subnav {
	width: 250px;
	clear: left;
	margin-right: 20px;
	display: block;
	float: left;
}

#subnav.right {
	float: right;
}

#main {
	width: 560px;
	display: block;
	float: left;
}

hr.sep {
	margin-top: 40px;
	margin-bottom: 40px;
}

#more hr {
	margin-top: 6px;
	margin-bottom: 6px;
}

#more li {
	margin-bottom: 3px;
}


table.work-info td {
	vertical-align: top;
}
	

h4 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #9d1525;
	font-size: 12px;
}

/* accordion ------------------------------------------------ */

#acc_letters {
	background: #EBD0D3;
	margin-bottom: 20px;
	display: inline;
	float:left;	
}

#acc_letters a {
	padding: 0 4px 0 4px;
	text-transform: uppercase;
	float:left;
	clear: none;
}

#acc_letters a:hover, #acc_letters a.active {
	background: #9d1525;
	color: #FFF;
	border: none;
}

.accordion_toggle {
	display: block;
	width: 500px;
	background: #eee;
	cursor: pointer;
	text-transform: uppercase;
}

#acc_letters, .accordion_toggle, .accordion_content {
	width: 500px;
}

#acc_letters, .accordion_toggle {
	margin: 0 0 6px 0;
	padding: 0 10px 0 10px;
}

.accordion_toggle_active {
	background: #EBD0D3;
}

.accordion_content {
	overflow: hidden;
	padding: 0 5px 8px 5px;
}

#content .work a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#accordion {
	float:left;
}

#acc_letters a, .accordion_content a {
	color: #000;
	font-weight: normal;
}


#lists p {
	margin-bottom: 10px;
}

#lists img {
	clear: right;
	float: none;
}

.review-author, .author {
	color: #888;
	font-style: italic;
}

.index {
	color: #888;
	font-size: 10px;
}

#content .author a {
	color: #888;
	font-style: italic;
}

p.review {
	margin-top: 20px;
}

.error {
	background: red;
	color: white;
}

#more .author,
#more .location,
#schedule .location {
	clear: both;
}

#schedule .location {
	display: block;
}


#more h3 {
	margin: 0;
}

#more h3.mini {
	margin: 0 0 6px 0;
}


#content #schedule h3 {
	margin: 0;
	float: left;
}

.location {
	color: #9d1525;
	font-style: italic;
}

.clearer {
	clear: both;
}

.cast {
	white-space: nowrap;
}

.wide #main {
	width:870px;
}

.download-box {
	border:1px dotted #aaa; 
	height:50px; 
	padding:2px;
	background: url(manuskript.gif) no-repeat 10px 10px;
	width: 560px;
	float: left;
}

