@charset "UTF-8";
/**
*
* (de) CSS mod Unternehmen
*
*/

@media screen{

  body{
    background: #FFFFDF;
  }

  /* Links */

  a,
  a:focus,
  a:hover,
  a:active,
  a:visited { color: #FFA205; }

  #footer a,
  #footer a:focus,
  #footer a:hover,
  #footer a:active,
  #footer a:visited { color: #FFA205; }

  /* H1 */

  #container-center h1 { color: #FFA205; }
  #container-center h2 { background-image: url('../../layout-images/li_news_gelb.gif'); }
  #container-center h3 { color: #FFA205; background-image: url('../../layout-images/li_news_gelb.gif'); }
  #container-center h4 { color: #FFA205; }

  /* Background */

  #wrapper{
    background: #FFF url("../../layout-images/bg_wrapper_gelb.gif") repeat-y;
  }
  #footer{
    background: #FFF url("../../layout-images/bg_wrapper_gelb.gif") repeat-x;
  }
  #subheader2{
    background: #FFEC5E url("../../layout-images/bg_header_gelb.png") no-repeat; 
  }
  
  /* Menu */

  #submenu li#active,
  #submenu li strong {
    color: #464644;
    background: #FFF091 url('../../layout-images/li_menu_active_gelb.gif') no-repeat 6% 50%; 
  }

  #submenu li a { background: #FFFFDC url('../../layout-images/li_menu_gelb.gif') no-repeat 5% 50%; color: #8C8C8C; }
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { background-color:#f63; color: #fff; }

  /* Level 2 */
  #submenu li ul li a,
  #submenu li ul li#active,
  #submenu li ul li strong,
  #submenu li ul li span { background-color:#FFF091; }

  #submenu li ul li a { background-color:#FCFCE5; color: #8C8C8C; }
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background-color:#f63; color: #fff; }
  

  /* Kontakt */
  
  #contactcontainer { background-image: url('../../layout-images/contact_arrow_gelb.gif');  }
  #contact { background: #FFA205;  }
 

  /*  ### Box Design | Rahmen ### */
 
  .boxLayout1 .inner { background-color: #FFFFDF; }
  .boxLayout1 .inner li { background: url('../../layout-images/li_news_gelb.gif') no-repeat 0 4px; }

  /* ### Forms | Formulare ### */

  input[type=text]:focus, 
  input[type=password]:focus, 
  textarea:focus,
  select:focus { border: 1px #FFA205 solid; background: #eee; }
  
}