/* Print-Stylesheet  */

/* Initialisierung & Grundlayout */
@import url(global.css);

/* CSS Styled Content angepaßt */
@import url(css_styled_content_customized.css);

/* Headlines & Typo */
@import url(typo.css);

/* Modifikationen für Print-Version */
body {
	background: #fff;
}
.zentrierung {
	background: #fff;
	width:700px;
	padding:20px;
	border-right: 1px dotted #eee;
	border-left: 1px dotted #eee;
}
#header {
	width:700px;
	text-align:right;
	float:right;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}
.footer {
	width: 700px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #666;
	font-size: 12px;
	text-align:right;
}
#footer_bottom {
	display: none;
}

