@charset "UTF-8";

@media screen
{
	/**
	* (en) Repositioning content container
	* (de) Neupositionierung der Content Container
	*
	* |-------------------------------|
	* | #header                       |
	* |-------------------------------|
	* | #col1   | #col3               |
	* | 25%     | flexible            |
	* |-------------------------------|
	* | #footer                       |
	* |-------------------------------|
	*/

	#col1 { width: 25%; }

	#col2, #col2_content { display:none; }

	#col3 { margin-left: 25%; margin-right: 0; }
}
