@charset "UTF-8";
/**
* modifications to YAML for hans-im-glueck.de
* @copyright       Copyright 2007, media-lights.de
* @lastmodified    $Date: 2007-11-07 10:26:40 +0200$
*/

@media all
{
	/*-------------------------------------------------------------------------*/

	/* #col2 becomes the right column | #col3 wird zur rechten Spalte */
	#col2 { 
		display: none !important;
	}

	#col1 {
		margin-left:0px;
		/* increase size */
		width: 660px;
	}

}

