﻿/* 
=========================
powered by elastic
=========================
*/

body { 
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('layout/bg_verlauf.png'); background-position: 0px -15px; background-repeat: repeat-x;
}


.wrapper {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	left: -20px;
}

.inner-wrapper {
	width: 980px;
	padding-left: 40px;
	padding-bottom: 40px;
	background-image: url('layout/bg_main_top.png'); background-position: -70px 12px; background-repeat: no-repeat;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear { /* Useful generic clearing class. */
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - */

#logoarea {
	position:absolute; 
	top:0px; 
	left: 10px;
	z-index: 1000; 
}

#main {
	width: 640px;
	padding: 0 0 0 10px;
	margin-top: 45px;
	background-image: url('layout/bg_main_repeat.png'); background-position: -190px 0px; background-repeat: repeat-y;
}

#main_top {
	height: 70px;
	padding-left: 2px;
}

#main_bottom {
	height: 50px;
	background-color: #fff; /* hiermit Backgroundimage von sidebar aufheben */
	background-image: url('layout/bg_main_end.png'); background-position: -201px 0px; background-repeat: no-repeat;
	
}
#visual {
	margin-bottom: 10px;
}


#sidebar {
	width:235px;
	margin-top: 30px;
	padding-right: 10px;
	margin-left: 1px;
	background-image: url('layout/bg_sidebar_repeat.png'); background-position: -15px 30px; background-repeat: repeat-y;
}

#sidebar_top {
	width: 240px; /* um Background der #sidebar mit Hintergrundfarbe zu verdecken */
	height: 115px; 
	padding-top: 10px; 
	background-color: #fff; /* hiermit Backgroundimage von sidebar aufheben */
	background-image: url('layout/bg_sidebar_top.png'); background-position: -15px 0px; background-repeat: no-repeat;
}


#sidebar_teaser {	
	width: 235px;
	/*min-height: 240px; */
	background-image: url('layout/bg_sidebar_repeat.png'); background-position: -15px 0px; background-repeat: repeat-y;
}

#sidebar_teaser_content {
	height: 240px; /* um Bereich komplett auszufüllen */
	overflow: hidden; /* darf nicht auf Ensemble-Seiten angewendet werden -> im Specific-Teil ueberschreiben */
}

#sidebar_sub {
	width: 235px;
}

#sidebar_bottom {
	width: 240px; /* um Background der #sidebar mit Hintergrundfarbe zu verdecken */
	height: 60px;
	background-color: #fff; /* hiermit Backgroundimage von sidebar aufheben */
	background-image: url('layout/bg_sidebar_end.png'); background-position: -15px 0px; background-repeat: no-repeat;
}

#main-menu {
	height: 50px; 
	position: relative;
}

.main-menu {
	position: absolute; /* -> Parent-Element muss dazu "relative" positioniert sein */
	bottom: 12px;
}

#sub-menu {
	margin-top: 5px;

}

.sub-menu {
	min-height: 40px;
}

#sub-menu .sub-menu.home {
	display: none;
}

#service-menu {
	width: 80px;
	padding-top: 166px;
}

#content-container
{
	padding: 5px 5px 5px 2px;
}

#sidebar_sub
{padding-top: 10px;}

/*#content[class~="home"],*/ #content.home {width: 360px;}
#content .grid1, .grid1 {width: 80px;}
#content .grid2, .grid2 {width: 160px;}
#content .grid3, .grid3 {width: 240px;}
#content .grid4, .grid4 {width: 320px;}
#content .grid5, .grid5 {width: 400px;}
#content .grid6, .grid6 {width:480px;}
#content .grid7, .grid7 {width:560px;}
#content .grid8, .grid8 {width:610px;}

#content .w100, .w100 {width:100px !important;}
#content .w150, .w150 {width:150px !important;}
#content .w170, .w170 {width:170px !important;}
#content .w190, .w190 {width:190px !important;}
#content .w200, .w200 {width:200px !important;}
#content .w250, .w250 {width:250px !important;}

#content.home ~ #rightcol {
	margin-right: 5px;	
}

.contextcol {
	text-align: right; 
	margin: 8px 5px 10px 5px;
}

.contextcol img.teaserpic {
	max-width: 170px;
	margin-bottom: 10px;
	margin-right: -5px;
	display: inline;
}

.contextcol_textblock {
	text-align: left; 
	margin-left: 20px;
}
.contextcol_textblock ul,
.contextcol_textblock ol {
	margin-left: 20px;	
}


#content .picturecol {
	margin-right: 10px;
}

#content .textcol {
	margin-right: 10px;
}

#content .teasertext {
	margin-right: 40px;
}


#content img.picture_left 
{
	margin-top: 5px;
	float: left;
}

#content .produktion img.picture_left,
#content .produktion div.picturecol {
	max-width: 110px;	/* wegen IE8 auch den div */
}

#content img.picture_right
{
	margin-left: 30px;
	float: right;
}

#content .produktion {
	margin-top: 10px;
	margin-bottom: 40px; /* Abstand zur nächsten Produktion */
}

#content table.produktion {
	width: 100%;
	clear: both;
}

#content div.subtitle {
	margin-bottom: 10px; /* Abstand nach Subtitle zu Details einer Produktion */
}

#content.spielplan h3 {
	margin-top: 50px;
}

#ensemble img.ensemblepic {
	width:70px;	
}

#ensemble div.innercontent {
	text-align: center;
	background-color: black;
	padding: 0px;
	width: 610px;
	height: 80px;
}

#ensemble div.innercontent .picline {
		margin: auto;
}

#content .ensemble_detail {
	margin-top: 50px;
}

#content .upper {
	position: relative; 
	top: -30px;
}