@charset "utf-8";
/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

html, body {
    height:100%; /* Hhe ausdehnen, auch ohne Inhalt */
}

body {
    color:#000000;
    font-size:101%;
    font-family:"Helvetica";
    background:url(../images/BG.jpg) fixed 0px 0px;
}

body.popup
{
    background-image:none;
    background-color:#FFFFFF;
}

#werbung {
    position:absolute;
    margin-top:14px;
    margin-left:822px;
    z-index:10; /* Werbung immer im Vordergrund */
    padding:0px;
    background-color:transparent;
    width:120px;
    height:1201px;
}

#banner {
    margin:0;
}

* html #main {
    height:100%; /* Hhe anpassen, geht wegen IE6 Bug ber 100% hinaus (passt sich dem Inhalt an) */
}

#wrapper {
    margin-left:0px;
    margin-right:0px;
    /*height:100%;*/
}

#main {
    margin:0 0/*auto*/; 
    text-align:left;
    background-color:#FFFFFF;
    padding-left:12px;
    padding-right:12px;
    position:relative;
    min-height:100%;
    width:795px; /* + 15px padding-left + 15px padding-right = 880px */
}

/* HEADER BEGINN */

#header {
    clear:left;
    height:79px;
}

#header_line {
    background-color:#ffffff;
    width:795px;
    height:3px;
    font-size:2px; /* Fix fr IE6 - richtet sich an der Font-Hhe aus (Hhe - 1px) */
}

#logo {
    float:left;
    margin-top:10px;
    height:176px;
    display:inline; /* Umgeht das IE6 Problem mit der margin Wertverdopplung */
}

#header_text {
    margin-top:76px;
}



#header_bottom_linien {
    clear:left;
}

/* HEADER - ENDE */


/* CONTENT BEGINN */

#content {
    float:left;
    padding-top:0px; /* Zusatz-Abstand von Schrift */
    padding-bottom:0px;
    /*background-color:#FFFFFF;*/
}

#content * {

}


#artikel_link {
    float:right;
    color:#666666;
    position:relative;
    right:30px;
    background-image:url(/images/underline_grey.gif);
    width:168px;
    margin-top:12px;
    margin-bottom:25px;
}

#artikel {
    position:relative;
    top:15px;
    clear:both;
    float:left;
    width:432px;
    margin-bottom:15px; /* 40px Abstand */
}

#artikel_content {
    position:relative;
    padding-right:16px;
    padding-left:16px;
    
}
#artikel_content_faq_rechts {
    position:relative;
    padding-right:16px;
    padding-left:0px;
    
}

/* Spalte - 1 ENDE */

/* Spalte - 2 */


.headline {
    font-family:"Helvetica";
    font-size:16px;
    font-weight:normal;
    color:#394392;
    padding:16px 0px 0px 16px;
    line-height:30px;
}

.headline_inline {
    font-family:"Helvetica";
    font-size:16px;
    font-weight:normal;
    color:#394392;
    line-height:30px;
}

#headfaq_colour {
    font-family:"Helvetica";
    font-size:12px;
    color:#394392;
}

.artikel_text {
    font-family:"Helvetica"; 
    font-style:normal;
    font-size:12px;
    color:#666666;
    line-height:16px;
}

.text-right {
    float:right;
    text-align:right;
}


/* Link-Stile */
a {
    color:#394392;
    text-decoration:underline;
    font-family:"Helvetica";
    font-size:12px;
}

a:hover {
    color:#f6a400;
    text-decoration:underline;
    font-family:"Helvetica";
    font-size:12px;
}

a:active {
    color:#f6a400;
    text-decoration:underline;
    font-family:"Helvetica";
    font-size:12px;
}

a img {
    border:0px;
}

.drucken {
    float:left;
    margin-right:2px;
    width:41px;
    height:19px;
    background-image:url(/images/print.gif);
    background-repeat:no-repeat;
}

.drucken:hover {
    background-image:url(/images/print_hover.gif);
    background-repeat:no-repeat;
}


/* CONTENT ENDE */

/* FOOTER BEGINN */
#footer {
    background-color:#dddddd;
}

#footer_linien {
    clear:both;
}

#footer p {
    clear:both;
    font-size:10px;
    height:30px;
}

.footer_text a {
    padding-left:16px;
    font-family:"Helvetica";
    font-weight:normal;
    font-size:10px;
    color:#000000;
}

/* FOOTER ENDE */


#header_bottom_bild {
    float:left;
    background-image:url(../images/nav_SolarPaces.gif);
    background-repeat:no-repeat;
    background-color:#transparent;
    color:#dddddd;
    margin-bottom:8px; /* 8px unterhalb - 3px (Schrift)*/
    display:inline; /* Umgeht das IE6 Problem mit der margin Wertverdopplung */
    width:794px;
    height:70px;
    font-family:"Helevtica";
    font-size:14px; /* Fix fr IE6 - richtet sich an der Font-Hhe aus (Hhe - 1px) */
}

#header_nav {
    color:#dddddd;
    background-color:transparent;
    /* margin-bottom:0px; 8px unterhalb - 3px */
    margin-top:4px;
    margin-left:461px;
    width:500px;
    /*height:20px;*/
    display:inline;
    font-size:180%; 
    line-height:20px;
    /*border:1px solid #ddd;*/
    /*border-top:1px solid #ddd;*/
    /*border-bottom:1px solid #ddd;*/
    float:left;
    font-family:"Helvetica";
    font-size:15px; /* Fix fr IE6 - richtet sich an der Font-Hhe aus (Hhe - 1px) */
}

#header_helpnav {
    color:#dddddd;
    background-color:transparent;
    /*background-image:url(../images/bg_help_nav.gif);*/
    margin-bottom:1px; /* 8px unterhalb - 3px */
    margin-top:-3px;
    margin-left:389px;
    width:402px;
    display:inline;
    float:left;
    font-family:"Helvetica";
    font-size:15px; /* Fix fr IE6 - richtet sich an der Font-Hhe aus (Hhe - 1px) */
}

#header_bottom_linien {
    clear:left;
}


#spalte_links {
    background-color:#ffffff;
    position:relative;
    float:left;
    display:inline;
    width:388px;
    margin-right:16px;
    padding:0 0px 0 0px;
    z-index:1;
}

#spalte_links_faq {
    background-color:#ffffff;
    position:relative;
    float:left;
    display:inline;
    width:218px;
    margin-right:16px;
    padding:0 0px 0 0px;
    z-index:1;
}

#spalte_doppellinks {
    background-color:#ffffff;
    position:relative;
    float:left;
    display:inline;
    width:792px;
    /*border:1px solid #ddd;*/
    z-index:1;
}

#spalte_rechts{
    background-color:#ffffff;
    position:relative;
    float:left;
    /*display:inline;*/
    width:388px;
    /*border:1px solid #ddd;*/
}

#spalte_rechts_faq{
    background-color:#ffffff;
    position:relative;
    float:left;
    /*display:inline;*/
    width:526px;
    /*border:1px solid #ddd;*/
}

#spalte_rechts_inhalt {
    position:relative;
    padding:5px 0px 5px 0px;
}

#spalte_rechts_inhalt_border {
    position:relative;
    padding:5px 5px 9px 5px;
    border:1px solid #ddd;
}

#spalte_rechts_ohneborder{
    position:relative;
    padding:0px 0px 0px 0px;
}

#spalte_rechts_geteilt {
    float:right;
    width:47%;
        
}

#spalte_rechts_geteiltlinks {
    float:left;
    width:47%;
        
}


/* Klassen */

.bildunterschrift {
    margin-bottom:16px; /* 20px Abstand */
    font-family:"Helvetica";
    font-size:12px;
    font-style:italic;
    color:#dddddd;
}


.subheadline {
    font-family:"Helvetica";
    padding-right:30px;
    line-height:26px;
    font-size:14px;
    font-weight:normal;
    color:#666666;
    padding-right:16px;
    padding-left:16px;
}

#linkgrau {
    font-family:"Helvetica";
    font-weight:normal;
    color:#666666;
    text-decoration:underline;
}

.suchen {
    float:left;
    margin-right:2px;
    width:41px;
    height:19px;
    background-image:url(/images/search.gif);
    background-repeat:no-repeat;
}

.suchen:hover {
    background-image:url(/images/search_hover.gif);
    background-repeat:no-repeat;
}

#footer_linie_l {
    background-color:#394392;
    float:left;
    font-size:3px;
    height:4px;
    margin-bottom:10px;
    width:794px;
}

#footer_linie_lo {
    float:left;
    height:1px;
    margin-bottom:1px;
    width:360px;
    
}

#footer_linie_lxx {
    float:left;
    height:1px;
    margin-bottom:1px;
    width:4px;
}

#footer_linie_r {
    background-color:#394392;
    float:right;
    font-size:3px;
    height:4px;
    margin-bottom:10px;
    width:380px;
}

#navigation_extra {
    position:relative;
    top:10px;
    font-family:"Helvetica";
    font-size:12px;
    background-color:#000000;
    height:22px;
    width:634px;
}

.navigation_link:hover, .navigation_link_active {
    background-color:#dddddd;
    color:#f6a400 !important;
}

.navigation_link, .navigation_link_active {
    color:#394392;
    display:block;
    float:left;
    font-weight:bold;
    height:14px;
    margin:4px 0 0;
    padding:0pt 10px;
    text-decoration:underline;
}


#suche .suchfeld{
    width:143px; /* 137 - 4px */
    display:block;
    color:#ddd;
    float:left;
    height:15px;
    margin:138px 20px 0px 0px;
}



.bt_finden{
    display:block;
    width:49px !important;
    height:19px !important;
    margin:-30px 0px 0px 102px;
}



ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

/*#header_nav {float:left; width:100%; height:38px; background-image:url(../images/bg_nav.gif) background-color:#003871; font-size:83%; line-height:normal;}*/
#header_nav ul {margin:0; list-style:none;}
#header_nav li {display:inline; margin:0; padding:0;}
#header_nav a {
    float:left;
    background-position:0% -150px;
    margin:0;
    padding:0 10px 0 9px;
    border-bottom:0px solid #fff;
    text-decoration:underline;
}
/*#header_nav #current a {background-position:0 0; border-width:0; color:#e76b18;}
#header_nav a:hover {background-position:0% 0; background-color:#e76b18;}*/

#header_nav ul li a:hover, #header_nav ul li.active a {
    border-width:0; 
    color:#f6a400;
    background-position:0 0;
}

/*#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}*/
/*#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}*/

#suche input {
    border:1px solid #ddd;
    width:100px;
    height:20px;
    font-size:10px;
}
#suche input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 5px;
}

#suche input.seek {
    padding:2px 0 0 2px;
    font-size:12px;
    color:#767676;
}

#suche {
    position:absolute;
    top:156px;
    left:672px;
    height:20px;
    width:124px;
    color:#666666;
    font-size:12px;
    font-family:"Helvetica";
    margin-right:7px; /* 10px Abstand zur Schrift */
    display:inline; /* Umgeht das IE6 Problem mit der margin Wertverdopplung */
}

ul {list-style-type:disc; padding:0 0 0 14px;}

.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
    font-size:12px;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:11px;
    color:#333;
    line-height:14px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#394392;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#394392;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:12px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:396px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:396px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 40px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#ddd;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    /*background-image:url(../images/link_pfeil.gif);*/
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}
/* ###################################################### */
/* ####################### Program STYLES ############### */
/* ###################################################### */
.headbg {
    background-color:#3a4090;
    color: #FFFFFF;
    font-weight: bold;
    line-height:24px;
    padding-left:0.15em;
}
.headbgY {
    background-color:#ffe7ab;
    padding-left:0.15em;
}
.headbgG {
    background-color:#e9e9e8;
    padding-left:0.15em;
}
.headbgCG {
    background-color:#fef4dc;
    padding-left:0.15em;
}
.headbgYLH {
    background-color:#ffe7ab;
    line-height:8px;
}
.headbgGLH {
    background-color:#e9e9e8;
    line-height:8px;
}
.headbgCGLH {
    background-color:#fef4dc;
    line-height:8px;
}