/*
Project: Hamburg Sued
Version: 4.1
File: print.css
Author: Phillip Woelfel

Only include print specific styles in this stylesheet. Do not include screen specific styles. This stylesheet needs screen based css files and an Eric Meyer CSS reset (please refer to global.css).
*/
@media print {
body {
	font-family: Arial;
	font-size: 68.75%;
	color: #000;
	background: #ffffff;
	padding: 10px;
}
/* hide certain elements */
#col_sidebar, div#footer, #breadcrumb, #tools, #sls_half, #sls_full, #sb_left, #shadow, #toolbar, #navigation {
	display: none;
}
/* @group Print Logo */
/* define the print cd */
#header {
display: none;
}
#main {
	background: none;
}
#main_half {
	background: none;
}
#page {
	margin: 0;
	width: 600px;
}
/* @group subtemplates */
#col_content .col_100 h1 {
width: auto !important; }

#col_content {
padding: 0px;
	}
#page_content {
}

div.col_33 {
	width: 33.33%;
	float: left;
}
div.col_50 {
	width: 50%;
	float: left;
}
div.col_100 {
	width: 100%;
	}
.subcontainer {
	clear: both;
	overflow: hidden;
}.content {
	/*overflow: hidden;*/
	padding-right: 20px;
}
/* @end */
}