/* *******************************************************
			Modifikationen am yaml-Layout
********************************************************* */
/* (en/de) Standard: 200 Pixel */
#col1 { float: left; width: 0px }
/* (en/de) Standard: 200 Pixel */
#col2 { float:right; width: 250px }
#col2_content { padding: 10px; }
/* (en) Standard: center column with flexible width */
/* (de) Standard: Flexible mittlere Spalte */
#col3 { width:auto; margin: 0px 0px 0px 0px; overflow:hidden; }
#col3_content { padding:10px 10px 0px 10px; overflow:hidden; }
