/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

@media all
{

/* Formatierung der Seite */
body { background: #000000 /*url(../../img/bodybackground.jpg) no-repeat*/ fixed;
	padding-top: 10px;	}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ border: 4px solid #b3abab; background: #000000;}
#page_margins {border: 0px #889 solid; min-width: 756px; max-width: 100em; margin:auto;}

/* Formatierung der Kopfbereiches */
/*#header {height: 126px; color: #b3abab; background: #000000 url(../../img/header_sonne.jpg) no-repeat top left; }*/
#header {height: 15px; color: #b3abab; background: #000000; }
#header img {margin: 24px 0 0 321px; font-size:208%;}

/* Formatierung der Fußzeile */
#footer { font-size:90%; color:#b3abab; background:#000000; margin: 0 1em; padding: 0.5em 0; /*border-top: 1px #ddd solid; */line-height:1.0em;}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { /*background: #fff ; */padding: 1em 0; } 

/* linke Spalte */
#col1 {	width: 22.5%; }	
#col1_content { margin-left: 1em; margin-right: 1em; color: #b3abab; background:inherit; }

/* Rechte Spalte */
#col2 {	width: 280px; }
#col2_content {	color: #b3abab; margin-left: 1em; margin-right: 1em; }

/* Mittlere Spalte */
#col3
{
  	margin-left: 22.5%; 
   margin-right: 280px; 
	border-left: 0px dotted #ddd;
	border-right: 0px dotted #ddd;
}

#col3_content { margin-left: 1em; margin-right: 1em; }

} 
