@charset "utf-8";
/* allgemeine styles */

html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}
			
html{
	overflow: -moz-scrollbars-vertical;
}


	body {
		margin: 0px;
		padding: 0px;
		background-image: url(../img/bg_body.gif);
		background-repeat: repeat;
	}
	
	/* 100% Höhe */
	html, body {
		 height:100%;
	}
	
	div#wrapper {
		 min-height: 100%;
	}
	
	* html #wrapper {
		 height: 100%;
	}
	/* 100% Höhe Ende */	
	
	img {
		border: none;
	}
	
	table, tr, td {
		text-align: justify;	
	}
	
	a:link,
	a:visited,
	a:hover {
		text-decoration:none;
		color: #000000;
	}
	
	a:hover {
		font-weight: bold;
	}
/* allgemeine styles ende */

/* #wrapper hält den kompletten inhalt der seite mittig */
	#wrapper {
		padding: 0px;
		width: 864px;
		background-image:url(../img/bg_wrapper.gif);
		background-repeat: repeat;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #000000;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

/* header */
	#header {
		margin: auto auto;
		padding: 0px;
		width: 800px;
		height: 123px;
		background-image:url(../img/bg_header.jpg)
	}
	
	#header_funkhaus {
		width:	196px;
		height: 35px;
	}
/* header ende */

/* #spacer zwischen #header und #main */
	#spacer {
		margin: auto auto;
		padding: 0px;
		width: 800px;
		height: 49px;
	}

/* hier sind sitebar, nav, content und content_footer drin */
	#main {
		width: 800px;
		margin: auto auto;
		padding: 0px;
	}

/* sitebar, nav */
	/* sitebar */
		#sidebar {
			float: left;
			width: 196px;
			margin: 0px;
			padding: 0px;
		}
	/* sitebar ende */

	/* nav */
		#nav_home, #nav_prog, 
		#nav_prog_bands, #nav_service,
		#nav_presse {
			font-size:14px;
			width:196px;
			background-repeat: no-repeat;
		}
	
		/*#nav_home {
			height: 278px;
			background-image: url(../img/bg_navbar_home.gif);
		}
		
		#nav_prog {
			height: 353px;
			background-image: url(../img/bg_navbar_prog.gif);		
		}
		
		#nav_prog_bands {
			height: 455px;
			background-image: url(../img/bg_navbar_prog_bands.gif)
		}
		
		#nav_service {
			height: 339px;
			background-image: url(../img/bg_navbar_service.gif);
		}
		
		#nav_presse {
			height: 285px;
			background-image: url(../img/bg_navbar_presse.gif);
		}*/
		
		html>body #nav_home, html>body #nav_prog,
		html>body #nav_prog_bands, html>body #nav_service,
		html>body #nav_presse {
			width:196px;
		}
		
		#nav_home ul, #nav_prog ul,
		#nav_prog_bands ul, #nav_service ul,
		#nav_presse ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			background-color: #ecc42f;
			padding-top: 5px;	
			padding-bottom: 5px;		
		}
		
		.nav_li, .nav_li_last {
			margin-left: 16px;
			padding-top: 5px;
			padding-bottom: 5px;
			border-bottom: 1px solid #fff;	
			margin-right: 20px;		
		}
		
		.nav_li_last {
			border: 0;
		}
		
		.nav_li_bands {
			padding-left: 24px;
			padding-bottom: 5px;
			line-height: 11px;
			background-color: #eaeaa0;
			text-transform:uppercase;
		}
		
		.nav_li_bands_top {
			background-color: #eaeaa0;
			padding-top: 4px;
		}
		
		.nav_li_bands_bottom {
			padding-bottom: 2px;
			background-color: #eaeaa0;
		}
		
		.nav_li_prog, .nav_li_service,
		.nav_li_presse {
			padding-top: 9px;
			background-color: #eaeaa0;
			margin: 0;
			padding-left: 16px;
			border: 0;
		}
		
		.nav_li_prog_spacer1 {
			padding-bottom: 15px;
		}
		
		.nav_li_service_top {
			padding-top: 13px;
		}
		
		.nav_li_presse_top {
			padding-top: 10px;
			border: 0;
		}
		
		.nav_li_service_bottom, .nav_li_presse_bottom {
			padding-top: 8px;
		}
		
		.navActiveBlack {
			font-weight: bold;
		}
		
		.navActiveRed {
			font-weight: bold;
			color: #990000;
		}
		
		.navSmall {
			font-size: 12px;
		}
		
		.navSmaller {
			font-size: 10px;
		}
	/* nav ende */
	
	/* nav bottom */
		#nav_bottom {
			padding-left: 15px;
			width: 181px;
			height: 238px;
			font-size: 10px;
			font-weight: bold;
			color: #671632;
		}
		
		#nav_bottom_wwm, #nav_bottom_ok, 
		#nav_bottom_funkhaus, #nav_bottom_koeln {
			position:relative;
			left: 0px;
		}
		
		#nav_bottom_wwm {
			top: 4px;
			width: 87px;
			height: 52px;
		}
		
		#nav_bottom_ok {
			top: 4px;
			width: 66px;
			height: 34px;
		}
		
		#nav_bottom_funkhaus {
			top: 7px;
			width: 100px;
			height: 17px;
		}
		
		#nav_bottom_koeln {
			top: 4px;
			width: 130px;
			height: 19px;
		}
	/* bottom ende */
	
/* sitebar, nav */

/* content */
	#content, #content_geschichte, #content_galerie, #content_partner {
		float: right;
		width: 572px;
		margin: 0px;
		padding: 0px;
		padding-left: 32px;
		background-image: url(../img/bg_content_sub.jpg);
		background-repeat: no-repeat;
		background-position: 300px 60px;
	}
	
	/* in den beiden sektion kein hintergrundbild */
	#content_geschichte, #content_galerie, #content_partner {
		background-image: none;
	}
/* content ende */

/* gemeinsamme styles */

	/* _top */
		#content_bands_top, #content_global_top, 
		#content_markt_top, #content_service_top,
		#content_flyer_top, #content_geschichte_top,
		#content_presse_top, #content_galerie_top {
			width: 572px;
			padding-bottom:10px;
		}
		
		/* &uuml;berschreiben der h&ouml;he wegen gr&ouml;ßerem inhalt */
		#content_global_top {
			height: 110px;
		}
		
		/* &uuml;berschreiben der h&ouml;he wegen gr&ouml;ßerem inhalt */
		#content_geschichte_top {
			height: 362px;
		}
		
		/* &uuml;berschreiben der h&ouml;he wegen gr&ouml;ßerem inhalt */
		#content_galerie_top, #content_partner_top {
			height: 121px;
			font-size: 12px;
		}
		
		#content_lineup_top_left {
			float: left;
			width: 177px;
			height: 380px;
		}
				
		#content_lineup_top_right {
			float: right;
			width: 378px;
			height: 380px;
			font-size: 12px;
		}
	
		#content_geschichte_top_left, content_geschichte_top_right {
			height: 238px;
		}
		
		#content_geschichte_top_left {
			float: left;
			width: 377px;
		}
		
		#content_geschichte_top_right {
			float: right;
			width: 195px;
		} 
		
		#content_lineup_top {
			width: 572px;
			font-size: 12px;
		}
	/* _top ende */
	
	/* _left */
		#content_bands_left, #content_global_left, 
		#content_markt_left, #content_service_left,
		#content_flyer_left, #content_geschichte_left,
		#content_presse_left {
			float: left;
			width: 195px;
			padding-bottom: 20px;
		}
		
		#content_geschichte_left {
			width: 142px;
		}
		
		#content_galerie_left {
			float: left;
			height: 724px;
			width: 177px;
			padding-bottom: 20px;
		}
	/* _left ende */
	
	/* middle */
		#content_galerie_middle {
			height: 475px;
			width: 177px;
			padding-bottom: 20px;
			margin: auto auto;
		}
	/* middle ende */	
		
	/* _right */
		#content_bands_right, #content_global_right, 
		#content_markt_right, #content_service_right,
		#content_flyer_right, #content_geschichte_right,
		#content_presse_right {
			float: right;
			width: 377px;
			padding-bottom: 20px;
		}
		
		#content_geschichte_right {
			width: 430px;
		}
		
		#content_galerie_right {
			float: right;
			height: 475px;
			width: 177px;
			padding-bottom: 20px;
		}
	/* _right ende */
	
		/* bottom */
	#content_lineup_bottom {
		width: 572px;
	}
	
	#content_lineup_bottom_left, #content_lineup_bottom_right {
		height: 118px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	#content_lineup_bottom_left {
		float: left;
		width: 177px;
	}
	
	#content_lineup_bottom_right {
		float: right;
		width: 378px;
		font-size: 12px;
		font-weight: bold;
	}
	
	#content_galerie_bottom {
		width: 572px;
		margin: 0px;
		padding: 0px;
	}
	/* bottom ende */
	
	/* _text */	
		#content_bands_text, #content_global_text, #content_markt_text, 
		#content_service_text, #content_flyer_text, #content_geschichte_text, 
		#content_geschichte_top_left, #content_presse_text, #content_presse2_text,
		#content_presse3_text {
			font-size: 12px;
		}
		
		#content_bands_text p, #content_global_text p, 
		#content_markt_text p, #content_service_text p,
		#content_flyer_text p, #content_geschichte_text p,
		#content_geschichte_top_left p, #content_presse_text p,
		#content_presse2_text p, #content_presse3_text p {
			margin: 0px;
			padding: 0px;
			padding-bottom: 15px;
			text-align: justify;
		}
		
		#content_geschichte_text p {
			font-size: 10px;
		}
		
		#content_presse2_text strong {
			font-size: 10px;
		}
		
		#content_presse3_text strong {
			font-size: 11px;
		}
	/* _text ende */
	
	/* _details */
		#content_bands_details, #content_global_details, #content_service_details, 
		#content_markt_details, #content_flyer_details, #content_presse_detail_ans1,
		#content_presse_detail_ans2 {
			font-size: 11px;
		}
		
		#content_service_details, #content_global_details {
			font-weight: bold;
		}
		
		#content_global_details {
			font-size: 12px;
			color: #333333;
		}
		
		#content_presse_detail_ans1, #content_presse_detail_ans2 {
			position:relative;
		}
		
		#content_presse_detail_ans1 {
			top:10px;
		}
		
		#content_presse_detail_ans2 {
			top:590px;
		}
	/* _details ende */
	
	/* &uuml;berschriften */
		#content_bands_top h1, #content_global_top h1, 
		#content_markt_top h1, #content_service_top h1,
		#content_flyer_top h1, #content_geschichte_top h1,
		#content_bands_top h2, #content_global_top h2,  
		#content_markt_top h2, #content_service_top h2,
		#content_flyer_top h2, #content_geschichte_top h2,
		#content_global_top h3, #content_service_text h3, 
		#content_markt_text h3, #content_geschichte_text h3, 
		#content_geschichte_text h4, .content_bands_box h3,
		#content_presse_top h1, #content_presse_top h2,
		#content_galerie_top h1, #content_partner_top h1,
		#content_partner_top h2 {
			margin: 0px;
			padding: 0px;
		}
		
		#content_geschichte_top h1, #content_galerie_top h1,
		#content_partner_top h1 {
			margin-bottom: 22px;
		}
		
		#content_bands_top h1 {
			margin-top: 2px;
		}
		
		#content_bands_top h1, #content_global_top h1, 
		#content_markt_top h1, #content_service_top h1,
		#content_flyer_top h1, #content_geschichte_top h1,
		#content_presse_top h1, #content_galerie_top h1,
		#content_partner_top h1 {
			font-size: 26px;
		}
		
		#content_bands_top h2, #content_global_top h2,  
		#content_markt_top h2, #content_service_top h2,
		#content_flyer_top h2, #content_geschichte_top h2,
		#content_presse_top h2, #content_galerie_top h2,
		#content_partner_top h2 {
			font-size: 16px;
			color: #671632;
		}
		
		#content_global_top h3 {
			font-size: 16px;
		}
	
		#content_service_text h3, #content_markt_text h3 {
			font-size: 14px;
		}
		
		#content_geschichte_text h3, #content_geschichte_text h4 {
			font-size: 12px;
			color: #671632;
		}
		
		#content_geschichte_text h4 {
			color: #000000;
			padding-bottom: 12px;
		}
		
		.content_bands_box h3 {
			font-size: 12px;
			text-transform:uppercase;
		}	
	/* &uuml;berschriften ende */
		
	/* links */
		#content_global_details a:link, #content_global_right a:link, #content_bands_details a:link, 
		#content_bands_right a:link, #content_service_details a:link, #content_markt_text a:link, 
		#content_flyer_box a:link, #content_geschichte_box a:link, #content_news_box a:link,
		#content_lineup_top_left a:link, #content_lineup_bottom_right a:link, .content_bands_box a:link,
		#content_presse_text a:link, #content_presse2_text a:link, #content_presse3_text a:link, 
		#content_presse_details a:link, #content_galerie_top a:link,
		
		#content_global_details a:visited, #content_global_right a:visited, #content_bands_details a:visited, 
		#content_bands_right a:visited, #content_service_details a:visited, #content_markt_text a:visited, 
		#content_flyer_box a:visited, #content_geschichte_box a:visited, #content_news_box a:visited,
		#content_lineup_top_left a:visited, #content_lineup_bottom_right a:visited, .content_bands_box a:visited,
		#content_presse_text a:visited, #content_presse2_text a:visited, #content_presse3_text a:visited,
		#content_presse_details a:visited, #content_galerie_top a:visited,
				
		#content_global_details a:hover, #content_global_right a:hover, #content_bands_details a:hover, 
		#content_bands_right a:hover, #content_service_details a:hover, #content_markt_text a:hover, 
		#content_flyer_box a:hover, #content_geschichte_box a:hover, #content_news_box a:hover,
		#content_lineup_top_left a:hover, #content_lineup_bottom_right a:hover, .content_bands_box a:hover,
		#content_presse_text a:hover, #content_presse2_text a:hover, #content_presse3_text a:hover,
		#content_presse_details a:hover, #content_galerie_top a:hover {
			color: #990000;
			font-weight: bold;
		}
		
		#content_geschichte_text a:link,
		#content_geschichte_text a:visited,
		#content_geschichte_text a:hover {
			font-size: 10px;
			color: #a84600;
			font-weight: bold;
		}
		
		#content_presse_text a:link, #content_presse2_text a:link, #content_presse3_text a:link,
		#content_presse_text a:visited, #content_presse2_text a:visited, #content_presse3_text a:visited,
		#content_presse_text a:hover, #content_presse2_text a:hover, #content_presse3_text a:hover {
			font-size: 11px;
		}
		
		#content_galerie_top a:link,
		#content_galerie_top a:visited,
		#content_galerie_top a:hover {
			color: #a84600;
		}
	/* links ende */

	/* extra boxen */
		#content_lineup_box1, #content_lineup_box2, #content_news_box,
		#content_flyer_box, #content_geschichte_box, .content_galerie_box_top, 
		.content_galerie_box_bottom, .content_galerie_box_middle {
			background-image: url(../img/bg_content_box.gif);
			background-repeat: repeat;
		}
		
		#content_partner_box {
			background-image: url(../img/bg_content_box2.gif);
			background-repeat: repeat;
		}
	
		#content_lineup_box1, #content_lineup_box2 {
			width: 164px;
			padding-top: 13px;
			padding-left: 13px;
			margin: 0px;
			font-size: 11px;
			font-weight: bold;
		}
		
		#content_lineup_box1 {
			height: 350px;
		}
		
		#content_lineup_box2 {
			height: 105px;
		}
	
		.content_bands_box {
			/*height: 117px;
			height:170px;*/
			font-size: 12px;
			text-align: justify;
			
		}
		
		#content_flyer_box, #content_geschichte_box {
			height: 113px;
			width: 161px;
			margin: 0px;
			padding: 0px;
			padding-left: 16px;
			padding-top: 11px;
			font-weight: bold;
		}
		
		#content_geschichte_box {
			float: right;
			height: 230px;
			width: 168px;
			font-size: 11px;
			padding-left: 9px;
			padding-top: 11px;
		}
		
		#content_news_box {
			height: 174px;
			width: 177px;
			margin: 0px;
			padding: 0px;	
		}
		
		.content_geschichte_details_big1, .content_geschichte_text_big1 {
			height: 235px;
		}
		
		.content_geschichte_details_big2, .content_geschichte_text_big2 {
			height: 215px;
		}
		
		.content_geschichte_details_big3, .content_geschichte_text_big3 {
			height: 255px;
			margin-top:15px;
		}
		
		.content_geschichte_details_small, .content_geschichte_text_small {
			height: 200px;
		}
		
		.content_service_tanzbrunnen {
			height: 610px;
		}
		
		.content_service_stadtgarten {
		}
		
		.content_galerie_box_top, .content_galerie_box_bottom, .content_galerie_box_middle {
			height: 208px;
			width: 162px;
			padding-top: 18px;
			padding-left: 15px;
			font-size: 11px;
			font-weight: bold;
		}
		
		.content_galerie_box_top, .content_galerie_box_middle {
			margin-bottom: 23px;
		}
		
		#content_partner_box {
			width: 572px;
			height: 314px;
			margin-bottom: 6px;
		}
		
		#content_partner_box_left, #content_partner_box_right {
			height: 314px;
		}
		
		#content_partner_box_left {
			float: left;
			width: 155px;
		}
		
		#content_partner_box_right {
			float: right;
			width: 417px;
		}
		
		#content_partner_box_aventuras, #content_partner_box_taz,
		#content_partner_box_sommer, #content_partner_box_avk,
		#content_partner_box_werkstatt, #content_partner_box_stadtrevue {
			position: relative;
		}
		
		#content_partner_box_stadtrevue {
			top: 18px;
			left: 14px;
		}
		
		#content_partner_box_aventuras {
			top: 91px;
			left: 14px;
		}
		
		#content_partner_box_taz {
			top: 39px;
			left: 40px;
		}
		
		#content_partner_box_sommer {
			top: 62px;
			left: 40px;
		}
		
		#content_partner_box_avk {
			top: 86px;
			left: 40px;
		}
		
		#content_partner_box_werkstatt {
			top: 98px;
			left: 0px;
		}
	/* extra boxen ende */ 
	
	/* text ver&auml;nderungen inline */
		.con_markt_inline, .con_service_inline, 
		.content_galerie_box_inline1, .content_lineup_inline {
			font-weight: bold;
			color: #333333;
		}
		
		.content_galerie_box_inline2, .content_global_top_h3 {
			font-weight: normal;
		}
		
		 .content_bands_details_inline {
		 	color: #333333;
		 }
	/* text ver&auml;nderungen inline ende */

	/* newsletter */	
		#fieldNews, #formNews, .newsButton {
			margin: 0px;
			padding: 0px;
		}
		
		#fieldNews {
			border: 0px;
			font-weight:bold;
			font-size: 12px;
		}
		
		#formNews {
			padding-top: 10px;
			padding-left: 10px;
		}
		
		.newsButton {
			margin-right: 5px;
			margin-top: 5px;
			padding: 0px;
		}
		
		.newsSubmit {
			background-color: #f0f0f0;
			border-top: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
			border-bottom: 1px solid #9a9a9a;
			border-right: 1px solid #9a9a9a;
		}
		
		.newsMail {
			width: 153px;
			border-bottom: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
			border-top: 1px solid #9a9a9a;
			border-left: 1px solid #9a9a9a;
			margin-top: 3px;
		}
		
		#NewsMessage {
			padding: 10px;
		}
	/* newsletter ende */
	
	/* extra elemente */	
	#lineupLine1, #lineupLine2 {
		width: 378px;
		height: 2px;
		margin: 0px;
		margin-bottom: 13px;
		padding: 0px;
		background-image: url(../img/lineup_content_line.gif);
		background-repeat: no-repeat;
	}
	
	.hidden {
		display:none;
		visibility:hidden;
	}
	/* extra elemente ende */

/* gemeinsamme styles ende */

/* content footer */
	#content_footer {
		clear: both;
		width: 572px;
		height: 55px;
		border-top: 1px solid #999999;
		padding-top: 10px;
		margin-top: 0px;
		font-size: 9px;
		color: #999999;
	}
	
	#content_footer_left {
		float:left;
	}
	
	#content_footer_right {
		float:right;
		text-align:right;
	}
	
	#content_footer a:link,
	#content_footer a:visited,
	#content_footer a:hover {
		color: #990000;
		font-weight:normal;
	}
/* content footer ende */
/* footer */
	#footer {
		clear:both;
		height: 0px;
		width: 864px;
		margin: 0px;
		padding: 0px;
	}