#extsearch
{
    float: left;
    width: 400px;
    overflow: hidden;
}

#extsearch ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#extsearch ul li
{
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 20px;
    background: url(../graphics/ext_bullet_inactive.gif) 0 0 no-repeat;
}

#extsearch ul li.active
{
    background: url(../graphics/ext_bullet_active.gif) 0 0 no-repeat;
}

#leftcolumn
{
    float: left;
    width: 400px;
    overflow: hidden;
}

#leftcolumn ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#leftcolumn ul li
{
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 35px;
    background: url(../graphics/campaign_bullet_inactive.gif) 0 0 no-repeat;
}

#leftcolumn ul li.active
{
    background: url(../graphics/campaign_bullet_active.gif) 0 0 no-repeat;
}

#leftcolumn a
{
    text-decoration: none;
}

#leftcolumn a:hover
{
    text-decoration: underline;
}

#rightcolumn
{
    float: left;
    width: 540px;
    margin-left: 20px;
    overflow: hidden;
}

.dittpris
{
    color: #DC1F00;
    font-weight: bold;
}