/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/


#col2 {
  float: left;
  width: 495px;
  padding: 20px;  
  min-height: 400px;
}

#col3 {  
  float: right;
  width: 150px;
  padding: 20px;
  padding-left: 0px;  
  min-height: 400px;
}

#col3 h1 {
	font-size: 1.3em;
}

} 
