

/* 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: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
  div#main {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 984px;
    margin-top: 20px;
    padding: 0.5em;
  }
  div#logo {
    background-image:url(yellow.gif);
    height:100pt;
  }
  div#menu {
    background-color:#151568;
    height:24px;
  }
  


/* Seitenaufteilung Variante #1: Infosäule links, Hauptteil rechts, z.B. Startseite */
  div#mainoneleft { 
    padding-right: 24px;
    margin-right: 600px;
  }
  div#mainoneright {
    border-left: 1px solid #888888;
    float:right;
    width: 576px;
    padding-left: 24px;
  }


/* 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: 384px;
  }
  div#maintworight {
    float:right;
    width: 360px;
    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: 46px;
    padding-left: 24px;
    margin-bottom: 32px;
  }


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


/* Seitenaufteilung Variante #5: nur Hauptteil, eher zentriert, z.B. Login */
  div#mainfiveleft { 
    padding-right: 24px;
    margin-right: 700px;
  }
  div#mainfiveright {
    float:right;
    width: 676px;
    padding-left: 24px;
  }

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


/* Gesonderte Eigenschaften für einige Divs und Tables */  
  div#octavebutton {
    position:absolute; 
    right:20px; 
    top:166px; 
    z-index:1; 
    height:7px; 
  }
  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#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;
  }
  .youtubetable {
    position: relative;
    left: -8px;
  }
  .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;
   }
  .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;
   }



/* Schriftartdefinitionen */  
   .fontheadline1 {
    font-size: 1.2em;
    font-weight: normal;
    color: #666666;
    margin: 0px 0px 0px 0px;
   } 
  .fontheadline2 {
    font-size: 1.8em;
    font-weight: normal;
    color: #666666;
    margin: 10pt 0px 0px 0px;
   } 
  .fontheadline3 {
    font-size: 2.1em;
    font-weight: normal;
    color: #666666;
    margin: 10pt 0px 8px 0px;
   } 
  .fontnormaltext {
    font-size: 1em;
    font-weight: normal;
    line-height: 13pt;
    color: #666666;
    padding-top: 8px;
    margin: 0px 0px 0px 0px;
   } 
  .fontnormaltext2 {  /* entspricht fontnormaltext ohne Padding */
    font-size: 1em;
    font-weight: normal;
    line-height: 13pt;
    color: #666666;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
   } 
  .hinterlegt {        /* Als Zusatz hinter fontheadline1-3 oder fontnormaltext, z.B. class="fontnormaltext hinterlegt" */
    background-color:#C9C9C9; 
   }
  strong {             /* Hervorheben in Rot */  
    color:#c80000;
    font-weight: normal; 
    font-style: normal; 
   }
  var {                /* Hervorheben in Dunkelgrau - aktuell = normale Schriftfarbe */  
    color: #666666;
    font-weight: normal; 
    font-style: normal; 
   }
  em {                 /* Hervorheben in Fett */  
    font-weight: bold;
    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 {
    text-decoration: none; 
   }
  a:visited {
    text-decoration: none; 
   }
  a:hover {
    text-decoration: underline; 
   }


/* 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 {
    color:#888888;
    background-color:#888888;
    height:1px;
    border-style:none;   
   }