/*
    Standard CSS-Angaben
*/
*					{ padding:0;margin:0;font:15px "Trebuchet MS", "Times New Roman", Georgia, serif;color:#000;line-height:1.7em; }
html				{ height:100%; }
body				{ height:100%;background:#fff url(../img/bodybg.gif) center top repeat-y; }
hr					{ border:none;border-top:1px solid #ddd;background-color:#fff;height:1px;margin:6px 0 6px 212px;clear:left; }
