@charset "utf-8";
/*
 * first import Eric Meyer's CSS-Reset
 * or any any other css-reset is needed, otherwise border, margins, paddings etc. have to be set to 0 for every element
 */
@import url('reset.css');

body {
  background-color: #e0e0e0;
  background-image: url(../layout_images/bg_rhenag.jpg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* suppress the dotted box around links after clicking */
a:focus {
  outline: none;
} 


/* ***************************** layout styles ***************************** */

#wrapper {
  width: 960px;
  min-height: 900px; /* ie6.css beachten */
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  position: relative;
}

#header {
  height: 141px;
  background-image: url("../layout_images/bg_header.jpg");
  background-repeat: repeat-x;
  position: relative;
}

  #title {
    position: absolute;
    right: 20px;
    top: 36px;
    height: 53px;
    font-size: 36px;
    font-weight: bold;
    color: #ff8d2f;
    text-align: right;
    line-height: 36px;
  }

  #logo {
    width: 231px;
    height: 87px;
  }
    
  #topnav {
    position: absolute;
    left: 6px;
    bottom: 0;
  }
    #topnav ul {
    }
      #topnav li {
        display: block;
        float: left;
        font-weight: bold;
        height: 42px;
      }
        #topnav li a {
          display: block;
          color: #fff;
          padding: 20px 10px 0;
          text-decoration: none;
        }
      #topnav li.active {
        background-color: #a61818;
        background-image: url("../layout_images/nav_current.jpg");
      }
        #topnav li.active a {
          color: #555555;
        }


#headerimage {
  background-color: #f3e1c7;
  width: 780px;
  /*height: 124px;*/
  height: 0;
  padding-top: 10px;
  margin-bottom: 6px;
}
body.fullwidth #headerimage {
  display: none;
}

#sidenav {
  float: left;
  width: 180px;
  margin-top: 10px;
  background-image: url(../layout_images/logo_sonnenblume_navi.png);
  background-repeat: no-repeat;
  background-position: 20px 0;
  padding-top: 210px;
  position: relative;
}
  #logo_sunflower {
    background-image: url(../layout_images/logo_sonnenblume_navi.png);
    background-repeat: no-repeat;
    width: 165px;
    height: 200px;
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
  }
/*  #sidenav h2 {
    color: #ff8d2f;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
*/
  #sidenav ul {
    padding: 5px 0 5px 40px;
    border-top: 1px solid #f9d090;
    border-bottom: 1px solid #f9d090;
    color: #8a8a8a;
    line-height: 22px;
  }
    #sidenav li {
      margin-top: 3px;
    }
      #sidenav li a {
        color: #8a8a8a;
        display: block;
        text-decoration: none;
        margin-left: -30px;
        padding-left: 30px;
      }
      #sidenav li a:hover,
      #sidenav li.active a {
        background-image: url("../layout_images/bullet_arrow_active.gif");
        background-position: 0 -6px;
        background-repeat: no-repeat;
      }
body.fullwidth #sidenav {
  display: none;
}


#main_content_shadow_top {
  background-image: url("../layout_images/shadow_main_content_top.png"); /* ie6.css beachten */
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 7px;
  width: 595px;
  margin-left: 192px;
  /* ie6.css beachten: margin-bottom: -7px; */
}
body.fullwidth #main_content_shadow_top {
  display: none;
}
#main_content {
	width: 555px;
  margin-left: 192px;
  padding: 5px 15px 5px 25px;
	color: #555555;
	/*overflow: auto;*/
  background-image: url("../layout_images/shadow_main_content_mid.png"); /* ie6.css beachten */
  background-position: 0 0;
  background-repeat: repeat-y;
  line-height: 16px;
}
body.fullwidth #main_content {
  width: 780px;
  padding: 5px 90px 5px 90px;
  margin-left: 0;
  background-image: none;
}
#main_content_shadow_bottom {
  background-image: url("../layout_images/shadow_main_content_bottom.png"); /* ie6.css beachten */
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 595px;
  height: 7px;
  margin-left: 192px; /* ie6.css beachten: 195px */
}
body.fullwidth #main_content_shadow_bottom {
  display: none;
}

body#sparflug #main_content {
  width: 588px;
  padding: 0 6px 0 0;
}

#sidebar {
  position: absolute;
  right: 7px;
  top: 142px;
}
  #sidebar .sidebarbox {
    background-image: url("../layout_images/shadow_sidebarbox_mid.png"); /* ie6.css beachten */
    background-position: right 0;
    background-repeat: repeat-y;
    padding-right: 7px;
    width: 151px;
    /* height: 280px; */
    margin-bottom: -5px;
    background-color: #fff;
  }
    #sidebar .sidebarbox h3.boxheader {
      background-image: url("../layout_images/bg_boxheader_sidebarbox_header.png");
      background-repeat: repeat-x;
      height: 38px;
      line-height: 38px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      padding-left: 10px;
    }
    #sidebar .sidebarbox h3.boxheader a {
      color: #fff;
      text-decoration: none;
    }
    #sidebar .sidebarbox img {
      display: block;
    }
    #sidebar .sidebarbox p {
      font-size: 11px;
      font-weight: 200;
      color: #b0b0b0;
      margin: 5px 10px;
      line-height: 14px;
    }
  #sidebar .sidebarbox_shadow_bottom {
    background-image: url("../layout_images/shadow_sidebarbox_bottom.png"); /* ie6.css beachten */
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 157px;
    height: 13px;
    margin-bottom: 29px;
  }
body.fullwidth #sidebar {
  display: none;
}

#footer {
  clear: both;
}


#frontpageslider_outer {
  position: relative;
  width: 780px;
}
  #arrow_slider_left {
    background-image: url(../layout_images/arrow_slider_left.png);
    left: 0;
  }
  #arrow_slider_right {
    background-image: url(../layout_images/arrow_slider_right.png);
    right: 0;
  }
  #frontpageslider {
    position: relative;
    overflow: hidden;
    width: 680px;
    height: 140px;
    margin-left: 50px;
  }
    #fontpageslider_mask_left,
    #fontpageslider_mask_right {
      position: absolute;
      z-index: 10;
      top: 0;
      height: 100%;
      background-color: #fff;
      opacity: 0.7;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	    filter: alpha(opacity=70);
    }
    #fontpageslider_mask_left {
      left: 0;
      width: 266px;
    }
    #fontpageslider_mask_right {
      right: 0;
      width: 258px;
    }
    #frontpageslider_inner {
      width: 4500px;
      position: relative;
      left: -190px;
    }
    #frontpageslider_inner a.intheslider {
      border: 3px solid #ddd;
      border-left: 0;
      display: inline-block;
      zoom: 1;
      *display: inline;
      position: relative;
      height: 100px;
      
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      color: #0c0e47;
      line-height: 21px;
      border-image: initia
    }
    .frontpagecontent {
      width: 310px;
      margin-left: 318px;
    }
    #arrow_slider_left,
    #arrow_slider_right {
      display: block;
      position: absolute;
      top: 30px;
      width: 50px;
      height: 50px;
      z-index: 100;
      cursor: pointer;
    }

.page_lead {
  width: 550px;
  height: 366px;
  position: relative;
  margin-bottom: 15px;
}
  #main_content .page_lead h2 {
    position: absolute;
    left: 20px;
    top: 250px;
    width: 455px;
    height: 55px;
    margin: 0;
    padding: 0;
    background-color: #f08a01;
    color: #fff;
    z-index: 2;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
  }
    #main_content .page_lead h2 span {
      text-align: left;
      display: inline-block;
      zoom: 1;
      *display: inline;
    }
  #main_content .page_lead h3 {
    position: absolute;
    left: 46px;
    top: 260px;
    width: 448px;
    height: 45px;
    padding: 45px 5px 0 5px;
    margin: 0;
    background-color: #0c0e47;
    color: #fff;
    z-index: 1;
    text-align: center;
    font-weight: normal;
  }
    #main_content .page_lead h3 span {
      display: table-cell;
      height: 45px;
      width: 448px;
      vertical-align: middle;
      text-align: center;
    }
      #main_content .page_lead h3 span span {
        display: inline-block;
        width: auto;
        height: auto;
        text-align: left;
        zoom: 1;
        *display: inline;
        *padding-top: 8px;
      }
.fullwidth .page_lead {
  width: 780px;
  height: 289px;
  margin-bottom: 40px;
}
.fullwidth #main_content .page_lead h2 {
  left: 235px;
  top: 45px;
}
.fullwidth #main_content .page_lead h3 {
  left: 261px;
  top: 55px;
}


#main_content .imagegallery {
  margin-bottom: 15px;
}
  #main_content .imagegallery ul {
    list-style-type: none;
    margin: 0;
  }
    #main_content .imagegallery li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 0;
    }
      #main_content .imagegallery li:first-child img {
        border-left: 2px solid #ddd;
      }
      #main_content .imagegallery li img {
        border-style: solid;
        border-color: #ddd;
        border-width: 2px 2px 2px 0;
      }

/* ***************************** content styles ***************************** */

#main_content h2 {
  color: #ff8d2f;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 23px;
}

#main_content p,
#main_content .p {
  line-height: 16px;
  margin-bottom: 1em;
}

#main_content a {
  color: #ff8d2f;
  text-decoratuion: none;
}

#main_content h3 {
  font-size: 12px;
  font-weight: bold;
  color: #ff8d2f;
  line-height: 16px;
  margin-bottom: 10px;
}

#main_content ul, ol {
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 40px;
}

table.issuertable th,
table.issuertable td {
  border-left:1px solid #bbbbbb;
  text-align: left;
  padding:4px;
}
  table.issuertable tr.oddrow {
    background-color: #e87301;
  }

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.noFloatLeft {
  float: none;
  text-align: left;
}

.noFloatCenter {
  float: none;
  text-align: center;
}

.noFloatRight {
  float: none;
  text-align: right;
}

.errormessage {
  color: #8e1e04;
}

.infopackageform_selector_checkbox {
  float: left;
  width: 40px;
}

.infopackageform_selector_label {
  margin-left: 40px;
}

#main_content .foldertrigger.open,
#main_content .foldertrigger.closed {
  cursor: pointer;
  background-color: #ff8d2f;
  border-color: #f5f5f5 #dddddd #dddddd #f5f5f5;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  margin: 0 0 4px;
  padding: 3px 5px 1px;
}
#main_content .foldertrigger.open {
  color: #41464d;
}
#main_content .foldertrigger.closed {
  color: #ffffff;
}



#flashoverlay,
#lightbox {
  display: none;
  background-color: #ffffff;
  border: 3px solid #cccccc;
  z-index: 100;
  box-shadow: 0 0 10px #000;
}
  #flashoverlay .close,
  #lightbox .close {
    width: 36px;
    height: 36px;
    background-image: url(../layout_images/button_close.png);
    cursor: pointer;
    position:absolute;
    right: -27px;
    top: -27px;
  }
#flashoverlay {
  width: 960px;
  height: 540px;
}
#lightbox {
}
