/* alle ausser Internet Explorer */
.infotext
{
    padding: 20px;
    font-size: 10px;
    font-family: Verdana, Arial,Helvetica,Univers,Zurich BT;
    text-align: left;
    text-decoration: none;
    border-color:#999999; border-width:1px; border-style:solid;
    position: relative;
    overflow: auto;
    margin-bottom:20px;
}
/* Internet Explorer */
#ie .infotext
{
    padding: 20px;
    font-size: 10px;
    font-family: Verdana, Arial,Helvetica,Univers,Zurich BT;
    text-align: left;
    text-decoration: none;
    border-color:#999999; border-width:1px; border-style:solid;
    position: relative;
    overflow: auto;
    margin-bottom:20px;
}
.infotext h1
{
    color: #999999;
    font-size : 12px;
    font-weight : bold;
    font-family: Verdana, Arial,Helvetica,Univers,Zurich BT;
}
.infotext p
{
    font-family: Verdana, Arial,Helvetica,Univers,Zurich BT;
    text-decoration: none;
    color: #666666;
    font-size: 10px;
}

