@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 */
  #page_margins {min-width:740px; max-width:110em; margin:0 auto; border:0px #889 solid;}
  #header {height:100px; color:#fff; background:#232324 url("../templates/isedd/img/header-isedd-bg.gif") repeat-x;}
/* ISEDD-Logo und Banner ist ggf. über Rootpage-Seiteneigenschaften und dort bei Dateien einzufügen.
Die erste Datei ist das Logo, die zweite Datei ist der Banner */
  #header #topnav {top:2px; font-size:0.9em; color:black; background:transparent;}
  #topnav a {color:black; font-weight:normal; background:transparent; text-decoration:none;}
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active {color:blue; text-decoration:underline; background-color:transparent;}

/** Spaltenbreite geändert auf 20% links und 0% rechts   */

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

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

  #col3 {margin:0 5%}
  #col3_content {padding:10px}

  body {
    font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size:93%;
    color:#000;  
  }


}

