div.hcard {
    padding: 2px;
    width: 95%;
    border: 0;
    text-align: left;
    position: relative;
    margin: 2px auto 0;
    overflow: hidden; /* important until a better clearing method is implemented */
}

div.hcard div.txt {
    position: relative;
    padding: 2px 5px;
    width: 75%;
    float: left;
}

.hcard p {
    font: 1em/1.5em Verdana, sans-serif;
    padding: 0 5px;
    margin-bottom: 5px;
}

div.hcard div.pic {
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 12%;
    min-width: 88px;
    height: 70px;
    float: left;
    letter-spacing: -1000em;
}

.pic1 {background: url( Images/kat-icons.png ) no-repeat 0 0;}
.pic2 {background: url( Images/kat-icons.png ) no-repeat 0 -70px;}
.pic3 {background: url( Images/kat-icons.png ) no-repeat 0 -140px;}
.pic4 {background: url( Images/kat-icons.png ) no-repeat 0 -210px;}
.pic5 {background: url( Images/kat-icons.png ) no-repeat 0 -280px;}
.pic6 {background: url( Images/kat-icons.png ) no-repeat 0 -350px;}
.pic7 {background: url( Images/kat-icons.png ) no-repeat 0 -420px;}
.pic8 {background: url( Images/kat-icons.png ) no-repeat 0 -490px;}
.pic9 {background: url( Images/kat-icons.png ) no-repeat 0 -560px;}
.pic10 {background: url( Images/kat-icons.png ) no-repeat 0 -630px;}
.pic11 {background: url( Images/kat-icons.png ) no-repeat 0 -700px;}
.hcard h2 {
    padding: 2px 0 1px 4px;
    margin: 0;
    font: 1.385em Verdana, georgia,serif;
    letter-spacing: 1px;
    /*color: #444;*/
    /*background: #e8f1f8;*/
}

.hcard h3 {
    padding: 0 5px;
    margin: 0;
    font: bold 1em Tahoma, Tahoma, Verdana,"Trebuchet MS",Arial, sans-serif; /* adding a line-height may cause horizontal line screen distortions */
    color: #333;
    background: transparent;
    letter-spacing: 0.01em;
}

.hcard ul{list-style-type: disc; padding: 0 5px;}
.hcard ul li {line-height: 1.5em;}


