html {
    overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width:100%;
  background: url(../images/layout/body_bg.jpg) repeat-x fixed center 0 transparent;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;

  line-height: 120%;
}

* { margin: 0; padding: 0; }

.clearfix:after,
.completition:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.clear { clear: both; }
.hidden { display: none; }
/*
a {
  color: #ef7a10;
  text-decoration: none;
}*/

a {
  color:#173F88;
  text-decoration:none;
}

#col3 a {
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

a.download {
  padding-left: 13px;
  background: url(../images/layout/icon-download.png) 0 center no-repeat;
}
#col1 p a.internal-link {
  padding-left: 13px;
  color:#173F88;
  background: url(../images/layout/icon-internal-link.png) 0 center no-repeat;
}
#col1 .ui-accordion p a.external-link,
#col1 .ui-accordion p a.external-link-new-window {
  padding-left: 13px;
  color:#173F88;
  background: url(../images/layout/icon-internal-link.png) 0 2px no-repeat;
}
h1, h2, h3 {
  margin: .5em 0 .5em 0;
  padding:0;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
  color: #fff;
}

#col3 h1, #col3 h2, #col3 h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 .25em 0;
}

#col1 h1, #col1 h2, #col1 h3 {
    font-weight: normal;
    color: #ef7a10;
}

#col1 h1 {
    margin-top: 1em;
    font-size: 1.5em;
    line-height: 1.3em;
}

#col1 h2 {
    font-size: 1.25em;
}

#col1 h3 {
    font-size: 1em;
}




p {
  margin: 0 0 1em 0;
  padding:0;
  line-height: 125%;
}

#col1 ol {
  margin: 0 0 1em 1.5em;
}
#col1 ul {
  margin: 0 0 1em .25em;
}
#col1 ul li {
  list-style: none;
  background: url(../images/layout/3rd-level-navigation-hover.png) 0 2.5px no-repeat;
  padding-left: 18px;
}

#col1 ul li, #col1 ol li {
  margin-bottom: .25em;
}

#header {
    position: relative;
    width: 600px;
    height: 95px;
    padding:0;
    margin: 60px 0 0 189px;
    /* background: transparent url(../images/layout/header-bg.png) 0 0 no-repeat; */

    -webkit-border-top-right-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;

  background: #fff;
}

h1#logo {
  position: absolute;
  top: 24px;
  right: 65px;
  margin: 0;
  padding: 0;
  width: 256px;
  height: 55px;
}

h1#logo a {
  display: block;
  width: 256px;
  height: 55px;
  background: transparent url(../images/layout/sunenergy-logo.png) 0 0 no-repeat;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  padding-right: 24px;
}

#colmask {
  position:relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  width: 980px;      /* width of whole page */
  margin: 0;
  overflow:hidden;    /* This chops off any overhanging divs */
  background: transparent;    /* Left column background colour */
}

#colmid {
  float:left;
  width:200%;
  position:relative;
  left:200px;
  background: transparent;      /* Centre column background colour */
}

#colright {
  float:left;
  width:100%;
  position:relative;
  left:50.5%;
  margin-left:-400px;
  background: transparent;      /* Right column background colour */
}

#col1wrap {
  float:right;
  width:50%;
  position:relative;
  right:100%;
}

#col1pad {
  margin:0 0 0 380px;
  overflow:hidden;
}

#col1 {
  width:100%;
  min-height: 500px;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 12px;
  overflow:hidden;
  background: #fff url(../images/layout/col1-bg.jpg) 0 top no-repeat;
}

#col1 .inner {
  margin: 0px 16px 16px 16px;
}

#col2 {
  width:190px;
  float:left;
  position:absolute;
  left:-790px;
  overflow:hidden;
}

#col3 {
  float:left;
  width:190px;
  padding: 0;
  position:relative;
  left: 0;
  overflow:hidden;
  color: #fff;
  /* margin-left:-95px;*/

}

#footer {
    clear:both;
    width: 600px;
    padding: 0;
    margin: 0 0 12px 189.5px;
    /* background: transparent url(../images/layout/footer-bg.png) 0 bottom no-repeat; */
    -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;

  background: #fff;
}

#footer .inner {
  padding: 12px;
}

/** Navi Left **/
div.menu_left {
  /* background: transparent url(../images/layout/left-box-top.png) 0 0 no-repeat; */
  background: transparent url(../images/layout/left-box-body.png) 0 -10px no-repeat;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;

  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-left-radius: 9px;

  padding-top: 20px;
}
ul.menu_left {
  list-style: none;
  min-height: 186px;
  padding: 0 7px 24px 14px;
  background: transparent url(../images/layout/left-box-body.png) 0 -10px no-repeat;
    -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
ul.menu_left ul {
  display: none;
  list-style: none;
  padding-left: 12px;
}
ul.menu_left .cur ul,
ul.menu_left .act ul {
  display: block;
}
ul.menu_left li {}
ul.menu_left li a {
  display: block;
  padding-top: 1px;
  padding-bottom: 2px;
  color: #fff;
  font-weight: bold;
}
ul.menu_left li li a {
  font-weight: normal;
}
/*ul.menu_left li.act > a,*/
ul.menu_left li a:hover {
  color: #ef7a10;
  text-decoration: none;
}

ul.menu_left li a {
  padding-left: 15px;
}

ul.menu_left li.cur > a,
ul.menu_left li a:hover {
  color: #ef7a10;
  text-decoration: none;
  background: transparent url(../images/layout/3rd-level-navigation-hover.png) 2px center no-repeat;
}

/** Service Menu **/
.service-menu {}
.service-menu ul.horizontal-menu {
  list-style: none;
  margin-left: 6px;
}

.service-menu ul.horizontal-menu li {
  float: left;
  margin-right: 12px;
}

.service-menu ul.horizontal-menu li a {
  color: #003a7c;
  font-weight: bold;
}

/** Slider Wrapper**/
#slider {
  width: 600px;
  height: 230px;
  margin-top: -36px;
}

/** Content Element Right Boxes **/
#col3 > div {
  padding: 0 0 45px 0;
  margin: 0;
}

#col3 .csc-textpic,
#col3 .csc-textpic-imagewrap {
  height: auto;
  padding: 0;
  margin: 0;
}

#col1 .csc-textpic-imagewrap ul {
  list-style-type: none;
  margin-left: 0;
}
#col1 .csc-textpic-imagewrap ul li {
  padding: 0;
  background: transparent;
}
#col1 .csc-textpic-imagewrap ul li img {
  display: block;
  margin-bottom: 13px;
}

#col3 .csc-textpic-imagewrap img {
  display: block;
}

#col3 DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
    margin-bottom: 0;
}

#col3 .csc-textpic-text {
  padding: 9px 7px 7px 14px;
  background: transparent url(../images/layout/right-box-body.png) 0 -10px no-repeat;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;

}

/** Multicontent Elements **/

.tx-jfmulticontent-pi1 {
  float: left;
  width: 100%;
  margin-right: -12px;
  margin-bottom: 14px;
}
.tx-jfmulticontent-pi1 .subcolumns.equalize {
  float: left;
}

.tx-jfmulticontent-pi1 .subcolumns.equalize .c33l,
.tx-jfmulticontent-pi1 .subcolumns.equalize .c33r {
  float: left;
  width: 180px;
  margin-left: 0;
}
.tx-jfmulticontent-pi1 .subcolumns.equalize .c33l {
  margin-right: 14px;
}

.tx-jfmulticontent-pi1 .subcolumns.equalize .subcl,
.tx-jfmulticontent-pi1 .subcolumns.equalize .subcr {
  padding: 0;

}

.tx-jfmulticontent-pi1 .subcolumns.equalize  DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom: 0;

  /*  -webkit-border-top-right-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;*/
}

.tx-jfmulticontent-pi1 .subcolumns.equalize .box_teaser .csc-textpic .csc-textpic-text {
  /*-webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;*/

  background: #005e9b;

    /*background: url(../images/layout/multicontent-box-bg.jpg) 0 bottom no-repeat; */
}
.tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic .csc-textpic-text {
  /*-webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;*/
  height: 69px;
  background: #ef7a10;

    /* background: url(../images/layout/multicontent-box-bg-blue.jpg) 0 bottom no-repeat; */
}
.tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic-text {
  color: #fff;
  min-height: 58px;
  padding: 3px 6px;
}
#col1 .tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic-text h1,
#col1 .tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic-text h2,
#col1 .tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic-text h3 {
  font-size: 1em;
  margin: .5em 0 .25em 0;
  color: #fff;
  font-weight: bold;
}
#col1 .tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic-text p {
  line-height: 120%;
}
#col1 .tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic-text p a.internal-link {
  color: #fff;
  font-weight: bold;
  padding-left: 0;
  background: none;
}

#col1 #slider .tx-jfmulticontent-pi1 {
  clear: both;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 155px;
}
#col1 .anythingSlider .anythingBase {
  margin: 0;
}
#col1 .anythingSlider-minimalist-square {
  padding: 0;
}

#col1 .anythingSlider-minimalist-square.activeSlider .anythingWindow {
  border: none;
}

#col1 .tx-jfmulticontent-pi1 li.panel {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

#col1 .anythingSlider-minimalist-square .arrow a {
    background-image: url(../images/layout/arrows-sunenergy.png);
}

.ui-accordion .ui-accordion-header{

 margin-top:7px;
}
.ui-accordion DIV.csc-textpic DIV.csc-textpic-imagewrap {
  margin-right: 16px;
}


/*jfmulticontent arrow symbol*/

.ui-state-default .ui-icon {
  background-image: url(../images/layout/jfmulticontent_icons.png);
}



/** Langselect **/
#langselect {
  position: absolute;
  top: 40px;
  left: 24px;
  color: #ef7a10;
  font-weight: bold;
}
#langselect form {
  float: left;
}
#langselect label {
  float: left;
  margin: 1px 0 0 6px;
}
/**For slider header.**/
  #slider_header{
    width:4800px;
    height: 230px;
    position: absolute;
    background: transparent;
    list-style: none;
    overflow: visible !important;
    top: 0;
    padding: 0;
    margin: 0;
  }
  .slider_child{
    float:left;
    width:600px;
    height:230px;
  overflow:hidden;
  }
  #slider_left{
    display: block;
    width: 30px;
    height: 40px;
    margin: -20px 0 0 0;
    text-align: center;
    outline: 0;
    background-image: url(../images/layout/arrows-sunenergy.png);
    background-position: right top;
    position: absolute;
    top: 110px;
    right: 0;
    cursor: pointer;
  }
  #slider_left:hover{
    top:48.5%;
  }
  #slider_right{
    display: block;
    width: 30px;
    height: 40px;
    margin: -20px 0 0 0;
    text-align: center;
    outline: 0;
    background-image: url(../images/layout/arrows-sunenergy.png);
    background-position: left bottom;
    position: absolute;
    top:110px;

    cursor: pointer;
  }
  #slider_right:hover{
    top:48.5%;
  }
.anythingSlider{
     position:relative;
  }


/* --------------- */
/* tt_news         */
/* mib, 2012-02-16 */
/* --------------- */

p.news-single-imgcaption {
    font-size: 10px;
    text-align: right;
}

div.news-single-backlink {
    display: none;
}

div.news-list-item-block1 {
    width:100%;
}
div.news-list-item-block1 a{
    width:100%;
    margin: 6px 0 8px;
    color: #ef7a10;
}


div.news-list-item-block1 a:hover{
    width:100%;
    margin: 6px 0 8px;
    color: #173F88;
  text-decoration:none;
}

div.news-list-item-block2 {
    float: left;
    margin: 0px 10px 0px 0px;
}

div.news-list-item-block2 a{

}

div.news-list-item-block3 {
    float: left;
    margin: 0 0 0 0px;
    width: 350px;
}

div.news-list-item-block3 a {
  color: #ef7a10;
}

div.news-list-item-block3 a:hover{

    color: #173F88;
  text-decoration:none;
}

div.news-single-files-linkwrapper a {
    color: #173F88;
}

div.clearer {
    clear: both;
    padding: 20px 0px 0px 0px;
}

div.news-list-date2 {
    clear: both;
    color: #173F88;
    padding: 0px 10px 7px 0px;
    display: block;
    font-size: 11px;
}

div.news-list-item-title {
    margin: 0px 0px 5px 0px;
}

div.news-single-date {
    color: #173F88;
}

span.news-single-files-caption {
    display: none;
}

div.news-single-files-linkwrapper a {
    padding: 0px 1em 0px 0px;
}

div.news-single-item div.news-single-files {
    background: url("../images/download_arrow.gif") no-repeat scroll 0 3px transparent;
    padding: 0 0 0.7em;
}

div.news-single-files {
    padding: 0px;
}

span.news-list-morelink {
    display: block;
    color: #173F88;
    padding: 0px;
}

span.news-list-morelink a {
    color: #173F88;
}

div.news-single-item {
    margin-top:20px;
}

#col1 div.news-single-item h1 {
    margin-top: 0px;
}


//jfmulticontent

div.ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active {
 width:670px;

}


//News

div.news-list-item  a{
  color:#173F88;
  text-decoration:none;
}





.news_minus{
  display:none;
}

news-list-item div {
 float:left;

}

.news-single-related, .news-single-files, .news-single-links {

}

.clearer_news{

 margin: 0px 0px 20px 0px;
 border-bottom:1px solid #ccc;

}


.slider_headline{
 font-size: 30px;
  color: white;
  position: absolute;
  margin: 30px;
  font-weight: 800;


}

.news-list-container IMG{
  float:left;
  margin:0px;
}
.news-single-files-linkwrapper{

}

/* Accordion */

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
}

.ui-widget-content {
    background-image: url();
    background-color: #eee;
}

.ui-accordion .ui-accordion-content {
    padding: 0px 0px 16px 16px;
}

a.teaser_box_link_text {
    color: #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #003A7C;
}

span.showelement, div.hideelement {
    cursor: pointer;
}

#col1 .tx-jfmulticontent-pi1 .subcolumns.equalize .csc-textpic-text p a.internal-link {
    font-weight: normal;
}

.s_arrow{
     background: url(../images/layout/arrow.png) no-repeat 0px -15px;
}
.s_arrow:hover{
  background-position: 0px -1px;
}
.s_arrow a:hover{
  background-image: none !important;
}

/*Referenzenseite*/

div.imageBox {
  float:left;
}

div.refBox {
  float: right;
  width: 72%;
  margin-left: 0px;
  margin-bottom:10px;
  margin-top:10px;
}

div.refBox p{
 margin-bottom: 5px;
  word-wrap: break-word;

}

div.refBox p a{
  display:block;
  font-weight:bold;
  margin-bottom:10px;
}

span.reflabel {
    color: #003A7C;
    font-weight: bold;
    margin-right:5px;
}

div.refBox p.reftitle{
    color:#EF7A10;
    font-weight:bold;
}

.reference {
    border-bottom: 1px dotted;
    margin-bottom: 5px;
    overflow:auto;
}

.imageBox > img {
    margin-top: 12px;
}

.reference img {
    width: 150px;
    height: 103px;
}

/*.rss_container{
 position: relative;
 left: 102px;
 top: 2px;

}*/
.rss_container{
    position: relative;
    left: 102px;
    top: 5px;
}

.youtubevideo{
 margin-top:10px;

}

/*flickrset Extension*/

.tx-flickrset-pi1-list-image {
    margin-left: 2%;
    width: 133px;
    height:200px;
    margin-top:4px;
}

.fancyzoom > img {
    width: 133px;
    word-wrap:break-word
}

.tx-flickrset-pi1-list-image h5.imgdesc {
    color: #004E8c;
}

.tx-flickrset-pi1 {
    margin-top: 3%;
    margin-left:-2%;
}

table.ansprechpartner {
    width: 600px;
}

/* Teaser Startseite */
#c1 img, 
#c3 img, 
#c4 img, 
#c5 img, 
#c6 img, 
#c7 img, 
#c262 img, 
#c263 img, 
#c264 img, 
#c265 img, 
#c266 img, 
#c267 img {
    height: 80px !important;
    width: 180px !important;
}

#c1 .csc-textpic-imagewrap.csc-textpic-single-image,
#c3 .csc-textpic-imagewrap.csc-textpic-single-image,
#c4 .csc-textpic-imagewrap.csc-textpic-single-image,
#c5 .csc-textpic-imagewrap.csc-textpic-single-image,
#c6 .csc-textpic-imagewrap.csc-textpic-single-image,
#c7 .csc-textpic-imagewrap.csc-textpic-single-image,
#c262 .csc-textpic-imagewrap.csc-textpic-single-image,
#c263 .csc-textpic-imagewrap.csc-textpic-single-image,
#c264 .csc-textpic-imagewrap.csc-textpic-single-image,
#c265 .csc-textpic-imagewrap.csc-textpic-single-image,
#c266 .csc-textpic-imagewrap.csc-textpic-single-image,
#c267 .csc-textpic-imagewrap.csc-textpic-single-image {
    width:180px!important;
}


span.langlabel{
    position: relative;
    left: 21px;
    top: 20px;
    color: #003a7c;
    font-weight: bold;
}


/* Leistungsübersicht*/

.completitionList{
   margin-top:30px;  
  
}


.completition {
   padding-right:30px;
}

.imageContainer {
    clear: both;
    float: left;
    height: 200px;
    position: relative;
    vertical-align: top;
    width: 200px;
    /*margin: 0 30px 36px 0;*/
    margin: 0 30px 16px 0;
  
}

.imageContainer img {
  height: auto;
  margin: 0;
  position: absolute;
  border:0px;
}

.completition a{
    color: #173f88;
    text-decoration: none; 
}

.textCompletition {
    margin-left: 210px;
    margin-right: 35px;
    position: absolute;
}

/*
.completition span.morelink a {
color: #173F88;
background: url("../images/layout/icon-internal-link.png") no-repeat scroll 0 center transparent !important;
padding-left: 13px !important;
}*/


/* Formular Herbststurm */

p.stormform_error {
    color: red;
    font-weight: bold;
}    
    
form.formhandler dd {
    margin: 0px 0px 1em 0px;
}    

