﻿/* STEP BY STEP */
div.sbsHolder
{
    margin: 40px 0 40px 0;
    min-height: 20px;
    width: 612px;
}

div.colMiddle p
{
	font-family: Trebuchet MS, Arial, sans-serif;
}


/* STEP */
div.stepHolder
{
    margin-top: 15px;
    min-height: 20px;
    width: 100%;
    width: 612px;
}

div.stepHolder div.stepTop
{
    background: transparent url('/grafik/FamilieJournalen/stepTopBg.png') no-repeat top right;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
	line-height: 27px;
    margin-bottom: 15px;
    text-indent: 7px;
	vertical-align: middle;
    width: 100%;
}

div.stepHolder div.stepTop div.arrowRight
{
    background-image: url('/grafik/FamilieJournalen/plusWhite.png');
    background-repeat: no-repeat;
    float: right;
    margin-right: 8px;
    margin-top: 7px;
    height: 12px;
    width: 16px;
}

div.stepHolder div.stepTop div.arrowDown
{
    background-image: url('/grafik/FamilieJournalen/minusWhite.png');
    background-repeat: no-repeat;
    float: right;
    margin-right: 8px;
    margin-top: 7px;
    height: 12px;
    width: 16px;
}

div.stepContentHolder
{
    width: 612px;
}

div.stepContentHolder div.stepContentLeft
{
    float: left;
    min-height: 20px;
    overflow: hidden;
    width: 142px;
}

div.stepContentHolder div.stepContentRight
{
    border-left: 1px solid #e0e0e0;
    float: right;
    min-height: 20px;
    width: 468px;
}

div.stepContentHolder div.stepContentRight p
{
    margin: 0 0 17px 17px;
}
