	#col1 {
		float: left;
		width: 25%; /* alt: 330 px orig: 22.5% LINKE SPALTE : Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}
	
	#col2 {
		float:right; 
		width: 18%; /* alt: 230px RECHTE SPALTE Standard-Wert, falls keine anderen Vorgaben gemacht werden */
		padding: 10px; /* alt: 15 px */
	}
	
	#col3
	{
		width:auto;
		margin-left:  25%; /* alt: 22.5% , 230 pxMITTLERE SPALTE: Standard-Wert, falls keine anderen Vorgaben gemacht werden */
		margin-right: 22%; /* alt: 270/303px                  Standard-Wert, falls keine anderen Vorgaben gemacht werden */
		padding: 10px; /* alt: 15 px */
	}

/* Formatierung der Kopfbereiches /Standard in /modifications/basemod.css  */
#header { height: 110px; color: #fff; background: url(http://www.m-o-b.at/logos/mob_logo_200_65_trans.gif) no-repeat top left;}

/* 
#header { height: 110px; color: #fff; background: url(http://ate.at/pics/adler2.gif) no-repeat top left;}
#header { height: 100px; color: #fff; background: #FFFFE1 url(http://ate.at/co-media/pics/co-media-hell.gif) repeat-x top;}
#header img {margin: 0 0 0 30px; font-size:108%;}
*/

#title_com {
/* background: #CCE7D4; hellgruen */
  background: #FFCE08; /* orange */
 color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
}

#main,  #col1, #col2 { z-index:3; }
