/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/

#col1 {
      width: 200px;  
	  margin-left: -200px;
	  background-color: transparent;
	  background-image: url('../images/oben.gif');
	  background-position: top right;
	  background-repeat: no-repeat;
	  min-height: 300px;
}

* html #col1 {
	height: 300px;
	margin-top: 0;
}

#col3 {
  width: 620px;
  padding: 40px;  
  margin-left: 5px;
  background-color: transparent;
  background-image: url('../images/oben-breit.gif');
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 800px;
}

* html #col3 {
	height: 800px;
	margin-left: 0;	
	padding-left: 45px;
	background-position: 25px 0;
}

} 
