Christian: Eingerückter Text in zweite Zeile ist nicht eingerückt

Beitrag lesen

hier der code:

TABLE { border-collapse:collapse;}
TH {
 border-top: 0px none #C6E1B0;
 border-right: 0px none #C6E1B0;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #999999;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: 20px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 text-align: left;
}

A:link {
 color : black;
 text-decoration: none;
 padding-left : 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: 20px;
 font-weight: normal;
 width: 226px;
}

A:visited {
 color : black;
 text-decoration: none;
 padding-left : 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: 20px;
 font-weight: normal;
}

A:hover {
 color: #000000;
 font-weight : normal;
 text-decoration: none;
 background-color : #ffffff;
 padding-left : 12px;
 font-family: Arial, Helvetica, sans-serif;
 width: 226px;
 font-size: 12px;
 font-style: normal;
 line-height: 20px;
}

A:active {
 color: #000000;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: 20px;
 font-weight: normal;
}