@CHARSET "ISO-8859-1";

/*--------------------------------------------------------------------------------------*/
/* CSS Hot Jazz Club (c) by viwedis                                                       */
/*--------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------*/
/* main                                                                                 */
/*--------------------------------------------------------------------------------------*/


  * { margin:0px; padding:0px; font-size: 100%; }
  html {height: 101%; }
  img { border: 0px;}
  body {
    font-family:		Helvetica, sans-serif;
    background-color:	#000;
    text-align:			center;
    margin-top: 		36px;

  }
  A:focus { outline: 0px; }
  #pageContainer {
    width:				1000px;
    margin:				0px auto;
    text-align:			left;
    background-color:	#000;
    border:				0px solid #000;
    position: 			relative;
  }
  #header {
    width: 				100%;
    height:				80px;
    background-image: 	url("../images/header.jpg");
    position: 			absolute;
    top: 				0px;
    left: 				0px;

  }
  #main_container_intro {
    clear:				left;
    width: 				100%;
    margin-top: 		7px;
    position: absolute;
    top: 80px;
    left: 0px;
  }
  #main_container {
    clear:				left;
    position: absolute;
    top: 120px;
    left: 0px;
  }
  #banner_right {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 150px;
  }
  #newsletter_abo {
    position: absolute;
    top: 0px;
    left: 774px;
    z-index: 1000;
  }
  #tickets_online {
    position: absolute;
    top: 0px;
    left: 864px;
    z-index: 1001;
  }
  #kalender {
    position: absolute;
    top: 248px;
    left: 20px;
    width: 150px;
  }
  #main_box {
    width: 495px;
    position: absolute;
    left: 280px;
    top: 0px;
    font-size: 10px;
  }


/*--------------------------------------------------------------------------------------*/
/* Main-Navigation                                                                      */
/*--------------------------------------------------------------------------------------*/

  #main_navi_box {
    position: absolute;
    top: 		56px;
    left: 		254px;
  }
  div#main_navi_box UL {

  }
  div#main_navi_box LI {
    float:				left;
    margin-left:		26px;
    margin-right:		26px;
    list-style-type: none;
  }
  div#main_navi_box LI a:link,
  div#main_navi_box LI a:visited  {
    color:				#eabc12;
    font-weight:		bold;
    text-decoration: 	none;
    font-size: 			14px;


  }
  div#main_navi_box LI a:hover,
  div#main_navi_box LI a:active {
    color:				#a33523;
    text-decoration: 	none;
    font-weight:		bold;
    font-size: 			14px;
  }


/*--------------------------------------------------------------------------------------*/
/* Sub-Navigation                                                                      */
/*--------------------------------------------------------------------------------------*/

  #sub_navi_box {
    position: absolute;
    top:-4px;
    left:20px;
    width: 220px;
    height: 384px;
    background-image: url("../images/navi_bg.gif");
    background-repeat: no-repeat;
  }
  #sub_navi_box.naviohnebg {
    background-image: url('../nix.gif')
  }

  div#sub_navi_box LI a:link,
  div#sub_navi_box LI a:visited  {



  }
  div#sub_navi_box LI a:hover,
  div#sub_navi_box LI a:active {
    color:				#a33523;
    text-decoration: 	none;
    font-size: 			12px;
  }

  #sub_navi_box UL LI {
    margin-bottom:		10px;
    list-style-type: none;
  }

  #sub_navi_box UL LI.navmainStandardLevel_2 A:link,
  #sub_navi_box UL LI.navmainStandardLevel_2 A:active,
  #sub_navi_box UL LI.navmainStandardLevel_2 A:visited {

    color:				#FFF;
    text-decoration: 	none;
    font-size: 			12px;

  }
  #sub_navi_box UL LI.navmainStandardLevel_2 A:hover,
  #sub_navi_box UL LI.navmainStandardLevel_2.active A {

    color:				#a33523;
    text-decoration: 	none;
    font-size: 			12px;
  }


/*--------------------------------------------------------------------------------------*/
/* Sub-Navigation Hörproben                                                             */
/*--------------------------------------------------------------------------------------*/

  #medialink {
    position: absolute;
    top: 190px;
    left: 20px;
    width: 147px;
    height: 23px;
  }
  #medialink a:link,
  #medialink a:visited {
    display: block;
    width: 147px;
    height: 23px;
    background-image: url("../images/mediabutton.gif");
  }
  #medialink a:active,
  #medialink a:hover,
  #medialink.medialinkactive a {
    display: block;
    width: 147px;
    height: 23px;
    background-image: url("../images/mediabutton.gif");
    background-position: 0px -23px;
  }

/*--------------------------------------------------------------------------------------*/
/* Navigation Highlights / Eventliste                                                   */
/*--------------------------------------------------------------------------------------*/

#highlights_back {
  width: 30px;
  height: 18px;
  background-image: url("../images/arrow_up.gif");
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: -40px;
  }
#highlights_back:hover {
  background-position: -30px 0px;
  }
#highlights_fw {
  width: 30px;
  height: 18px;
  position: absolute;
  left: -40px;
  top: 304px;
  background-image: url("../images/arrow_down.gif");
  background-repeat: no-repeat;
  cursor: pointer;
  }
#highlights_fw:hover {
  background-position: -30px 0px;
  }
#eventliste_back {
  width: 30px;
  height: 18px;
  background-image: url("../images/arrow_up.gif");
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: -40px;
  }
#eventliste_back:hover {
  background-position: -30px 0px;
  }
#eventliste_fw {
  width: 30px;
  height: 18px;
  position: absolute;
  left: -40px;
  top: 404px;
  background-image: url("../images/arrow_down.gif");
  background-repeat: no-repeat;
  cursor: pointer;
  }
#eventliste_fw:hover {
  background-position: -30px 0px;
  }

#main_box a.highlightlink:link,
#main_box a.highlightlink:active,
#main_box a.highlightlink:visited,
#main_box a.highlightlink:hover {
  color:#000;
  display:block;
  text-decoration: none;
  }
/*--------------------------------------------------------------------------------------*/
/* Sonstiges                                                                            */
/*--------------------------------------------------------------------------------------*/

  .home_button {
    display: block;
    width: 260px;
    height:50px;
    margin-left: 20px;
    border: 0px;
  }
  .banner_images {
    margin-bottom: 10px;
  }

  #main_box table {
    color: #fff;
    font-size: 10px;
  }
  #main_box p {
    line-height: 1.6;
    color: #fff;
    font-size: 12px;
  }

  #main_box td.leftcol  { width: 120px; }
  #main_box td.maincol  { width: 270px; }
  #main_box td.maincol2  { width: 450px; }
  #main_box td.rightcol {  }

  #main_box td a:link, #main_box td a:visited, #main_box td a:active, #main_box td a:hover {color: #fff; text-decoration: underline;}

  .go {
    border: 0px;
    background:transparent url(../images/go.gif) no-repeat scroll 0 0;
    cursor:pointer;
    font-size:12px;
    height:21px;
    width: 27px;

  }
  #main_box a:link, #main_box a:visited {
    color: #FFF;
    text-decoration: underline;
  }
  #main_box a:hover, #main_box a:active {
    color: #a33523;
    text-decoration: underline;
    border: 0px;
  }

  Table.directions TH {padding-bottom: 10px;}
  #mydirbox {margin-left: -3px; margin-top: -14px; margin-right: 10px;}

  .details p {line-height: 1.0;}

  td.mail input {width: 250px; font-size: 14px; padding: 2px;}
  td.right input {width: 50px; font-size: 14px;}

  #main_box A.clean {text-decoration: none; display: block; }

  .preisebox {
    margin-top: 10px;
  }



  #heute_box {
    background-color: #e2001a;
    padding: 6px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #FFF;
  }



#mod_tl_h {
   width: 495px;
   font-size: 12px;
}
#mod_tl_h .h-event {
  width: 491px;
  border: 2px solid #FFF;
  }
#mod_tl_h .h-img {
  display: block;
  text-align: center;
  }

#mod_tl_h .h-infobox {
  display: block;
  padding: 7px;
  background-image: url("../images/heute_verlauf.jpg");
  background-repeat: repeat-x;
  color: #000;
  }
#mod_tl_h .h-infobox p{
  color: #000;
  line-height: 1.4;
  }
#mod_tl_h div.h-event-dist{
  height: 10px;
  }
#mod_tl_h .h-hauptname {
  display: block;
  width: 270px;
  float: left;
  padding: 6px;font-weight: bold;
  font-size: 14px;
  }
#mod_tl_h .h-stil {
  display: block;
  width: 160px;
  padding: 6px;
  float: right;
  text-align: right;
  }
#mod_tl_h .h-entry {
  display: block;
  clear: both;
  float: left;
  font-size: 12px;
  padding: 6px;
  }
#mod_tl_h .h-more {
  display: block;
  float: right;
  text-align: right;
  padding: 6px;
  }
#mod_tl_h .h-footer {
  clear: both;
  }
#mod_tl_h a:link, #mod_tl_h a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  #main_box a:hover, #main_box a:active {
    color: #a33523;
    text-decoration: none;
    border: 0px;
  }

  div.logos_left_col {
    width: 247px;
    float: left;
    text-align: center;
  }
  div.logos_right_col {
    width: 247px;
    float: right;
    text-align: center;
  }

div.karte { position: relative; width: 495px; height: 400px; background: url("../images/bg_karte.gif") no-repeat; }
div.karte A { display: block;position: absolute;
  left: 174px; top: 52px;
  width: 72px; height: 50px;}

