/************************************************************************************************************/
/* all over Styles    */
/*************************************************************************************************************/



BODY, UL, OL, H1, H2, H3, H4, H5, P, FORM, INPUT, TEXTAREA, SELECT, FIELDSET, LEGEND, DL, DT, DD, TD, TH
body.htmlarea-content-body {
    margin: 0px;
    padding: 0px;  
    
    font-size: 12px;
    

    color: #323232;

    font-family: Arial;
}






/* typo3 RTE */
body.htmlarea-content-body {
    background-color: #fff;
    padding: 8px;

}



STRONG {
    font-weight: bold;
}


A {
    color: #91004b;
    text-decoration: none;
}
body.htmlarea-content-body A  {
    color: #91004b !important;
    text-decoration: none !important;
}
body.htmlarea-content-body A:hover  {
    text-decoration: underline !important;
}
A:hover {
    text-decoration: underline;
}

H1 {
    font-size: 24px;
    margin-bottom: 17px;
  margin-top: 0px;
  padding-top: 1px;
}
/*
DIV.section-wind H1,
DIV.section-solar H1,
DIV.section-bio H1,
DIV.section-geo H1,
DIV.section-eemix H1 {
  padding-left: 40px;  
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
DIV.section-wind H1 {
    background-image: url("../pix/icon_headline_wind.gif");
}
DIV.section-solar H1 {
    background-image: url("../pix/icon_headline_solar.gif");
}
DIV.section-bio H1 {
    background-image: url("../pix/icon_headline_bio.gif");
}
DIV.section-geo H1 {
    background-image: url("../pix/icon_headline_geo.gif");
}
DIV.section-eemix H1 {
    background-image: url("../pix/icon_headline_eemix.gif");
}
*/

H2 {
    margin-bottom: 14px;
  
    font-size: 12px;
  font-weight: bold;
    line-height: 16px;
}


H3 {
  font-size: 16px;
  color: #323232;
  line-height: 20px;


  border-top: 1px solid #bdc2c4;
  padding-top: 8px;
  padding-bottom: 6px;
}
H3 A {
  color: #003F72; 
}


H4 {
    font-size: 12px;
    margin-bottom: 0px;
  

    line-height: 16px;
}

H5 {
  font-size: 16px;
  color: #323232;
  line-height: 20px;
  border-top: 1px solid #bdc2c4;
  padding-top: 8px;
  padding-bottom: 6px;
        background-image: url(../pix/info.gif);
      background-position: 0px 10px;
  background-repeat: no-repeat;
  padding-left: 25px;
}

H6 {
  font-size: 12px;
  color: #003f72;
  margin: 0px;
  margin-bottom: 20px;
}

ADDRESS {
  font-style: normal;
  margin-bottom: 22px;
}


P {
    line-height: 16px;
}
HR {
border-top: 1px solid #bdc2c4;
}
/*
H1, H2, H3, H4, P, LI {
    max-width: 428px;
}
*/

PRE {
    border: 2px solid #000000;
    padding: 10px;
    overflow: auto;
    text-align: left;
    background-color: #ffffff;
}

blockquote {
    margin: 0px;
    font-family: "Trebuchet MS";
}

/*
H1, H2, H3, H4, P, LI {
  padding-left: 8px;
  padding-right: 8px;
}
*/
/********************************************************************************/

.hr, .hr2 {
    height: 1px;
    border: 0px;

    font-size: 1px;
    line-height: 0px;
    overflow: hidden;

    background-image: url(../pix/hline2.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;

    margin-top: 8px;
    margin-bottom: 8px;

    max-width: none;
}


.hr2 {
    background-image: url(../pix/hline3.gif);
    margin-top: 16px;
    margin-bottom: 16px;
}





/*
html * HR {  / * not IE6 Hack * /
    margin-top: 7px;
    margin-bottom: 7px;
}
html* HR { / * IE7 hack * /
    margin-top: 0px;
    margin-bottom: 0px;
}


P.hr HR {
  display: none;
}

*/





/* Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen 
************************************************************************************************************/
UL {
    margin-top: 0px;
    margin-bottom: 12px;
}

LI { 
    list-style: none;
    margin: 0px;

    line-height: 17px;

    background-image: url(../pix/listDot.gif);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    padding-left: 15px;
}
dd { 
    line-height: 17px;
}


/* Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen 
************************************************************************************************************/

TABLE {
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}

TABLE TH,
TABLE TD {

}


TABLE.contenttable {

}

TABLE.contenttable.contenttable-1 caption {
  font-family: arial;
  font-style: italic;
  color: #737f81;
  font-size: 14px;
  font-weight: normal;
        text-align: left;


  margin-top: 20px;
  border-top: 1px solid #DEE1E2;
  padding-top: 4px;
  
  padding-bottom: 6px;
  border-bottom: 1px solid #DEE1E2;
  margin-bottom: 0px;


  background-image: url("../pix/nl/icon_.gif");
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 24px;
}

TABLE.contenttable.contenttable-1 {
  background-color: #f2f0ee;
  line-height: 20px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 20px;
}




TABLE.contenttable TH,
TABLE.contenttable TD {
    padding-right: 8px;
    padding-bottom: 4px;
    padding-top: 1px;
    vertical-align: top;

    text-align: left;
}


TABLE.contenttable TH {
    
}
TABLE.contenttable TH A {
    color: #003F72;
}

TABLE.contenttable TBODY TH {

}

TABLE.contenttable TBODY TD A {
    color: #003F72;
}



TABLE.contenttable.contenttable-1 TH, TABLE.contenttable.contenttable-1 TD {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 4px;
      padding-right: 8px;
      padding-top: 1px;
      padding-left: 5px;
      text-align: left;
      vertical-align: top;
      background-color: #f2f0ee;
      line-height: 20px;
      border-bottom: 2px solid #ffffff;
}

TABLE.contenttable.contenttable-1 TD {
  width: 500px;
}


TABLE.contenttable.contenttable-1.featureliste TH.td-3, 
TABLE.contenttable.contenttable-1.featureliste TH.td-2, 
TABLE.contenttable.contenttable-1.featureliste TH.td-1 {
text-align: center;
}

TABLE.contenttable.contenttable-1.featureliste TH.td-3, 
TABLE.contenttable.contenttable-1.featureliste TD.td-3 {
background-color: #ccd2e2;
width: 80px !important;
text-align: center;
font-weight: bold;
vertical-align: middle;
}


TABLE.contenttable.contenttable-1.featureliste TH.td-2,
TABLE.contenttable.contenttable-1.featureliste TD.td-2 {
background-color: #ffeebb;
width: 80px !important;
text-align: center;
font-weight: bold;
vertical-align: middle;
}


TABLE.contenttable.contenttable-1.featureliste TH.td-1,
TABLE.contenttable.contenttable-1.featureliste TD.td-1 {
background-color: #cdc6c0;
width: 80px !important;
text-align: center;
font-weight: bold;
vertical-align: middle;
}


TABLE.contenttable.contenttable-1.edmliste TH.td-3, 
TABLE.contenttable.contenttable-1.edmliste TH.td-2, 
TABLE.contenttable.contenttable-1.edmliste TH.td-1 {
text-align: center;
}

TABLE.contenttable.contenttable-1.edmliste TH.td-3, 
TABLE.contenttable.contenttable-1.edmliste TD.td-3 {
background-color: #ccd2e2;
width: 130px !important;
text-align: left;
font-weight: ;
vertical-align: top;
}


TABLE.contenttable.contenttable-1.edmliste TH.td-2,
TABLE.contenttable.contenttable-1.edmliste TD.td-2 {
background-color: #ffeebb;
width: 130px !important;
text-align: left;
font-weight: ;
vertical-align: top;
}


TABLE.contenttable.contenttable-1.edmliste TH.td-1,
TABLE.contenttable.contenttable-1.edmliste TD.td-1 {
background-color: #cdc6c0;
width: 130px !important;
text-align: left;
font-weight: ;
vertical-align: top;
}



/************************************************************************************************************/
/* all cols all cols all cols all cols all cols all cols all cols all cols all cols all cols all cols all cols    */
/*************************************************************************************************************/

P.small {
    font-size: 11px;
    line-height: 14px;
}




/************************************/
/* Block Link Icons */
/************************************/

A.more {
    background-image: url(../pix/icon_more.gif);
    background-repeat: no-repeat;

    background-position: 0px 10px;
    padding-left: 15px;
  font-style: italic;
}


A.intLink,
A.extLink,
A.backLink,
A.closeLink,
A.downloadLink,
A.lightviewLink,
A.feedLink,
A.printLink {
  color: #003F72;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 15px;
    padding-bottom: 4px;
}
A.intLink:hover,
A.extLink:hover,
A.backLink:hover,
A.closeLink:hover,
A.downloadLink:hover,
A.lightviewLink:hover,
A.feedLink:hover,
A.printLink:hover {
  color: #91004B;
}


A.lightviewLink {
    background-position: 1px 2px;
    padding-left: 15px;
}



A.intLink {
    background-image: url(../pix/intLink.gif);
}
A.intLink:hover {
    background-image: url(../pix/intLinkHover.gif);
}

A.extLink {
    background-image: url(../pix/extLink.gif);
}
A.extLink:hover {
    background-image: url(../pix/extLinkHover.gif);
}

A.downloadLink {
    background-image: url(../pix/downloadLink.gif);
}
A.downloadLink:hover {
    background-image: url(../pix/downloadLinkHover.gif);
}
A.backLink {
    background-image: url(../pix/backLink.gif);
}
A.backLink:hover {
    background-image: url(../pix/backLinkHover.gif);
}

A.lightviewLink {
    background-image: url(../pix/lightviewLink.gif);
}
A.lightviewLink:hover {
    background-image: url(../pix/lightviewLinkHover.gif);
}

A.feedLink {
    background-image: url("../pix/icon_rss.gif");
  padding-left: 22px;
  padding-bottom: 0px;
}

A.printLink {

    background-image: url("../pix/icon_print.png");

  padding-left: 22px;
  padding-bottom: 0px;
}


A.linkedin {
  background-image: url("../pix/logo_in_14x14.gif");
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-bottom: 0px;
}

A.facebook {
  background-image: url("../pix/icon_facebook.png");
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-bottom: 0px;
}


A.small {
 font-size: 11px;
 color: #91004b;
 }

A.small:hover {
  text-decoration: underline;
}


.blauerkasten {
padding-left:10px;
background-color: #e6e2df;
border-top: none;
}

.blauerkasten h3 {
	border-top: none;
}

/*.blauerkasten h1, .blauerkasten h2, .blauerkasten h3, .blauerkasten h4, .blauerkasten p{
	color: #ffffff;
	border-top: none;
}*/
A.cta {
    background-color: #91004B;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 5px 10px;
}

A.cta:hover {
background-color: cccccc;
}
