/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "TYPO3 Template f?r YAML" (c) by Dieter Bunkerd (http://yaml.t3net.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : typo3.css
**  Funktion    : Formatierung der Inhalte und TYPO3-spezifische ?nderungen der content.css
**
*/

@media all
{
/* ### Ueberschriften ###################################################################### */

#col3 h2 { 
  font-size: 14px; 
  font-weight: bold; 
  color: #000000; 
  /*margin: 0px 30px 0px 20px;*/ 
  padding: 12px 0px 6px 12px; 
  background: #44A966 url(../img/h1bg.gif) no-repeat;
  clear: both;
}
* html #col3 h2 {height: 100%;}
#col3 h3 {
  font-size: 11px; 
  font-weight: bold; 
  color: #44A966; 
  /*margin: 0px 30px 0px 20px;*/ 
  padding: 6px 0px 6px 12px;
}
#col3 h4 {
  font-size: 11px; 
  font-weight: bold; 
  color: #44A966; 
  /*margin: 0px 30px 0px 20px;*/ 
  padding: 6px 0px 6px 12px;
}


}
