@charset "UTF-8";
@media screen, projection {

#page_margins {
	background: url(/site09/fileadmin/images/layout/main_bg-col3.gif) repeat-y #fff;
}
#header {
	background: url(/site09/fileadmin/images/layout/header_bg-col3.gif) no-repeat bottom;
}
#footer_content {
	background: url(/site09/fileadmin/images/layout/footer_bg-col3.gif) no-repeat #fff;
}

/* Formatting content container  */  
  
#col1 {
	float: left;
	width: 210px;
	margin:0;
}
#col2 {
	float: right;
	width: 25%;
	margin:0;
}
#col3 {
	width: auto;
	margin: 0 25% 0 210px;
}
#col1_content {
	padding: 0 20px 0 0;
}
#col2_content {
	padding: 20px 10px 0 10px;
}
#col3_content {
	padding: 0 30px 0 10px;
}
}
