@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 screen
{
/* Your styles here */


  #col1 { width: 23% }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 23%}
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 23%}
  #col3_content { padding: 10px }
  
  #teaser { background: #fff; color: #666;}


 /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */

  #nav * { border: 0px none !important}
  #nav_main { background: #e5e5e5}
  #nav_main ul { margin-left: 10px }
  #nav_main ul li { line-height: 1.2em}
  
  #nav_main ul li a,
  #nav_main ul li strong { color: #666; font-weight: normal; padding: 0.5em 0.8em 0.5em 0.8em;}
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #283f65; color: #fff }
  
  #nav_main ul li#current { background: transparent }
  
  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { color: #3b5d98; font-weight: bold }


  h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, "Times New Roman", Times, serif; 
}

  h1 { font-size: 200%;
	color: #283f65;
}                        /* 24px */
  h2 { font-size: 200%; color: #283f65}          /* 24px */

}


  
