* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
font-family: Helvetica, Verdana, Arial, sans-serif;                                                                                                
margin: 0;
padding: 0;
}
body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}
div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
html, body {
height: 100%;
}
h2 {
margin-top: 10px;
margin-bottom: 1px;
color: #de044a;
font-weight: bold;
font-size: 11pt;
}
div#wrapper {
position:relative;
margin: 0 auto;
width: 750px;
min-height: 100%;
height: auto !important;
height: 100%;
background: url(3cols.png) repeat-y;
border-left: 1px solid #b8b8b8;
border-right: 1px solid #b8b8b8;
}
div#header {
text-align: center;
height: 70px;
background: #fff;
}
div#topNavi {
text-align: center;
height: 25px;
background: #f6f6f6;
border-top: 1px solid #b8b8b8;
border-bottom: 1px solid #b8b8b8;
}
div#leftCol {
width: 200px;
float: left;
}
div#rightCol {
width: 200px;
float: right;
}
div#centerCol {
	font-size: 11pt;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 0;
}
div#leftCol, div#rightCol, div#centerCol {
padding-bottom: 25px;
}
div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 800px;
height: 20px;
background: #fff;
border-top: 1px solid #b8b8b8;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
div#topNavi li { line-height: 25px; list-style-type: none; color: #de044a; display: inline; font-size: 10pt; font-weight: bold; }

a:link { color: #de044a; text-decoration:none; }
a:visited { color: #de044a; text-decoration:none; }
a:focus { color: #de044a; text-decoration: underline; }
a:hover { color: #de044a; text-decoration: underline; }
a:active { color: #de044a; text-decoration: underline; }
.titelrot  { color: #c03; font-size: 12pt; font-family: Verdana; font-weight: bold }
.titelsch { color: black; font-size: 12pt; font-family: Verdana; font-weight: bold }
.theater  { color: #c03; font-size: 10pt; font-family: Verdana; font-weight: normal }
.stueck   { color: #c03; font-size: 11pt; font-family: Verdana; font-style: normal; font-weight: bold; line-height: 13pt }
.zeit  { color: black; font-size: 9pt; font-family: Verdana; font-weight: bold }
.ort  { color: black; font-size: 9pt; font-family: Verdana; font-weight: normal }

