/**
 * Styles für sanshine.de
 * (c) 2009, Benjamin Zaiser, info@benjamin-zaiser.de
 */
*{
  margin: 0px;
  padding: 0px;
}

/** 
 * Allgemeines
 */
body{
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #333300;
  background: #d0e000 url(../images/bg_x.jpg) repeat-x top left;
}

.page{
  background: url(../images/bg.jpg) no-repeat top left;
  position: absolute;
}

img{ border: 0px; }
.clearer{ clear: both; }
.left, .right{ float: left; }
address{ display: none; }

/** Links */
a{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  color: #666600;
}
a span{ display: none; }

div.hr{
  border: 0px;
  height: 2px;
  background: url(../images/spacer.navi.gif) repeat-x top left;
  margin: 12px 0px;
  margin: 10px 0 7px 0;
}
div.hr hr{ display: none; }


/**
 * Header
 */
.header{
  border-bottom: 1px solid #ffffff;
  width: 672px;
  height: 28px;
  margin: 67px 0px 0px 287px;
  position: relative;
}
.header #metanavi{
  padding-top: 2px;
}
.header #metanavi li{
  background: url(../images/spacer.metanavi.gif) no-repeat scroll 0 2px;
  display: inline;
  padding: 0 10px;
}
.header #metanavi li.first{ padding-left: 0px; background: none; }
.header #metanavi li a.active{
  color: #666600;
}
.header #metanavi li a.facebook{ padding: 0 10px; background: url("../images/button.fb.jpg") no-repeat; }

.header #quicksearch{
  position: absolute;
  top: 0px;
  right: 0px; 
}
.header #quicksearch fieldset{
  border: 0px;
  position: relative;
  width: 154px;
  height: 18px;
}
.header #quicksearch #inputfield{
  border: 0px;
  background: url(../images/bg.suchbox.gif) no-repeat top left;
  font-size: 10px;
  color: #ffffff;
  width: 132px;
  height: 20px;
  padding: 2px 0px 0px 5px;
  position: absolute;
  font-weight: bold;
  font-size: 10px;
}
.header #quicksearch #submitbutton{
  position: absolute;
  right: 0px;
  background: url(../images/bg.suchbutton.gif) no-repeat top left;
  width: 22px;
  height: 20px;
  border: 0px;
}



/**
 * Logo
 */
.logo{
  position: absolute;
  top: 145px;
  left: 62px;
} 



/**
 * Main Navi
 */
#navi{
  padding-left: 47px;
  list-style-type: none;
  width: 192px;
  margin-top: 121px;
  float: left;
} 
#navi li{
  background: url(../images/spacer.navi.gif) repeat-x bottom left;
  border: 1px transparent;
  padding-bottom: 2px;
}
#navi li.last{ background: none; }
#navi li a{
  display: block;
  padding: 11px 0px 10px 24px;
  background: no-repeat 0px 16px;
}
#navi li a:hover{
  background-image: url(../images/bg.navi.active.gif);
}
#navi li a.active{
  background-image: url(../images/bg.subnavi.active.gif);
  color: #666600;
}

/** Subnavi */
#navi ol {
  margin-left: 19px;
  margin-top: -10px;
  padding-bottom: 10px;
  list-style-type: none;
}
#navi ol li{
  background: none;
  padding-bottom: 0px;
}
#navi ol li a{
  padding: 2px 0px 2px 24px;
  background-position: 7px 8px;  
}




/**
 * Contentwrapper
 */
.contentwrapper{
  margin-left: 48px;
  float: left;
  width: 670px;
}

.contentwrapper h1{
  color: #ffffff;
  border-bottom: 6px solid #ffffff;
  margin-bottom: 36px;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
  width: 670px;
  height: 79px;
  position: relative;
}
.contentwrapper h1 span{
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 7px;
}
.contentwrapper h1 .ornament{
  background: no-repeat top left;
  display: block;
  width: 46px;
  height: 33px;
  position: static;
  float: left;
  margin-left: -10px;
  margin-right: 5px;
  margin-bottom: -6px;
  padding-bottom: 0px;
}
.contentwrapper h1 .ornament_1{ background-image: url(../images/ornament.1.gif); }
.contentwrapper h1 .ornament_2{ background-image: url(../images/ornament.2.gif); }
.contentwrapper h1 .ornament_3{ background-image: url(../images/ornament.3.gif); }
.contentwrapper h1 .ornament_4{ background-image: url(../images/ornament.4.gif); }
.contentwrapper h1 .ornament_5{ background-image: url(../images/ornament.5.gif); }
.contentwrapper h1 .ornament_6{ background-image: url(../images/ornament.6.gif); }
.contentwrapper h1 .ornament_7{ background-image: url(../images/ornament.7.gif); }

.contentwrapper .content{
  float: left;
  width: 468px;
  margin-right: 48px;
}
.contentwrapper .content .footer{
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  color: #ffff99;
  font-size: 10px;
  background: url(../images/butterfly.gif) no-repeat 0px 36px;
  height: 85px;
  margin-top: 23px;
  clear: both;
  position: relative;
}
.contentwrapper .content .footer .totop{
  top: 7px;
  right: 0px;
  position: absolute;
}

.contentwrapper .border{
  float: left;
  width: 154px;
}


/**
 * Address
 */
address{
  clear: both;
} 










/**
 * Bodytext
 */
.content{
  font-size: 12px;
}
.content h2{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 15px;
}
.content p.bodytext{
  margin-bottom: 23px;
  line-height: 16px;
} 


.content ul{
  list-style-type: none;
}
.content li{
  background: url(../images/bg.ul.gif) no-repeat 0px 7px;
  padding-left: 12px;
  line-height: 20px;
}

.content .csc-frame-rulerAfter{
  border-top: 1px dotted #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
}




/** 
 * Border bodytext
 */
.border h3,
.internalnews h3{
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 12px;
  margin-bottom: 8px;
  background: url(../images/spacer.navi.gif) repeat-x bottom left; 
}

.border h4,
.internalnews h4{
  display: none;
  font-size: 12px;
}

.border a,
.internalnews a,
.startseite .news-latest-item .news-latest-morelink a,
.news-list-item .news-list-morelink a{
  background: url(../images/a.newsmorelink.gif) no-repeat 0px 6px;
  padding-left: 15px;
  font-size: 11px;
}

.border .hrwegmacher,
.internalnews .hrwegmacher{
  height: 5px;
  background: #d0e000;
  margin-top: -10px;
  /** uiuiui, das ist böse */
}

.content .news-list-item p.bodytext,
.border p.bodytext{
  line-height: 15px;
  margin-bottom: 4px;
}




/**
 * Dateidownloads
 */ 
.filelinks{
  margin-bottom: 10px;
}
.filelinks .filecount{ display: none; }
.filelinks div{
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.filelinks h4{
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 12px;
}
.filelinks a{
  color: #ffffff;
}
.filelinks .filesize{
  display: block;
  margin-top: -16px;
  text-align: right;
}
.filelinks .pdf{ background-image: url(../images/pdf.gif) !important; }
.filelinks .xls{ background-image: url(../images/xls.gif) !important; }
.filelinks .doc{ background-image: url(../images/doc.gif) !important; }




/**
 * tt_news
 */

/** News-List */
.news-list-date{
  color: #ffff99;
}
.news-list-container .news-list-item{
   margin-bottom: 10px;
}
.news-list-container .news-list-date{
  display: block;
}
.content .news-list-container .bodytext{
  margin-bottom: 0px;
} 
.news-list-container .image{
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.tx-ttnews-browsebox{
  text-align: center;
}
.tx-ttnews-browsebox a{
  margin-right: 5px;
}
.tx-ttnews-browsebox strong a{
  color: #666600;
}
.news-list-container .news-list-browse.top{
  background: url(../images/spacer.navi.gif) repeat-x scroll left bottom;
  margin-bottom: 10px;
  padding-bottom: 10px;
}


/** News-Single */
.news-single-date{
  color: #ffff99;
}
.news-single-item h2{
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0px 0px !important;
  padding: 0px;
}
.news-single-item .image{
  float: right;
}
.news-single-backlink{
  margin-top: 20px;
}
.news-single-item .news-single-gallery a{ display: block; float: left; padding: 0 10px 10px 0; }




/**
 * IndexedSearch
 */ 
.tx-indexedsearch form fieldset{
  border: 0px;
}  
.tx-indexedsearch .searchbox-tmpl-css label {
  float: none;
  display: block;
  
  margin-bottom: 10px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
  width: 280px;
  border: 1px solid #999999;
  margin-bottom: 10px;
}
#tx-indexedsearch-searchbox-button-submit{

}
.tx-indexedsearch-res h3{
  font-size: 12px;
}
div.tx-indexedsearch-res div.tx-indexedsearch-res{
  border-bottom: 0px;
  padding-bottom: 0px;
  background: url(../images/spacer.navi.gif) repeat-x top left;
  margin: 12px 0px; 
  padding-top: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-weight: bold;
  font-style: normal;
}

.tx-indexedsearch-browsebox p{ display: none; }

.tx-indexedsearch-result-number{
  color: #ffffff;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
  display: none;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #666600;
  font-weight: normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: none;
  color: #666600;
  margin-top: 5px;
}



.content ul.browsebox{
  width: 100%;
  margin: 0px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  /**border-bottom: 1px solid #cccccc;**/
}
.content ul.browsebox li{
  background: none;
}
.content ul.browsebox li a{
  background: none;
  color: #424242;
  padding: 0px 5px;
}
.content ul.browsebox li a:hover{ color: #ff0000; }
.content ul.browsebox li.tx-indexedsearch-browselist-currentPage a{
  color: #ff0000;
  text-decoration: underline;
}





/**
 * Startseite
 */
.startseite .keyvisual{
/**  margin-bottom: 35px;*/
}
.startseite .content,
body.news-list .content{
  width: 670px;
  margin-right: 0px;
}

.startseite .contentwrapper h1{
  margin-bottom: 0px;
} 

.startseite .contentwrapper .news-latest-container,
body.news-list .news-list-item-container{
  margin-left: -31px;
  margin-bottom: 30px;
}
* html .startseite .contentwrapper .news-latest-container,
* html body.news-list .news-list-item-container{
  margin-left: -66px;
}

.startseite .contentwrapper .news-latest-item,
.news-list .news-list-item{
  float: left;
  width: 305px;
  height: 175px;
  overflow: hidden;
  border-top: 6px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-left: 33px;
  margin-top: 35px;
  padding-left: 12px;
  background: url(../images/bg.start.news-latest.gif) repeat-x top left;
}
.startseite .contentwrapper .news-latest-item .left,
.news-list .news-list-item .left{
  width: 200px;
  margin-right: 9px;
  height: 96px;
  position: relative;
  margin-bottom: 6px;
}
.startseite .contentwrapper .news-latest-item .left h2,
.news-list .news-list-item .left h2{
  position: absolute;
  bottom: 5px;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0px;
}
.startseite .contentwrapper .news-latest-item .left h2 .news-list-date,
.news-list .news-list-item .left h2 .news-list-date{
  display: block;
}
.startseite .contentwrapper .news-latest-item .bodytext,
.news-list .news-list-item .bodytext{
  clear: both;
  font-size: 11px;
  margin-bottom: 0px;
}

.news-list-browse.bottom{ clear: both; }


/** Zusätzliche interne News unterhalb den 4 Kasten */
.startseite .contentwrapper .internal-news{
  margin: 0px;
  margin-top: 33px;
  width: 100%;
}
.startseite .contentwrapper .internal-news h3,
.startseite h2{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 17px;
  border-bottom: 6px solid #ffffff;
  padding-bottom: 9px;
  margin-bottom: 5px;
}
.startseite h2{ margin-bottom: 0px; }
.startseite .contentwrapper .internal-news .news-latest-item{
  background: none;
  float: none;
  margin: 8px 0 0 0;
  padding: 0px;
  width: auto;
  height: auto;
  border: 0px;
}
.startseite .contentwrapper .internal-news .news-latest-item h4{
  display: none;
}
.startseite .contentwrapper .internal-news div.hr{
  margin-top: 11px;
  margin-bottom: 6px;
}





/**
 * Sitemap
 */
.content .csc-sitemap ul li{
  padding-left: 0px;
  background: url(../images/spacer.navi.gif) repeat-x scroll left bottom;
  padding-bottom: 2px;
  margin: 5px 0px;
  line-height: 17px;
}
.content .csc-sitemap ul li a{
  background: url(../images/bg.navi.active.gif) no-repeat 0px 7px;
  padding-left: 22px;
}

/** zweite Ebene */
.content .csc-sitemap ul li ul a{ background: none; padding: 0px; }
.content .csc-sitemap ul li ul{
  padding-left: 22px;
  margin-bottom: 5px;
}
.content .csc-sitemap ul li ul li{
  background: url(../images/arrow_ulul.gif) no-repeat 0px 8px;
  padding-left: 22px;
  border: 1px solid transparent;
  margin: 0px;
}

/** dritte Ebene */
.content .csc-sitemap ul li ul li ul{
  padding-left: 0px;
}
.content .csc-sitemap ul li ul li ul li{
  background: none;
}
.content .csc-sitemap ul li ul li ul li a{
  font-weight: normal;
}
