@charset "UTF-8";

@media screen, projection {

/* !Formatierung der Inhalts-Container
* |-------------------------------|
* | #header                       |
* |-------------------------------|
* | #col3   | #col1     | #col2   |
* | 268px   | 492px     | 220px   |
* |-------------------------------|
* | #footer                       |
* |-------------------------------|
*/

/* #col1 wird zur mittleren Spalte */
#col1 {
	width: 760px;
	float: right;
	margin-left: -980px;
	margin-right: 220px;
	background: #fff;
}
#col1_content {
	padding-left: 20px;
}

}

