/* ===================Text================================= */ #left{ text-align:left;} #center{text-align:center;} #right{ text-align:right;} #left_bold{ text-align:left;font-weight:bold;} #center_bold{ text-align:center;font-weight:bold;} #right_bold{ text-align:right;font-weight:bold;} #small{ font-size:0.8em;} .absatz{ margin-bottom:20px;} .text_normal { font-style: normal; font-weight: normal; } .text_kursiv { font-style: italic; font-weight: normal; } .text_bold,#text_bold{ font-weight: bold; } p{ text-align:justify; padding-bottom:5px; } /* ====================Allg================================= */ hr{ background-color:#79A4C4; height:2px; border-width:0px; } h1,h2,h3,h4{margin-top:2px;margin-bottom:2px;} h1{font-size:1.8em;} h2{font-size:1.6em;} h3{font-size:1.4em;} h4{font-size:1.2em;} a { color:#79A4C4;} a:hover { color:#C33;} /* ====================Tabellen================================= */ table{ margin:auto; background-color:#FFF; text-align:center; } td{ margin:auto; text-align:left; } /* ====================Listen================================= */ ol,ul,li{ text-align:left; padding-bottom:5px; } /* ====================Formular================================= */ input.button{ border:solid 1px #7ca6a6; } input,textarea{ border:solid 1px #7ca6a6; } /* ============================================================== */