
.bg
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
}
.padding
{
    padding: 15px;
}
.infotext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.infotext_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.subnavi
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.subnavi_deaktiv
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bebebe;
    text-decoration: none;
}

a:hover.subnavi
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #858585;
    text-decoration: none;
}
.topic
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.subtopics
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.topicpoints
{
    background-image: url(../images/point_topic.gif);
    background-repeat: repeat-x;
    background-position: 10px;
}

.startbild
{
    filter: alpha(opacity=50);
    cursor:hand;
    cursor:pointer;
}

