* {margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position : 0px 0px;
    list-style-type: none;
    }
select, body, input, th, td, option{
    font-family: Verdana;
    font-size: 11px;
    color: #333;
    }
img {border: 0px solid red;}
html {height: 100%;}




body {
    line-height:135%;
    background-color: #eee;
    font-size: 11px;
    }

.body1 {
    background-color: transparent;
    width: 1025px;
    }

body.forum .body1 {
    width: 969px;
    }

#leaderboard {
    width: 1020px;
    text-align: center;
    }

body.forum #leaderboard {
    width: 970px;
    }

#page {
    background-color:  #eee;
    margin: 7px 0px 0px 5px;
    /*width: 959px;*/
    width: 1020px;
    }

body.forum #page {
    padding-right: 5px;
    width: 959px;
    }



/* - - - - - - - - - - - - - - - - - - - -
            H E A D E R
 - - - - - - - - - - - - - - - - - - - - */

#page_top {
    height: 135px;
    background: url(../_images/layout/header-bg.png) 0px 30px no-repeat;
    }

/* * * * * * * TOP NAVI * * * * * * */

#top-nav {
    background: #cdd9eb;
    border: 2px solid #f5f5f5;
    box-shadow: 0 0 2px #b4b4b4;
    border-radius: 7px;

    padding: 6px 15px 4px 15px;
    margin-bottom: 15px;
    font-size: 10px;
    overflow: hidden;
    }

    #top-nav, #top-nav a, #top-nav a:visited {
        color: #777777;
        }


    a#verviox-netzwerk  {
        display: block;
        width: 220px;
        margin: 0px 0px 0px 1px;
        text-align: center;
        float: right;
        }

/* * * * * * * Logo + Buttons * * * * * * */

#home {
    height:24px;
    width: 280px;
    margin: 5px 0px 0px 5px;
    padding: 36px 0px 0px 68px;
    display: block;
    float: left;
    color: #626262;
    font-size: 9px;
    background-image: url(../_images/layout/logo.png);
    }

    #home:hover {background-color: transparent;}
    #home_text {display:none;}


#headerbutton-strom, #headerbutton-gas {
    display: block;
    height: 62px;
    background: url(../_images/layout/header-buttons.png) no-repeat;
    float: right;
    }

#headerbutton-strom i, #headerbutton-gas i {
    display: none;
    }


#headerbutton-strom {
    width: 280px;
    background-position: 0px 0px ;
    }

    #headerbutton-strom:hover {
        background-position: 0px -64px ;
        }

#headerbutton-gas {
    width: 240px;
    background-position: -280px 0px ;
    margin-right: 10px;
    }

    #headerbutton-gas:hover {
        background-position: -280px -64px ;
        }




/* - - - - - - - - - - - - - - - - - - - -
            LAYOUT LEFT/RIGHT ALLGEMEIN
 - - - - - - - - - - - - - - - - - - - - */
#page_middle_left,
#page_middle_right {
    background-color: #fff;
    padding: 0 0 10px;
    border: 2px solid #f5f5f5;
    box-shadow: 0 0 2px #b4b4b4;
    border-radius: 7px;
    }

    #page_middle_left_top,
    #page_middle_right_top {
        height: 43px;
        background: #cdd9eb;
        border-radius: 7px 7px 0 0;
       }




/* - - - - - - - - - - - - - - - - - - - -
            SIDEBAR / PAGE LEFT
 - - - - - - - - - - - - - - - - - - - - */
#page_middle_left{
    float: left;
    margin-right: 10px;
    padding: 0 0 10px;
    width: 300px;
    }

    #page_middle_left_top {
        margin-bottom: 10px;
        }

    #page_middle_left_bottom {

        }




    #volltextsuche {
        border: 1px solid #e7e7e7;
        float: left;
        background-color: #fff;
        margin: 11px 0px 0px 15px;
        padding:2px 3px;
        width: 237px;
        font-size:13px;
        }

    #volltextsuche:hover {border: 1px solid #a6adba;}

    #volltextsuche_button {
        border: 0px solid red;
        background: url(../_images/layout/volltextsuche_button.gif) 0px -3px;
        float: left;
        margin: 10px 15px 0px 0px;
        width:25px;
        height:25px;
        cursor: pointer;
        }

    #volltextsuche_button:hover {background-position: 0px -31px;}




/* - - - - - - - - - - - - - - - - - - - -
            NAVIGATION
 - - - - - - - - - - - - - - - - - - - - */

.navigation_head {
    font-weight: 100;
    padding: 0;
    color: #fff;
    margin: 10px 10px 0 10px;
    background: url(../_images/layout/navigation_head_bg.gif) repeat left top;
    border-bottom: 1px solid #1871c1;
    border-top-left-radius: 3px;
    }

    .navigation_head span {
        padding: 5px 28px 3px 10px;
        display: inline-block;
        border-top-left-radius: 3px;
        background: url(../_images/layout/navigation_head_bg_inner.gif) right 0px no-repeat;
        }


/* * * * * * * 1. Ebene * * * * * * */

ul.navigation {
    margin: 0 0 20px;
    padding: 0 8px;
    }

    ul.navigation ul {
        padding: 0px;
        margin: 0px;
        }

    ul.navigation li {
        padding: 0px;
        margin: 0px;
        background: url(../_images/layout/navigation_li.gif)  left top #fefefe repeat-x ;
        border-bottom: 1px dotted #c6c6c6;
        border-top: 1px solid #fff;
        }

    ul.navigation li:hover {
        background-image: none;
        }

    ul.navigation.navi_heizung_ul>li:hover,
    ul.navigation.navi_xtras_ul>li:hover {
        background-image: none !important;
        }

        ul.navigation li a {
            display: block;
            padding: 5px 5px 5px 12px;
            margin: 0px;
            font-size: 11px;
            font-weight: normal;
            color: #111;
            }

        ul.navigation li:hover > a,
        ul.navigation li a:hover {
            background-color: #165c9b;
            color: #fff;
            }


        ul.navigation li .more {
            background: url(../_images/layout/navigation_li_icons.gif) 0px -97px no-repeat;
            height: 15px;
            width: 5px;
            float: right;
            }


/* * * * * * * 2. Ebene * * * * * * */

ul.navigation li ul {
    display: none;
    position: absolute;
    left: 200px;
    margin-top: -25px;
    width: 160px;
    padding: 2px;
    border-radius: 5px;
    background-color: #1c73c2;
    }

    ul.navigation li:hover ul {
        display: block;
        }

    ul.navigation ul li {
        padding: 0px;
        margin: 0px;
        border: 0px;
        background: none;
        }

    ul.navigation ul li a {
        font-weight: normal;
        color: #fff;
        }





/*** Navi Farben ***/
.navigation_head.color_red { border-bottom-color: #9b1616;}
ul.navigation.color_red li ul {background-color: #9b1616;}

ul.navigation.color_red li:hover > a,
ul.navigation.color_red li a:hover {background-color: #770909;}

.navigation_head.color_red span {background-position: right -50px;}




.navigation_head.color_orange { border-bottom-color: #db7f03;}
ul.navigation.color_orange  li ul {background-color: #db7f03;}

ul.navigation.color_orange li:hover > a,
ul.navigation.color_orange  li a:hover {background-color: #af6602;}

.navigation_head.color_orange span {background-position: right -100px;}




.navigation_head.color_green { border-bottom-color: #63a811;}
ul.navigation.color_green  li ul {background-color: #63a811;}

ul.navigation.color_green  li:hover > a,
ul.navigation.color_green  li a:hover {background-color: #627f11;}

.navigation_head.color_green span {background-position: right -150px;}






/* - - - - - - - - - - - - - - - - - - - -
            PAGE RIGHT
 - - - - - - - - - - - - - - - - - - - - */

#page_middle_right {
    float: right;
    width: 700px;
    }

    #page_middle_right_top {
       height: 39px;
       overflow: hidden;
       padding: 5px 15px 0px;
       color: #777;
       font-size:12px;
       }

        #page_middle_right_top h2,
        #page_middle_right_top span,
        #page_middle_right_top a {
            display: block;
            padding: 11px 5px 0 0;
            float: left;
            font-size:11px;
            font-weight: 100;
            font-family: Verdana;
            outline: 0;
            margin: 0;
            color: #777;
            }

        #page_middle_right_top a {
            color: #7e9aa9;
            }

        #page_middle_right_top span:before,
        #page_middle_right_top a:before {
            content: ">";
            display: inline-block;
            padding-right: 5px;
            font-size: 9px;
            }

    #page_middle_right_top > a:first-child:before {
        display: none;
        }

    #page_middle_right_top a:hover {text-decoration: underline; background: none;}



/* * * * * * * PAGEBOTTOM * * * * * * */

#page_bottom {
    padding: 3px 5px 5px;
    margin: 5px 5px 10px;
    background: #e3e3e3;
    color: #aaa;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }

    #page_bottom a{
        color: #888;
        }

/* footer box */
#page_bottom .box_s {
    text-align: left;
    color: #333;
    padding: 6px 10px;
    margin: 5px 0px;
    background-image: none !important;
    }

#page_bottom .abstand_r,
#page_bottom .abstand_l {
    border-color: #EEE;
    }

#page_bottom .box_s ul {
    margin-bottom: 0px;
}

#page_bottom .box_s ul li {
    margin-bottom: 2px;
    background: url("../_images/icons/arrow.gif") no-repeat 0px 6px;
    }

#page_bottom .box_s a {
    color: #0A70C2;
    }



/*default teaser styling - für forum */
.cms_ad_teaser {
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 2px;
    padding: 8px;
    margin: 0 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

    .cms_ad_teaser::before {
        content: "Anzeige";
        display:block;
        margin: 0 0 4px 0;
        font-size: 90%;
        opacity: .6;
        }

    .cms_ad_teaser a,
    .cms_ad_teaser a:hover {
        text-decoration: none;
        }


        .cms_ad_teaser a:hover .cms_ad_teaser_goto {
            text-decoration: underline;
            }

    .cms_ad_teaser span {
        display: block;
        margin: 0 0 8px 0;
        }

        .cms_ad_teaser_img {
            max-width: 100%;
            border: 1px solid rgba(0,0,0, .1);
            background: #fff;
            margin: 0px auto 4px;
            display: block;
            }

        .cms_ad_teaser_headline {
            font-size: 120%;
            font-weight: bold;
            color: #000;
            }
        .cms_ad_teaser_text {
            color: #000;
            }
/** teaser ende */




.footer-teaser {
    padding: 10px 20px;
    }

.footer-teaser .cms-widget_adition {
    background: transparent;
    width: 25%;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    }

.footer-teaser .cms-widget_adition .cms_ad_teaser {
    margin: 5px;
    min-height: 240px;
    }

.footer-teaser .cms-widget_adition .cms_ad_teaser .cms_ad_teaser_img {
    width: 100%;
    }


.copyright {
    padding: 0px 10px 10px;
    color: #aaa;
    text-align: center;
    color: #aaa;
    font-family: arial;
    line-height: 12px;
    }


/* * * * * * * RIGHTSIDE * * * * * * */

#right_side {
    position: absolute;
    top: 0px;
    left: 1040px;
    z-index: 20 !important;
    }


#skyscraper {
    padding: 85px 0px 10px;
    float: left;
    }

body.forum #right_side {
    left: 969px;
    }

body.forum.ad-bgcolor #right_side {
    display: none;
    }