@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
{

#nav_main {background-color:#FFDD66;}
h1.G {height:50px;}

h2 {background:#000088; color: #FFFFFF;}
h3 {font-size:1.0em;}


.REboxGreenContent {background:#FFFFAA;}
.rGline2, .rGline3, .rGline4 {background:#FFFFAA;}
.REboxRedContent {background:#EBFAFF;}
.rRline2, .rRline3, .rRline4 {background:#EBFAFF;}

a, a em.file {color:#000088;}

#submenu li#active,
  #submenu li strong {
    background-color:#DBC158;
		color: #444;
  }
	
#submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { background-color:#000088; color: #fff; }
	
.news-single-item h3 {color:#000088; padding:0.5em; background:#EBFAFF;}
}
