@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...
** unsere Farbtöne
** grün: #006666 oder #009966
** blau: #006699
*/


@media all
{

  /*hier keinen Hintergrund setzen url("/fileadmin/css/linumcss/hintergrund.gif") */
  body {background:#ffffff repeat-x top left fixed; padding:0 0;}

  /*Hier den Randstreifen setzen*/
  #page{border:0;}

  #page_margins {min-width:820px; max-width:99%; margin:0 auto;}


  #header{
    z-index:10;
    /*dies muss unbedingt bleiben, sonst kommt der grau intergrunhd im Header*/
    background-image:none;
    /*background:#ffffff*/
    background:#4d87c7 url("bg_blue.png") repeat-x top left}

  #header img.headImg1 {position:absolute; top:0px; left:0px; font-size:208%;}
 

}

  /* Layout der 3 Colums ändern*/
  #col1 {margin:0; width:18%;}

  #col2 {margin:0; width:22%;}

  #col3 {margin:0; border:12px; width:auto; border-left: 2px #eee dotted;}

 /*Dies ist die Navigation oben horizontal*/
  #nav_main{
    /*background:#ffffff url("/fileadmin/css/linumcss/0und1.jpg") repeat-y bottom;*/
    background:#ffffff;
  }


  /*Dies ist die Navigation oben rechts*/
  #header #topnav {
      top:35px;
      z-index:50;
      color:#F2F2F2;
     /*font-size:0.9em;*/
  }
  #topnav a,
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active {color:#F2F2F2;text-decoration:none;}

  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active {text-decoration:underline;}


  #nav_main ul {
    /*       top;right;bottom;left*/
    /* Einstellen des linken Randes der horizontalen Navigation*/
    padding: 10px 0 0 195px;
  }

  /*Die Ueberschriften*/

/*  h1 {font-size:100%}                     /* 16px */
**  h2 {font-size:100%; color:#182E7A}      /* 16px */
**  h3 {font-size:100%}                     /* 16px */
**  h4 {font-size:100%}                     /* 16px */
**  h5 {font-size:80%}                      /* 10px */
**  h6 {font-size:85%}                      /* 11px */
*/

  h1,h2,h3,h4,h5,h6,h7,h8 {font-weight:normal;}

  h1 {font-size:125.00%}
  h2 {font-size:100.00%}
  h3 {font-size:90.00%}
  h4 {font-size:85.00%}
  h5 {font-size:85.00%}
  h6 {font-size:85.00%}
  h7,h8 {font-size:85.00%}
  

  /*h1 {color:#333333; padding:0.1em 1em 0.1em 1em;}*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7,
  h8 {background:#F2F2F2; color:#084B8A; font-color:#ffffff;}

  h5 {padding:0.1em 1em 0.1em 1em;}
  h6 {padding:0.1em 1em 0.1em 1em;}

  /*grüne Boxen*/
  .REboxGreenContent h1,
  .REboxGreenContent h2,
  .REboxGreenContent h3,
  .REboxGreenContent h4,
  .REboxGreenContent h5 {
    font-size:95.00%;
    color:#084B8A;
    #background:#000000;
    margin:5px; 
    padding:5px 8px;
    border:5px;
  }

  .REboxGreenContent {background:#f2f2f2;border-left:1px solid #084B8A; border-right:1px solid #084B8A;}
  .rGline1 {background:#084B8A; border:50px;}
  .rGline2 {background:#084B8A; border:50px;}
  .rGline3 {background:#084B8A; border:1px;}
  .rGline4 {background:#084B8A; border:1px;}

  csc-textpic-caption,
  dd.csc-textpic-caption{background-color:#084B8A;color:#ffffff;}

td.csc-uploads-fileName p.csc-uploads-description {margin:0; font-size:90%; background-color:#f2f2f2; padding:0.3em; font-style:italic;}

  /*Horizontales Menü beeinflussen*/
/*
  #nav_main li {
    /* (de) Navi oben Horizonzal, ertsmal nur weiss überschreiben */
    background: #F2F2F2 url("../images/sliding_door/round/left_on.gif") no-repeat top left;
  }

  #nav_main a,
  #nav_main strong {
    /* (en)  Navi oben Horizonzal, ertsmal nur weiss überschreiben */
    background: transparent url("../images/sliding_door/round/right_on.gif") no-repeat top right;
  }

  #nav_main ul li:focus,
  #nav_main ul li:hover,
  #nav_main ul li:active {
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #006666;
  }

  #nav_main {
    /* (de)  Hintergrund allgemein im Navi bearbeiten */
    background:#FFFFFF url("../images/sliding_door/round/topbg.gif") repeat-x bottom;
  }

  #nav_main ul li:focus,
  #nav_main ul li:hover,
  #nav_main ul li:active {
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color:#084B8A;
  }

  #nav_main li a:focus,
  #nav_main li a:hover,
  #nav_main li a:active { color: #fff; }
*/




  /*Im linken Menü die Hintergrundfarbe bei onfocus auf grün ändern*/
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active,
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active,
  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active,
  #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:#084B8A; color: #fff; }

  a,
  a:focus {color:#000000; font-weight:bold; text-decoration:underline;}
  a:hover {color:#084B8A; font-weight:bold; text-decoration:underline;}
  a:visited {text-decoration:underline;}

  #footer {
    color:#fff; 
    background:#084B8A url("bg_blue.png") repeat-x top left}

  }

}

