/********************************************************************************

     GLOBAL

********************************************************************************/

body
{
    background: #A7A7A7 url(../img/body_3d_bg_small_top.png) repeat-x center top;
    color: #333;
    font: 12px/1.4 Helvetica, Arial, sans-serif;
}

.clear
{
    clear: both;
}




/********************************************************************************

     PAGE

********************************************************************************/

#page
{
    background-color: transparent;
    height: auto !important;
    margin: 0 auto 10px auto;
    text-align: left;
    width: 770px;
}




/********************************************************************************

     FRONTPAGE

********************************************************************************/

#frontpage
{
    background: transparent url(../img/frontpage1_bg.png) no-repeat 0 0px;
    height: auto !important;
    margin: 0 auto;
    padding: 0 50px;
    text-align: left;
    width: 770px;
}

#frontpage #header
{
    background: transparent url(first_test.png) no-repeat 0 0;
    height: 170px;
    width: 770px;
}

#col_hotelgastro,
#col_healthcare,
#col_crafts,
#col_construction,
#col_services
{
    float: left;
    margin-right: 10px;
    width: 146px;
}

#col_hotelgastro img,
#col_healthcare img,
#col_crafts img,
#col_construction img,
#col_services img
{
    border: 1px solid #000;
}

#col_hotelgastro img
{
    border: 1px solid #B1C244;
}
#col_healthcare img
{
    border: 1px solid #AAA9AB;
}
#col_crafts img
{
    border: 1px solid #A84948;
}
#col_construction img
{
    border: 1px solid #EE8B05;
}
#col_services img
{
    border: 1px solid #102B60;
}

#col_hotelgastro li
{
    background-color: #B1C244;
}
#col_healthcare li
{
    background-color: #AAA9AB;
}
#col_crafts li
{
    background-color: #A84948;
}
#col_construction li
{
    background-color: #EE8B05;
}
#col_services li
{
    background-color: #102B60;
}

#col_services
{
    margin-right: 0;
}

#frontpage ul
{
    margin-top: 8px;
}

#frontpage li
{
    margin-bottom: 10px;
}

#frontpage ul a
{
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    text-decoration: none;
}

#frontpage ul a:hover
{
    color: #000;
}




/********************************************************************************

     HEADER

********************************************************************************/

#page #header.alt
{
    background-color: #FFF;
    border-top: 10px solid #E3E3E3;
    height: 90px;
    margin-top: 15px;
    position: relative;
}

#page #header.alt a
{
    display: block;
    margin: 20px 0 0 15px;

}

#page #header
{
    background: transparent url(../img/head_bottom.png) no-repeat left bottom;
    height: 73px;
    margin-top: 5px;
    position: relative;
}

#page #header #logo
{
    display: block;
    margin-left: 14px;
    width: 233px;
}

#metanavigation
{
    position: absolute;
    right: 15px;
    top: 15px;
}

#metanavigation li
{
    display: inline;
    margin-left: 25px;
}

#metanavigation li a
{
    color: #555;
    text-decoration: none;
}

#metanavigation li a:hover
{
    border-bottom: 1px solid #000;
    color: #000;
}

#metanavigation li a.current
{
    color: #000;
    font-weight: bold;
}


/*****     HEADER NAVIGATION     *****/

#navigation
{
    font: 12px Helvetica, Arial, sans-serif;
    float: left;
    left: -40px;
    /*padding: 8px 10px 10px 10px;*/
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: -5px;
    width: 240px;
}

#navigation li
{
}

/*
#navigation li a, #navigation li span
{
    color: #666;
    background: transparent url(../img/arrow_light_grey.png) no-repeat 3px center;
    border-bottom: 1px dotted #DDD;
    display: block;
    line-height: 1;
    padding: 8px 0 8px 25px;
    text-decoration: none;
}
*/

#navigation li a, #navigation li span
{
    color: #FFF;
    background: transparent url(../img/sidebar_accrdn_plus_green.png) no-repeat 0 -1px;
    display: block;
    height: 24px;
    line-height: 26px;
    padding: 7px 5px 7px 40px;
    text-decoration: none;
    text-transform: uppercase;
    width: 240px;
}

#navigation li span
{
    cursor: default;
}

#navigation li a.last,  #navigation li span
{
    border-bottom: none;
}

#navigation li a.current
{
    background: transparent url(../img/sidebar_accrdn.png) no-repeat 0 -1px;
}

#navigation li a:hover
{
    /*background-image: url(../img/arrow_black.png);*/
    color: #222;
}


/*****    SONS OF SUCKERFISH     *****/
    #navigation li { /* all list items */
        position : relative;
    }

    #navigation li ul { /* second-level lists */
        background: #FFF;
        position : absolute;
        /*left: -999em;*/
        display: none;
        margin-left : 170px;
        margin-top : -20px;
        z-index: 100;
    }

    #navigation li ul ul { /* third-and-above-level lists */
        /*left: -999em;*/
        display: none;
    }

    #navigation li a {
        width: 230px;
        display : block;
    }

    #navigation li a:hover {
    }

    /* For now, disable the hovershit for third-level lists */
    #navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
        /*left: -999em; Use display property below, more reliable. */
        /*display: none;*/
    }

    #navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { /* lists nested under hovered list items */
        display: block;
        top: 19px;

    }
/*****     SON OF SUCKERFISH     *****/

#navigation li ul
{
    border-color: #BBB #777 #777 #BBB;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;

    -o-box-shadow: 1px 1px 5px #666;
    -icab-box-shadow: 1px 1px 5px #666;
    -khtml-box-shadow: 1px 1px 5px #666;
    -moz-box-shadow: 1px 1px 5px #666;
    -webkit-box-shadow: 1px 1px 5px #666;
    box-shadow: 1px 1px 5px #666;
}

#navigation li ul li
{
    background: none;
    margin: 0;
    padding: 0;
}
#navigation li ul li a
{
    color: #555;
    background: transparent url(../img/dotted_arrow_grey.png) no-repeat 0 1px;
    border-bottom: none;
    display: block;
    height: auto;
    padding: 5px 5px 5px 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
}

#navigation li ul li a:hover
{
    background-image: url(../img/dotted_arrow_black.png);
    color: #000;
}

/* Reset for third level lists, like sector sub selection */
#navigation li ul ul, #navigation li:hover ul ul
{
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;

    -o-box-shadow: none;
    -icab-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#navigation li ul ul li
{
    background: transparent url(../img/enter_arrow_black.png) no-repeat 0 center;
    margin: 0 15px;
}

#navigation li ul ul li a
{
    color: #999;
    background: transparent url(../img/enter_arrow_grey.png) no-repeat 0 center;
    border-bottom: none;
    display: block;
    font-size: 11px;
    padding: 5px 5px 5px 15px;
    line-height: 1;
    text-decoration: none;
}

#navigation li ul ul li a:hover
{
    background: transparent url(../img/enter_arrow_black.png) no-repeat 0 center;
}


#content-header
{
    background: transparent urL(../img/cont_head_bottom.png) no-repeat left bottom;
    padding-bottom: 25px;
    position: relative;
}

#content-header h1
{
    float: right;
    padding: 0;
    width: 560px;
}

#content-header .clear
{

}


#sector-selection
{

}



/********************************************************************************

     SIDEBAR

********************************************************************************/

#sidebar
{
    background: #FFF;
    float: left;
    width: 200px;

    min-height:203px;
    height:auto !important;
    height:203px;
}

#subnavigation
{
    padding: 10px 0 0 0;
}

#subnavigation li
{
}

#subnavigation li a
{
    color: #666;
    background: transparent url(../img/dotted_arrow_grey.png) no-repeat 13px center;
    border-bottom: 1px solid #EFEFEF;
    display: block;
    padding: 7px 5px 7px 27px;
    text-decoration: none;
}

#subnavigation li a:hover
{
    background-image: url(../img/dotted_arrow_black.png);
    color: #000;
}

#subnavigation li a.current
{
    color: #000;
    font-weight: bold;
}

#sidebar-content
{
    padding: 10px;
}

/*
.accordion-item
{
    margin: 0 -10px 0 -10px;
}*/

.accordion-item
{
    border-bottom: 1px dotted #DDD;
}

.accordion-item a
{
    border-bottom: 1px solid #FFFFFF;
    color: #3B66B8;
    text-decoration: none;
}

.accordion-item a:hover
{
    color: #000;
}

/*
.accordion-item h2
{
    color: #FFF;
    background: transparent url(../img/sidebar_accrdn_minus.png) no-repeat 0 0;
    display: block;
    height: 26px;
    line-height: 28px;
    margin-left: -30px;
    padding: 7px 5px 7px 40px;
    text-decoration: none;
    text-transform: uppercase;
    width: 185px;
}
*/

.accordion-item h2
{
    color: #666;
    background: transparent url(../img/arrow_light_grey.png) no-repeat 3px center;
    display: block;
    font-weight: normal;
    line-height: 1;
    padding: 8px 0 8px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.accordion-item h2:hover
{
    background: transparent url(../img/arrow_blue.png) no-repeat 3px center;
    color: #000;
}


.accordion-item h2.open
{
    background: transparent url(../img/arrow_blue_down.png) no-repeat 5px center;
    color: #007DFC;
}


.accordion-item h2.closed
{
    /*background: transparent url(../img/sidebar_accrdn_plus.png) no-repeat 0 0;*/
}


.accordion-item .accordion-content
{
    /*background: transparent url(../img/sidebar_accrdn_content.png) no-repeat 0 bottom;
    color: #FFF;
    padding: 0 10px 10px 10px;*/
    padding: 0 5px 15px 5px;
}

.news-sidebar-item
{
    /*border-top: 1px dotted #6B91BF;*/
    font-size: 11px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0;
}

/*.news-sidebar-item:first-child*/
/*{*/
/*    border-top: none;*/
/*    margin-top: 0;*/
/*    padding-top: 0;*/
/*}*/

.news-sidebar-item h3
{
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.news-sidebar-item a
{
    border-bottom: 1px solid #FFFFFF;
    color: #3B66B8;
    text-decoration: none;
}

.news-sidebar-item a:hover
{
    color: #000;
}



.rating-sidebar-item
{
    /*border-top: 1px dotted #6B91BF;*/
    font-size: 11px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0;
}

#content .rating-sidebar-item
{
    border: none;
}

/*.rating-sidebar-item:first-child*/
/*{*/
/*    border-top: none;*/
/*    margin-top: 0;*/
/*    padding-top: 0;*/
/*}*/

.rating-sidebar-item h3
{
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.rating-sidebar-item a
{
    /*border-bottom: 1px solid #FFFFFF;*/
    color: #3B66B8;
    text-decoration: none;
}

.rating-sidebar-item a:hover
{
    color: #000;
}



#sidebar-contact
{
    background: #FFF url(../img/sidebar_contact_bottom.png) no-repeat left bottom;
    margin: 20px -10px -10px -10px;
    padding: 0 20px 20px 20px;

    min-height: 250px;
    height: auto !important;
    height: 250px;
}

#sidebar-contact h2
{
    background: #FFF url(../img/sidebar_contact_top.png) no-repeat;
    height: 208px;
    margin: -20px 0 10px -20px;
    text-indent: -999em;
    width: 200px;
}

/********************************************************************************

     CONTENT

********************************************************************************/

#content-wrap
{
    background: transparent url(../img/content_bg.OLD.png) no-repeat left bottom;
    padding-bottom: 25px;
    position: relative;
}

#content
{
    /*background: #FFF url(../img/1x3_white.png) repeat-x;*/
    float: right;
    padding: 18px 20px;
    position: relative;
    width: 520px;

    min-height:203px;
    height:auto !important;
    height:203px;
}

#content a
{
    color: #3B66B8;
}
#content a:hover
{
    color: #000;
}

#content h2
{
    color: #AABF17;
    color: #3B66B8;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 18px;
}
#content h2 .grey
{
    color: #BBB;
}

#content h3
{
    color: #3B66B8;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#content p
{
    color: #555;
    margin-bottom: 8px;
}
#content p strong
{
    color: #000;
}

#content ul
{
    list-style: square;
    margin: 5px 0 15px 15px;
}

#content ol
{
    list-style: decimal;
    margin: 5px 0 15px 25px;
}

.border-content-column
{
    background: transparent url(../img/border_column_top_bg.png) no-repeat;
    padding: 15px 15px;
    position: relative;
}
.border-content-column .bottom
{
    background: transparent url(../img/border_column_bottom_bg.png) no-repeat;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 245px;
}
#content .border-content-column h2
{
    color: #555;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 5px;
}
#content .border-content-column h3
{
    font-size: 12px;
    margin-bottom: 0 !important;
}

#content .border-content-column h3 a
{
    border-bottom: none;
}


/*****     BREADCRUMBS     *****/
ol#breadcrumbs
{
    background: #EEE;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 4px 7px;

    border-radius: 3px;
    -o-border-radius: 3px;
    -icab-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}
ol#breadcrumbs li
{
    background: transparent url(../img/arrow_breadcrumbs.png) right center no-repeat;
    color: #999;
    display: inline;
    font-size: 11px;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
    text-decoration: none;
}
ol#breadcrumbs li.last
{
    background: none;
    margin-right: 0;
    padding-right: 0;
}
ol#breadcrumbs li a
{
    color: #999;
    text-decoration: none;
}


/*****     PEPP     *****/
#pepp-button-professional,
#pepp-button-easy,
#pepp-button-personal,
#pepp-button-profitable
{
    cursor: pointer;
    height: 84px;
    float: left;
    width: 84px;
}

#pepp-button-professional,
#pepp-button-personal,
#pepp-button-profitable
{
    background: transparent url(../img/PEPP_P.png) no-repeat;
}
#pepp-button-easy
{
    background: transparent url(../img/PEPP_E.png) no-repeat;
}
#pepp-button-professional.off:hover,
#pepp-button-easy.off:hover,
#pepp-button-personal.off:hover,
#pepp-button-profitable.off:hover
{
    background-position: 0 0 !important;
}
#pepp-button-professional.off,
#pepp-button-easy.off,
#pepp-button-personal.off,
#pepp-button-profitable.off
{
    background-position: 0 -84px;
}
#pepp-button-professional.on,
#pepp-button-easy.on,
#pepp-button-personal.on,
#pepp-button-profitable.on
{
    background-position: 0 -168px;
}

#pepp-button-container
{
    background: #FFF url(../img/PEPP_button_container_bg.png) no-repeat left bottom;
    height: 89px;
    padding: 0 92px;
}

#pepp-professional,
#pepp-easy,
#pepp-personal,
#pepp-profitable
{
    background-color: #FFF;
    width: 470px;
}

#pepp-container
{
    background: #FFF url(../img/PEPP_container_bg.png) no-repeat left top;
    padding: 15px 25px;
}

#pepp-container .column
{
    width: 470px;
}

#pepp-container h3
{
    color: #999;
}

#pepp-container h3:first-letter
{
    color: #3B66B8;
}


/*****     PACKAGES     *****/
#pkg-button-container
{
    background: #FFF url(../img/PKG_button_container_bg.png) no-repeat right top;
    float: left;
    height: 320px;
    padding: 15px 5px 0 0;
    width: 154px;
}

#pkg-button-mini,
#pkg-button-starter,
#pkg-button-maxi,
#pkg-button-exclusive
{
    cursor: pointer;
    height: 54px;
    width: 154px;
}

#pkg-button-mini
{
    background: transparent url(../img/PKG_mini.png) no-repeat;
}
#pkg-button-starter
{
    background: transparent url(../img/PKG_starter.png) no-repeat;
}
#pkg-button-maxi
{
    background: transparent url(../img/PKG_maxi.png) no-repeat;
}
#pkg-button-exclusive
{
    background: transparent url(../img/PKG_exclusive.png) no-repeat;
}

#pkg-container
{
    background: #FFF url(../img/PKG_container_bg.png) no-repeat left top;
    float:left;
    padding: 25px 15px;
    width: 331px;
}

#pkg-button-mini.off:hover,
#pkg-button-starter.off:hover,
#pkg-button-maxi.off:hover,
#pkg-button-exclusive.off:hover
{
    background-position: 0 0 !important;
}
#pkg-button-mini.off,
#pkg-button-starter.off,
#pkg-button-maxi.off,
#pkg-button-exclusive.off
{
    background-position: 0 -54px;
}
#pkg-button-mini.on,
#pkg-button-starter.on,
#pkg-button-maxi.on,
#pkg-button-exclusive.on
{
    background-position: 0 -108px;
}

/*****     MODULES     *****/
.module-box
{
    background: #FFF url(../img/module_box.png) no-repeat;
    float: left;
    height: 120px;
    margin: 0 5px 5px 0;
    padding: 15px;
    position: relative;
    width: 225px;
}

.module-box.rowend
{
    margin-right: 0;
}

.module-box *
{
    /* font-size: 11px !important; */
}

.module-box h3
{
    margin-bottom: 2px !important;
}

.module-box p
{
    line-height: 1.2;
    margin-bottom: 5px !important;
}

.module-box a
{
    background: #FFF url(../img/module_info_btn.png) no-repeat;
    bottom: 15px;
    display: block;
    height:18px;
    position: absolute;
    right: 15px;
    text-indent: -999em;
    width: 94px;
}

#content h3.advantages
{
    background: #FFF url(../img/advantages_top_bg.png) no-repeat;
    clear: both;
    margin: 0 0 0 -7px;
    padding: 20px 20px 5px 20px;
}

#content ul.advantages
{
    background: #FFF url(../img/advantages_bottom_bg.png) no-repeat left bottom;
    list-style: none;
    margin: 0 0 8px -7px;
    padding: 5px 20px 20px 20px;
}
#content ul.advantages li
{
    background: #FFF url(../img/plus_green.png) no-repeat left 4px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 30px;
}


/*****     DESIGNS     *****/
.design-preview
{
    background: #FFF url(../img/design_bg.png) no-repeat;
    margin-bottom: 20px;
}

.design-preview .csc-textpic-text
{
    padding: 22px 0 0 21px;
}

.design-preview .csc-textpic-image
{
    margin: 0 !important;
}

.designtemplate-box
{
    background: #FFF url(../img/design_bg.png) no-repeat;
    height: 190px;
    margin-bottom: 20px;
    position: relative;
    width: 520px;
}

.designtemplate-box .preview-text
{
    padding: 20px 0 0 20px;
    width: 150px;
}

.designtemplate-box img
{
    position: absolute;
    right: 0;
    top: 0;
}

.preview-links
{
    bottom: 20px;
    left: 20px;
    position: absolute;
}

.preview-img-1, .preview-img-2
{
    background: #FFF url(../img/eye_icon.png) no-repeat;
    color: #3B66B8;
    display: block;
    font-weight: bold;
    height: 15px;
    line-height: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
    text-decoration: none;
}

.preview-link
{
    background: #FFF url(../img/chain_icon.png) no-repeat;
    color: #3B66B8;
    display: block;
    font-weight: bold;
    height: 15px;
    line-height: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
    text-decoration: none;
}


/*****     NEWS     *****/

#content .news-detail h2
{
    margin-bottom: 0;
}

#content .news-detail .timedata
{
    color: #666;
    font-size: 11px;
    margin-bottom: 20px;
}

#content .news-single-img
{
    margin-left: 10px;
}

#content .news-single-links
{
    background: #FFF;
    border: none;
    border-bottom: 2px dotted #E1E1E1;
    border-top: 2px dotted #E1E1E1;
    margin: 0;
    padding: 10px 0;
}

#content .news-single-links dt
{
    margin-left: 0;
}
#content .news-single-links dd
{
    margin-left: 50px;
}


.agb-wrap
{
    height: 500px;
    overflow: auto;
}



/*****     COLUMNS & GRIDS    *****/

.column
{
    margin-bottom: 25px;
    width: 520px;
}

.column_11
{
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 520px;
}

.column_11 .column_1, .column_11 .column_2
{
    float: left;

    min-height:50px;
    height:auto !important;
    height:50px;
}

.column_11 .column_1
{
    padding-right: 15px;
    width: 245px;
}

.column_11 .column_2
{
    padding-left: 15px;
    width: 245px;
}



.grid_2
{
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 520px;
}

.grid_2 .cell_11, .grid_2 .cell_12
{
    float: left;

    min-height:50px;
    height:auto !important;
    height:50px;
}

.grid_2 .cell_11
{
    padding-right: 15px;
    width: 245px;
}

.grid_2 .cell_12
{
    border-left: 1px dotted #CCC;
    padding-left: 15px;
    width: 244px;
}



.grid_1_1
{
    clear: both;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 520px;
}

.grid_1_1 .cell_21
{
    border-top: 1px dotted #CCC;
    margin-top: 10px;
    padding-top: 10px;
}




.grid_2_2
{
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 520px;
}

.grid_2_2 .clear.border
{
    border-top: 1px dotted #CCC;
}

.grid_2_2 .cell_11, .grid_2_2 .cell_12, .grid_2_2 .cell_21, .grid_2_2 .cell_22
{
    float: left;

    min-height:50px;
    height:auto !important;
    height:50px;
}

.grid_2_2 .cell_11, .grid_2_2 .cell_21
{
    padding-right: 15px;
    width: 245px;
}

.grid_2_2 .cell_12, .grid_2_2 .cell_22
{
    border-left: 1px dotted #CCC;
    padding-left: 15px;
    width: 244px;
}

.grid_2_2 .cell_11, .grid_2_2 .cell_12
{
    margin-bottom: 10px;
}

.grid_2_2 .cell_21, .grid_2_2 .cell_22
{
    margin-top: 10px;
}



/********************************************************************************

     FOOTER

********************************************************************************/

#footer
{
    background: transparent url(../img/footer_bottom.png) no-repeat left bottom;
    position: relative;
}

#footer a
{
    color: #3B66B8;
}
#footer a:hover
{
    color: #000;
}


#footer div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image
{
    margin-bottom: 0;
}

#rate-us
{
    background: #FFF;
    font-size: 11px;
    float: left;
    padding: 10px;
    width: 180px;
}

#rate-us .csc-textpic-text
{
    padding-top: 2px;
}

#social-items
{
    background: #FFF;
    float: right;
    padding: 10px;
    width: 540px;
}
#social-items img{vertical-align:top}




/********************************************************************************

     FORMS

********************************************************************************/

.tx_powermail_pi1_form
{
    display: block;
    margin-top: 20px;
}

.tx_powermail_pi1_form fieldset
{
    border-bottom: 2px dotted #E1E1E1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.tx_powermail_pi1_form legend
{
    display: none;
}

.tx_powermail_pi1_form .message-submit
{
    border: none;
}


.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html,
.inxform .textfield, .inxform .label
{
    clear: both;
    margin-bottom: 10px;
    position: relative;

    /*overflow: hidden;
    width: 100%;*/
}

.tx_powermail_pi1_form label,
.inxmail label
{
    display: block;
    font-size: 11px;
    /*float: left;*/
    line-height: 20px;
    width: 300px;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_radio label,
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_check label,
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_select label
{
    display: inline;
    width: auto;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_select label,
.inxform .label label
{
    font-size: 12px;
    padding-right: 10px;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_select
{
    /*padding-top: 10px;*/
}

.tx_powermail_pi1_form .powermail_text, .tx_powermail_pi1_form .powermail_textarea,
.inxform .textfield input.text
{
    background: transparent url(../img/input_bg.png) no-repeat left top;
    border: 1px solid;
    border-color: #666 #999 #999 #666;
    display: block;
    font: 14px/1.4 Helvetica, Arial, sans-serif;
    /*float: right;*/
    padding: 4px;
    width: 510px;
}

.tx_powermail_pi1_form .controls
{
    border: none !important;
}

.tx_powermail_pi1_form .powermail_text:focus, .tx_powermail_pi1_form .powermail_textarea:focus,
.inxform .textfield input.text:focus
{
    background: #E3ECFC;
}

.tx_powermail_pi1_form .powermail_textarea
{
    height: 150px;
}


.tx_powermail_pi1_form .powermail_submit
{
    display:block;
    float: right;
}

.tx_powermail_pi1_form .validation-advice
{
    color: #D60000;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_radio .validation-advice
{
    color: #D60000;
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: 0;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_checkbox_title
{
    display: none;
}

.tx_powermail_pi1_form .dont-hide-label .tx_powermail_pi1_fieldwrap_html_checkbox_title
{
    display: block;
}

.tx_powermail_pi1_form .dont-hide-label p
{
    margin-top: 20px;
}



.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.email
{
    clear: none;
    float: left;
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.email label
{
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.email .powermail_text
{
    width: 240px;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.phone
{
    clear: none;
    float: right;
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.phone label
{
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.phone .powermail_text
{
    width: 240px;
}



.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.firstname,
.inxform #textfield_3
{
    clear: none;
    float: left;
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.firstname label
{
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.firstname .powermail_text,
.inxform #textfield_3 input.text,
.inxform #textfield_4 input.text
{
    width: 240px;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.lastname,
.inxform #textfield_4
{
    clear: none;
    float: right;
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.lastname label
{
    width: 250px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.lastname .powermail_text
{
    width: 240px;
}




.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.zip
{
    clear: none;
    float: left;
    width: 100px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.zip label
{
    width: 100px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.zip .powermail_text
{
    width: 90px;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.city
{
    clear: none;
    float: right;
    width: 400px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.city label
{
    width: 400px;
}
.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html.city .powermail_text
{
    width: 390px;
}






#rating-form label
{
    width: 200px;
}

#rating-form .tx_powermail_pi1_fieldwrap_html
{
    margin-bottom: 5px;
}

#rating-form .powermail_text, #rating-form .powermail_textarea
{
    background: transparent url(../img/input_bg.png) no-repeat left top;
    border: 1px solid;
    border-color: #666 #999 #999 #666;
    display: block;
    font: 12px/1.4 Helvetica, Arial, sans-serif;
    /*float: right;*/
    padding: 4px;
    width: 235px;
}

#rating-form fieldset
{
    border-bottom: 1px dotted #E1E1E1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#rating-form fieldset.message-submit
{
    border: none;
}



#rating-form .tx_powermail_pi1_fieldwrap_html.firstname
{
    clear: none;
    float: left;
    width: 120px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.firstname label
{
    width: 100px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.firstname .powermail_text
{
    width: 110px;
}

#rating-form .tx_powermail_pi1_fieldwrap_html.lastname
{
    clear: none;
    float: right;
    width: 120px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.lastname label
{
    width: 100px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.lastname .powermail_text
{
    width: 110px;
}



#rating-form .tx_powermail_pi1_fieldwrap_html.email
{
    clear: none;
    float: left;
    width: 120px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.email label
{
    width: 100px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.email .powermail_text
{
    width: 110px;
}

#rating-form .tx_powermail_pi1_fieldwrap_html.phone
{
    clear: none;
    float: right;
    width: 120px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.phone label
{
    width: 100px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.phone .powermail_text
{
    width: 110px;
}



#rating-form .tx_powermail_pi1_fieldwrap_html.zip
{
    clear: none;
    float: left;
    width: 60px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.zip label
{
    width: 50px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.zip .powermail_text
{
    width: 50px;
}

#rating-form .tx_powermail_pi1_fieldwrap_html.city
{
    clear: none;
    float: right;
    width: 180px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.city label
{
    width: 100px;
}
#rating-form .tx_powermail_pi1_fieldwrap_html.city .powermail_text
{
    width: 170px;
}

#rating-form .validation-advice
{
    color: #D60000;
    font-size: 11px;
}

#rating-form .tx_powermail_pi1_fieldwrap_html_radio .validation-advice
{
    color: #D60000;
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: 0;
}



#content-header .tx-gras3slider-pi1
{
    background: #FFF url(../img/slider_bg.png) no-repeat !important;
}

#content #s3slider, #content #s3sliderContent,
#content-header #s3slider, #content-header #s3sliderContent
{
    height: 230px;
    overflow: hidden;
    width: 560px;
}

#content .s3sliderImage span,
#content-header .s3sliderImage span
{
    width: 534px;
}

#content .tx-gras3slider-pi1
{
    display: none;
}

/** html #sidebar { display: none; }*/
/** html #content-wrap { background-image: url(http://www.google.de/images/nav_logo6.png); background-position: 0 0; background-repeat: repeat; }*/
/** html #footer { display: none; }*/
/**/
/** html #content { z-index: 12000; }*/
/**/
/**/
/** html #navigation { position: absolute; }*/

/** html #navigation { position: absolute; z-index: 10000; }*/
/**/
/** html #content-wrap { background: transparent url(../img/content_bg.ie6.png) no-repeat left bottom; }*/
/**/
/** html #sidebar { width:185px; margin-left: -10px; }*/
/**/
/** html #content { float: right; }*/

* html #navigation li
{
    z-index: 10000;
}
* html #sidebar-content * {  }
* html #sidebar-content { padding: 10px 0; }
* html #sidebar { position: relative; }
* html #sidebar-contact { display: block !important; position: relative; zoom: 1; top: 0; left: 0; margin: 0; padding: 0; }
* html #sidebar-contact h2 { display: block !important; margin: 0; }

* html .accordion-item
{
    position: relative;
    margin: 0;
}

* html .accordion-item h2
{
    background-position: -30px 0 !important;
    margin: 0;
    position: relative;
    width: 190px;
    padding: 7px 5px;

}


#loginform.inxform .login
{
    margin-right: 10px;
}
