﻿/*----------------- Allgemeine Form/HTML/Body Formatierung ------------*/

form[id='aspnetForm']
{
    background-position: center top;
    background-repeat: no-repeat;
}

iframe form
{
    background: none !important;
}

body
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
}

.clear
{
    clear: both;
}

.top_empty, .bottom_empty
{
    width: 966px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.sitecontent
{
    position: relative;
    z-index: 15;
    width: 966px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: rgb(226,226,226);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZDFkMWQxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
    background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
}

.content-IE9-fix
{
    filter: none !important;
}

.left_content
{
    position: relative;
    z-index: 20;
    float: left;
    width: 180px;
    height: auto;
}

.right_content
{
    position: relative;
    z-index: 21;
    float: left;
    width: 770px;
    margin: 0 0 0 15px;
}

    .right_content a
    {
        text-decoration: underline;
    }

/*----------------- Sitemap Oben --------------------------*/

.sitemapContainer
{
    position: absolute; /*float: right;*/
    bottom: 3px;
    right: 3px;
    z-index: 19;
    height: auto; /*margin-top: 4px;*/
    text-align: right; /*margin-right: 2px;*/
}

    .sitemapContainer a
    {
        text-decoration: none !important;
    }

/*------------------ Ticker -------------------------------*/

.Divmarquee
{
    margin-top: 10px;
    padding: 5px 0 7px 0;
}

.pointer a
{
    text-decoration: none !important;
}

/*------------------ TextFormatierung ---------------------*/

.text
{
    Font-Size: 12px;
    Text-Decoration: none;
}

.text_fett
{
    Font-Size: 12px;
    Text-Decoration: none;
    Font-weight: bold;
}

/*----------------- Images --------------------*/



/*-------------- Header -------------------------*/

.headerImageContainer
{
    position: relative;
    z-index: 20;
    margin-left: 20px;
    width: 750px;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

/*.headerImage { border-bottom-left-radius: 15px; -moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; }*/

.headerInfo
{
    background-image: url("../images/transparenz.png");
    float: left;
    height: 159px;
    min-width: 300px;
    max-height: 159px;
    max-width: 800px;
    padding: 0 20px;
    z-index: 21;
    text-align: left;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 20px;
    color: #000000;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

/*---------------- content ----------------------*/

.sitemap
{
    float: right;
}

.modul_background
{
    background: rgb(204,204,204);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(45deg, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(45deg, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(45deg, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=1 );
}

.webtreeContainer a, .gridviewContainer a
{
    color: black !important;
}


/*------------ Suche -----------------------*/
.searchContainer
{
    width: 105%;
    margin: 15px 0;
}

.suche_teaser_mitte
{
    text-Align: left;
    Font-Size: 12px;
    Font-Family: Arial;
}

.suche_panel_textbox
{
    float: left;
}

.suche_panel_imagebutton
{
    float: left;
    width: 29px;
    height: 26px;
}

.suche_textbox
{
    width: 147px;
    height: 16px;
    color: black;
    padding: 3px;
}


/* ---------------------- BackEnd Navigation -----------------*/

.navigationContainer
{
    width: 100%;
    padding-top: 15px;
    width: 100%;
    -webkit-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

.ueberschrift_geschuetzt
{
    Font-Family: Arial;
    text-Decoration: none;
    font-Size: 20px; /*color: white;*/
}

.menue_geschuetzt
{
    Font-Family: Arial;
    text-Decoration: none;
    font-Size: 12px;
}

.menue_geschuetzt_active
{
    Font-Family: Arial; /*Color: #D06843;*/
    text-Decoration: none;
    font-Size: 12px;
}

.geschuetztes_menue_panel
{
    width: 100%;
    padding-bottom: 5px;
}

.hr_geschuetzt
{
    text-Align: center;
    margin-left: 0px;
    width: 90%;
}

.login_oben_geschuetzt, .navigationContainer .login_ueberschrift
{
    width: 180px;
    Font-Family: Arial;
    font-WEight: bold;
    Font-Size: 20px;
    background-repeat: no-repeat;
}

.login_oben_geschuetzt
{
    padding-left: 10px;
}

.login_mitte_geschuetzt
{
    Font-Family: Arial;
    font-Size: 11px;
    padding: 5px 0px 0px 10px;
    background-repeat: repeat-y;
}

.login_unten_geschuetzt
{
    height: 12px;
    line-height: 13px;
    background-repeat: no-repeat;
}

.login_ueberschrift
{
    width: 180px;
    Font-Family: Arial;
    font-WEight: bold;
    Font-Size: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
}



/*---------------------- Menü -----------------------------*/

#frontend_navigation_Panel .igeb_Control
{
    background-color: transparent;
    font-size: 12px;
    overflow-x: hidden; /* IE6 fix to remove control's scroll bar */
    _overflow: hidden!important;
    font-family: Arial !important;
}

#frontend_navigation_Panel .igeb_GroupLink
{
    text-decoration: none;
    color: inherit;
}

#frontend_navigation_Panel .igeb_Holder
{
}

#frontend_navigation_Panel .igdt_NodeHolder
{
    white-space: normal;
}

#frontend_navigation_Panel .igeb_ItemImage
{
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 2px;
}

#frontend_navigation_Panel .igeb_Group
{
    height: 35px;
    overflow: hidden;
    margin-bottom: 1px;
}

    #frontend_navigation_Panel .igeb_Group td
    {
        padding-left: 5px;
    }

#frontend_navigation_Panel .igeb_GroupLabel
{
    font-size: 12px;
    text-decoration: none;
}

#frontend_navigation_Panel .igeb_ItemLink
{
    display: block;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

#frontend_navigation_Panel .igeb_Item
{
    line-height: 22px;
    background-color: #fff;
    white-space: normal;
}

/* IE 7 fix to icon bad alignment*/
#frontend_navigation_Panel .igeb_Item, #frontend_navigation_Panel .igeb_ItemActive, #frontend_navigation_Panel .igeb_ItemSelected
{
    min-height: 30px; /* IE6 specific fix */
    _height: 30px;
}

#frontend_navigation_Panel .igeb_ItemLabel
{
    display: block;
    font-size: 12px;
    font-weight: normal;
}

#frontend_navigation_Panel .igeb_GroupExpanderImage
{
    float: right;
    margin-right: 2px;
    margin-top: 8px;
}

#frontend_navigation_Panel .igeb_ItemSelected
{
    background-repeat: repeat-x;
}

#frontend_navigation_Panel .igeb_ItemParent
{
    background-image: url(../images/design_2/igeb_Bullet.png);
    background-repeat: no-repeat;
}

#frontend_navigation_Panel .igeb_GroupContents
{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#frontend_navigation_Panel .igeb_ItemContents
{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

#frontend_navigation_Panel .igeb_ItemHolder
{
    line-height: 0px;
    padding: 0px;
}

    #frontend_navigation_Panel .igeb_ItemHolder img
    {
        vertical-align: middle;
    }

#frontend_navigation_Panel .igeb_GroupHover, #frontend_navigation_Panel .igeb_GroupHover a:visited, #frontend_navigation_Panel .igeb_GroupHover a, #frontend_navigation_Panel .igeb_ItemHover a
{
    text-decoration: none !important;
}

/*-------------------   Login -----------------------*/

.loginContainer
{
    width: 100%;
    Font-Family: Arial;
    margin-top: 5px;
}

.login_mitte_Panel
{
    padding-bottom: 10px;
}

.login_main_panel
{
    padding-left: 10px;
}

/* ----------------------- Items Linke Seite ------------------*/

.itemContainer_Left
{
    margin-top: 10px;
}

.login_mitte_Panel input[type="text"], .login_mitte_Panel input[type="password"]
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #444444;
    padding: 4px 6px;
    margin-top: 3px; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(225,225,225,0.8) 53%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(53%,rgba(225,225,225,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(225,225,225,0.8) 53%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(225,225,225,0.8) 53%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(225,225,225,0.8) 53%,rgba(255,255,255,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(191,191,191,1) 0%,rgba(225,225,225,0.8) 53%,rgba(255,255,255,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#ccffffff',GradientType=0 ); /* IE6-8 */
}

.login_mitte_Panel_IE9_Fix input[type="text"], .login_mitte_Panel_IE9_Fix input[type="password"]
{
    filter: none !important;
}

.links_main_panel
{
    Font-Family: Arial;
    margin-top: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .links_main_panel a:hover
    {
        text-decoration: none !important;
    }

.links_ueberschrift
{
    Text-Align: left;
    padding-left: 11px;
    padding-top: 5px;
    background-repeat: no-repeat;
    Background-Position: 10px 0px;
}

    .links_ueberschrift h3
    {
        margin: 0px;
    }

.links_ueberschrift_link
{
    Text-Decoration: none;
}

.links_panel
{
    position: relative;
}

.links_href
{
    Font-Size: 11px;
    text-Decoration: none;
}

.links_text
{
    background-image: url(../images/design_2/linkpfeil2.png);
    background-repeat: no-repeat;
    Background-Position: 10px 2px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.links_weiter
{
    float: right;
    padding-bottom: 5px;
    padding-right: 10px;
}

.teaser_main_Panel
{
    margin: 10px auto 0px auto;
    text-align: center;
}

    .teaser_main_Panel div
    {
        width: 180px;
    }

    .teaser_main_Panel div, .teaser_main_Panel img, .teaser_main_Panel a
    {
        margin: 0 auto;
    }

/*----------------------- Items Rechte Seite ---------------------------------*/

.verzeichnis_main
{
    margin-top: 20px;
    margin-left: 20px;
    color: #000000;
}

.verzeichnis_link_start
{
    text-decoration: none;
    font-weight: bold;
}

.verzeichnis_link
{
    text-decoration: none;
}

.currentContentContainer
{
    margin-top: 20px;
    margin-left: 20px;
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    padding: 20px;
    background-color: #ffffff;
    color: #000000 !important;
}

    .currentContentContainer .text
    {
        color: #000000 !important;
    }

.igdc_EditInContainer
{
    border: 1px solid white;
}


/* ------------------------------- Nachrichten -------------------------------*/

.newsContainer
{
    z-index: 10;
    width: 966px;
    margin: -10px auto 0 auto;
    padding: 20px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
    position: relative;
    height: 510px;
}

    .newsContainer > div
    {
        height: 100% !important;
    }

        .newsContainer > div:nth-child(2)
        {
            margin-right: 48px;
            margin-left: 48px;
        }

        .newsContainer > div:last-child
        {
            height: 0px !important;
        }

.aktuelles_main_panel, .energienachrichten_panel, .schornsteinfeger_info_panel
{
    position: relative;
    float: left;
    height: 100%;
}

.aktuelles_ueberschrift, .energienachrichten_ueberschrift, .schornsteinfeger_info_ueberschrift
{
    text-align: left;
    height: 30px;
    padding-top: 5px;
    background-image: url(../images/rssicongross.png);
    background-repeat: no-repeat;
    padding-left: 30px;
}

    .aktuelles_ueberschrift h3, .energienachrichten_ueberschrift h3, .schornsteinfeger_info_ueberschrift h3
    {
        margin: 0px;
    }

.aktuelles_ueberschrift_link, .energienachrichten_ueberschrift_link, .schornsteinfeger_info_ueberschrift_link
{
    text-decoration: none;
}

.aktuelles_text, .energienachrichten_text, .schornsteinfeger_info_text
{
    background-image: url(../images/rssiconklein.png);
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 25px;
    margin-top: 4px;
    height: 60px;
    text-decoration: none;
}

.aktuelles_text a
{
    Color:black;
    Text-Decoration:none;
}     

    .energienachrichten_text a
    {
        Color: black;
        Text-Decoration: none;
    }

    .schornsteinfeger_info_text a
    {
        Color: black;
        Text-Decoration: none;
    }

    .aktuelles_text > div > a > img, .aktuelles_weiter_link > img, .energienachrichten_text > div > a > img, .energienachrichten_weiter_link > img, .schornsteinfeger_info_text > div > a > img, .schornsteinfeger_info_weiter_link img
    {
        width: 10px;
        height: 10px;
        border: 0px;
    }

.aktuelles_weiter, .energienachrichten_weiter, .schornsteinfeger_info_weiter
{
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.aktuelles_weiter_link, .energienachrichten_weiter_link, .schornsteinfeger_info_weiter_link
{
    Font-Size: 12px;
    Text-Decoration: none;
}

.aktuelles_Panel_mitte
{
    width: 100%;
}
