div.client_button_area
{
        margin: 15px 0px 0px 0px;
        background-color: transparent;
        float: right;
}

input.client_button
{
        width: 180px;
        height: 21px;
        margin-bottom: 0px;
        padding-top: 4px;
        background-image: url(../pics/main/button_bg.jpg);
        background-repeat: repeat-x;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
}

div.client_button_space
{
        background-color: transparent;
        height: 9px;
}

div.body_main p.top1
{
        width: 900px;
        height: 55px;
        padding: 10px 10px 0px 30px;
        background-image: url(../pics/main/left_head.jpg);
        background-repeat: repeat;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 22px;
}

div.body_main span.top1
{
        background-color: transparent;
        color: #fff;
        font-size: 16px;
}

div.shortlist_box_top
{
        width: 114px;
        height: 360px;
        margin-top: 15px;
        padding: 16px 0px 16px 0px;
        background-color: #333851;
        color: #fff;
        text-align: center;
        float: left;
}

div.shortlist_box_top1
{
        width: 314px;
        height: 360px;
        margin-top: 15px;
        padding: 16px 0px 16px 0px;
        background-color: #333851;
        color: #fff;
        text-align: center;
        float: left;
}

div.shortlist_box_top p.digit
{
        font-size: 35px;
        line-height: 35px;
        padding: 0px;
        margin: 0px 0px 3px 0px;
        color: #fff;
}

div.shortlist_box_top p.content
{
        font-size: 12px;
        padding: 0px;
        line-height: 12px;
        font-weight: bold;
        margin: 0px;
        color: #fff;
}

div.shortlist_box_bottom
{
        width: 82px;
        margin-top: 0px;
        padding: 0px 16px 16px 16px;
        background-color: #333851;
        color: #fff;
        text-align: center;
        float: left;
}

div.shortlist_box_bottom a
{
        width: 82px;
        height: 21px;
        margin-bottom: 0px;
        padding-top: 4px;
        background-image: url(../pics/main/button_bg.jpg);
        background-repeat: repeat-x;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        display: block;
}

div.shortlist_box_space
{
        width: 4px;
        background: transparent;
        float: left;
}

table.budget
{
        width: 586px;
        border: 0px;
        margin: 15px 0px 1px 0px;
        background-color: transparent;
        border-spacing: 0px;

}

table.budget td.head
{
        background-color: #333851;
        color: #fff;
        text-align: center;
        vertical-align: bottom;
        font-size: 12px;
        padding: 4px;
}

table.budget td.headrow
{
        background-color: #333851;
        color: #fff;
        text-align: center;
        vertical-align: bottom;
        font-size: 12px;
        padding: 4px;
        text-align: right;
}

table.budget td.content
{
        background-color: #181d31;
        color: #fff;
        text-align: center;
        font-size: 12px;
        padding: 4px;
}

div.offers_short_box
{
        width: 360px;
        padding: 1px 16px 1px 16px;
        margin: 16px 0px 16px 0px;
        background-color: #333851;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        float: left;
}

iframe.offers_short_box_content
{
        width: 484px;
        padding: 1px 16px 1px 16px;
        margin: 16px 0px 16px 0px;
        background-color: #333851;
        color: #fff;
        float: left;
        border: 0px;
}




form
{
        color: #fff;
        margin: 16px 0px 0px 16px;
        background-color: transparent;
}

option, select, input, textarea
{

        margin: 0px 0px 7px 7px;
        padding: 3px 7px 3px 7px;
        background-color: #333851;
        font-size: 12px;
        color: #c4c6da;
        font-style: italic;
        border: 0px;
        /*float: left;*/

}

option.long, input.long, select.long
{
        width: 300px;
}

option.middle, select.middle, input.middle
{
        width: 130px;
}

option.short, select.short, input.short
{
        width: 60px;
}

option.help
{
        padding: 0px 7px 0px 7px;
        width: 150px;
}

div.cathegory
{
        width: 550px;
        margin: 16px 0px 7px 0px;
        color: #fff;
        font-size: 12px;
        float: left;
        background-color: transparent;
        font-style: italic;
        font-weight: bold;
}

div.long
{
        width: 150px;
        padding-top: 3px;
        background-color: transparent;
        color: #fff;
        display: inline;
        float: left;
}

div.short
{
        width: 45px;
        padding-top: 3px;
        background-color: transparent;
        color: #fff;
        display: inline;
        float: left;
}

div.form_space
{
        background-color: transparent;
        width: 16px;
        display: inline;
        float: left;
}

span:hover
{
        color: #62EA76;
}


/*Kalenderstyles*/

.calender {
    width:280px;
    border:1px solid black;
}
* html .calender,
* + html .calender {
    width:282px;
}
.calender div.after,
.calender div.before{
    color:#008080;
}



.day {
    float:left;
    width:38px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid black;

}

.day.headline {
    background:silver;
}
.day.current {
    font-weight:bold;
}
.pagination {
    text-align: center;
    height:15px;
    line-height:15px;
    font-weight: bold;
}
.pagination a {
    width:25px;
    height:25px;
    color: silver;
    font-weight:bold;
    text-decoration: none;

}

/*Planerstyles*/

.planer1 {
    width:800px;
    border:1px solid black;
}
* html .planer1,
* + html .planer1 {
    width:282px;
}
.planer div.after,
.planer div.before{
    color:#008080;
    text-align: left;
    vertical-align: top;
}



.dayplaner1 {
    float:left;
    width:38px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid black;

}

.dayplaner.headline {
    background:silver;
    margin-bottom: 10px;
    color: black;
}
.dayplaner.current {
    font-weight:bold;
    color: red;
}

.dayplaner.normal {
    font-weight:bold;
    /*border: 2px dotted silver;
    border-radius: 8px;*/
}

.paginationplaner {
    text-align: center;
    height:15px;
    line-height:15px;
    font-weight: bold;
}
.paginationplaner a {
    width:25px;
    height:25px;
    color: silver;
    font-weight:bold;
    text-decoration: none;

}

td.digit {
    text-align: left;
    vertical-align: top;
}

td.head {
    text-align: center;
    vertical-align: top;
    margin-bottom: 10px;
    background-color: silver;
    color: blacK;
    
}

.client {
    color: salmon;    
    line-height: 1.4em;
}