html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
}

#fm_main_cont {
    background: #fff;
    color: #5a5b5b;
    font: 400 13px/18px Arial, Helvetica, sans-serif;
}

.fm_clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.fm_pull_left  {
    float: left;
}

.fm_pull_right {
    float: right;
}

.fm_cont_33, .fm_cont_50, .fm_cont_66 {
    float: left;
    width: 33%;
}
.fm_cont_50 {
    width: 50%;
}
.fm_cont_66 {
    width: 66%;
}
.fm_wrap {
    padding: 10px;
}
.fm_rel {
    position: relative;
}

.fm_page_margins {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* fm_header_container */
#fm_header_container {
    border-top: 15px solid #ebebeb;
}
#fm_header_container .fm_cont_33:nth-child(1) {
    width: 390px;
}
#fm_header_container .fm_cont_33:nth-child(2) {
    width: 350px;
}
#fm_header_container .fm_cont_33:nth-child(3) {
    width: 260px;
}
#fm_header {}
#fm_header_logo_cont {}
#fm_logo {}
#fm_header_service_cont {
    text-align: center;
    font-family: 'Signika', sans-serif;
    margin-top: 50px;
}
#fm_header_service_cont strong {
  text-transform: uppercase;
  font-size: 14px;
}
#fm_header_service_cont h2 {
  font-weight: 700;
  font-size: 18px;
  color: #009945;
  margin: 10px 0;
}
#fm_header_service_cont p {
  font-size: 11px;
}
#fm_header_bild_cont {}
#fm_header_bild {
    display: block;
}
/* fm_header_container */

/* fm_menu_container */
#fm_menu_container {
    background: url('../img/menu_bg.png') repeat-x;
}
#fm_nav,
#fm_nav li {
    list-style: none;
}
#fm_nav li a {
    outline: none;
    text-decoration: none;
}
#fm_nav > li {
    float:left;
    margin:0 38px;
    padding: 2px 2px 0;
}
#fm_nav > li > span {
    float: left;
    padding: 0 6px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 31px;
    font-weight: 700;
}
#fm_nav > li > a:hover {
    color: #009945;
}
#fm_nav > li.fm_menupunkt {
  color: #fff;
  line-height: 31px;
  font-weight: 700;
  font-size: 150%;
  margin: 0 30px;
}
/* fm_menu_container */

/* fm_content_container */
#fm_content_container {
    padding: 40px 0;
    background: url('../img/content_bg.png') ;
}
#fm_right_cont {
    float: right;
}
#fm_left_cont {
    float: left;
}
/* fm_content_container */

/* inhalte */
#fm_content_container h1 {
  font-size: 150%;
  margin: 10px 0 20px 0;
}
#fm_content_container ul {
  margin: 10px 20px;
}
.fm_box_cont {
    border: 1px solid #eae8e8;
    margin-bottom: 20px;
}
.fm_box_header {
    font-size: 16px;
    text-transform: uppercase;
    background: url('../img/headline_bg.png') repeat-x;
    font-family: 'Signika', sans-serif;
    color: #fff;
}
.fm_box_content {}

#fm_description .fm_box_content {
  background: #fff;
}
/* inhalte */

#fm_texthinweis {
    background: url('../img/hinweis_bg.png') repeat-x;
}
#fm_texthinweis .fm_wrap {
    padding:4px;
}
#fm_schnaeppchen {
    background: #008f42 url('../img/schnaeppchen_bg.png') no-repeat;
    font-size: 30px;
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 37px;
}

#fm_schnaeppchen a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: right;
}
#fm_schnaeppchen a:hover {
    text-decoration: underline;
}
/* banner */
.fm_banner {
    margin-bottom: 20px;
    position: relative;
}

.fm_banner .fm_btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.fm_banner .fm_mask {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    background: url(../img/safe/circle-link.png) no-repeat 50% 50%;
    background-color: #555;
    background-color: rgba(85, 85, 85, .5);
}

.fm_banner:hover .fm_mask {
    display: block;
}
.fm_btn {
    color: #000;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #000;
}
.fm_btn:hover {
    color: #fff;
    background: #000;
}
/* banner */

/* suche */
#fm_search_cont {}
#fm_form {}
#fm_search {
    line-height: 20px;
    width: 70%;
    border: 1px solid #eae8e8;
}
#fm_send {
    border: 1px solid #eae8e8;
    background: #000;
    color: #fff;
    line-height: 20px;
    width: 25%;
    margin-left: 5px;
    cursor: pointer;
}
#fm_send:hover {
    background: #fff;
    color: #000;
}
/* suche */

/* vorteile */
#fm_benefits ul li {
    float: left;
    width: 33%;
    text-align: center;
    list-style: none;
    margin: 0;
}
/* vorteile */

/* bilder */
#fm_main_pic {
    border: 1px solid #ccc;
    max-width: 99%;
}
.fm_small_pic {
    width: 90px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 10px;
}
.fm_small_pic_last {
    margin-right: 0;
}
.fm_slider_preview {
    margin: 20px 0;
}
.fm_text_pic {
    text-align: center;
    margin-top: 20px;
}
/* bilder */

/* tabs */
.fm_box {
    display: none;
    padding: 16px;
    background: #fff;
    clear: both;
    margin-bottom: 30px;
    border: 1px solid #eae8e8;
}
.fm_box.fm_visible {
    display: block;
    clear: both;
}

#fm_tabs {}

#fm_tabs li {
    float: left;
    list-style: none;
    line-height: 33px;
    border: 1px solid #e7e5e5;
    background-color: #e7e5e5;
    padding: 0 10px;
    color: #373737;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

#fm_tabs li:first-child {
    margin-left: 0;
}

#fm_tabs li.fm_current {
    color: #e77900;
    background: #f6f4f4;
}
.fm_box ul {
    margin-left: 20px;
}
/* tabs */

/* footer */

#fm_footer_container {}
#fm_copyright {
    text-align: left;
    padding: 20px 0;
    width: 50%;
    float: left;
}
#fm_market {
    text-align: right;
    padding: 20px 0;
}
.fm_market_logo {}


/* footer */
