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