<!--
/**
 * AGBs /company/agb.php
 */
/** @import(/extra/pages/include/box650.css); **/
div.agbcontent {
	width:630px;
	margin:10px;
	text-align:justify;
}
#title_agb {
	text-align:center;
	margin-bottom:10px;
}
ol.agb_headline {
	list-style-type:upper-roman;
	list-style-position:outside;
	padding-left:25px;
	margin:10px;
	line-height:15px;
	font-weight:bold;
}
ol.agb_headline li {
	margin-top:5px;
	margin-bottom:5px;
}
ul.agb_text {
	list-style-type:none;
	list-style-position:outside;
	padding-left:20px;
	font-weight:normal;
}
ol.agb_text {
	list-style-type:decimal;
	list-style-position:outside;
	padding-left:20px;
	font-weight:normal;
}
#agb_pdf {
	text-align:center;
}
-->