body {
	font-family: Helvetica, Verdana, Arial;
	font-size: 10pt;
}

h1 {
	color: #ff9900;
	font-weight: bold;
	font-size: 150%;
}

h2 {
	font-weight: bold;
	font-size: 100%;
}


/* Terminanzeige */
table#termine {
	width: 590px;
}

table#termine th,td {
	padding: 5px;
	vertical-align: top;
}

table#termine th {
	background-color: #ffffcc;
	white-space: nowrap;
}
table#termine td.uhrzeit {
	white-space: nowrap;
}

.flags {
	color: #f00;
}

.sondertext {
	font-weight: bold;
	color: #00f;
}
.premiere {
	font-weight: bold;
	color: #f00;
}

table#termine ul {
	padding: 0;
	list-style-type: none;
}
table#termine ul li {
	display: inline;
	padding-right: 50px;
}

table#termine li a, table#termine li span.reservierung {
	text-decoration: none;
	color: #000;
	font-size: 80%;
	font-weight: bold;
}

table#termine img {
	border: 0;
}


td.nachmittagstheater {
	text-align: left !important;
}

td.nachmittagstheater, td.ausverkauft, td.drucken {
	text-align: right;
	vertical-align: middle;
}
td.nachmittagstheater a, td.drucken a {
	color: #00e;
	font-weight: bold;
	text-decoration: none;
}
td.ausverkauft a {
	color: #e00;
	font-weight: bold;
	text-decoration: none;
}
td.nachmittagstheater a:hover, td.ausverkauft a:hover, td.drucken a:hover {
	text-decoration: underline;
}


td.nachmittagstheater a, td.ausverkauft a {
	background: url('pfeil.gif') no-repeat;
	padding-left: 10px;
}
td.drucken a {
	background: url('printer.png') no-repeat;
	padding-left: 20px;
}

.nowrap {
	white-space: nowrap;
}



/* Kartenreservierung */
table#reservierung {
	width: 600px;
}
table#reservierung th {
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}
table#reservierung th.title {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-top: 2em;
	padding-left: 3em;
}

table#reservierung ul {
	margin: 0;
	padding: 0 0 0 1em;
}

/* Formularfelder */

input[type=text], input[type=checkbox], textarea {
	font-size: 10pt;
	border: 1px solid #aaa;
	border-left: 3px solid #aaa;
}

input.required {
	background-color: #fee;
}
input.okay {
	background-color: #efe;
}


/* Administration */
ul#WKadminMenu {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}

ul#WKadminMenu li {
	display: inline;
	margin: 0;
	padding: 0 30px 0 0;
}
ul#WKadminMenu li a {
	font-weight: bold;
	color: #001b83
}
ul#WKadminMenu li.active a, ul#WKadminMenu li a:hover {
	background-color: #555;
	color: #fff;
}


table#neu th {
	text-align: right;
	font-weight: normal;
}

.status {
	font-weight: bold;
	color: green;
}

#folgemonat {
	color: red;
	font-weight: bold;
}

#impressum {
	margin-top: 3em;
	width: 580px;
	text-align: center;
}
#realisation {
	font-size: 70%;
}

#infoAusverkauft {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-moz-opacity: 0.8;
	-moz-border-radius: 2%;
	opacity: 0.8;
	border: 1px solid #bbb;
	width: 430px;
}
#infoAusverkauft p {
	margin: 1em;
}
.hinweis {
	color: #f00;
	font-weight: bold;
}

