﻿/* STEP BY STEP */
div.sbsHolder
{
    margin: 40px 0 40px 0;
    min-height: 20px;
    width: 612px;
}

div.colMiddle p
{
    margin: 0 0 17px 0;
}


/* STEP */
div.stepHolder
{
    margin-top: 1px;
    min-height: 20px;
    width: 100%;
    width: 612px;
}

div.stepHolder div.stepTop
{
    background-color: #f3f3f3;
    border-top: 1px solid #d6d6d6;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    padding-top: 5px;
    margin-bottom: 12px;
    text-indent: 7px;
    width: 100%;
}

div.stepHolder div.stepTop div.arrowRight
{
    background-image: url('/grafik/common/btnOpen.gif');
    background-repeat: no-repeat;
    float: right;
    margin-right: 6px;
    margin-top: 1px;
    height: 16px;
    width: 17px;
}

div.stepHolder div.stepTop div.arrowDown
{
    background-image: url('/grafik/common/btnClose.gif');
    background-repeat: no-repeat;
    float: right;
    margin-right: 6px;
    margin-top: 1px;
    height: 16px;
    width: 17px;
}

div.stepContentHolder
{
    margin-top: 15px;
    width: 612px;
}

div.stepContentHolder div.stepContentLeft
{
    float: left;
    min-height: 20px;
    overflow: hidden;
    width: 182px;
}

div.stepContentHolder div.stepContentRight
{
    float: right;
    min-height: 20px;
    width: 428px;
}

div.stepContentHolder div.stepContentRight p
{
    margin: 0 0 17px 17px;
}