@import url(extension.css);
@import url(style.css);


#print {
	width: 50em;
	font-size: 80%;
	margin-left: 0.625em;
	margin-top: 0.625em;
}

#print-footer {
	width: 50em;
	font-size: 70%;
	text-align: center;
	color: #9D9B9B;
}

#print .bodytext{
	font-size: 100%;
}

#print h1 {
	font-size: 120%;
}

#print strong {
	font-weight: bold;
}

#print a {
	color: #ff6600;
}

#print UL {	
	margin-left:		1em;
	list-style-image: 	url(/fileadmin/images/ul_bullet.gif);
}

#print LI {

}