/* TAGS */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	background-color: #5e5e5e;
	background-image: url('bilder/design/bg_body.jpg');
	background-repeat: repeat-x;
	}

h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #333;
	}	

h2 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #333;
	}
	
h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #333;
	}		

div {
	margin: 0px;
	padding: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input[type=text], input[type=password] {
	border: 1px solid #707070;
	background-color: white;
	font-size: 11px;
	font-family: Arial;
	padding: 2px;
	margin: 0px;
	}

input[type=submit]
{
	border: 1px solid #707070;
	background-color: white;
	font-size: 11px;
	font-family: Arial;
	padding: 2px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}

a {
	color: #333;
	text-decoration: underline;
	}

a:hover {
	color: black;
	background-color: #ccc;
	text-decoration: none;
	}
	
/* IDS */

#container {
	width: 960px;
	padding: 0px;
	margin: 20px auto;
	}

#menu_container {
	background-image: url('bilder/design/bg_oben.gif');
	background-repeat: no-repeat;
	padding: 2px 2px 0px 2px;
	border-bottom: 2px solid #c4c4c4;
	}

#menu_container_inner {
	background-image: url('bilder/design/bg_main_menu.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	border: 0px dotted orange;
	}

#logobar {
	border-left: 2px solid #c4c4c4;
	border-right: 2px solid #c4c4c4;
	background-color: black;
	background-image: url('bilder/design/bg_logobar.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 175px;
	}

#logo {
	float: left;
	margin: 22px 0px 0px 20px;
	}

#logo a {
	
	}
#logo a:hover {
	background-color: transparent;
	}

#content {
	background-image: url('bilder/design/bg_mitte.gif');
	background-repeat: repeat-y;
	padding: 20px;
	}

#mainbar {
	float: left;
	width: 680px;
	/*background-color: #0f9;*/
	}
	
#sidebar {
	float: right;
	width: 220px;
	/* background-color: #0f9; */
	}

#footer {
	background-image: url('bilder/design/bg_unten.gif');
	background-repeat: no-repeat;
	padding: 2px;
	text-align: right;
	}

/* MAIN MENU */

ul#main_menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 0px solid red;
	float: left;
	}

ul#main_menu li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
	}
	
ul#main_menu li {
	float: left;
	}

ul#main_menu li a {
	display: block;
	padding: 10px 25px;
	background-image: url('bilder/design/bg_main_menu.gif');
	background-repeat: repeat-x;
	color: #5a5a5a;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-right: 1px solid #ababab;
	}

ul#main_menu li a.mainmenu_aktiv {
	color: #000;
	background-position: 0px -60px;
	}

ul#main_menu li a:hover {
	color: black;
	background-position: 0px -60px;
	}

/* FOOTER MENU */

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

ul#footer_menu li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
	}

ul#footer_menu li {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	}

ul#footer_menu li a {
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	}

ul#footer_menu li a:hover {
	text-decoration: underline;
	}

/* SUCHFORMULAR */

#menu_suchform {
	float: right;
	border: 0px solid red;
	margin: 5px 5px 0px 0px;
	}

#menu_suchform input[type=text] {
	width: 200px;
	}

#menu_suchform table {
	padding: 0px;
	margin: 0px;
	}


/* INDEX */

#index-block1 {
	float: left;
	width: 400px;
	margin: 0px 19px 20px 0px;
	border: 0px solid white;
	}

#index-block2 {
	float: left;
	width: 259px;
	border: 0px solid white;
	}

/* 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: #333;
	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;
	}	


/* TOPLINE */
#index_bar {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
.topline_event {
	width: 290px;
	float: left;
	}

.topline_pic {
	width: 290px;
	height: 215px;
	overflow: hidden;
	margin-bottom: 10px;
	}

.topline_pic a {
	display: block;
	width: 290px;
	height: 215px;
	}
.topline_pic a:hover {
	background-color: transparent;
	}
	
.topline_info {
	
	}
	
.topline_info a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	}
.topline_info a:hover {
	color: black;
	background-color: #ccc;
	}
	
.topline_date {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}	

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

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

.main_event_pic {
	width: 200px;
	height: 140px;
	/*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: 100px;
	*/
	}
	
.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 {
	
	}

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

.main_event_pic_topspot {
	width: 300px;
	height: 215px;
	float: left;
	margin: 0px 5px 5px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	}

.main_event_pic_topspot a {
	display: block;
	height: 298px;
	width: 213px;
	}
	
.main_event_pic_topspot a:hover {
	background-color: transparent;
	}

/* PROGRAMMSEITE - LISTE */

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

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

.prog_event_pic a {
	display:block;
	width: 70px;
	height: 70px;
	}
.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: #333;
	font-weight: bold;
	text-decoration: none;
	}

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

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

.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: #333;
	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 {
	margin-top: 25px;
	line-height: 18px;
	}
	



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

table#kaltage td {
	text-align: center;
	}
	
table#kaltage td.noday {
	background-color: #ccc;
	}	
	
table#kaltage td.eventday {
	padding: 0px;
	margin: 0px;
	}
table#kaltage td.eventday a {
	padding: 2px 0px;
	margin: 0px;
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #c00;
	text-decoration: none;
	}
	
table#kaltage td.eventday a:hover {
	color: #fff;
	background-color: #333;
	}
	
table#kaltage td.normalday {
	background-color: #ddd;
	}	

table#kaltage td.thisday {
	color: white;
	background-color: #333;
	border: 0px 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: #333;
	font-size: 14px;
	font-weight: bold;
	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: #333;
	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 {}
.news-teaser a {
	text-decoration: none;
	}


/* 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: 600px;
	height: 70px;
	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: #e0e0e0;
	}	
		
/* 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: #333;
	}
	
#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;
	color: #333;
	}
	
#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;
	}
	
.sidebar_content {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	}