@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 - rot E1001A;  */

/* ### basemode.css ############################ */

  #nav{position:relative; float:left;}
  
  #main {background:transparent;margin: 0 0 0 0;padding:0;}
  
  #teaser { width:auto; height:330px;}
  
  #main #teaser div {float:none;} 
  #teaser div#nav_main {position:absolute;width:198px; }
  #teaser div#nav_channel {position:absolute;width:198px;bottom:0;float:left;}
  #teaser #nav div#nav_channel div#nav_main {position:relative;float:none;}
  
    #main #teaser .tx-slideshow-pi1 {position:relative;height:289px;width:722px;left:198px;overflow:hidden;}
    
  /* HINWEIS: deaktivieren wenn alle Channels freigeschalten sind */ 
  * html #main #teaser .tx-slideshow-pi1 {height:289px;width:722px;}
  * + html #main #teaser .tx-slideshow-pi1 {height:289px;width:722px;}  
   
  /* HINWEIS: freischalten wenn alle Channels freigeschalten sind   
  
  * html #main #teaser .tx-slideshow-pi1 {height:305px;width:722px;}
  * + html #main #teaser .tx-slideshow-pi1 {height:305px;width:722px;} 
  
  */  
        

 .floatbox {
 width: 722px;
 }
 
 #teaser {
 padding:0px;
 margin:0px;
 display:block;
 }

/* ### basemode_2col_left_13.css ############################ */  
  
    /* Fixed width for left column | Fixe Breite für Linke Spalte */
  #col1 { width: 198px;}
  #col1_content { margin:0; padding:20px 20px 0px 20px;}
  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }
  #col3 { margin:0px; padding:10px 0 20px 198px; }
  #col3_content { margin:0; padding:0;}
  
  
  
  /**
   * Bugfix for IE 3-Pixel-Jog Bug
   *
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   */

  * html #col3 { height: 1%; }
  * html #col1 {margin-right: -3px; width: 198px; background: #f97;}
  * html #col3 { margin: 0px; padding:0px; margin-left: 198px;  padding-bottom:20px; padding-top:10px;}
  * html #col3_content { padding-left:0px 0px 0px 198px; padding:0px; margin:0px;}
   

}

