/**********************************************************
 * Contrast Page ( Black background, Yellow text )
 **********************************************************/
body {
  background:#575757;
  color:yellow;
}
a {
  background:transparent;
  color: yellow;
}
a:hover, a:focus, a.selected {
  background:yellow;
  color: black;
}
/**********************************************************
 * LAYOUT
 **********************************************************/
#all div.shadow_left {
  background:transparent url('/img/layout/contrast/shadow_left.jpg') repeat-y left top;
}
#all div.shadow_right {
  background:transparent url('/img/layout/contrast/shadow_right.jpg') repeat-y right top;
}
/**********************************************************
 * HEADER
 **********************************************************/
#header {
  background:black;
  color:yellow;
}
#header div.dane,
#header div.dane a {
  color:yellow;
}
#header div.cssTop {
  background: transparent url('/img/layout/contrast/header_top.jpg') no-repeat center top;
  border-bottom:1px solid white;
  height:44px;
}
#header div.cssMid {
  background: transparent url('/img/layout/contrast/header_mid.jpg') repeat-x center top;
  border-bottom:1px solid white;
  height:19px;
}
#header div.cssBot {
  background: transparent url('/img/layout/contrast/header_bot.jpg') no-repeat center top;
  border-bottom:1px solid white;
  height:139px;
}
/**********************************************************
 * BODY
 **********************************************************/
#content {
  background:black;
  color:yellow;
}
/**********************************************************
 * LEFT
 **********************************************************/
/**********************************************************
 * RIGHT
 **********************************************************/
#right div.kids div.frame {  
  background:transparent url('/img/layout/contrast/right_kids.png') no-repeat center center;
}
#right div.fieldset fieldset {
  border:1px solid white;
}
#right div.fieldset legend {
  border: 1px solid white;
}
#right div.mod_news div.date {
  color:yellow;
}
/**********************************************************
 * FOOTER
 **********************************************************/
#footer_extra {
  background:transparent;
  height:0px;
}
#footer {
  background:black;
  border-top:1px solid white;
  border-bottom:1px solid white;
}
#footer div.inner, #footer a {
  color:yellow;
}