/* ideas borrowed from: */
/* "A new image replacement technique" by Stuart Langridge */


body {
	margin: 0;
	padding: 0;
	
	background-color: #CED0D2; /* rgb(205,181,128); */
	color: black; /* rgb(59,88,151); */
	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	min-width:750px; */
}

a img {
    border: 0px none white;
}

p {
/*    overflow: scroll; */
}

img.eintrittskarte {
    border: 1px solid white;
    float: left;
    margin: 1em 1em 1em 0.5em;
}
img.gutschein {
    border: 1px solid white;
    
    float: right;
    margin-top: 0em;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.photo {
    border: 0px solid white;
}

img.programm {
    border: 0px solid white;
    
    float: left;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}

img.hotel {
    border: 1px solid white;
    
    float: left;
    margin-top: 0em;
    margin-right: 1em;
    margin-bottom: 1em;
}

img.anfahrt {
    border: 1px solid white;
}

img.spielstaette {
    border: 0px solid white;
    
    float: left;
    margin-top: 0.2em;
    margin-right: 1em;
    margin-bottom: 1em;
}

img.spielstaette_alt {
    border: 0px solid white;
    
    float: right;
    margin-top: 0.2em;
    margin-left: 1em;
    margin-bottom: 1em;
}

table#spielplan {
    border: 1px none white;
    
    margin-left: 0.5em;
    margin-bottom: 1em;
}
#spielplan tr.termin {
    margin-bottom: 1em;
}
#spielplan tr.premiere {
    margin-bottom: 1em;
}
#spielplan tr.gastspiel {
    margin-bottom: 1em;
}
#spielplan tr.highlight {
    margin-bottom: 1em;
}
#spielplan td.wochentag {
    vertical-align: top;
    font-size: small;
}
#spielplan td.datum {
    text-align: right;
    vertical-align: top;
    font-size: small;
    
    padding-left: 0.2em;
    padding-right: 0.8em;
}
#spielplan td.uhrzeit {
    text-align: right;
    vertical-align: top;
    font-size: small;
}
#spielplan td.wo {
    vertical-align: top;
    font-size: small;
    
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1.5em;
}
#spielplan td.was {
    vertical-align: top;
    
    width: 70%;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1.5em;
}
#spielplan td.tickets {
    vertical-align: middle;
    font-size: small;
    text-align: right;
}
#spielplan tr td .spezial {
    font-size: large;
    font-weight: bold;
}
#spielplan tr td .titel {
    font-size: large;
}
#spielplan tr td .kurzbeschreibung {
    font-size: small;
}
#spielplan tr td .wer {
    font-size: large;
}
#spielplan tr td .ort {
    font-size: medium;
}
#spielplan tr td .geschlossen {
    font-style: italic;
    font-size: x-small;
}

div.map {
    text-align: center;
}

p.anfahrt img {
    border: 1px solid white;
    
    float: right;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

a {
    color: rgb(80,80,80);
    text-decoration: none;
}
a:visited {
    color: rgb(80,80,80);
    text-decoration: none;
}
a:hover {
    color: rgb(80,80,80);
    text-decoration: underline;
}

blockquote {
/*    margin-bottom: 0; */
 /* quotes: "\201C" "\201D"; */
    quotes: "»" "«";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


p.presse {
/*    margin-top: 0; */
    margin-bottom: 3em;
    margin-right: 2em;
    font-size: small;
    font-style: italic;
    text-align: right;
}

div#bio {
    margin-left: 0.25em;
}
div#bio p {
}
img.mitglied {
    float: left;
    margin: 0em 1em 1em 0.5em;
}

div#page {
/*	background-color: orange; */

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 750px;
	margin-left: -375px;
}
#header {
/*	background-color: #ddd;
	border: 1px solid blue;
*/
    display: none;
}
#header h1 {
/*	padding:5px;
	margin:0;
	text-align:left;
	color:crimson;
*/
    margin-top: 25px;
    margin-bottom: 0px;
    
    padding: 107px 0 0 0;
    overflow: hidden;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-position: top center;
    
    height: 0px !important;    /* for most browsers */
    height /**/:107px; /* for IE5.5's bad box model */
}

#navigation {
/*	background-color: lightgrey; */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 5px;
}
#navigation ul {
	padding: 0px;
	margin-bottom: auto;
}
#navigation li {
	display: inline;
	list-style: none;
	margin: 0px;
}

#site ul {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;

    height: 80px;
}
#site li {
    margin-left: 0px;
    margin-right: 0px;
       
    text-indent: -5000px;
}
#site li#first {
    float: left;
}
#site li#second {
    float: left;
    padding: 0px 10px;
}
#site li#third {
    float: right;
}
#site a {
    text-decoration: none;
    display: block;
    
    width: 240px;
    padding: 80px 0 0 0;
    
    background-repeat: no-repeat;
    background-position: bottom left;
    
    height: 0px !important;    /* for most browsers */
    height /**/:80px; /* for IE5.5's bad box model */
}
#site a#goessnitz {
    background-image: url("/images/site_nav_goessnitz.jpg");
}
#site a#baabe {
    background-image: url("/images/site_nav_baabe.jpg");
}
#site a#ensemble {
    background-image: url("/images/site_nav_ensemble.jpg");
}

#nav {
/*    float: left; */
/*    width: 500px; */
    clear: both;
    text-align: center;
    font-size: 13px;
    
/*    border: 1px solid green; */
    padding: 0px 4px 5px 4px;
	background-image: url("/images/nav_bar_bg.jpg");
    background-repeat: repeat-x;
    background-position: bottom left;
}
#nav ul {
    margin-top: 0px;
/*    width: 750px; */
/*	margin-left: auto; */
/*	margin-right: auto; */
}
#nav li
{
/*    float: left; */
/*    margin: 0px; */
    display: inline;
    margin-right: 0px;
}
#nav a {
    padding: 0px 4px 5px 4px;
/*	border: 1px dotted dodgerblue; */
	text-decoration: none;
    
    color: black;
/*    background-image: url("/images/nav_bar_bg.jpg"); */
/*    background-repeat: repeat-x; */
/*    background-position: bottom left; */
}
#nav li.current a, #nav li.current:first-child a, #nav li.current:last-child a {
    padding: 0px 4px 5px 4px;
/*	border:1px dotted red; */
/*	border: 1px dotted white; */
	text-decoration: none;
/*    background-color: dodgerblue; */
    color: PeachPuff;
}
#nav li.normal a:hover, #nav li.normal a:active, #nav li.current a:hover, #nav li.current a:active {
/*    background-color:dodgerblue; */
    color:white;
/*    border-color: white; */
}


#content.narrow {
	float:left;
	width:500px;
}

#content.wide {
	float:left;
	width:750px;
}

#content {
/*	background-color: #9c9; */
/*    text-align: justify; */
}
#content h2, #content h3, #content h4, #content p {
	padding: 0 10px;
}
#content ul {
    list-style: none;
}
#content ul li:before {
    content: "\00BB \0020";
}

#sidebar {
/*	background-color: blue; */
/*	float: right; */
/*	width:225px; */
	margin-left: 525px;
	width: 220px;
	font-size: small;
}
#page > #sidebar {
}
#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
    font-size: 1.1em;
    text-decoration: none;
}
#sidebar ul {
/*	margin-bottom:0; */
/*	list-style: none; */
	margin: 0;
	padding: 0;
}
#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}
#sidebar ul ul {
    margin: 5px 0 0 10px;
}
#sidebar ul ul li:before {
    content: "\00BB \0020";
}
#sidebar ul ul li {
    margin: 3px 0 0;
    padding: 0;
}
#sidebar h3, #sidebar p {
	padding: 0 10px;
}

#footer {
/*	background-color: grey; */

	clear: both;
}
#footer p {
	padding: 5px;
	padding-bottom: 2em;
	margin: 0;
	font-size: small;
}


#auswahl {
}
#auswahl ul {
    list-style: none;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    border: none;
}
#auswahl li {
    list-style: none;
	font-size: x-large;
	
	text-align: center;
	
	padding-bottom: 20px;
}
#auswahl ul li:before {
    content: "";
}
#auswahl a {
    text-decoration: none;
    color: rgb(59,88,151);
}
#auswahl img {
    border: 0 none white;
}
