html {overflow-y: scroll} /* always show vertical scrollbar (for Moz) */
* {
   margin: 0px;
   padding: 0px;
   }
body {
	font: 15px/22px Georgia, "Times New Roman", serif;
	color: #999999;
	background: #9B795E url(image/bg.jpg) fixed;
	}
img {
	border-width: 0px;
	background-color: #000000;
	}
p {padding: 7px 0;}
strong {
	font-weight: bold;
	color: #DDDDDD;
	}
h1 {
	font-size: 22px;
	line-height: 33px;
	margin: 10px 0 0 0;
	color: #DDDDDD;
	}
h2 {
	font-size: 18px;
	line-height: 28px;
	color: #DDDDDD;
	margin: 10px 0 0 0;
	}
h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin: 5px 0 0 0;
	}
a {
	color: #D11818;
	text-decoration: none;
	outline: 0;
	-moz-outline: 0;
	}
a:hover {
	border-bottom: 1px dotted #D11818;
	}
cite {
	text-align: center !important;
	font: normal 16px/22px Georgia, "Times New Roman", serif;
	display: block;
	color: #CCCCCC;
		}
.cite_right {
	text-align: right;
	}
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #222;
 border-bottom: transparent;
}
li {
	margin: 0 0 0 30px;
	}

/*######################### BOXES ######################*/

#box {
	width: 950px; 
	margin: 4% auto;
			}
#box_top { 
	background: url(image/top.png) no-repeat;
	height: 20px;
	}
* html #box_top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theater-apropos.de/image/top.png', sizingMethod='scale');
	background-image: none;
	}
.box_content {
	background-color: #000000;
	padding: 20px 30px;
	overflow: auto;
	width: 890px; 
			}
#flashContent {
	background-color: #000000;
	min-height: 380px;
	}
.box_left_double {
	width: 435px;
	padding-right: 10px;
	float: left;
	background-color: #000000;
	overflow: hidden;
		}
.box_right_double {
	width: 435px;
	padding-left: 10px;
	float: right;
	background-color: #000000;
	overflow: hidden;
		}
#box_bottom {
	background: url(image/bottom.png)  no-repeat;
	height: 20px;
	clear: both;
	}
* html #box_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theater-apropos.de/image/bottom.png', sizingMethod='scale');
	background-image: none;
	}
.footer {
	text-align: right;
	font: bold 11px/16px helvetica, arial, sans-serif;
	text-transform: uppercase;	
	color: #FFFFFF;
	padding: 5px 30px;
	margin-bottom: 30px;
	}
	
/*############################### NAVIGATION ###############################*/
.navigation {
	text-align: center;
	}
#linie {
	border-bottom: 2px dotted #555555;
	padding-bottom: 20px;
	margin-bottom: -20px;
	}
.navigation img {
	margin: 0 10px -2px 10px;
	}
.navigation a {
	font-size: 21px;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
	}
.navigation a:hover {
	color: #CC0000;
	border-width: 0px;
	}
.navigation a.select {
	color: #CC0000;
	}
	
/*############################### Tabelle ###############################*/
.stuecke_tabelle {
	margin: 50px 0 10px 0;
	}
/*.stuecke_tabelle a {	color: #FFFFFF;	}*/
.stuecke_tabelle td, .stuecke_tabelle .td1{
	vertical-align: top;
	padding: 0 20px 20px 0;
	border-top: 1px solid #222222;
	}
.stuecke_tabelle #td1 {
	border-width: 0px;
	}
.datum {
	font-size: 40px;
	line-height: normal;
	color: #444444;
	}
	
.disclaimer {
	font: 11px/16px Georgia, "Times New Roman", serif;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px dotted #555555;
		}
.disclaimer p {
	padding: 6px 0;
	}
.divider {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px dotted #555555;
	}
.credit {
	font: 11px/15px helvetica, arial, sans-serif;
	text-align: right;
	margin: -10px -8px -5px 0;
	color: #666666;
	}
.aktuell {
	border: 0px dotted #FFFFFF;
	padding: 10px;
	}

