html {
	/*height: 100%;*/
	}
	
body {
	/*height: 100%;*/
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/design/tapete1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b2884a;
	}	
	
a {
	color: #b2884a;
	text-decoration: underline;
	}
	
a:hover {
	color: white;
	background-color: #b2884a;
	text-decoration: none;
	}	
	
#container {
	color: #e5e5e5;
	width: 840px;
	padding: 0px 0px 50px 0px;
	margin: 0px auto;
	background-color: #1a171b;
	background-image: url(bilder/design/stempel.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#logo {
	width: 250px;
	height: 93px;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
	}

#menu {
	text-align: center;
	margin-bottom: 20px;
	}
	
#menu a {
	display: inline-block;
	margin: 0px 5px;
	padding: 2px;
	color: #e5e5e5;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background-color: transparent;
	}
#menu a:hover {
	color: #b2884a;
	}
	
#left {
	float: left;
	margin-left: 20px;
	width: 540px;
	}
	
#right {
	float: right;
	margin-right: 20px;
	width: 240px;
	}
	
	
/* UPCOMING EVENTS */
.upcoming_events {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	}

.upcoming_events h1 {
	margin-bottom: 5px;
	}

.upcoming_events ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

.upcoming_events ul li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}
		
.upcoming_events ul li a{
	display: block;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	color: #f0f0f0;
	text-decoration: none;
	}
.upcoming_events ul li a:hover {
	color: black;
	background-color: #ccc;
	}

span.upcoming_title {
	font-weight: bold;
	}	
	
span.upcoming_date {
	font-size: 10px;
	}	


/* FEATURES SIDEBAR */

.features_sidebar {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	}

.features_sidebar h1 {
	margin-bottom: 5px;
	}

.features_sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

.features_sidebar ul li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}
		
.features_sidebar ul li a{
	display: block;
	padding: 2px;
	margin: 0px;
	color: #333;
	text-decoration: none;
	margin-bottom: 5px;
	}
.features_sidebar ul li a:hover {
	color: black;
	background-color: #ccc;
	}

span.features_sidebar_title {
	font-weight: bold;
	}
		
span.features_sidebar_date {
	font-size: 10px;
	}	


/* FEATURES MAIN */
.main_event {
	width: 330px;
	height: 100px;
	float: left;
	overflow:hidden;
	margin-bottom: 20px;
	}
.spot1, .spot3, .spot5 {
	margin-right: 10px;
	}

.main_event table {
	float: right;
	width: 180px;
	height: 99px;
	}

.main_event_pic {
	width: 140px;
	height: 100px;
	float: left;
	margin: 0px 5px 5px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	}

.main_event_pic a {
	display: block;
	height: 140px;
	width: 140px;
	}
	
.main_event_pic a:hover {
	background-color: transparent;
	}	

.main_event_headline {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 2px;
	}
	
.main_event_headline a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}	

.main_event_headline a:hover {
	color: black;
	background-color: #ccc;
	}
	
.main_event_date {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}
	
.main_event_timing {
	
	}

/* PROGRAMMSEITE - LISTE */

.prog_event {
	border: 0px solid red;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
	overflow: hidden;
	}

.prog_event_pic {
	width: 150px;
	height: 100px;
	float: left;
	margin: 0px 10px 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	}

.prog_event_pic a {
	display:block;
	width: 150px;
	height: 100px;
	}
.prog_event_pic a:hover {
	background-color: transparent;
	}

.prog_event_headline {
	font-size: 16px;
	/*text-transform: uppercase;*/
	margin-bottom: 2px;
	}

.prog_event_headline a {
	color: #f0f0f0;
	font-weight: normal;
	text-decoration: none;
	}

.prog_event_headline a:hover {
	color: black;
	background-color: #ccc;
	}

.prog_event_date {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	}

.prog_event_timing {
	font-weight: normal;
	font-size: 12px;
	}

.prog_event_text {
	
	}

.ticket-shop-link {
	float: right;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}

div.event-list-monat {
	/*background-color: #e5e5e5;*/
	padding: 2px;
	margin-bottom: 10px;
	}

div.event-list-monat a {
	color: #f0f0f0;
	font-weight: bold;
	text-decoration: none;
	}
	
div.event-list-monat a:hover {
	color: black;
	background-color: #ccc;
	}	

.time-navi {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	}	

.time-navi-links {
	font-size: 10px;
	font-weight: bold;
	font-weight: normal;
	}

.page-navi {
	}

.page-navi-prev {
	float: left;
	}
	
.page-navi-next {
	float: right;
	}
	
/* SINGLE EVENT*/

.single_event {
	
	}

.single_event_headline {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 2px;
	}
	
.single_event_pic {
	width: 300px;
	height: 215px;
	overflow:hidden;
	float: right;
	margin: 0px 0px 10px 10px;
	}
	
.single_event_date {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 2px;
	}

.single_event_timing {
	
	}

.single_event_text {
	line-height: 18px;
	}
	



/* KALENDER */
div#terminkalender {
	border: 2px solid #333;
	padding: 2px;
	margin-bottom: 25px;
	}
	
table#kalheadline a {
	color: #f0f0f0;
	font-weight: bold;
	}
	
table#kaltage {
	
	}
		
table#kaltage td.dayheadline {
	
	}

table#kaltage td {
	text-align: center;
	}
	
table#kaltage td.noday {
	background-color: #111;
	}	
	
table#kaltage td.eventday {
	font-weight: bold;
	color: #f0f0f0;
	background-color: #666;
	padding:0px;
	margin: 0px;
	}

table#kaltage td.eventday a {
	padding: 2px 0px;
	margin: 0px;
	display: block;
	font-weight: bold;
	color: #f0f0f0;
	background-color: #b2884a;
	}
	
table#kaltage td.eventday a:hover {
	color: #333;
	background-color: #b2884a;
	}
	
table#kaltage td.normalday {
	background-color: #333;
	}	

table#kaltage td.thisday {
	border: 1px solid #c00;
	}

/* ARCHIV */
.archiv-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	}

.archiv-headline {
	
	}

.archiv-headline a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.archiv-headline a:hover {
	color: black;
	background-color: #ccc;
	}
	
.archiv-date {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	}

/* SUBMENU */
div#submenu {
	margin-bottom: 15px;
	}

div#submenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top: 1px solid #ccc;
	}

div#submenu ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	}

div#submenu ul li a {
	display: block;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px;
	}

div#submenu ul li a.submenu_aktiv {
	background-color: #e5e5e5;
	}
	
div#submenu ul li a:hover {
	color: #000;
	background-color: #ddd;
	}	


/* NEWS */

.news-block {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}

.news-headline {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
	}

.news-headline a {
	font-weight: bold;
	color: #f0f0f0;
	text-decoration: none;
	}

.news-headline a:hover {
	color: black;
	background-color: #ccc;
	}

.news-date {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin-bottom: 3px;
	}

.news-teaser {}



/* LATEST NEWS */
#latest_news {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 25px;
	}

#latest_news h1 {
	margin-bottom: 5px;
	}

#latest_news ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#latest_news ul li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}
		
#latest_news ul li a{
	color: #333;
	/* background-color: #ccc; */
	text-decoration: none;
	}
#latest_news ul li a:hover {
	color: black;
	background-color: #ccc;
	}
	
#latest_news span.latest_news_date {
	font-size: 10px;
	}	

#latest_news span.latest_news_headline {
	font-size:14px;
	font-weight: bold;
	}


/* SUCHERGEBNISSE */

.suchergebnis {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	}

.suche-headline a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}

.suche-headline a:hover {
	color: black;
	background-color: #ccc;
	}

.suche-date {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	}


/* PRESSE-INFO */

.presseinfo-box {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
	}

.presseinfo-headline {
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.presseinfo-headline span {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	}	

/* GUESTBOOK */

/* Neuer Eintrag */
#guestbook-new-entry {
	padding: 10px 0px;
	margin: 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#guestbook-new-entry h1 {
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}

#guestbook-new-entry p {
	padding: 0px;
	margin: 0px;
	}

#guestbook-new-entry form {
	padding: 0px;
	margin: 0px;
	}

#guestbook-new-entry textarea {
	width: 500px;
	height: 150px;
	margin-bottom: 10px;
	}

/* Vorhandene Einträge */

.guestbook-entry {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	}
	
.guestbook-entry-headline {
	margin-bottom: 10px;
	}

.guestbook-entry-user {
	font-weight: bold;
	}
	
.guestbook-entry-date {
	}
	
.guestbook-entry-text {
	padding: 10px;
	margin-left: 30px;
	background-color: #2c2a2d;
	}	
		
/* Login-Formular */
#login-form {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	}

#login-form h1 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #f0f0f0;
	}
	
#login-form input[type=text], #login-form input[type=password] {
	width: 180px;
	}

/* Registrierungs-Formular */
#reg-form {
	
	}

#reg-form td {
	padding: 0px 20px 10px 0px;
	}

#reg-form input[type=text] {
	font-size: 12px;
	width: 400px;
	}

/* Reminder-Formular */
#reminder-form {
	
	}

#reminder-form td {
	padding: 0px 20px 10px 0px;
	}

#reminder-form input[type=text] {
	font-size: 12px;
	width: 400px;
	}


/* NEWSLETTER */
#nl_signup_box {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	}

#nl_signup_box h1 {
	margin-bottom: 10px;
	font-size: 16px;
	}
	
#nl_signup_box input[type=text] {
	width: 180px;
	}

		
/* SONSTIGES */

.ok_box {
	color: white;
	background-color: green;
	padding: 5px;
	margin: 10px 0px;
	}

.error_box {
	color: white;
	background-color: #c00;
	padding: 5px;
	margin: 10px 0px;
	}
	
a.silent {
	color: #333;
	text-decoration: none;
	}
a.silent:hover {
	color: black;
	background-color: #ccc;
	}

a.biglink {
	font-size: 14px;
	font-weight: bold;
	}
a.biglink:hover {
	color: black;
	background-color: #ccc;
	}

button.lupe {
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	}

.clearbreak {
	clear: both;
	}
