
/* Style für Bereiche die nicht gedruckt werden */
.noprint {
    display:none;
}
.noview {
	display:inline !important;
}
.width_full         { width:100% !important; }
.width_left         { width: 40% !important; }
.width_left_        { width:100% !important; }
.width_right        { width:100% !important; }
.width_rightleft    { width: 65% !important; }
.width_rightleft_   { width:100% !important; }
.width_rightright   { width: 35% !important; }

