/* ######################################################################################################
** # "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)
**
*/

@media screen
{
/* Festlegung der Layoutbreite und Zentrierung*/
#page_margins { 
	width:888px; 
	margin-left: auto;
 	margin-right: auto;
	max-width:inherit;  /* min-width fır fixes Layout abschalten */
	min-width:inherit;  /* max-width fır fixes Layout abschalten */
}

/* Korrektur von Randabstınden */
#main { margin: 6px 0; padding: 0; }
#footer {margin:0; padding: 1em; border-color: #aaa; }

/* Himtergrundgrafik fır linke Spalte - Grafikbreite 250 Pixel */
#main {
background: #E6E6E6; 
background-image: url(http://www.freizeit-ostallgaeu.de/fileadmin/oalrad/img/bg_main.gif);
background-repeat: repeat-y;
 }

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/

#col1 { width: 154px; }

#col2 { width: 210px; margin-top: -59px;}		

#col3
{
        width: auto;
  	margin-left: 142px; 
   	margin-right: 212px;
        margin-top: -59px; 
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;


}

div.col3Navi{display: none}



} 
