/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/
#col2 { 
	width: 100%;
	float: left;   	
	margin-bottom: 20px;
}

#navigation {
	height: 380px;
}

}