/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@media all
{

/* Formatierung der Seite */

/* Hide from IE5-mac \*/

* html #col1 {
margin-right: -3px;
}

* html #col3 {
height: 1%;
margin-left: 0;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main {background:#003B66; padding-top:0;}

/* linke Spalte */
#col1 {width:495px;background:#6699cc;}
#col1_content {margin:0em; color:#444; background:inherit;}

/* Rechte Spalte */
#col2 {display:none;}
#col2_content {	display:none;}

/* Mittlere Spalte */
#col3 {background:#003B66; margin-left:495px;margin-right:0;}
#col3_content {margin:0px;padding-left:1.5em; padding-right:1.5em;}



}

