/* ######################################################################################################
** # "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_3col_fixed.css
**  Funktion    : Variation des Basislayouts (3-Spalten-Layout mit fixer Gesamtbreite
**                                            und grafikfreien Spaltentrennern)
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@media screen
{
/* Festlegung der Layoutbreite und Zentrierung*/

}
#main {
background:#0456A0 url(../../img/designelements/produkt_bg.gif) repeat-y ;background-position:270px 0px;
}

#col3 {margin-left:270px; margin-top:0px;border:0px;height:100%;background:#EFF1F6;padding-right:16px;}
#col3_content {margin-left:16px; margin-right:0px;width:auto;}


