@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
  body {background:#ffffff url("../images/bg_blue.gif") repeat-x top left fixed; padding:10px 0;}
  #page{background:#FEEB9C; border:10px #FEEB9C solid;}
  #header {height:143px; color:#000; background:#ffffff;}
  #header img.headImg1 {position:absolute; top:0px; left:0px;}
  #header #banner {position:absolute; top:0px; right:0px;}
  #teaser {background:#FFF7D7; color:#888;}


  #submenu 		{ border-top: 1px #FFF7D7 solid; color:#FAA21B; }
  #submenu strong	{ border-bottom: 1px #FFF7E7 solid; }
  #submenu li#title {
    color: #14844C;
    border-bottom: 4px #14844C solid;
  }

  #submenu li span {
    font-weight: bold;
    border-bottom: 1px #FFF7D7 solid;
  }

  #submenu li#active,
  #submenu li strong {
    background-color:#FAA21B;
    border-bottom: 1px #FFF7E7 solid;
  }

  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { background-color:#14844C; color: #fff; }

  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background-color:#14844C; color: #fff; }

  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active { background-color:#14844C; color: #fff; }

  #submenu li ul li ul li ul li a:focus,
  #submenu li ul li ul li ul li a:hover,
  #submenu li ul li ul li ul li a:active { background-color:#14844C; color: #fff; }

	.csc-frame-frame1 .csc-textpic-imagewrap dd {
		display: none;
	}

}

@media handheld
{
  #banner {display:none;visibility:hidden;}
}