@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : basemod_2col_left_0.css
**  Funktion    : Variation des Basislayouts (0-Spalten-Layout)
**  Checked with http://jigsaw.w3.org/css-validator/ 13.8.07 - DB
*/

@media screen
{
.upper {
	margin:0 0 20px 0;	
}

 /* Fixed width for left column | Fixe Breite für Linke Spalte */
  #col1 { width:0; }

  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }
  #col1, #col1_content { display:none; }

  #col3 { margin-left: 0; margin-right: 0; }
  #col1_content form select {margin-bottom:1em; width:100%;}  
 
   .floatbox {width:100%;}
/* Close @media screen - DO NOT DELETE! */
}


