
@charset "utf-8";

/**
-------------------------------------------------------------
Stylesheet für: http://www.konzerthaus-dortmund.de/
Medien:         Farbthema
------------------------------------------------------------- */




* {}

#visual {
  background-color: #CFC386;
}

#visual div.inner {
  background-color: #E5E4E2;
}

#subnav {
  background-color: #E5DEBD;
}
#subnav div.inner {
  background-color: #F7F4EB;
}

#content {
  background-color: #4A483E;
}
#content div.inner {
  background-color: #F0EFED;
}



/** Content-Elemente
------------------------------------------------------------- */
#sidebar h2 { 
  color: #4A483E;
  background-color: transparent;
  border-color: #4A483E;
}

#contentBody h2.special,
#contentAfter h2.special {
  color: #4A483E;
  background-color: transparent;
  border-color: #4A483E;
}

#contentAfter h1.special {
  color: #4A483E;
  background-color: transparent;
  border-color: #4A483E;
}

div.imageTeaser {
  /* IE-Bugfix */
  border: 1px solid #F0EFED;
}

div#layer div.body {
  color: black;
  background-color: #E5DEBD !important;
}
#layer .body p.links {
  color: black;
  background-color: #4A483E !important;
}


/** Biographien
------------------------------------------------------------- */
div.biographyPopup {
  color: black;
  background-color: #F7F4EB;
  border: 1px solid #999;
}
div.biographyPopup h2.main {
  color: #4A483E;
  background-color: white;
}
.biographyPopup p.close {
  color: black;
  background-color: #E5DEBD;
}

