/* ************************** allgemeinde Styles ***************************** */


html, body      { margin:0; padding:0; height:100%; font: normal 11px/20px Verdana, serif; 
background-image: url(../images/background.gif); background-repeat: repeat-x;}
body            { }
a img           { border: 0; }

a               { color: #222; text-decoration: underline; }
a:hover         { color: #666; }

th,td           { text-align: left; vertical-align: top; }

select          { font: normal 11px/20px Verdana, serif; }

p { margin:0; padding: 0 }

br.clb{ clear: both; }


/* ************************** Struktursets ***************************** */

div#background{
    width: 100%;
    height: 100%;   
   /* background-image: url(../images/header_bckgrnd.jpg); background-repeat: repeat-x; */
   background-image: url(../images/solarclaim.gif); background-repeat: no-repeat; background-position: right top;
    position: absolute;
}

div#header{
    position: absolute;
    width: 1003px;
    border: 0px solid black;
    height: 199px;
    top: 0; left: 0;
    z-index: 90;
   /* background-image: url(../images/header_bckgrnd.jpg); background-repeat: repeat-x;*/
  /* background-image: url(../images/header_bck.gif);
   background-repeat: no-repeat;
   background-position: left bottom;*/
}
div#header a{
    color: #fff;
}

div#mainframe{
    position: relative;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    width: 1003px;
   /* background-image: url(../images/block_bckgrnd.gif); background-repeat: repeat-y;
    background-color: white;*/
}

div#block{
    min-height: 520px;
    height:auto !important;
    height:520px;
    width: 230px;
    border: 0px solid black;
    float: left;
    margin: 225px 0 0 0;
    padding-bottom: 30px;
}

div#body{
    min-height: 520px;
    height:auto !important;
    height:520px;
    width: 600px;
    border: 0px solid black;
    float: left;
    margin: 161px 0 0 0;
    position: relative;
}

div#footer{
    position:relative;
    bottom: 30px;
    width: 705px;
    height: 30px;
    padding: 7px 0 0 300px;
    margin: 0;
  /*  background-image: url(../images/block_bckgrnd.gif); background-repeat: repeat-y;*/
    background-image: url(../images/footer_line.gif); background-repeat: repeat-x;
    background-color: white;
    font-size:11px;
    color: #666666;
}
*+html div#footer{
    bottom: 0px;    
    margin-top: -30px;
}
* html div#footer{
    bottom: 0px;    
    margin-top: -30px;
}

#footer_claim{
    display: block; 
    float: left; 
    width: 330px;
}

#footer_navi{
    width: 360px;
    display: block;
    float: left;
    text-align: right;
}
#footer_navi a{
 margin-left: 15px;
    color: #666666;
    text-decoration: none;
}

#totop_navi{
    bottom: 30px;
    padding: 7px 0 0 921px;
    position: relative;
    color: #666666;
}
#totop_navi a{
    color: #666666;
    text-decoration: none;
}



.error{
 color: #f00;
}


/* ************************** Grund-Elemente HEADER ***************************** */

img#scn_logo{
    position: relative;
    top: 20px;
    left: 30px;
}

ul#hilfsnavi{
    position: absolute;
    left: 300px;
    top: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#hilfsnavi li{    
    float: left;
    margin-right: 14px;
}
ul#hilfsnavi li a{
    text-decoration: none;  
}
ul#hilfsnavi li.active{ 
font-weight: bold;
}

div#ausloggen{
    position: absolute;
    left: 855px;
    top: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#ausloggen a{
    text-decoration: none;  
}

#sprachselect_input{
color: white;
border: 1px solid #335c85;
}

div#sprachauswahl{
    position: absolute;
    top: 20px;
    left: 719px;
    z-index: 999;
    color: white;
}
div#sprachauswahl select{
    width: 100px;  
color: white;   
}

div#sprachauswahl img#sprachglobus{
    float: left; 
    margin-right: 5px;
}
#sprachselect_container{
    background-color: #003366;
}

div#suche{
    position: absolute;
    top: 155px;
    left: 0px;
    height: 36px;
    width: 249px;
    padding: 17px 0 0 30px;
  /*  background-image: url(../images/search_bckgrnd.jpg); background-repeat: no-repeat;*/
}

div#suche input#searchinput{
    border: 1px solid #335c85; 
    padding: 3px 3px 0 3px; 
    border-width: 2px 0 2px 2px;
    height: 17px;
    color: #fff;
    font: normal 11px Verdana, serif;
    width: 142px;
    background-color: #036;
}
div#suche #suchbutton{
    border:1px solid #335c85;
    border-width: 1px 1px 1px 0;
    position: absolute; 
}
* html div#suche #suchbutton{
    margin: 1px -4px;
}
*+html div#suche #suchbutton{
    margin: 1px -4px;
}

ul#hauptnavi{
    list-style-type: none;
    position: absolute;
    top: 165px;
    left: 287px;
    padding: 0;
    margin: 0;
    /*background-image: url(../images/dottedborder.gif);  background-repeat: no-repeat;*/
    background-position: left;
    z-index: 100;
}
* html ul#hauptnavi{
    margin-left: 1px;   
}

ul#hauptnavi li{    
    float: left;
    font: normal 14px/15px Verdana, serif;
}
ul#hauptnavi li a{
    display: block;
    height: 13px;
    padding: 10px 17px 10px 13px;   
    text-decoration: none;
  /*  background-image: url(../images/mainnavi.jpg); background-repeat: repeat-x;*/
    margin-right: -1px;
    border: 0;
    white-space: nowrap;
    
}
* html ul#hauptnavi li a{
    width: 10px;
    padding: 10px 17px 10px 13px;    
}/*
ul#hauptnavi li a:hover{
    color: #fff;
}*/
ul#hauptnavi li.active{
/*    background-image: url(../images/mainnavi_active.jpg); background-repeat: repeat-x;   */
    /* ACHTUNG! Styles ebenfalls in scn_script.js enthalten! */
}
ul#hauptnavi li.active a{
    color: #7f99b2;
}
ul#hauptnavi li a{
/*    background-image: url(../images/dottedborder.gif);  background-repeat: no-repeat;    */
background-image: url(../images/scn_trenner.gif); background-repeat: no-repeat;
    background-position: right 12px;
}


/* ************************** Grund-Elemente MAINFRAME ***************************** */

img.blockfoto{
 border: 1px solid #003366;
 border-width: 0 0 1px 0;
 margin-top: -2px;
 width: 230px;
 margin-bottom: -2px;
}

div#blockinhalt{
   position: relative;
   padding: 30px 30px;
}


#subnavi{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 200px;
    left: 0px;
    height: 25px;
    width: 621px;
  /*  background-color: #dedede; */
    border: 0;
/*    border-left: 2px solid white; */
    z-index: 200;
    padding-left: 290px;
    background-image: url(../images/header_bck.gif);
   background-repeat: no-repeat;
    background-color: #eeeeee;
    background-position: left bottom;
}

ul#subnavi li{  
    float: left;
    margin: -3px 3px 0 10px;
    padding: 7px 0 0 0 ;
}
ul#subnavi li.active{
    font-weight: bold;
}
ul#subnavi li a{
    text-decoration: none;
}

ul#subsubnavi{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 225px;
    left: 290px;
    height: 32px;
    border: 0;
    border-left: 2px solid white;
    z-index: 20;
  /*  background-image: url(../images/bck_subsubmenu.gif);  */
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
}
* html ul#subsubnavi{
    margin-top: -3px;
}

ul#subsubnavi li{   
    float: left;
    margin: -3px 3px 0 10px;
    padding: 8px 0 0 0 ;
}
ul#subsubnavi li.active{
    font-weight: bold;
}
ul#subsubnavi li a{
    text-decoration: none;
}
ul#subsubnavi li.firstsubsub{
 /*   background-image: url(../images/bck_subsubmenu_left.gif);  */
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin-left: 0px;
    height: 32px;
    padding-left: 10px;
}

* html ul#subsubnavi li.firstsubsub{
    background-position: 0 6px;
}

div.content{
    position: relative;
    padding: 100px 70px 75px 70px;  
    width: 480px;
}


div.content h1{
    font: normal 20px/26px Verdana, serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
div.content h2{
 font: normal 12px/18px Verdana, serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 30px;
}

div.content input, div.content textarea, div.content select{
    border: 1px solid #666; 
    padding: 4px 5px 1px 5px; 
    height: 17px;
    color: #999;
    font: normal 11px Verdana, serif !important;
    /* ACHTUNG! Styles ebenfalls in scn_script.js enthalten! */
    margin: 3px;
}

div.content select{
padding: 0x 0px 0px 0px !important;
background-color: #fff;
border: 1px solid #666; 
margin: 3px;
}

div.content fieldset{
    border: 1px dotted #9F9F9F;
    background-color: #DEDEDE;
    padding-bottom: 5px;
}

div.content legend{
    font-weight: bold;
    background-color: #dedede;
}

div.content textarea{
    height: 100px;
    line-height: 17px;
}

div.content label{
    display: block; float: left; text-align: right;
    margin: 3px;
    height: 17px;
}

div.content div#beratungsgutschein label, div.content div#rueckrufservice label, div.content div#login label{
 width: 98px; margin-right: 10px;
}
div.content div#beratungsgutschein label.rightlabel, div.content div#rueckrufservice label.rightlabel{
 width: 265px; margin-left: 10px;
 text-align:left;
}

div.content fieldset#referenzen label{
    width: 170px;
}

div.content fieldset#referenzen select{
    width: 158px;
}

div.content div#beratungsgutschein input, div.content div#beratungsgutschein textarea, 
div.content div#rueckrufservice input, div.content div#rueckrufservice textarea,
div.content div#login input{
 width: 282px;
}

.checkboxen{
    width: 13px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left !important;
}

div.content div#beratungsgutschein .checkboxen, div.content div#rueckrufservice .checkboxen{
    margin-left: 115px !important;
}

.submit_site{
    width: 107px !important;
    height: 26px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
#submit_plzsearch{
    border: 0 !important;
   padding: 4px 5px 1px !important; 
   width: 83px !important; 
   height: 26px !important;
   margin-top: -3px !important;
}


div.content input.refsearch{
    border: 1px solid #666; 
    height: 15px;
    color: #000;
    font: normal 11px Verdana, serif;
    margin: 3px;
    padding: 1px 0 0 3px;
    width: 152px;
}

.tr0 td, .tr1 td{
    padding: 3px 2px;
}
.tr0{
    background-color: #dedede;
}

.tr1{
    background-color: #fff;
}

.link_routeberechnen{
    background-color: #ccc;
    border: 3px solid #ccc;
    font-weight: bold;
    text-decoration: none;
    color: #003D8E;
}

/* ************************** JQUERY UI TABS ***************************** */

.ui-tabs-hide { display: none; }

div#tabs{
    position: relative; 
    margin-top: -33px;
    margin-left: -5px;
    width: 230px;
}

* html div#tabs{
    margin-top: -27px;  
}

*+html div#tabs{
    margin-top: -27px;  
}

div#tabs a:hover{
    color: black;   
}

div#tabs ul#list li {
    float: left;    
    margin-right: 0px;
}

div.texte{
    margin: 0 0 0 30px; 
}

.ui-tabs-panel{
padding-right: 30px;
}

/* Weitere Styles in tabs_skin.css */


#fragment-5 label{
    display: block; 
    float: left; 
    text-align: right;
    margin: 3px;
    height: 17px;
    width: 90px; 
    margin-right: 10px;
}
#fragment-5 input, #fragment-5 textarea, #fragment-5 select{
    width: 170px;
    margin-bottom: 10px;
    border: 1px solid #ffcc00;
    height: 16px;
    padding-left: 3px;
    color: #999;
    font-size:11px;
    padding-top: 4px;
}

#fragment-5 select{
    background-color:white;
    width: 83px;
    float: left;
    padding: 2px 0;
    height: 20px !important;
}
.nl_submit{
    width: 78px !important; height: 20px !important;
    float: left;
    margin-left: 4px;
    padding: 0 !important;
}


/* ************************** JQUERY ACCORDION ***************************** */
#accordion {
    margin-top: -5px;
}

#accordion h3{
    background-color: #fff;
    color: #003366;
    font-size: 11px;
    
    min-height: 23px;
    height: auto !important;
    height: 23px;
        
    padding-left: 33px;
    padding-top: 2px;
    font-weight: normal;
    margin: 0;
    border: 1px solid #036;
    border-width: 1px 0;
    margin-top: -1px;
    background-image: url(../images/widget_back_off.gif);
    background-repeat: no-repeat;
}
#accordion h3 a{
    text-decoration: none;
}
.ui-state-active h3 {
background-color: #003366 !important;
}
.ui-state-active a{
    color: #fff !important;
}

.h3_active{
background-color: #003366 !important;
background-image: url(../images/widget_back_on.gif) !important;
}
.h3_active a{
    color: white;
}

.ui-accordion-content{
    background-color: #fff5cc;
}
.accordion{
    background-color: #fff5cc;
    padding: 0 30px 18px 0;
    color: #003366;
    line-height: 18px;
}
.accordion a{
    text-decoration: none;
    color: #003366;
}

.dotted_hr{
    background-image: url(../images/dotted_hr.gif);
    height: 2px;
    background-repeat: no-repeat;
    margin-left: -33px;
    margin-top: 10px;
    margin-bottom: -13px;
    width: 230px;
}

.imagegallery img{
    border: 1px solid #003366;
    margin: 0 10px 10px 0;
}

/* ORIGINAL JQUERY CSS-STYLE
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion li {display: inline;}
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion  { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; min-height: 200px;}
.ui-accordion .ui-accordion-content-active { display: block; }
*/

#widget_8 { border: 1px solid #003366; }
.scn_reference_view { position: relative; left: -280px; top: -50px; width: 800px; font-size: 12px; }

* html .scn_reference_view
{
    left: -40px;
    top: -820px;
}

.scn_reference_view h2 {margin-bottom: 5px !important;}


.scn_america_box {
    padding: 5px 0 5px 5px;
    background: #FFF5CC;
    border: 1px solid #000;
    border-right: none;
    margin-top: -5px;
    color: #003366;
}


.scn_america_box img {
    margin-right:5px;
    position:relative;
    top:2px;
}

.scn_america_box a {
    text-decoration: none;
    font-weight: bold;
    color: #003366;
}

.scn_america_box a:hover {
    text-decoration: underline;
}


strong.forseo, b.forseo{
    font-weight: normal;
}


#radio1, #radio2
{
    width: 10px !important;
    float: left;
}


table input
{
    width: 100px !important;
}

table select
{
    width: 200px !important;
    height: 24px !important;
}

#aktion_stoerer{
    left:770px;
    position:absolute;
    top:200px;
    z-index:100;
}






.kontaktsuche{
    width: 100%;
    min-height: 70px;
    background-color: #eee;
    padding: 10px;
}
.kontaktsuche div{
    width: 200px;
    float: left;
}
.kontaktsuche_plz{
    font-weight: bold;
    color: #036;
    width: 60px !important;
}
h3.boxen{
    display: block;
    height: 38px;
    width: 189px;
    margin: 0 0 0 0;
    text-indent: -99999px;
}
h3#box1{
    background-image:url('../images/boxen/scn_kontakt_box.png');/*Hintergrundbild für Kontakt*/
}
h3#box2{
    background-image:url('../images/boxen/scn_aktionen_box.png');/*Hintergrundbild für Aktionen*/
}
.box{
    Background-image:url('../images/boxen/scn_box_rahmen.png');/*Hintergrundbild für Box-Inhalt*/
    background-repeat: no-repeat;
    height: 151px;
    width: 177px;
    padding-left: 12px;
    text-align: left;
    line-height: 12px;
    font-size:11px;
    padding-top: 2px;
}
.box a{
    color: #1f326c;
}
span.eyecatch{
    line-height: 25px;
    color: #1f326c;
    font-weight: bold
}
ul.boxpfeil{
    list-style: url('../images/boxen/pfeil.png') disc;
    display:block;
    line-height:25px;
    font-size:11px;
}
ul.boxpfeil li{
    margin:-3px 0 0 -16px;
}
.solar_bild{
    margin-left:3px;
}