html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family:  "Helvetica", "Century Gothic",helvetica, arial, sans-serif;
  font-size: 75%;
  line-height: 1.5;
  background-color: #070505;
  color: #f9efd3; }

#container {
  width: 962px;
  margin: 0 auto;
  padding-top: 40px;
  clear: both; }
  

#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -320px;
  float: left; }

#about #content-wrapper, #artists #content-wrapper, #impressum #content-wrapper {
  background: #000; }

#content-wrapper {
  height: 550px;border: 1px solid black;
  background: #201414;
  position: relative; }
  #content-wrapper img {
    position: absolute;
    top: 0;
    left: 0; }
  #content-wrapper p#logo {
    width: 322px;
    padding: 120px 0 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 100; }
    #content-wrapper p#logo img {
      position: relative;
      z-index: 100; }
    #content-wrapper p#logo a {
      text-decoration: none; }

#main {
  position: absolute;
  top: 84px;
  left: 400px;
  z-index: 10; } 
  
#start #main {
  width: 520px;  
}

#start #content {  }
 
#scroll {
  width: 520px;   
  height: 380px;
  overflow: auto;
}

#sidebar #small_logo {
  position: absolute;
  top: 24px;
  left: 24px;
  display: block;
  height: 140px;
  width: 140px;
  text-indent: -10000px;
  outline: none;
  -moz-outline: none;
  background: url("/images/casabar/images/logo_140.png") no-repeat;
  z-index: 1000; }
#sidebar #contact {
  position: absolute;
  bottom: 0px;
  left: 18px;
  z-index: 10; }

#footer {
  padding: 8px 18px 0 18px;
  text-align: right;
  font-size: 0.9167em;
  position: relative; }
  
  #footer p#languages {
    position: absolute;
    left: 18px; }
  #footer span {
    margin-left: 10px; }
  #footer a {
    text-decoration: none; }

ul#navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: -24px;
  z-index: 10;
  font-size: 1em; }
  ul#navigation li {
    display: block;   
    float: left;
    padding: 4px 4px;
    position: relative; }
  ul#navigation li a {
      text-decoration: none; }
  ul#navigation li a:hover {
        color: #d71b71; }
      ul#navigation li a.active {
        color: #d71b71; }
    ul#navigation li ul {
      list-style: none;
      position: absolute; 
      text-align: right;
      right: 0;
      top: 24px;
      width: 480px; } 
    ul#navigation li li {
      float: none;    
      display: inline;
    }
      


#calendar {
  position: absolute;
  left: 18px;
  top: 170px;    
}
#calendar table.calendar {
  border-spacing: 2px; 
  border-collapse: separate
}
#calendar th.monthName {
  text-align: center;
}
#calendar th {
  width: 30px;
  height: 24px;
  text-align: center;
  font-weight: normal;
}
#calendar td {
  width:30px;
  height: 24px;
  text-align: center;
  border: 1px solid #222;
}
#calendar td.otherMonth {
  color: #f9efd3;
}
#calendar td.weekendDay {
  border: 1px solid #444;
}
#calendar td.specialDay {
  color: #d71b71;
  font-weight: bold;
  border: 1px solid #f9efd3;
}
#calendar td.specialDay a {
  color: #d71b71;
  font-weight: bold;
  display: block;
}
    
#calendar td.normalDay {
  color: #f9efd3;;
}  
#calendar td span.trigger {
  display: block;
}   

#calendar .next {
  position: absolute;
  right: 4px;
}    

#calendar .prev {
  position: absolute;
  left:4px;
}

/* background: #d71b71;  */
#listing {       
  padding: 12px 12px 36px;
  background: url('/images/casabar/images/listing_pink.png');
  min-height: 354px;
  color: #f9efd3;
} 

#listing a {
  color: #f9efd3;
  text-decoration: underline;
} 
#listing a:hover {
  color: black;
}
#program 

table#programTable {
  width: 100%;
}
#programTable .day { width: 2.5em; padding-right: 1em; }
#programTable .date { width: 2.5em; padding-right: 1em; }
#programTable .style { font-size: 0.8333em; margin: 0 0 0 0.5em;} 

#next_image {
  position: absolute;
  top: 0;
  right: -42px;
  height: 550px;
  width: 360px;
  background: url('/images/casabar/images/shim.gif');
  z-index: 1000;
  cursor: pointer;
}
#next_image .arrow {
  position: absolute;
  background: url('/images/casabar/images/right_arrow.png') no-repeat;
  height: 32px;
  width: 32px;
  right: 0;
  top: 243px;
}

#prev_image {
  position: absolute;
  top: 0;
  left: -42px;
  height: 550px;
  width: 360px;
  background: url('/images/casabar/images/shim.gif') no-repeat;
  z-index: 1000;
  cursor: pointer;
}
#prev_image .arrow {
  position: absolute;
  background: url('/images/casabar/images/left_arrow.png') no-repeat;
  height: 32px;
  width: 32px;
  left: 0;  
  top: 243px;
}

#background img { opacity: 0.3; filter: alpha(opacity = 30);}

a {
  color: #f9efd3;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: none; }
  a img {
    border: none; }
    
#main a { color: #d71b71; text-decoration: underline; }

p {
  margin: 0 0 1.5em 0; }

h2 {
  font-size: 1.5em;
  margin: 0 0 1em 0; }

h3 {
  font-size: 1.1667em;
  line-height: 2em;
  margin: 0 0 0 0; }

h4 {
  font-size: 1em;
  line-height: 2em;
  margin: 0 0 0 0; }