@import url(base.css);
@import url(basemod.css);
@import url(schriften_und_farben.css);

body
{
	background-image: none;
	width: 650px;
	padding-left: 100px;
}

/* spezielle Angaben für Druck-Layout */
@media print
{
	#backlink {display: none;}
	
	#head, #col1, #mod_artikel_optionen, #mod_back_top, #footer {display: none;}
	
	#body {width: 800px; padding-left: 0px;}
	#col3 {margin-left: 100px; font-size: 1.5EM; line-height: 1.5EM;}
}
