



/* Grundgerüst für alle Seiten inklusive Festlegen der Gesamtbreite, Zentrierung und dem Kopfbereich mit Logo und Menüleiste: Infosäule links, Hauptteil rechts, z.B. Startseite */
  body {
    color: black;
    font-size: 0.82em;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#efefef;
    margin: 0px; padding: 0px;
    text-align: center;  /* Zentrierung im Internet Explorer */
    min-width: 984px;
  }
  div#header {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 984px;
  }

  div#main {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 954px;
    margin-top: 20px;
    padding: 0.5em;
  }
  div#logobackground {
    background-image:url(yellow.gif);
    height:100pt;
  }
  div#logo {
    position: absolute;
    top: 0px;
    background-image:url(yellow.gif);
    height:100pt;
    padding-left: 225px;
  }

/* Gestaltung des horizontalen Menues */
  #horizmenuebackground {
    background: #151568;
    height:24px;
  }
  #horizmenue {
    position: absolute;
    top: 134px;
    float: left;
    background: #151568;
    padding-left: 215px;
    width: 769px;
  }
  #horizmenue ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    padding-right: 53px;
    float: left;
  }
  #horizmenue a, #horizmenue h2 {
    font: 13px/16px arial, helvetica, sans-serif;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #151568;
    margin: 0;
    padding: 2px 3px;
  }
  #horizmenue h2 {
    color: #ffffff;
    background: #151568;
  }
  #horizmenue a {
    color: #ffffff;
    background: #151568;
    text-decoration: none;
  }
  #horizmenue a:hover {
    color: #ffffff;
    background: #666666;
  }
  #horizmenue li {
    position: relative;
  }
  #horizmenue ul ul {
    position: absolute;
    width: 15em;
    z-index: 400;
  }
  #horizmenue ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
  div#horizmenue ul ul,
  div#horizmenue ul li:hover ul ul,
  div#horizmenue ul ul li:hover ul ul {

    display: none;
  }
  div#horizmenue ul li:hover ul,
  div#horizmenue ul ul li:hover ul,
  div#horizmenue ul ul ul li:hover ul {
    display: block;
  }


/* Gestaltung der unteren Navigationsleiste */
  div#bottomline {
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color:#222222;
    font-size: 0.9em;
  }
  div#bottomlinecopyright {
    clear: left;
    background-color:#222222;
    width: 954px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding-top: 5px;
    padding-bottom: 15px;
  }
  div#bottomnavi {
    clear: left;
    background-color:#222222;
    width: 954px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding-top: 5px;
    padding-bottom: 15px;
  }
  div#bottomnavi ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .fixedcolumnwidth {
    width: 185px!important;
  }


/* Seitenaufteilung Variante #1: Infosäule links, Hauptteil rechts, z.B. Startseite */
  div#mainoneleft { 
    padding-right: 24px;
    margin-right: 374px;
  }
  div#mainoneright {
    float:right;
    width: 350px;
    margin-top: 35px;
    padding-left: 24px;
  }
  div#mainonebottom { 
    padding-top: 10px;
    border-top: 1px solid #888888;
  }
  div#mainonebottomleft {
    float:left;
    width:308px;
    margin-top: 3pt;
  }
  div#mainonebottomright {
    float:right;
    width:308px;
    margin-top: 3pt;
  }
  div#mainonebottommiddle {
    text-align: left;
    margin-top: 10pt;
    margin-left: 328px;
    margin-right: 328px;
  }
 

/* Seitenaufteilung Variante #2: Infosäule rechts, Hauptteil links, z.B. Roster-Seiten, Bookinganfrage-Seiten, Service-Seiten */    
  div#maintwoleft {
    border-right: 1px solid #888888;
    padding-right: 24px;
    margin-right: 374px;
  }
  div#maintworight {
    float:right;
    width: 350px;
    padding-left: 24px;
  }
 
    
/* Seitenaufteilung Variante #3: Schmale Säule rechts, großer Hauptteil, z.B. Artist-Seiten */
  div#mainthreeleft {
    padding-right: 24px;
    margin-right: 272px;
  }
  div#mainthreeright {
    float:right;
    width: 248px;
    margin-top: 36px;
    padding-left: 24px;
    margin-bottom: 32px;
    text-align: right;
  }


/* Seitenaufteilung Variante #4: zwei gleich breite Säulen, z.B. SpecialOffers-Seite */  
  div#mainfourleft {
    padding-right: 24px;
    margin-right: 476px;
  }
  div#mainfourright {
    border-left: 1px solid #888888;
    float:right;
    width: 452px;
    padding-left: 24px;
    margin-top: 19px;
  }


/* Seitenaufteilung Variante #5: nur Hauptteil, eher zentriert, z.B. Login */

  div#mainfiveleft { 
    padding-right: 24px;
    margin-right: 670px;
  }
  div#mainfiveright {
    float:right;
    width: 646px;
    padding-left: 24px;
  }

/* Seitenaufteilung Variante #6: breiter Hauptteil rechts, schmaler Seitenteil links, z.B. Concert Organizer */
  div#mainsixleft { 
    padding-right: 24px;
    margin-right: 720px;
  }
  div#mainsixright {
    border-left: 1px solid #888888;
    float:right;
    width: 696px;
    padding-left: 24px;
  }

/* Seitenaufteilung Variante #7: breiter Hauptteil rechts, schmaler Seitenteil links, ehemals für index.html benutzt, jetzt nur noch für Promoters' Section */
  div#mainsevenleft { 
    padding-right: 24px;
    margin-right: 580px;
  }
  div#mainsevenright {
    border-left: 1px solid #888888;
    float:right;
    width: 556px;
    padding-left: 24px;
  }



/* Gesonderte Eigenschaften für einige Divs und Tables */  
  div#artistinfoboxleft {
    float:left;
    width:215pt;
    margin-top: 13pt;
    margin-right: 12pt;
  }
  div#artistinfoboxright {
    text-align: left;
    padding-left: 15pt;
    margin-top: 13pt;
    margin-left: 215pt;
    border-left: 1px solid #888888;
  }
  div#artistyoutubeboxleft {
    float:left;
    width:318px;
    margin-top: 13pt;
  }
  div#artistyoutubeboxright {
    float:right;
    width:318px;
    margin-top: 13pt;
  }
  div#artistyoutubeboxmiddle {
    text-align: left;
    margin-top: 13pt;
    margin-left: 318px;
    margin-right: 318px;
  }
  div#artistyoutubeboxmiddleonlyvideo {
    text-align: left;
    margin-top: 13pt;
    margin-left: 0px;
    margin-right: 0px;
    }
  div#concertorganizerboxleft {
    float:left;
    width:305pt;
    margin-top: 11pt;
    margin-right: 12pt;
  }
  div#concertorganizerboxright {
    text-align: left;
    padding-left: 15pt;
    margin-top: 11pt;
    margin-left: 305pt;
    border-left: 1px solid #888888;
  }
 .octavebutton {
    position: absolute;
    top: 182px;
    margin-left: 376px;
    border-style:none;
  }
  .youtubetable {
    position: relative;
    left: -8px;
  }
   .youtubeinvideojukebox
  {
    width:490px; 
    height:400px;
  }
   .videojukeboxvideolink
  {
    margin:0px;
    padding:0px;
  }
  .logoimage {
    border-style:none;  
   }
  .smallimage {
    float:left;
    margin-top: 6pt;
    margin-right: 12pt;
    margin-bottom: 12pt;
    border: 1px solid #888888;
   }
  .rightofsmallimage {
    padding-left: 89pt;
    text-align: left;
   }
  .hugeimage {
    margin-top: 18pt;
    margin-left: 12pt;
    margin-bottom: 12pt;
    border: 1px solid #888888;
   }
  .normalimage {
    margin-top: 6pt;
    margin-bottom: 12pt;
    border: 1px solid #888888;
   }
  .octaveimage {
    border: 1px solid #888888;
   }
  .downloadspageimages {
    width:400px;
    height:auto;
   }
  .videojukebox {
    margin-top: 16px;
   }
  .submitbutton { 
    font-size: 11px; 
    font-family: sans-serif; 
    background-color: #CC9966; 
    color: #000000; 
    font-weight:bold; 
    border: 1px solid black
   }
  .inputfield {
    position: absolute;
    left: 180px;
    font-size: 12px;
    color:#000000; 
    border:1px solid #888888;
   }
  .inputfield2 {
    font-size: 12px;
    color:#000000; 
    border:1px solid #888888;
   }
  .bottombar {
    text-align: center;
   }


/* Schriftartdefinitionen */  
   .fontheadline1 {
    font-size: 1.2em;
    font-weight: normal;
    color: #555555;
    margin: 0px 0px 0px 0px;
   } 
  .fontheadline2 {
    font-size: 1.8em;
    font-weight: normal;
    color: #555555;
    margin: 7pt 0px 0px 0px;
   } 
  .fontheadline3 {
    font-size: 2.1em;
    font-weight: normal;
    color: #555555;
    margin: 7pt 0px 8px 0px;
   } 
  .fontnormaltext {
    font-size: 1em;
    font-weight: normal;
    line-height: 13pt;
    color: #555555;
    padding-top: 8px;
    margin: 0px 0px 0px 0px;
   } 
  .fontnormaltext2 {  /* entspricht fontnormaltext ohne Padding */
    font-size: 1em;
    font-weight: normal;
    line-height: 13pt;
    color: #555555;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
   } 
  .fontnormaltextinlinks {  /* entspricht fontnormaltext und ist erforderlich in Links innerhalb eines <p></p>, damit sich in der Mobilversion die Schriftgröße 1.3em nicht zu 1,3 x 1,3 potenziert.*/
    font-size: 1em;
    font-weight: normal;
    line-height: 13pt;
    color: #555555;
    padding-top: 8px;
    margin: 0px 0px 0px 0px;
   } 
  .hinterlegt {        /* Als Zusatz hinter fontheadline1-3 oder fontnormaltext, z.B. class="fontnormaltext hinterlegt" */
    background-color:#C9C9C9; 
   }
  .italics {        /* Als Zusatz hinter fontheadline1-3 oder fontnormaltext, z.B. class="fontnormaltext italics" */
    font-style: italic; 
   }
  .underlined {        /* Als Zusatz hinter fontheadline1-3 oder fontnormaltext, z.B. class="fontnormaltext underlined" */
    text-decoration: underline!important;
   }
  .white {        /* Als Zusatz hinter fontheadline1-3 oder fontnormaltext, z.B. class="fontnormaltext underlined" */
    color: #aaaaaa!important;
   }
  strong {             /* Hervorheben in Rot */  
    color:#c80000;
    font-weight: normal; 
    font-style: normal; 
   }
  var {                /* Hervorheben in Dunkelgrau - aktuell = normale Schriftfarbe */  
    color: #555555;
    font-weight: normal; 
    font-style: normal; 
   }
  em {                 /* Hervorheben in Fett */  
    font-weight: bold;
    font-style: normal;
   }
  cite {               /* Hervorheben in Unterstrichten */  
    font-weight: normal;
    text-decoration: underline;
    font-style: normal;
   }
  samp {               /* Hervorheben in Blau */  
    color:#2C3483;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
   }
  .list {              /* größerer Zeilenabstand für Listenartiges */  
    line-height: 15pt;
   }
  a:link, a:visited, #bottom a:link, #bottom a:visited  {    /* Links nicht automatisch unterstreichen und bereits besuchte Links nicht farbig kennzeichnen */
    text-decoration: none; 
   }
  a:hover, #bottom a:hover {   /* Links unterstreichen wenn mit der Maus überfahren */
    text-decoration: underline; 
   }
  p, h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
   }



/* Hr-Absätze, angepasst um float-Bereiche aufzulösen */ 
  .hrclearsmallimage {
    clear:left;
    color:#efefef;
    background-color:#efefef;
    height:0px;
    border-style:none;   
   }
  .hrclearsidebar {


    clear:right;
    color:#efefef;
    background-color:#efefef;
    height:0px;
    border-style:none;   
   }
  .hrbottom {
    clear:left;
    color:#888888;
    background-color:#888888;
    height:1px;
    border-style:none;   
   }

