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