new.first_image {
    border: 1px solid #777777;
    background: #ccddcc;
}

li {
    list-style: none;
}

#flash {
    text-align: justify;
    width: 30em;
    margin: 1em;
    background-color: #d3ecdd;
    padding: 5px 10px;
}

#flash-error {
    text-align: justify;
    width: 30em;
    margin: 1em;
    color: #6c5d5d;
    background-color: #d3ecdd;
}
.error, .errorExplanation {
    color: #ff0000;
}
/*
    Für Formulare mit Autocomplete benötigt:
*/

.ac_results {
    background: #fff;
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    background: #fff;
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_even {
    background-color: #eeeee7;
}

.ac_odd {
    background-color: #fefce0;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}


div.button_list ul {
    display: block;
}
div.button_list ul li a{
    padding: 0.2em;
    text-decoration: none;
}
div.button_list ul li a:hover{
    text-decoration: underline;
}


a.userlist {
    margin-top: 1em;
    display: inline-block;
    width: 15em;
    background: #effcef;
}

#content div.box {
    border: solid 1px #777;
    padding: 1em;
}

/*
    Formulare
*/


#content h3, #content h3 a {
    font-weight: 500;
}

#content h3 a:hover {
    color: #000;
}

#content input.prefix_number {
    width: 8.6em;
}

input#minus[type="button"],input#plus[type="button"]{
    width: 2em;
}

span.show_details, div.details {
    margin-top: 10em;
    cursor: pointer;
}

.show_details:hover, .hide_details:hover {
    background: #effcef;
    cursor: pointer;
}

#content tr.odd, #content li.odd{
    background: #e4ecff;
}

#content tr.even, #content li.even{
    background: #fcefef;
}

#content td#advertisments_overview{
    padding: 0.5em;
    margin: 0;
    width:65%;
}

#content td#facts{
    padding: 0.5em;
    margin: 0;
    width:90%;
}

#content #my_advertisments_overview {
    padding-bottom: 5px;
    display: block;
}
#content #my_buttons {
}

#content input.data_type {
    width: 8em;
}

#content #facts {
    border:1px solid #888;
    margin: 1em;
    padding: 1em;
    float:right;
    text-align:left;
}

#content div.text {
    margin: 0 2em 2em 2em;
}

#content div.text h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.2em;
}

#content div.text ul {
    margin: 0 0 1em 0em;
}

#content div.text ul li.withSpace {
    margin: 0 0 1em 0em;
}

#content div.text ol li {
    list-style-type: circle; 
}

#content div.text h3 {
    font-weight: bold;
    margin: 2em 0 1em 0;
}

#content div.text p {
    margin: 0 0 1.5em 0;
}

#content div#agb.text ol li {
    list-style-type: lower-alpha;
    margin: 0 0 1em 0em;
}

#content div#agb.text ol li p {
    margin: 1em 0 0em 0em;
}

#content div.text div.widerrufsrecht {
    color: #990000;
}

#content em.remark{
    color: #990000;
    font-weight: 600
}
#content span.adv_option_check {
    display: inline-block;
}
#content span.adv_option_check input {
    display: inline-block;
    width: 1em;
}

#content span.adv_option_check label {
    display: inline-block;
}
#admin #content form div h3 {
    margin: 0.5em 0 1em 0;
}

html, body {
    font-family: arial, sans-serif;
    font-size: 13px;
    height: 100%;
}

html, a {
    color: #808080;
}

body{
    background-color: #d6e3bb;
    background-image: url(../images/content_bg.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

p,div,span,img,html,body,ul,li,td,tr,table,h1,h2,h3,h4,h5,h6,form,.clear{
    padding: 0;
    margin: 0;
    cursor: default;
}
/*div,p,span,a{
    color: #808080;
    font-size: 12px;
    font-weight: 300;
}*/
a{
    text-decoration: none;
}
a *{
    cursor: pointer;
}
ul li{
    list-style: none;
}
code{
    display: none;
}
img{
    border: none;
}
input[type="submit"],input[type="image"],input[type="button"]{
    cursor: pointer;
}
/**/
.clear{
    float: none;
    clear: both;
}
#body{
    position: relative;
    min-height: 100%;
}

/*    width: 1266px;
    padding-right: 14px;
    background: transparent url('../images/page_glow.png') repeat-y 1266px 0;
*/

#header{
    height: 91px;
    position: relative;
    background-color: #fff;
    z-index: 200;
}

#header div.wrap {
    width: 920px;
    position: relative;
}

#header h2{
    position: absolute;
    top: 16px;
    left: 25px;
    z-index: 201;
}
#header h2 a{
    position: relative;
    z-index: 202;
}
#header h2 a img {
    margin-left: 1px;
    z-index: 203;
}

#header h2 div{
    position: absolute;
    top: -15px;
    left: -15px;
    background: transparent url('../images/logo-glow.png') no-repeat center;
    width: 388px;
    height: 110px;
    z-index: 50;
}
#header #ebuero{
    font-size: 1.16em;
    position: absolute;
    top: 36px;
    right: 16px;
}
#header #ebuero div{
    float: left;
    background: #5F5F5F;
    font-weight: bold;
    color: #FFF;
    padding: 0 3px;
}

#header #news, #teaserPreview {
    border: 1px solid #999;
    float: left;
    background: #ffffff;
    font-weight: bold;
    color: #FFF;
    padding: 0 3px;
    width: 340px;
    height: 50px;
    overflow: hidden;
}

#header #news {
    position: absolute;
    top: 36px;
    right: 180px;
}

#teaserPreview{
    margin: 1em;
    display: block;
}

#header #news ul, #teaserPreview ul {
    position: relative;
    width: 690px;
}

#header #news ul li, #teaserPreview ul li {
    display: inline-block;
    width: 320px;
    height: 100%;
    float: left;
    font-size: 0.9em;
    left: 0px;
    padding: 5px 10px;
}
#header #news ul span, #teaserPreview ul span{
    color: #5E772D;
}

#menu{
    height: 35px;
    padding-left: 12px;
    background: #6E853D url('../images/vertical_gradient_sprite.png') repeat-x top;
    z-index: 195;
}
#menu ul{
    float: left;
    z-index: 196;
}
#menu ul li{
    border-left: 1px solid #FFF;
    text-align: center;
    height: 35px;
    float: left;
    position: relative;
    z-index: 197;
}

#menu ul li.active{
    background: transparent url('../images/vertical_gradient_sprite.png') repeat-x 0 -35px;
}
#menu ul li.clear{
    float: none;
    height: 0;
    padding: 0;
}
#menu ul li a, #menu ul li{
    color: #FFF;
    line-height: 25px;
    font-weight: 900;
}
#menu ul li a{
    position: relative;
    z-index: 300;
    display: block;
    padding: 10px 15px 0px 15px;
}

#menu li ul.mobility_menu {
    position: absolute;
    top: 35px;
    border-left: 0 none;
    display: none;
    float: none;
    z-index: 200;
    width: 100%;
    background-color: #779743;
}

#menu li:hover ul.mobility_menu {
    display: block;
}


#menu li:hover ul.mobility_menu li a:hover {
    background-color: #666666;
}

#menu ul.mobility_menu li {
    display: block;
    text-align: center;
    border: none;
    height: 100%;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
}

#menu li ul.mobility_menu li a{
    padding: 5px;
    margin: 0;
    height: 100%;
}

#header form{
    height: 21px;
    padding: 0px 5px;
    right: 16px;
    top: 11px;
    position: absolute;
    color: white;
    background-color: #5F5F5F;

}
#header form input, #header form a{
    float: left;
}
#header form input.submit{
    width: 15px;
    height: 19px;
    background: transparent url('../images/search_scope.gif') no-repeat bottom;
    border: 0 none;
    padding: 0;
    margin: 0 4px 0 0;
}
#header form input.text, .input_tipp{
    width: 130px;
    height: 17px;
    line-height: 17px;
    background: #FFF;
    border: 1px solid #5f5f5f;
    color: #B8B8B8;
    padding: 2px 2px 0;
    font-size: 11px;
}

#header form a{
    line-height: 19px;
    color: white;
    padding-left: 5px;
    font-weight: bold;
}

#submenu{
    background-color: #e8f0d9;
    position: relative;
}
#submenu .wrap {width: 920px;
                background: #eaf1dd;}
#submenu #login_form {
    display: none;
}
#submenu div div{
    line-height: 25px;
    padding-left: 13px;
    float: left;
}
#submenu div.clear{
    padding: 0;
    float: none;
}
#submenu div a:hover{
    text-decoration: underline;
}
#submenu ul{
    float: right;
    font-size: 0.916em;
    margin-right: 10px
}
#submenu ul li{
    line-height: 25px;
    padding: 0 3px;
    float: left;
}
#submenu ul li a{
}

#submenu div.box {
    border-top: 2px solid white;
    padding: 1em;
    float: none;
}

#submenu div.box h4 small {
    font-weight: normal;
}

#submenu div.box form {
    float: left;
    margin-bottom: 1em;
}

#submenu div.box fieldset {
    border: none;
    background-color: white;
    padding: 1em;
    float: left;
}

#submenu div.box a {
    float: right;
}

#submenu div.box label {
    float: left;
    width: 150px;
    clear: left;
    font-size: 0.9em;
    margin-bottom: 5px;
    line-height: 1em;
}
#submenu div.box fieldset input {
    float: left;
    border: 1px solid #cccccc;
    background-color: #E8F0D9;
    width: 500px;
    margin-bottom: 5px
}

#submenu div.box fieldset textarea {
    clear: both;
    float: left;
    width: 650px;
    border: 1px solid #cccccc;
    background-color: #E8F0D9;
    height: 4em;
}

#menu div.administration{
    position: absolute;
    right:30px;
    top:132px;
    z-index:100;
}

#main{
    background: url('../images/vertical_gradient.jpg') repeat-x top left;
    position: relative;
}
#main .home {
    font-size: 0.9em;
}
#main .wrap{
    width: 914px;
    padding-right: 28px;
    background: transparent url('../images/content_glow.jpg') right top no-repeat;
    position: relative;
    float: left;
}
#main .wrap #content{
    min-height: 500px;
    background-color: #FFF;
    padding: 12px 6px 60px 12px;
    position: relative;
}

#footer{
    position: absolute;
    width: 904px;
    bottom: 0;
    left: 0;
    height: 45px;
    background: #dadada;
    padding: 0 10px 0 7px;
}

#footer, #footer a {
    color: #797979;
}

#footer ul{
    float: left;
    padding-left: 0;
}
#footer ul li{
    float: left;
    line-height: 25px;
    padding: 0 3px;
}
#footer ul li a:hover{
    text-decoration: underline;
}
#footer ul li.clear{
    float: none;
}
#footer div.info{
    float: right;
    line-height: 25px;
}
#footer div.bookmarks{
    float: left;
    line-height: 20px;
    clear: both;
    padding-left: 3px;
}
#footer div.copy{
    float: right;
    line-height: 20px;
}

#content .home .postomat {
    margin-bottom: 20px;
}
#content .home .products {
    float: left;
    height: 544px;
    overflow: hidden;
}

#widesky.postomat {float: left; margin-top: 20px}

#content .home .products .caption{
    font-size: 1.15em;
    font-weight: 900;
    height: 22px;
    text-align: center;
    line-height: 25px;
}
#content .home .products ul li {
    padding: 3px;
    border: 1px solid #BCBCBC;
    margin-bottom: 14px;
    width: 150px;
    height: 152px;
    overflow: hidden;
}
#content .home .products ul li img{
    width: 150px;
    height: 120px;
    display: block;
}
#content .home .products ul li p{
    font-size: 0.8em;
    padding-top: 6px;
    font-weight: 900;
}
#content .home .products ul li div{
    font-size: 0.8em;
}
#content .home .middle{
    float: left;
    width: 553px;
    padding-left: 12px;
    padding-right: 12px;
}
#content .home .middle h3{
    height: 20px;
    font-size: 1.55em;
    text-align: center;
    padding-bottom: 2px
}
#content .home .middle h3 em{
    font-style: normal;
    color: #97BA56;
}
#content .home .middle .pic{
    background: transparent url('../images/big_main.png') no-repeat center;
    width: 553px;
    height: 474px;
}

#content .home .middle .pic #teasertext{
    font-size: 1.25em;
    top: 380px;
    position:relative;
    text-align: center;
}

#content .home .middle .pic #teasertext h3{
    height: 1.2em;
}
#content .home .middle .pic #teasertext em{
    color: #6f893f;
    font-size: 1.2em;
}


#content .home .middle .pic #teasertext em{
    font-size: 1.2em;
}

#content .home .middle .pic #teasertext h4 em{
    font-size: 1.4em;
    color: #6f893f;
    font-style: normal;
}
#content .home .middle .pic img{
}


#content .home .middle a{
    width: 276px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    background: transparent url('../images/vertical_gradient_sprite.png') repeat-x 0 -70px;
    margin-top: 1px;
}
#content .home .middle a span{
    line-height: 32px;
    background: transparent url('../images/double_arrow.gif') no-repeat center left;
    font-size: 22px;
    color: #FFF;
    padding-left: 32px;
    font-weight: 900;
    cursor: pointer;
}
#content .home .middle a.search{
    float: left;
}
#content .home .middle a.insert{
    float: right;
}

#content input[type="submit"][disabled=""],#content input[type="button"][disabled=""]{
    color: #dcc;
}

#menu ul#menu_more {
    border-left: 0 none;
    float: none;
    left: 0px;
    position: absolute;
    top: 35px;
    z-index: 200;
    width: 15em;
}
#menu li:hover ul#menu_more {
    display: block;
}

#menu li {z-index: 199}
#menu li.jsEnabled:hover ul#menu_more {
    background-color: #779743;
    margin: 0;
    float: left;
    clear: left;
}
#menu ul#menu_more li {
    display: block;
    text-align: center;
    border: none;
    height: 100%;
    width: 100%;
    border-top: 1px solid #fff;
}

#menu #menu_more li a {
    height: 100%;
    display: block;
}
#menu #menu_more li a:hover{
    background-color: #666666;
}

.right_align{
    text-align: right;
}
.float_left{
    float: left;
}

ul.admin_sidemenu{

}
ul.admin_sidemenu li{
    font-weight: 900;
    margin-bottom: 0.4em;
}
ul.admin_sidemenu li a{
    font-weight: 300;
    text-decoration: underline;
    font-style: normal;
}
ul.admin_sidemenu li a:hover{
    text-decoration: none;
}
ul.admin_sidemenu ul{
    padding: 2px 0 15px 10px;
}
ul.admin_sidemenu ul li{
    height: 18px;
    font-style: italic;
    text-decoration: none;
    font-weight: 300;
}

span.admin_userlist_table, span.admin_company_type_table{
}

span.admin_advertisment_type_table div, span.admin_company_type_table div, #news_table{
    border: 1px solid #ddd;
}
span.admin_advertisment_type_table a{
    padding: 10px;
}

span.admin_advertisment_type_table a:hover{
    color: #aaa;
}

#news_table thead td{
    padding-left:5px;
    background: transparent url('../images/admin_list_fade.gif') repeat-x top left;
    color: #FFF;
    line-height: 28px;
}

#news_table tbody td{
    padding:3px 5px;
    border: 1px solid #999;
}
span.admin_tickerlist_table span,
span.admin_userlist_table .pic, span.admin_userlist_table .name, span.admin_userlist_table .func,
span.admin_company_type_table .name, span.admin_company_type_table .attributes, span.admin_company_type_table .func,
span.admin_advertisment_type_table .title, span.admin_advertisment_type_table .user, span.admin_advertisment_type_table .date, span.admin_advertisment_type_table .double_date {
    height: 28px;
    display: block;
    float: left;
    border-right: 1px solid #FFF;
    background: transparent url('../images/admin_list_fade.gif') repeat-x top left;
    color: #FFF;
    line-height: 28px;
}
span.admin_tickerlist_table span{ width: 7em; padding-left:4px; }
span.admin_tickerlist_table .name{ width: 8em; }
span.admin_tickerlist_table .width{ width: 4.4em; }
span.admin_tickerlist_table .mobility{ width: 5em; }
span.admin_tickerlist_table .advertisment{width: 7.6em;}
span.admin_tickerlist_table .payd{ width: 4.6em; }
span.admin_tickerlist_table .func{ width: 8em; }
span.admin_tickerlist_table div span{ width: 6.6em; }
span.admin_tickerlist_table div .name{ width: 7.2em; }
span.admin_tickerlist_table div .width{ width: 3.6em; }
span.admin_tickerlist_table div .mobility{ width: 4.6em; }
span.admin_tickerlist_table div .advertisment{width: 7.2em;}
span.admin_tickerlist_table div .payd{ width: 4em; }
span.admin_tickerlist_table div .func{ width: 7.8em; }

span.admin_userlist_table .pic{
    width: 73px;
    padding-left: 12px;
}

span.admin_company_type_table .name {
    width: 173px;
    padding-left: 12px;
}

span.admin_advertisment_type_table .title{
    width: 131px;
    padding-left: 12px;
}
span.admin_advertisment_type_table .date {
    width: 88px;
    padding-left: 12px;
}
span.admin_advertisment_type_table .double_date {
    width: 188px;
    padding-left: 12px;
}
span.admin_advertisment_type_table .user{
    width: 160px;
    padding-left: 12px;
}
span.admin_userlist_table .name{
    width: 280px;
    padding-left: 12px;
}
span.admin_company_type_table .attributes{
    width: 180px;
    padding-left: 12px;
}

span.admin_userlist_table .func, span.admin_company_type_table .func{
    width: 127px;
    padding-left: 12px;
}
span.admin_tickerlist_table div span,
span.admin_userlist_table div .pic, span.admin_userlist_table div .name, span.admin_userlist_table div .func,
span.admin_company_type_table div .name, span.admin_company_type_table div .attributes, span.admin_company_type_table div .func,
span.admin_advertisment_type_table div .title, span.admin_advertisment_type_table div .user, span.admin_advertisment_type_table div .date, span.admin_advertisment_type_table div .double_date{
    height: auto;
    background: none;
    padding-left: 10px;
    color: #808080;
}
span.admin_tickerlist_table div span{text-align:center}
span.admin_tickerlist_table div .name{text-align:left}
span.admin_userlist_table div .pic{}
span.admin_userlist_table div .pic img{
    width: 66px;
    height: 88px;
    /*max-width: 66px;
    max-height: 88px;*/
    border: 1px solid #C7C7C7;
}
span.admin_userlist_table div .name{}
span.admin_userlist_table div .name span, span.admin_company_type_table div attributes .span{
    display: block;
    height: 15px;
    line-height: 15px;
}
span.admin_advertisment_type_table div .user{
    display: block;
    height: 15px;
    line-height: 15px;
}
span.admin_userlist_table div .name .userloginname{
    height: 22px;
    line-height: 22px;
}
span.admin_userlist_table div .name .userloginname a{
    font-size: 1.2em;
    color: #97BA54;
}
span.admin_userlist_table div .name .username{
}
span.admin_userlist_table div .name .status{
}
span.admin_userlist_table div .name .lastlogin{
}
span.admin_userlist_table div .name .more_details{
    padding-top: 2px;
    height: 24px;
}
span.admin_userlist_table div .name .more_details a{
    display: block;
    height: 23px;
    line-height: 23px;
    background: #6E853D url('../images/arrow_button.gif') no-repeat top left;
    border: 0 none;
    color: #FFF;
    font-weight: 900;
    float: left;
    padding: 0 10px 0 25px;
}
span.admin_userlist_table div .name span span, span.admin_company_type_table div .attributes span span{
    float: left;
    width: 115px;
    font-weight: 900;
}
span.admin_userlist_table div .func{}

.help_text{
    display: none;
}
.discount .discount_text{
    display: none;
}

.discountInfo {
    margin: 1em 0em;
}
.discountInfo span {
    margin-left: 0.5em;
    margin-right: 2em;
    font-weight: bold;
}
.discountInfo strong {
    color: #5E772D
}
.button_list li{
    float: left;
    padding-right: 2px;
}

/* START: gbl Form */
.form_gbl { }
.form_gbl fieldset, .form_gbl .content_gbl {
    float: left;
    width: 520px;
    position: relative;
    border: none;
    padding: 0;
}

.content_gbl h1 {
    font-weight: bold;
    margin-bottom: 1em;
    color: #808080;
    font-size: 1em;
    border-bottom: 1px solid #e0eacb; margin-bottom: 1em; padding-bottom: 1em;
}
.content_gbl h1 small, .content_gbl h2 small {
    font-size: 1em;
    font-weight: normal;
}
.form_gbl .content_gbl h2 {
    margin-bottom: 0.5em;
}


.form_gbl .content_gbl p {margin: 1em 0}

.form_gbl fieldset fieldset {
    float:none;
    border-bottom: 1px solid #e0eacb;
    margin-bottom: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
    clear: both;
}
.form_gbl fieldset legend {
    font-weight: bold;
    margin-bottom: 1em;
    color: #808080;
}
.form_gbl fieldset legend em {
    font-weight: normal;
    font-style: normal
}
.form_gbl fieldset fieldset legend {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.form_gbl fieldset div.hr {border-top: 1px solid #eaf1dc; border-bottom: 1px solid #e0eacb; margin-bottom: 1em;}
.form_gbl fieldset div.hr hr {display: none}
.form_gbl fieldset label {
    float: left;
    clear: left;
    display: block;
    line-height: 22px;
    margin-left: 8px;
    width: 185px;
    margin-bottom: 10px;
}

.form_gbl fieldset label.checkbox_label {
    clear: none;
    width: auto;
    float: none;
    white-space: nowrap
}

.form_gbl fieldset label.radio_label {
    clear: none;
    width: auto;
    margin-right: 2em;
    margin-left: 0;
}

.form_gbl fieldset input.text, .form_gbl fieldset input.file, .form_gbl fieldset input.password, .form_gbl fieldset select , .form_gbl fieldset textarea, .form_gbl fieldset .mceEditor {
    float: left;
    width: 320px;
    margin-bottom: 10px;
    border: 1px solid #808080;
}
.form_gbl fieldset input.checkbox {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    clear: left;
}

.form_gbl fieldset input.radio {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.form_gbl fieldset div.floating input.checkbox {
    clear: none;
}

.form_gbl fieldset div.floating label.checkbox_label {
    float: left;
    margin-right: 1em;
    margin-left: 0;
}


.form_gbl fieldset span.no_label {
    margin-left: 193px;
    margin-bottom: 10px;
    display: block;
    clear: left;
}

.form_gbl fieldset span.like_input, .form_gbl fieldset span.replace_input {
    float: left;
    width: 320px;
    margin-bottom: 10px;
}
.form_gbl fieldset span.like_input {
    border: 1px solid #808080;
}

.form_gbl fieldset input.text, .form_gbl fieldset input.password {
    height: 16px;
}
.form_gbl fieldset input.text:focus, .form_gbl fieldset input.password:focus {
    border-color: #000000;
}

.form_gbl fieldset ul.options {float: left; width: 420px; font-size: 0.833em;}
.form_gbl fieldset ul.options li {border: none; padding: 0; float: left; width: 210px;}
.form_gbl fieldset ul.options li strong {float: left; width: 105px; font-weight: bold;}
.form_gbl fieldset ul.options li span {float: left;}

.form_gbl div.fieldWithErrors {
    color: #ff0000;
    display: inline;
}

.form_gbl div.fieldWithErrors input {
    border-color: #ff0000;
}

.form_gbl fieldset input.submit {
    clear: both;
    float: right;
}

.form_gbl div.form_advice {padding-top: 30px;}
.content_gbl .form_gbl div.form_advice {padding-top: 0px;}
.form_gbl div.form_advice div.container {
    width: 354px;
    margin: 0 0 0 540px;
    color: #5e772d;
    background-color: #eaf1dd;
}
.form_gbl div.form_advice h4 {
    background-color: #ddebc4;
    height: 24px;
    line-height: 24px;
    margin-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.form_gbl div.form_advice h4 a {
    color: #5e772d;
}
.form_gbl div.form_advice div.form_advice_content {
    padding: 15px 10px;
    font-size: 0.95em;
    line-height: 1.8em;
    border: none;
}

.form_gbl div.form_advice div.form_advice_content div.postomat {
    margin-top: 0.5em;
}

.form_gbl div.form_advice div.form_advice_content .errorExplanation h2, .form_gbl div.form_advice div.form_advice_content h5 {
    font-size: 1em;
    font-weight: bold;
}

.form_gbl div.form_advice div.form_advice_content .errorExplanation {
    color: #ff0000;
    margin-bottom: 2em;
}

.form_gbl div.form_advice div.form_advice_content .errorExplanation p {
    margin-bottom: 0;
}

.form_gbl div.form_advice div.form_advice_content .errorExplanation ul {
    padding-left: 2em;
}
.form_gbl div.form_advice div.form_advice_content .errorExplanation ul li {
    list-style-type: disc;
}

.form_gbl div.form_advice div.form_advice_content  p {
    margin-bottom: 1em;
}

.form_gbl div.form_advice div.form_advice_content label {
    float: left;
    font-weight: bold;
}
.form_gbl div.form_advice div.form_advice_content span.replace_input {
    display: block; margin-left: 130px; margin-bottom: 2em;
}
.form_gbl div.form_advice div.form_advice_content fieldset {
    width: auto;
}
.form_gbl div.form_advice div.form_advice_content fieldset label {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 0.2em;
}
.form_gbl div.form_advice div.form_advice_content fieldset label.radio_label {
    float: left;
    font-weight: normal;
}
.form_gbl div.form_advice div.form_advice_content fieldset textarea {
    height: 10em;
}

ul.advOptions li {
    float: right;
}

ul.advOptions li a, ul.advOptions li form.button-to div {
    display: block;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    background: #6E853D url('../images/arrow_button.gif') no-repeat top left;
    border: 0 none;
    color: #FFF;
    padding: 0 10px 0 30px;
    margin: 0;
    margin-right: 1em;
    margin-bottom: 0.5em;
    width: 114px;
}
ul.advOptions li form.button-to div{padding-left: 26px; width: 118px;}
ul.advOptions li form.button-to div input {
    background: none;
    margin:0;
    padding:0;
    font-weight: bold;
    font-size: 0.95em;
}

/* END: gbl Form */
div.form_advice_content ul.results {
    position: relative;
    top: 0px;
}
div.form_advice_content ul.results li {
    padding: 3px;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 14px;
    height: 130px;
    overflow: hidden;
}
div.form_advice_content ul.results li img{
    width: 150px;
    height: 120px;
    display: block;
    margin: 0 1em 1em 0;
    float: left;
}
div.form_advice_content ul.results li p{
    padding-top: 6px;
    font-weight: bold;
}


/* START: List Formats */
ul.list {
    padding-left: 2em;
    margin-bottom: 1em;
}
ul.list li {
    list-style-type: disc
}

ul.simpleList li {padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px solid #e0eacb;}
ul.simpleList li img {float: left;}
ul.simpleList li p {margin: 0.5em 0}
ul.simpleList li a {text-decoration: underline; word-wrap: break-word}
ul.simpleList li ul {margin-left: 20px;}
ul.simpleList li a {display: block; color: #5E772D}
ul.simpleList li em {font-size: 0.9em}
ul.simpleList li ul li {border: none;}

ul.articleList li {margin-bottom: 2em;}
ul.articleList li h2 {font-size: 1.16em;}
ul.articleList li h3 {font-size: 1em; font-style: italic; margin-bottom: 1em;}
ul.articleList li a.readOn {display: block; text-align: right}

ul.itemList li {margin-bottom: 3em;}
ul.itemList li h2 {font-size: 1.1em;}
ul.itemList li p {margin-top: 0.5em;}
ul.itemList li ul.button_list {margin-top: 0.5em;}
ul.itemList li ul.button_list li {margin: 0}

div.pager {
    border-top: 1px solid #eaf1dc; margin-top: 1em; padding-top: 1em
}

div.advFilter {
    background: #6E853D url(../images/vertical_gradient_sprite.png) repeat-x center top;
    color: white;
    padding: 0px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
div.advFilter a {
    float: right;
    display: block;
    padding-right: 10px;
    padding-left: 30px;
    border-left: 1px solid white;
    color: white;
    background-repeat: no-repeat;
    background-position: 10px center;
}
div.advFilter div.mobilityFilter{
    text-align: right;
}

div.advFilter div.mobilityFilter label{
    padding-right: 1em;
}

div.advFilter a:hover {
    background-color: #5F5F5F;
}

div.advFilter a.search {
    background-image: url(../images/search_scope.gif);
}
div.advFilter a.new {
    background-image: url(../images/ico_new.gif);
}

div.advFilter .pager li {
    float: left;
    display: block;
    border-right: 1px solid white;
    color: #D0D0D0;
    width: 34px;
}

div.advFilter .pager li a {
    padding: 0;
    margin: 0;
    border: none;
    color: white;
    width:100%;
}

div.advFilter .pager li span {
    display: block;
}
div.advFilter .pager li span.current {
    background:url("../images/vertical_gradient_sprite.png") repeat-x scroll 0 -35px transparent;
}


img.advListZoomImg {display: none; position: absolute; border: 1px solid #cfcfcf; z-index: 100; margin-top: 50px; margin-left: 85px}
ul.advList {margin-top: 0.5em; margin-bottom: 0.5em;}
ul.advList li {padding: 20px 13px; border-bottom: 1px solid #e0eacb; position: relative; margin-bottom: 0.3em}
ul.advList li.zoom {border: 2px solid #5E772D; background-color: #e0eacb; }
ul.advList li.postomat {border: 2px solid #5E772D; background-color: #e0eacb; text-align: center}
ul.advList li div.img {width: 100px; height: 100px; float: left;}
ul.advList li div.img img {border: 1px solid #cfcfcf}
ul.advList li h2 {font-size: 16px; font-weight: bold; margin-left: 5px; width: 240px; float: left;}
ul.advList li h2 a {color: #98ba54}
ul.advList li h2 em {display: block; font-weight: normal; font-size: 0.625em;}
ul.advList li ul.options {float: left; width: 400px; font-size: 0.833em;}
ul.advList li ul.options li {border: none; padding: 0; float: left; width: 200px;}
ul.advList li ul.options li strong {float: left; width: 105px; font-weight: bold;}
ul.advList li ul.options li span {float: left;}
ul.advList ul.advOptions {
    float: right;
    width: 105px;
}
ul.advList ul.advOptions li {
    border: none;
    padding: 0;
}
ul.advList ul.advOptions li a {
    display: block;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    background: #6E853D url('../images/arrow_button.gif') no-repeat top left;
    border: 0 none;
    color: #FFF;
    padding: 0 10px 0 30px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    width: auto;
}
ul.advOptions .button-to {margin: 0}
ul.advOptions .button-to input {
    margin-bottom: 0.5em;
}

div.no_results {
    padding: 1em;
}

ul.priceList li {padding-bottom: 1em; margin-bottom: 2em}
ul.priceList li h2 {font-size: 1.26em;}
ul.priceList li em {font-size: 1em;}
table.priceTable {margin-top: 1em; width: 100%; font-size: 0.916em;}
table.priceTable th, table.priceTable td {padding: 3px 4px;}
table.priceTable th.n1, table.priceTable td.n1 {text-align: center;}
table.priceTable th { background-color: #DDEBC4; color: #5E772D; text-align: center;}
table.priceTable td { background-color: #EAF1DD; text-align: right; }
table.priceTable td.hover {background-color: #808080; color: #EAF1DD}


/* END: List Formats */
h1.advDetails {
    background: url(../images/vertical_gradient_sprite.png) repeat-x center top;
    color: white;
    padding: 5px 10px;
    font-size: 1.333em;
}
h1.advDetails em {
    font-size: 0.816em; font-weight: normal;
    float: right;
}

.content_gbl div.advDetails h2 {
    font-size: 1.16em;
}
.content_gbl div.advDetails div.section {
    border-bottom: 1px solid #e0eacb;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.content_gbl div.advDetails ul li {clear: both;}
.content_gbl div.advDetails ul li strong {margin-bottom:0.5em; float: left; width: 230px; margin-right: 10px; font-weight: bold;}
.content_gbl div.advDetails ul li span {margin-bottom:0.5em; float: left;}

.formatedText h1 {border: none;}
.formatedText p {margin: 1em 0}
.formatedText a {text-decoration: underline}
.formatedText ol, .formatedText ul {margin: 1em 0 1em 0.5em; padding-left: 1.5em; clear: left}
.formatedText ul li {list-style-type: disc}
.formatedText ol li {list-style-type: decimal}

div.xGallery {
    width: 222px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #98ba54;
    font-weight: bold;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}
div.xGallery ul li img {
    border: 1px solid #c3c3c3;
}

div.xGallery span.btn_prev {
    float: left;
    text-decoration: underline;
    cursor: pointer;
}
div.xGallery span.btn_next {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}
div.xGallery span.lbl_pos {
    position: relative;
    width: 100px;
    margin: auto;
    display: block;
}

/* START xDropdown Control */
body.hideSelects select {
    visibility:hidden
}
div.xDropdown {
    width: 320px;
    height: 24px;
    float: left;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
}
div.xDropdown span {
    border: 1px solid #808080;
    color: black;
    display: block;
    padding: 3px 20px 3px 3px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    background-image:url(/images/dark_arrow_down.gif);
    background-repeat: no-repeat;
    background-position: right 7px;
    cursor: pointer;
}
ul.xDropdown {
    position: relative;
    height: 250px;
    overflow: auto;
    border: 1px solid #808080;
    border-top: none;
    z-index: 100;
    background-color: white;
}
ul.xDropdown li {position: relative; float: none;}
ul.xDropdown li input {
    line-height: 22px;
    float: left;
    clear: both;
    display: inline;

}
ul.xDropdown li label {
    color: black;
    margin-bottom: 5px;
    display: block;
    line-height: 22px;
    margin-left: 30px;

}
/* END xDropdown Control */

/* START Buttons */
input.submit, form.button-to input {
    height: 23px;
    line-height: 23px;
    background: #6E853D url('../images/arrow_button.gif') no-repeat top left;
    border: 0 none;
    color: #FFF;
    padding: 0 10px 0 25px;
    margin: 0;
    margin-top: 0.5em;
}
input.submit:hover {
    color: #1f1f1f;
}

form.button-to, form.button-to div {
    display: inline;
}

form.button-to {
    margin: 0 0.5em 0 0;
}

.func form.button-to input {
    width: 100%;
    text-align: left;
    margin: 0
}
/* END Buttons */


#helpBox {
    position: absolute;
    display: none;
    top: 126px;
    left: 0px;
    line-height: 25px;
    width: 100%;
    color: #EAF1DD;
    border-top: none;
    background: #5E772D;
    font-size: 0.916em;
    z-index: 100;
}
#helpBox div.content {
    font-weight: bold;
    padding-left: 1em;
}

#helpBox h4 {
    display: none;
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    margin-left: 1em;
    margin-right: 1em;
}

/* START: Slider */
div.ui-slider-horizontal {
    position: relative;
    width: 320px;
    height: 9px;
    border: 1px solid #cccccc;
    background-color: #EAF1DD;
    background-repeat: repeat-x;
    margin-top: 6px;
    float: left;
}
div.ui-slider-horizontal a.ui-slider-handle {
    position: absolute;
    top: 5px;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    background-image:url(../images/slider_handle_min.gif);
    background-repeat: no-repeat
}

div.ui-slider-horizontal a.ui-slider-handle:last-child {
    background-image:url(../images/slider_handle_max.gif);
    top: -15px;
}


div.ui-slider-horizontal div.ui-slider-range {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #5E772D;
    background-image: url(../images/slider_track.gif);
    height: 9px;
    overflow: hidden;
}

/* END: Slider */

div.half {
    width: 48%
}
div.third {
    width: 31%
}

div.left {
    float: left
}

div.right {
    float: right
}

/* START: IE6 Fixing */
* html img.pngfix, * html div.pngfix, * html a.pngfix { behavior: url(/javascripts/iepngfix.htc) }

* html #header h2 div {background: none;}

* html div.home {
    position: relative;
    zoom: 1
}
* html #header {z-index: 120;}
* html #menu {
    position: relative;
    zoom: 1;
    z-index: 110;}

* html #submenu {
    z-index: 20;
}

* html #content .home .products {
    width: 158px;
}

* html .form_gbl div.form_advice div.container {
    margin-left: 539px;
}

* html ul.advList li {zoom: 1}

* html .form_gbl fieldset label {margin-left: 4px;}

/* END: IE6 Fixing */


@media print {
    body, #main,  #main .wrap {background-image: none; background-color: white; width: auto;}
    #news, #newsticker, #ebuero, #header h2 div, #menu, #submenu ul, #footer ul, ul.advOptions, div.form_advice_content form {display: none}
    #header,#header h2  {position: static}

}

div.advFilter .pager li.no_border { border-right: none;}
