/*  WESS
    stodeweg Media 2012
    Timo Nooitrust
    * {border:1px solid red}
*/

/* reset all browser default styling */
/* import example.css for default styling of content elements  */


/* -------------------------  HTML START ------------------------- */
html {
  overflow-y: scroll;
  background-color: LightGray;
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  font-family: 'Signika Negative', sans-serif;
  line-height: 1.3;
  font-size: 14px;
  background: url("../images/background_top.png") repeat-x scroll center 0 transparent;
  color: DimGray;
  -webkit-text-size-adjust:none;
}
a:link, a:visited {
	color:DarkGray;    
}
img.mail {
    background-color:DarkGray;
}
a:hover {
	text-decoration:none;    
}
#content { 
    clear:both;
}
b { 
  font-weight: 600;
}
#wrapper-content {
  background: url("../images/background_content.png") repeat scroll 0 0 transparent;    
  margin: 0 auto -165px;
  width: 964px;
  padding: 0 18px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
h1 {font-size: 24px; font-weight: 600;}
h2 {font-size: 22px; font-weight: 600;}
h3 {font-size: 24px; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
/* TYPO3 */
.align-justify { text-align:justify; }
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center; }
.csc-frame-frame2 { border: 1px solid #252525;
  background-color: #f5ffaa; padding: 7px; }
.csc-frame-frame1 { border: 1px solid #252525;
  background-color: #edebf1; padding: 7px; }
.detail { color: #186900; }
.name-of-person { color: #10007B; }
.important { color: #8A0020; }
.ka-handler { cursor: pointer; }
p { margin: 14px 0;}

/* -------------------------  HEADER START ------------------------- */
#header {
  background: url("../images/background_header_3.png") no-repeat scroll 0 0 transparent;
 /* height: 515px; */
}

#logo {
  height: 138px;  
  padding-left:10px;
  padding-top: 11px;
}
#service-navigation {
  padding-top: 7px;
  float: right;
  margin-top:-149px;
}
#tech-navigation {
  float: right;
  height: 31px;
  margin-right: 12px;
  margin-top: -31px;
} 
#navigation {
  background: url("../images/background_header_3.png") no-repeat scroll -964px 0 transparent;
  /*height:44px;
    padding-bottom: 3px;
*/
  clear:both;
  padding-left: 5px;
  padding-top: 1px;
}
#media-rotation {
  height: 303px;
  overflow: hidden;
  background: url("../images/background_header_3.png") no-repeat scroll -1928px 9px transparent;
  padding-left: 2px;
  padding-top: 11px;
}

#media-rotation-mobil {
  padding: 4px 2px 2px;
}
#media-rotation img,
#media-rotation-mobil img {
  border-radius: 4px 4px 4px 4px;
    position: absolute;
    float:left; 
}

/*
#teaser {
    background: url("images/teaser_leer.jpg") no-repeat scroll 0 0 #D8D1C3;
    height: 217px;
    position: relative;
    width: 700px;
    float:left;
    overflow:hidden;
    border-radius:5px;
	border: 1px solid #d3cdd3;
	text-align:left;
}
*/


/* -------------------------  NAVIGATION START ------------------------- */
#navigation ul {
  display: inline;
}
#navigation li {
  display: inline;
  float: left;
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom:5px;
}
#navigation li a {
  color: DimGray;
  font-size:18px;
  font-weight:600;
  text-decoration:none;
  text-align:center;
  line-height:40px;
  padding:0 20px;
  display:block;
  border-right: 1px solid DimGray;
}
#navigation li a:hover,
#navigation li.act a {
  color: #ffffff;
  background: url("../images/menu_4.png") repeat-x scroll center -64px LightGray;
}

#tech-navigation ul {
  display: inline;
}
#tech-navigation li {
  display: inline;
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  padding-left: 0;    
}
#tech-navigation li a {
  color: #ffffff;
  font-size:18px;
  text-decoration:none;
  text-align:center;
  background: url("../images/menu_4.png") no-repeat scroll center 0 transparent;
  line-height:32px;
  width:100px;
  display:block;
  border-radius: 6px 6px 0 0;
}

#tech-navigation li a:hover,
#tech-navigation li.act a {
  color: #ffffff;
  background: url("../images/menu_4.png") no-repeat scroll center -32px Gray;
}

/* -------------------------  FOOTER START ------------------------- */
#footer-push {
  height: 165px;
  clear:both;
}
#footer { /* height:165px */
  height:52px;
  background: url("../images/background_footer.png") no-repeat scroll 0 0 transparent;
  padding: 98px 20px 0 20px;
  color: white;
  width:960px;
  margin: 15px auto 0;
}
#footer a {
  color: white;
}
#footer .act a {
  text-decoration: none;
  font-weight:600;
}
#footer ul {
  display: inline;
}
#footer li {
  border-left: 1px solid Gray;
  display: inline;
  list-style: none outside none;
  margin-left: 7px;
  padding-left: 7px;
  float:left;    
}

/* -------------------------  FCEs START ------------------------- */
.nojavascript {
  font-weight:bold;
  color:red;   
}
.contentBox {
  width:964px;
  margin-top: 5px;
}
.contentBox .csc-header { 
    border-bottom: 1px solid Gray;
    margin: 0 -20px 5px;
    padding: 5px 20px 5px;
}
.contentBox-33-middle,
.contentBox-66-middle,
.contentBox-99-middle {
  padding:0 21px;
}

.contentBox-33,
.contentBox-66,
.contentBox-99 {
  float:left;
}

.contentBox-33 {
  width:314px;
}
.contentBox-33-top {
  background: url("../images/content_33.png") no-repeat scroll 0 0 transparent;
  height:8px;
}
.contentBox-33-middle {
  background: url("../images/content_33.png") repeat-y scroll -314px 0 transparent;
}
.contentBox-33-bottom {
  background: url("../images/content_33.png") no-repeat scroll -628px 0 transparent;
  height:9px;
}

.contentBox-66 {
  width:639px;
}
.contentBox-66-top {
  background: url("../images/content_66.png") no-repeat scroll 0 0 transparent;
  height:8px;
}
.contentBox-66-middle {
  background: url("../images/content_66.png") repeat-y scroll -639px 0 transparent;
}
.contentBox-66-bottom {
  background: url("../images/content_66.png") no-repeat scroll -1278px 0 transparent;
  height:9px;
}

.contentBox-99 {
  width:964px;
}
.contentBox-99-top {
  background: url("../images/content_99.png") no-repeat scroll 0 0 transparent;
  height:8px;
}
.contentBox-99-middle {
  background: url("../images/content_99.png") repeat-y scroll -964px 0 transparent;
}
.contentBox-99-bottom {
  background: url("../images/content_99.png") no-repeat scroll -1928px 0 transparent;
  height:9px;
}

.headerBox {
  width:960px;
  height:300px;
  position: relative;
}

.headerBox-Image {
  width:960px;
  height:300px;
  left: 0;
  position: absolute;
  top: 0;
}

.headerBox-Header {
  background-color:Gray;
  left: 40px;
  position: absolute;
  top: 55px;
  height:31px;
  z-index:5;
  font-size: 18px;
  color:white;
  font-weight: 600;
  line-height:31px;
  padding:0 10px;
}

.headerBox-Text {
  width:300px;
  left: 40px;
  position: absolute;
  top: 86px;
  z-index:5;
  padding:0 10px;
  font-size:14px;
  background: url("../images/trans.png") repeat scroll 0 0 transparent;
}

/* -------------------------  CONFIG START ------------------------- */

.contentBox .tx-felogin-pi1 h3,
.contentBox .tx-powermail h3 {
    border-bottom: 1px solid Gray;
    margin: 0 -20px 5px;
    padding: 5px 20px 5px;
    font-weight: 600;
}
.contentBox .tx-felogin-pi1 fieldset {
    border: 1px solid;
    margin: 0 2px;
    padding: 8px;
}
.contentBox .tx-felogin-pi1 label {
    font-weight: 600;   
}
input,
textarea,
select,
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset input.powermail_date, fieldset.tx-powermail-pi1_fieldset input.powermail_datetime, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset input.powermail_captcha,
fieldset.tx-powermail-pi1_fieldset textarea:focus, fieldset.tx-powermail-pi1_fieldset input:focus:not([type="submit"]) {
  border-radius: 4px 4px 4px 4px;
  border: 2px solid Gray;
  background-color:white;
}
input[type="submit"] {
  border: 2px solid Gray!important;
  color:white;
  padding:2px 15px;
  background: url("../images/input_button.png") repeat-x scroll center 0 Gray;
  font-family: sans-serif;
}
input[type="password"] {
  font-family: sans-serif;
}
.table-windpark {
  border:0 !important;   
}
.table-windpark tr{
  background-color: transparent !important;
}
.table-windpark td{
  padding: 3px!important;    
}

.tx-srfeuserregister-pi1 dd {
  width: 52%;
}

.news-list-item h2 a,
.news-single-item h1 {
  text-decoration:none;
  color: Gray;
  font-size: 18px;
}
.news-single-item h2 {
  color: DarkGray;
  font-size: 16px;
}
.news-list-item img,
.news-single-img img {
  border-radius: 4px 4px 4px 4px;
  border: 2px solid Gray;
  background-color:white;
}
.news-list-container IMG, .news-list-date {
  margin-left:0;
}
.news-list-container IMG {
  float:left;   
}
.news-list-date {
  padding-left:0; 
  float:none;  
  font-size:14px;
}
.news-list-image {

}
.news-list-text {
    padding-left: 175px;
}


.coda-nav {
    background-color: transparent;
}
.news-latest-container HR.clearer, .news-list-container HR.clearer, .news-list2-container HR.clearer, .news-list3-container HR.clearer, .news-single-item HR.cl-left, .news-single-item HR.cl-right {
  clear:both;   
}
.coda-nav ul li a {
  color:white;
}
dd {
margin-left: 20px;
}
fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset fieldset legend  {
    clear: left;
    display: block;
    float: left;
    font-weight: 600;
    width: 150px;
    margin: 6px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner, fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
   margin-left: 165px;
   color: #61686D;   
}
.powermail_radio_outer {
   display:block; 
   float: left;  
   margin: 6px;
}

.powermail_text,
.powermail_textarea { 
    width:310px;
    margin: 6px 0;
}
fieldset.tx-powermail-pi1_fieldset {
    background-color:transparent;
    border:none;   
}
.coda-nav{
z-index: 99;
}
.coda-nav ul {
z-index: 98;
}

.tx_lumogooglemaps_pi1_sidebar {
  display:none;  
} 

#c123 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin:0;   
}