/* DATEI: style.css */

/* GENERAL  */

body  { 
	padding: 0; 
	margin: 0;
	background:#ffffff;
	}

.body_popcontent  {
	background:#ffffff;
}

ol { padding:0px; margin:0px; padding-top:2px; padding-bottom:2px; margin-left:25px; }
/* ul { padding:0px; margin:0px; padding-top:2px; padding-bottom:2px; margin-left:18px; } */
ul { padding:0; margin:0; margin-left:18px; line-height:130%; list-style-image: url(/images/layout/ul.gif); }
hr { color:#000000; background-color:#000000; height:1px; margin-right:0; text-align:right; border:0; }
li { margin:2px; }
.li_h2 { margin-top:12px; font-weight:bold; color:#000000; }

img { border:0; }
.img_gallery { border:1px solid #666666; margin:0; }
.img_content { border:1px solid #666666; margin:0; }
.img_icon { vertical-align:text-bottom; margin-right:10px; }
.img_title { vertical-align:text-bottom; margin-right:6px; }
.img_float { float:left;margin-right:10px; margin-bottom:5px; }
/* --- */
	
/* FONTS */

body, table, th, td, div, form, input, textarea, select, option, .txt_normal {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height:120%;
	color:#000000;
}


h1, .title {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000000;
}

h2, .subtitle {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
	
p { 
	padding:0;
	margin:0;
	}

em, .txt_small_italic {
	font-size:10px;
	font-style:italic;
}
.txt_small {
	font-size:10px;
}
.txt_big {
	font-size:12px;
}
.txt_bigger {
	font-size:14px;
}
.txt_biggest {
	font-size:16px;
}
.txt_red {
	color:#FF0000;
}
.txt_small_red {
	font-size:10px;
	color:#FF0000;
}
.txt_big_red {
	font-size:12px;
	color:#FF0000;
}
.txt_bigger_red {
	font-size:14px;
	color:#FF0000;
}
.txt_biggest_red {
	font-size:16px;
	color:#FF0000;
}
.txt_admin {
	color:#000000;
}
.txt_error {
	color:#CC0000;
	text-decoration:underline;
}

strong { 
	font-weight:bold;
	}
	
a:link, a:visited, a:active { 
	color:#888888;
	text-decoration:none;
	}
	
a:hover {  
	color:#888888;
	text-decoration:underline;
	}
/* --- */
	
/* NAVIGATION */

ul#mainnav, ul#eventnav {
	margin:0; padding:0;
	text-align:left;
}
ul#mainnav {
	margin-top:15px;
}
ul#mainnav li, ul#eventnav li {
	list-style:none;
	display:inline;
	margin:0; padding:0;
}
ul#mainnav a, ul#eventnav a {
	color:#000000;
	float:left; height:auto; width:100%;
	margin:0; margin-top:1px;
	padding:0;
	border:0;
	background:transparent;
}
ul#mainnav, ul#mainnav a, ul#mainnav a:link, ul#mainnav a:visited, .ul#mainnav a:active {
	text-decoration:none;
}
ul#eventnav, ul#eventnav a, ul#eventnav a:link, ul#eventnav a:visited, .ul#eventnav a:active {
	text-decoration:none;
}
ul#mainnav a:hover, ul#mainnav a:hover {
	text-decoration:underline;
}


ul#subnav {
	margin:0; padding:0;
	text-align:left;
}
ul#subnav li {
	list-style:none;
	display:inline;
	margin:0; padding:0;
}
ul#subnav a {
	color:#000000;
	float:left; height:auto; width:100%;
	margin:0; margin-top:1px;
	padding:0;
	border:0;
	background:transparent;
}
ul#subnav, ul#subnav a, ul#subnav a:link, ul#subnav a:visited, .ul#subnav a:active {
	text-decoration:none;
}
ul#subnav a:hover {
	text-decoration:underline;
}
/* --- */
	
/* FORMS */
form {
	margin:0; 
	padding:0;
	border:0;
	}

input, textarea { 
	padding: 1px;
	border:1px solid #666666;   
	background-color:#dddddd;
	}
  
select { 
	border:1px solid #666666;  
	background-color:#dddddd;
	}
  
option { 
	border:0;
	background-color:transparent;
	}
  
.input_checkbox { 
	font-size:8px; 
	border:0;
	background-color:transparent;
	}

.input_button { 
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	color:#000000; 
	background-color:#EEEEEE;
	}
/* special for MS-IE: */ .input_button { _padding:0; }
/* --- */

/* TABLES */

table { 
	padding:0; 
	margin:0;
	border:0;
	empty-cells:show;
	vertical-align:top;
	text-align:left;
	}
	
td { 
	vertical-align:top;
	text-align:left;
	}

table.table_noBorder {
	padding:0; 
	margin:0;
	border:0;
}
table.table_noBorder td {
	padding-right:15px; 
}

table.table_Border_1 {
	padding:2px; 
	margin:0;
	border:1px solid #000000;
}
table.table_Border_1 td {
	padding-right:15px; 
}
	
.table_gallery { border:0; }
.td_gallery_1 { padding:0; padding-bottom:2px; color:#666666; }
.td_gallery_n { padding:0; padding-bottom:2px; padding-left:2px; color:#666666; }

.table_list { border:0; }
.td_list_1 { padding:2px; padding-left:0; border-bottom:1px solid #666666; color:#666666; }
.td_list_n { padding:2px; padding-left:12px; border-bottom:1px solid #666666; color:#666666; }

.table_form { border:0; }
.td_form_1 { padding:5px; padding-left:0; }
.td_form_n { padding:5px; padding-left:15px; }
/* --- */

/* LAYERS */
	
div { 
	padding: 0; 
	margin: 0;
	border: 0;
	background:transparent;
	text-align:left;
	}

#div_hcontainer { text-align:center; height:100%; /* background:#FFEEEE; */ }
#div_hcenter { position:relative; margin:0 auto; width:990px; height:100%; }
	#div_logo { position:absolute; z-index:11; left:15px; top:35px; }
	#div_ticker { position:absolute; z-index:12; left:600px; top:70px; width:390px; overflow:hidden; clip:rect(0px 300px 14px 0px); /* background:#FFEEEE; */ }
	#div_newsbanner { position:absolute; z-index:13; left:250px; top:30px; width:700px; height:140px; padding:1px; overflow:hidden; clip:rect(0px 700px 140px 0px); background:#FFFFFF; }

	#div_left_container { position:absolute; z-index:15; left:15px; top:190px; width:170px; height:420px; padding:1px; /* border:1px solid #999999; */ }
	/* special for MS-IE 6: (width + padding + border) */ * html #div_left_container { width:172px; }	
	
	#div_middle_container { position:absolute; z-index:20; left:215px; top:190px; width:300px; bottom:0; min-height:420px; overflow:auto; visibility:visible; /* border:1px solid #999999; */ }
	/* special for MS-IE 6: (top-Wert + bottom-Wert = 200) */ * html #div_middle_container { height:expression((document.body.clientHeight - 190) + "px"); }
		#div_middle { position:relative; z-index:21; left:0; top:0; width:270px; padding:1px; /* background:#EEEEEE; */ }
		/* special for MS-IE 6: (width + padding + border) */ * html #div_middle { width:272px; }	
		
	#div_right_container  { position:absolute; z-index:30; left:545px; top:190px; width:445px; bottom:0; min-height:420px; overflow:auto; visibility:visible; /* border:1px solid #999999; */ }
	/* special for MS-IE 6: (top-Wert + bottom-Wert = 200) */ * html #div_right_container { height:expression((document.body.clientHeight - 190) + "px"); }
		#div_right { position:relative; z-index:31; left:0; top:0; width:415px; padding:1px; /* background:#EEEEEE; */ }
		/* special for MS-IE 6: (width + padding + border) */ * html #div_right { width:417px; }	

.jsTicker, .jsTicker a, .jsTicker a:link, .jsTicker a:visited, .jsTicker a:active, .jsTicker a:hover { 
	color:#ff3333;
	text-decoration:none;
}

#div_flash { z-index:99; }

#div_print_header { visibility:hidden; }
#div_print_footer { visibility:hidden; }

#div_devel_monitor { position:absolute; z-index:99; left:1px; top:700px; background:#FFCCCC; padding:3px; }
/* --- */
	

/* CALENDAR + EVENTS */

p.calendar_month  { 
	padding: 0; 
	margin: 0;
	border: 0;
	color:#000000;
	text-align:center;
}
.calendar_month a, .calendar_month a:link, .calendar_month a:visited, .calendar_month a:active { 
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.calendar_month a:hover { 
	text-decoration:underline;
}

table#calendar {
	padding: 0; 
	margin: 0;
	margin-top:5px;
	border:1px solid #FFFFFF;
	border-collapse:collapse;
	background:#FFFFFF;
}
#calendar th, #calendar td{
	width:23px;
	height:23px;
	color:#999999;
	text-align:center;
	vertical-align:middle;
	border:1px solid #FFFFFF;
	border-collapse:collapse;
	background:#FFFFFF;
}
#calendar th{
	color:#000000;
}
#calendar .cal_td_empty{
	background:#000000;
}
#calendar .cal_td_event{
	background:#000000;
}
#calendar .cal_td_past{
	background:url(images/layout/bg_cal_past.gif) no-repeat #000000;
}
#calendar .cal_td_hasEvent{
	color:#FFFFFF;
	cursor:pointer;
}
#calendar .cal_td_today{
	background:#000000;
}
#calendar .cal_td_selected{
	color:#000000;
	background:#FFFFFF;
}

p.event_day  { 
	padding: 1px; 
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

p.event_alldays  { 
	padding: 1px; 
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

.event_title { 
	padding: 0; 
	margin: 0;
	font-size:14px;
	font-weight:bold;
	line-height:130%;
	color:#000000;
}

.event_subtitle { 
	padding: 0; 
	margin: 0;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
	color:#000000;
}

a.event_link, a.event_link:link, a.event_link:visited, a.event_link:active { 
	color:#000000;
	text-decoration:none;
}
a.event_link:hover { 
	color:#000000;
	text-decoration:underline;
}

a.event_title, a.event_title:link, a.event_title:visited, a.event_title:active { 
	color:#000000;
	text-decoration:none;
}
a.event_title:hover { 
	color:#000000;
	text-decoration:none;
}

.event_style_1, a.event_style_1, #eventnav .event_style_1, #calendar .event_style_1, .txt_color_tanz {
	color:#ff3333;
}
.event_style_2, a.event_style_2, #eventnav .event_style_2, #calendar .event_style_2, .txt_color_konzert {
	color:#ff7800;
}
.event_style_3, a.event_style_3, #eventnav .event_style_3, #calendar .event_style_3, .txt_color_club  {
	color:#19c600;
}
.event_style_F, a.event_style_F, #eventnav .event_style_F, #calendar .event_style_F, .txt_color_festival {
	color:#46bec6;
}
.event_style_Fl, a.event_style_Fl, #eventnav .event_style_Fl, #calendar .event_style_Fl {
	color:#46bec6;
}
.event_style_4, a.event_style_4, #eventnav .event_style_4, #calendar .event_style_4, .txt_color_werkstatt {
	color:#0000ff;
}
.event_style_9, a.event_style_9, #eventnav .event_style_9, #calendar .event_style_9, .txt_color_anderes {
	color:#9100d2;
}
.event_style_5, a.event_style_5, #eventnav .event_style_5, #calendar .event_style_5 {
	color:#ff64ff;
}
/* --- */