﻿/* Allg. Angaben ============================================ */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  background-image: url('../pics/hg_body.jpg');
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #cdcdcd;
}

form {
  padding: 0px;
  margin: 0px;
}

input {
  padding: 0px;
  margin: 0px;
}

iframe {
  padding: 0px;
  margin: 0px;
  border: none;

}

a img {
  border: 0px;
}

.Clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  float:none;
}

.Center {
  text-align: center;
}

.textright {
  text-align: right;
}

/*SCHRIFT -----------*/

p.align-left, p.align-right, p.align-justify, p.align-center {
  /*font-size: 12px;*/
  font-size: 75%;
  }

/*Schriftfarben -----*/


h1 {
  padding: 0;
  margin: 10px 0px 10px 0px;
  font-size: 120%;
  line-height: 110%;    
  font-weight: normal;
  clear: both;
}


h2 {
  padding: 0;
  margin: 10px 0px 10px 0px;
  font-size: 105%;
  line-height: 110%;  
  font-weight: normal;  
  clear: both;
}

h3 {
  padding: 0;
  margin: 10px 0px 10px 0px;
  font-size: 95%;
  clear: both;
}

h4 {
  padding: 0;
  margin: 10px 0px 10px 0px;
  font-size: 70%;  
  clear: both;
}

h5 {
  padding: 0;
  margin: 10px 0px 10px 0px;
  font-size: 105%;
  line-height: 110%;  
  font-weight: normal;  
  clear: both;
}

h6 {
  clear: both;
  margin: 10px 0px 10px 0px;
  paddimg: 0;
}

p {
  padding: 0;
  margin: 0;
  /*font-size:12px;*/
  font-size:75%;
}

a {

}

/*schwarz*/
.ColorS {
  color: #000000;
}

/*weiss*/
.ColorW {
  color: #FFFFFF;
}

/*grau*/
.ColorGR {
  color: #333333;
}

/*gruen*/
.ColorG {
  color: #669933;
}

/*blau*/
.ColorB {
  color: #006699;
}


/* Farben Verweise */
 a:link {
   color:#669933;
   }
 a.weisserlink:link {
  color: #FFFFFF;
   }  

 a:visited {
   color:#669933;
   }
 a.weisserlink:visited {
  color: #FFFFFF;
   }
   
 a:hover {
   color:#999966; text-decoration: none;
   }
 a.weisserlink:hover {
  color: black;
   }
 
 a:active {
   color:#669933; 
   }
 a.weisserlink:active {
  color: #FFFFFF;
   }



/*Textgroessen -----*/

.TextXXS {
  font-size: 55%
}

.TextXS {
  font-size: 65%
}

.TextS {
  font-size: 70%;
  line-height: 115%;
}

.TextM {
  font-size: 75%;
}

.TextL {
  font-size: 80%;
}

.TextXL {
  font-size: 90%;
}

.TextXXL {
  font-size: 100%;
}

.TextXXXL {
  font-size: 200%;
}

.fontbold {
  font-weight: bold;
}

.kursiv {
  font-style: italic;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {  
  padding: 0px;
  margin: 0px;
}


/*Abstaende -----*/
.ObenZwei {
  margin-top: 2px;
}

.ObenDrei {
  margin-top: 3px;
}

.ObenVier {
  margin-top: 4px;
}


.ObenFuenf {
  margin-top: 5px;
}

.ObenSechs {
  margin-top: 6px;
}

.ObenSieben {
  margin-top: 7px;
}

.ObenAcht {
  margin-top: 8px;
} 

.ObenNeun {
  margin-top: 9px;
}

.ObenZehn {
  margin-top: 10px;
}


.ObenVierzehn {
  margin-top: 14px;
}

.ObenFuenfzehn {
  margin-top: 15px;
}


.ObenSechszehn {
  margin-top: 16px;
}


.ObenSiebzehn {
  margin-top: 17px;
}


.ObenAchtzehn {
  margin-top: 18px;
}

.ObenNeunzehn {
  margin-top: 19px;
}

.ObenZwanzig {
  margin-top: 20px;
}

.ObenDreissig {
  margin-top: 0px;
}

.ObenFuenfzig {
  margin-top: 50px;
}

.RechtsDrei {
  margin-right: 3px;
}

.RechtsFuenf {
  margin-right: 5px;
}
.RechtsZwanzig {
  margin-right: 20px;
}

.LinksZehn  {
  margin-left: 10px;
}

.LinksFuenfzehn {
  margin-left: 15px;
}


.LinksZwanzig {
  margin-left: 20px;
}

.UntenOhne {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.UntenFuenf {
  margin-bottom: 5px;
}

.UntenZehn {
  margin-bottom: 10px;
}
.UntenZehnPadding {
  padding-bottom: 10px;
}

.UntenZwanzigPadding {
  padding-bottom: 20px;
}

.RechtsDreiPad {
  padding-right: 3px;
}


.UntenFuenfzehn {
  margin-bottom: 15px;
}

.UntenZwanzig {
  margin-bottom: 20px;
}

.UntenDreissig {
  margin-bottom: 30px;
}


.NoTextdeco {
  text-decoration:none;
}

.Textdeco {
  text-decoration:underline;
}

.invisible  {
  display: none;
}

div.Zentrierung {
  width: 930px;
  text-align: center;
    margin: auto;
}

div.All {
  width: 930px;
  float: left;
  text-align: left;
  position: relative; 

}


/*HEADER ============================================*/

div.HeaderGesamt {
  width: 930px;
  height: 89px;
  float: left;
  background-color: #ffffff;
  overflow: hidden; 
}

div.Logo {
  width: 221px;
  float: left;
  padding: 15px 0 0 18px;
}

div.HeadPics {
  width: 487px;
  height: 89px;
  float: left;
}

div.HeadPics {
  width: 487px;
  float: left;
}

div.HotlinePicBox {
  width: 164px;
  float: left;
  padding: 30px 0 0 40px;  
}


/*MetaNavi ============================================*/

div.MetaNaviGesamt {
  width: 930px;
  height: 40px;
  float: left;
  background-image: url('../pics/hg_meta_navi.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;  
}

div.MetaNaviGesamt a {
  text-decoration: none;
  font-weight: normal;
  }

div.MetaNaviText {
  /*width: 450px;*/
  float: left;
  padding: 0 0 0 208px;
  /*border-left: 1px solid red;
  border-right: 1px solid #9abb76;*/
  /*overflow: hidden;*/
}


div.MetaNaviText ul {
  /*width: 450px;*/
  float: left;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}


div.MetaNaviText li  {
  width: auto;
  float: left;
}


div.MetaNaviText li a {
  width: auto;
  height: 29px;
  float: left;
  padding: 11px 11px 0 11px;
  margin: 0px;  
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 80%;
  border-right: 1px solid #9abb76;
}



div.MetaNaviText li a:hover {
  height: 29px;
  float: left;
  padding: 11px 11px 0 11px;
  background-image: url('../pics/hg_meta_navi_text_MO.gif');
  background-repeat: repeat-x;
  background-position: 0px 0px;
  text-align: center;
  color: #333333;
}


div.MetaNaviText li.active a {
  height: 29px;
  padding: 11px 11px 0 11px;
  background-image: url('../pics/hg_meta_navi_text_MO.gif');
  background-repeat: repeat-x;
  background-position: 0px 0px;
  text-align: center;
  color: #333333;
}



div.MetaNaviSuche {
  width: 175px;
  float: right;
  /*padding: 10px 0 0 97px;*/
  padding-top: 10px;
}

div.MetaNaviSuche p {
  width: auto;
  float: left;
  padding: 2px 2px 0 0px;
  color: #ffffff;
  font-size: 80%;
  font-weight: bold;
}

div.InputSuchBox {
  width: 110px; 
  float: left;
  padding: 0px;
  margin: 0px;  
  padding-left: 2px;
  background-image: url('../pics/hg_suche_input_left.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.MetaNaviSuche input.Suchfeld {
  width: 86px;
  height: 18px;
  float: left;
  margin: 0px;
  padding: 0px;
  border-right: 0px;
  border-left: 0px;  
  border-top: solid 1px #7f7f7f;
  border-bottom: solid 1px #cccccc;
}


div.MetaNaviSuche input.SuchButton {
  width: 19px; 
  height: 20px;
  float: left;
  padding: 0px;
  margin: 0px;  
  background-image: url('../pics/such_button.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  border: 0px;
}



/*CONTENT ============================================*/

div.ContentGesamtStart {
  width: 930px; 
  float: left;
  background-image: url('../pics/hg_content_all_start.gif');
  background-repeat: repeat-y;
  background-position: top left;
  overflow: hidden;
}

div.ContentGesamt {
  width: 930px; 
  float: left;
  background-image: url('../pics/hg_content_all.gif');
  background-repeat: repeat-y;
  background-position: top left;
  overflow: hidden;
}

/*Startseite* ----------------*/

div.TeaserPicBoxStart {
  width: 920px;
  float: left;
  background-color: #ffffff;
  padding: 5px;
}

div.TeaserPicBoxStart img  {
  width: auto;
  float: left;
}

div.DoppelPic {
  width: 250px;
  float: left;
}




/*Content Left --------------- */

div.ContentLeft {
  width: 155px;
  float: left;
  overflow: hidden; 
  padding: 0 0 0 5px;
}

div.ContentLeft a {
text-decoration: none;
font-weight:normal;
 }

/*Navigation links GESAMT */

div.NaviLeftGesamt {
  width: 155px;
  float: left;
  overflow: hidden; 
}


/*Navigation Ebene 01 */

div.NaviLeftGesamt ul {
  width: 155px;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

div.NaviLeftGesamt ul li {
  width: auto;
  float: left;
}

div.NaviLeftGesamt ul li a {
  width: 147px;
  height: 18px;
  padding: 3px 0 0 8px;
  margin: 0px;  
  float: left;
  background-color: #eff5ea;
  color: #333333;
  font-size: 70%;
  border-bottom: #d4e2c5 solid 1px;
}

div.NaviLeftGesamt ul li a:hover {
  background-color: #669933;
  color: #ffffff;
}

div.NaviLeftGesamt ul li.active a {
  background-color: #669933;
  color: #ffffff;
}


/*Navigation Ebene 02 */

div.NaviLeftGesamt ul li.active ul {
  width: 135px;
  float: left;
  padding: 0 0 0 20px; 
  margin: 0px;
  list-style-type: none;
}

div.NaviLeftGesamt ul li.active  ul li {
  width: auto;
  float: left;
}

div.NaviLeftGesamt ul li.active ul li  a {
  width: 129px;
  height: 18px;
  padding: 3px 0 0 6px;
  float: left;
  background-color: #88b061;
  color: #ffffff;
  font-size: 70%;
  border-bottom: solid 1px #e7efde;
}

div.NaviLeftGesamt ul li.active  ul li a:hover {
  background-color: #ffffff;
  color: #000000;
}

div.NaviLeftGesamt ul li.active ul li.active a {
  background-color: #ffffff;
  color: #000000;
}

div.ContainerLeft {
  width: 155px;
  float: left;
}


/*Content Center --------------- */

/*ContentCenterStart*/

div.ContentCenterStart {
  width: 565px;
  float: left;
  padding: 0 0 20px 15px;
  overflow: hidden; 
}

div.ContentCenterStart h2 {
  color: #435052;
  margin: 30px 0px 10px -6px;
  clear: left;
}

div.ContentCenterStart a {
  color: #669933;
  text-decoration: underline;
  }
  
div.ContentCenterStart a:hover {
  color: #999966;
  text-decoration: none;
  }

div.TeaserSizeS {
  width: 250px;
  float: left;

}


.csc-default {
  clear: both; }

.csc-default .GreenTop {
  width: 266px;
  height: 24px;
  padding: 6px 0 0 4px;
  background-image: url('../pics/hg_content_box_green.gif');
  background-repeat: repeat-x;
  background-position: top left;  
}

.csc-default .GreenTop p {
  display: block;
  color: #ffffff;
  font-size: 75%;
  font-weight: bold;
}

.csc-default .BlueTop {
  width: 266px;
  height: 24px;
  padding: 6px 0 0 4px;
  background-image: url('../pics/hg_content_box_blue.gif');
  background-repeat: repeat-x;
  background-position: top left;  

}

.csc-default .BlueTop p {
  color: #ffffff;
  font-size: 75%;
  font-weight: bold;
  display: block;
}

.csc-default .TeaserSizeSContent {
  width: 264px;
  padding: 8px 0 8px 4px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

.csc-default .TeaserSizeSContent img {
  float: right; 
  padding:0;
  }

.csc-default .TeaserSizeSContent p {
  width: 262px;
  line-height: 120%;
}

div.TeaserTextSizeS {
  width: 266px;
}


div.TeaserTextSizeS p {
  color: #333333;
  font-size: 70%;  
}

div.TeaserTextSizeS  a {
  text-decoration: underline;
  clear: both;
  display: block;
}


div.TeaserPicSizeS  {

  width: 115px;
  float: left; 
}


div.ContainerContent {
  width: 565px;
  float: left;
}


div.ContainerContentBlack {
  width: 565px;
  float: left;
}



div.ContainerContent p {
  /*width: 540px;*/
  /*float: left;*/
  float: none;
  color: #333333;
  font-size: 70%; 
}


div.ContainerContent img.StoererRechts {
  width: auto;
  float: right;
}

div.ContainerContent img.StoererLinks {
  width: auto;
  float: left;
  margin-right: 5px;
}



div.ContainerContentBlack h2 {
  color: #333333;
  padding: 0 0 8px 0px;  
}

div.ContainerContentBlack p {
  width: 545px;
  float: left;
  color: #333333;
  font-size: 70%; 
  padding: 0 0 8px 0px;
}

div.ContainerContentBlack img.StoererRechts {
  width: auto;
  float: right;
}

div.ContainerContentBlack img.StoererLinks {
  width: auto;
  float: left;
  margin-right: 5px;
}

div.ContainerContent div.Aufzaehlung ul {
  width: 525px;
  float: left;
  padding: 10px 0 0 27px;
  margin: 0px;
  list-style-type: none;
  font-size: 70%;
  color: #333333;
  font-weight: bold;
  
}

div.ContainerContent div.Aufzaehlung ul li {
  width: 500px;
  margin: 0px;
  padding: 12px 0 0 15px;
  background-image: url('../pics/aufzaehlung_punkt.gif');
  background-repeat: no-repeat;
  background-position: 0px 16px;
}

div.ContentCenter {
/*  width: 565px;*/
  float: left;
  padding: 0 0 20px 15px;
  overflow: hidden; 
}

div.ContentPicBox {
  width: 140px;
  float: left;
}


div.ImgBorderBoxCenter {
  width: 128px;
  float: left;
  border: solid 1px #cfcfcf;
}

div.ContentPicBox img.ImgBorder {
  width: auto;
  float: left;
  border: solid 1px #cfcfcf;
}

div.ContentTextBox {
  width: 565px;
  float: left;
  height: auto;
}


div.ContentTextBox p {
  
  color: #333333;
  font-size: 12px;  
  padding: 8px 0 0 0;
}

/* float: left; */





div.ContentTextBox img.Stoerer {
  width: auto;
  float: right;
}

div.ContentTextBox img.StoererRechts {
  width: auto;
  float: right;
}

div.ContentTextBox img.StoererLinks {
  width: auto;
  float: left;
  margin-right: 5px;
}


div.TeaserSizeM {
  clear: both;
  width: 525px;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}


div.TeaserSizeM div.GreenTop {
  width: 525px;
  height: 24px;
  padding: 6px 0 0 4px;
  float: left;
  background-image: url('../pics/hg_content_box_green.gif');
  background-repeat: repeat-x;
  background-position: top left;  
}


div.TeaserSizeM div.GreenTop p {
  color: #ffffff;
  font-size: 75%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}


div.TeaserSizeM div.BlueTop {
  width: 546px;
  height: 24px;
  padding: 6px 0 0 4px;
  float: left;
  background-image: url('../pics/hg_content_box_blue.gif');
  background-repeat: repeat-x;
  background-position: top left;  
}

div.TeaserSizeM div.BlueTop p {
  color: #ffffff;
  font-size: 75%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.TeaserSizeMContent {
  width: 518px;
  float: left; 
  padding: 8px 0 8px 5px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

div.TeaserSizeMContent p {

}

div.TeaserSizeMContent .csc-textpic-imagewrap {
  margin-right: 6px;
}

div.TeaserSizeMContentGreen {
  width: 525px;
  float: left; 
  padding: 8px 0 12px 5px;
  background-color: #e8f0e1;
}


div.TeaserTextSizeM {
  width: 362px;
  float: left; 
}

div.TeaserTextSizeM p {
  width: 355px;
  float: left; 
  font-size: 70%;
  color: #333333;
  padding: 0 0 8px 0;
}

div.TeaserTextSizeM p span {
   font-weight: bold;
}

div.TeaserTextSizeM img.StoererRechts {
  width: auto;
  float: right;
}


div.TeaserTextSizeM img.StoererLinks {
  width: auto;
  float: left;
  margin-right: 5px;
}


div.TeaserTextSizeL {
  width: 450px;
  float: left; 
}

div.TeaserTextSizeL p {
  width: 445px;
  float: left; 
  color: #333333;
  font-size: 70%;
  padding: 0 0 10px 0;
}

div.TeaserTextSizeL p span {
  font-weight: bold;
}

div.TeaserTextSizeL p a {
  color: #333333;
  text-decoration: underline;   
}


div.TeaserTextSizeXL {
  width: 540px;
  float: left; 
}

div.TeaserTextSizeXL p {
  width: 540px;
  float: left; 
  color: #333333;
  font-size: 70%;  
  padding: 0 0 10px 0;

}

div.TeaserTextSizeXL p a {
  width: auto;
  float: left; 
  color: #333333;
  font-weight: bold;
  text-decoration: underline;   
}

div.TeaserPicSizeM {
  width: 178px;
  float: left; 
}


/*Tabelle klein und groß */

div.ContainerTableSizeS {
  width: auto;
  float: left; 
  padding-left: 17px;
}

div.ContainerTableSizeM {
  width: auto;
  float: left; 
  padding-left: 17px;
}

table.TableContentSizeS {
  width: 260px;
  float: left;
  border: 0px; 
  background-color: none;   
}


table.TableContentSizeM {
  width: 356px;
  float: left;
  border: 0px; 
  background-color: none;   
}


tr.HellGruen {
  background-color:#c9dbb8;
}

tr.Gruen {
  background-color:#b2cc99;
}


th {
  padding: 2px 10px 3px 4px;
  font-weight: normal;
}


td {
  border-top: solid 1px #c8dbb6;
  padding: 2px 10px 3px 4px;
  vertical-align: top;
}

tbody.leer td {
  border-top: solid 0px #c8dbb6;
}

tbody.leer2 td {
  border: solid 1px #c8dbb6;
  border-collapse:collapse;
}

tbody.leer3 td {
  border-bottom: solid 0px #c8dbb6;

}

tbody.leer4 td {
  border-top: solid 0px #c8dbb6;
  border-bottom: solid 3px #c8dbb6;

}


/*Formular Content */

div.FormularContent {
  width: 550px;
  float: left;
  overflow: hidden;
}

div.FormularContent div.LightgreenTop {
  width: 522px;
  height: 24px;
  padding: 6px 0 0 20px;
  float: left;
  background-color: #cbdbb8;
}

div.FormularContentGreen {
  width: 522px;
  float: left; 
  padding: 8px 0 14px 20px;
  background-color: #b4cc9a;
  overflow: hidden;
}


div.FormularZeile {
  width: 526px;
  float: left; 
  overflow: hidden;
}

div.FormularZeile p {
  width: 184px;
  float: left;
  letter-spacing: -1px; 
  color: #333333;
  padding: 7px 0 0 0;
  font-weight: bold; 
  font-size: 70%;
}


div.FormularZeile input {
  width: 328px;
  height: 18px;
  padding: 4px 0 0 0; 
  margin: 0px;
  float: left; 
  border-top: solid 1px #666666; 
  border-left: solid 1px #666666;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}


div.FormularZeileSelectSizeM select {
  width: 117px;
  height: 24px;
  margin: 7px 0 0 0px;
  float: left; 
  border-top: solid 1px #666666; 
  border-left: solid 1px #666666;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

div.FormularZeileSelectSizeM p {
  width: 184px;
  float: left;
  letter-spacing: -1px; 
  color: #333333;
  padding: 13px 0 0 0;
  font-weight: bold; 
  font-size: 70%;
}

div.FormularZeileSelectSizeL select {
  width: 157px;
  height: 24px;
  margin: 7px 0 0 0px;
  float: left; 
  border-top: solid 1px #666666; 
  border-left: solid 1px #666666;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  vertical-align: center;
}

div.FormularZeileSelectSizeL p {
  width: 184px;
  float: left;
  letter-spacing: -1px; 
  color: #333333;
  padding: 13px 0 0 0;
  font-weight: bold; 
  font-size: 70%;
}

div.FormularZeileSubmit {
  width: 526px;
  float: left;  
}

div.FormularZeileSubmit p {
  width: 184px;
  float: left; 
}

/*Content Right --------------- */

div.ContentRight {
  width: 160px;
  float: left;
  padding: 0 0 10px 15px;
  overflow: hidden;
}

#contentRightStart

{

width: 190px;
padding: 0 0 10px 0px;

}

div.ContainerRight {
  width: 160px;
  float: left;
}



div.ContainerRight {
  width: 160px;
  float: left;
}

div.ContainerRight h1 {
  color: #669933;
}

div.ContainerRight h1 span {
  font-weight: bold;
}

div.ContainerRight p {
  font-size: 70%;
  color: #333333;
  padding: 8px 0 0 0;
}




div.TeaserSizeXS {
  width: 160px;
  float: left;
  overflow: hidden;
}

div.TeaserSizeXS div.GreenTop {
  width: 156px;
  height: 24px;
  padding: 6px 0 0 4px;
  float: left;
  background-image: url('../pics/hg_content_box_green.gif');
  background-repeat: repeat-x;
  background-position: top left;  
}

div.TeaserSizeXS div.GreenTop p {
  font-size: 75%;
  color: #ffffff;
  font-weight: bold;  
}

div.TeaserSizeXS div.BlueTop {
  width: 156px;
  height: 24px;
  padding: 6px 0 0 4px;
  float: left;
  background-image: url('../pics/hg_content_box_blue.gif');
  background-repeat: repeat-x;
  background-position: top left;  
}

div.TeaserSizeXS div.BlueTop p {
  font-size: 75%;
  color: #ffffff;
  font-weight: bold;  
}

div.TeaserSizeXSContent {
  width: 154px;
  float: left; 
  padding: 8px 0 8px 4px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  background-color: #ffffff;
}

div.TeaserTextSizeXS {
  width: 145px;
  float: left; 
}

div.TeaserTextSizeXS p {
  width: 145px;
  float: left; 
  color: #333333;
  font-size: 70%;
}

div.TeaserPicSizeXS {
  width: 154px;
  float: left; 
  text-align: center;
}


.liste_bg_left, .inhaltKastenBox ul {
  float: left;
  width: 255px;
/*  font-size: 12px;*/
  font-size: 75%;
  margin: 10px 0px 0px 10px;
}

.liste_bg_right {
  float: right;
  width: 255px;
/*  font-size: 12px;*/
  font-size: 75%;
  margin: 10px 0px 0px 0px;

}

.liste_bg_left li, .liste_bg_right li, .inhaltKastenBox ul li {
  list-style-type: none;
  margin-bottom: 10px;
  background: url(../pics/checkbox_checked.gif) no-repeat 0px -1px;
  padding-left: 18px;
  padding-bottom: 1px;
}


.herkunft {
  width: 190px;
  height: 16px;
  background: #679433;
  float:  left;
  margin: 15px 0px 0px 60px;
  text-align: center;
  color: white;
/*  font-size: 12px;*/
  font-size: 75%;
  padding: 5px;
}










/*FOOTER ============================================*/

div.FooterGesamt {
  width: 930px;
  height: 37px; 
  float: left;
  padding: 7px 0 0 0;
  border-top: solid 5px #ffffff;
  border-bottom: solid 1px #ffffff;
  background-image: url('../pics/hg_footer.gif');
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
}

div.FooterGesamt p {
  font-size: 65%;
  color: #333333;
  padding: 0 0 4px 0;
}
  
div.FooterGesamt a {
  text-decoration: underline;  
  color: #333333;
}

.csc-textpic-imagewrap {
  margin-top: 4px;
}

div.FooterGesamt span {
  width: auto;
  padding: 7px 0 0 11px;
  background-image: url('../pics/punkt_grau.gif');
  background-repeat: no-repeat;
  background-position: 1px 11px;
}

.cr_all .GreenTop {
  background-image:url(../pics/hg_content_box_green.gif);
  background-position:left top;
  background-repeat:repeat-x;
  float:left;
  height:24px;
  padding:6px 0 0 4px;
  width:156px;
  }

.cr_all .GreenTop p {
  color:#FFFFFF;
  font-size:75%;
  font-weight:bold;
}

.cr_all .csc-textpic-imagewrap {
  border: none;

  }

.cr_all img {
  margin-top: 20px;
  }

.cr_all .TeaserPicSizeXS img {
  margin-top: 0px;
  }

.floater {
  float: left;
  margin-left: -10px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.innerContainerContent {
  margin: 0px 5px 0px -25px;
  clear:both;
  }

.boytext {
line-height: normal; }

.indent {
  margin-left:20px;
  }

.align-center {
  text-align: center;
}

.align-right {
  margin-right: 5px;
  text-align: right;
  
  }

.align-left {
        text-align: left;
}

.align-justify {
        text-align: justify;
}

.csc-textpic-intext-right .csc-textpic-imagewrap img{
  float: right;}
  
.csc-textpic-intext-right .csc-textpic-text {
float: left;
height: auto;
 }

.csc-frame-rulerBefore {
border-top: 1px solid black;  
}

.csc-frame-rulerAfter {
border-bottom: 1px solid black;}

table {
clear: both;
display: block;
 }

/*Strompreisrechner*/

div.StromPreisrechner {
  width: 160px;
  height: 305px;
  float: left;
  overflow: hidden;
  float: left;
  background-image: url('../pics/rechner.bmp');
  background-repeat: repeat-x;
  background-position: top left;
  font-size:16px;
}

div.HeadlineBox {
  width: 160px;
  height: 24px;
  float: left;
  padding: 6px 0 0 0px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background: url('../pics/bg_header_gas.gif') repeat-x;
}

/* font-size: 80%; */  


div.HeadlineBox p{
  margin: 2px 0 0 0px;
}



div.VerbrauchBox {
  width: 142px;
  float: left;  
  padding: 8px 0 0 18px;
}

div.VerbrauchBox p {
  width: auto;
  font-size: 75%;
  color: #000400;
}


div.InputVerbrauchBoxLeft {
  width: 64px; 
  float: left;
  padding: 0 0 0 2px;
  margin: 4px 6px 0 0px;  
  background-image: url('../pics/hg_suche_input_left.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.InputVerbrauchBoxRight {
  width: 62px; 
  float: left;
  padding: 0px;
  margin: 0px;  
  background-image: url('../pics/hg_input_right.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

div.VerbrauchBox input {
  width: 59px;
  height: 18px;
  padding: 0px;
  margin: 0px;
  float: left;
  color: #000400;
  border-top: solid 1px #7d827e ;
  border-bottom: solid 1px #c9ceca;
  border-left: 0px;
  border-right: 0px;
  font-size:14px;
}

div.WertAngabe {
  width: auto;
  float: left;
  padding: 9px 0 0 0;
}

div.StandardWertBox {
  width: 147px;
  margin-top: 10px;
  float: left;
  padding: 0 0 0 13px;
}

div.StandardWertBox p {
  width: 142px;
  font-size: 75%;
  text-align: center;
  color: #000400;
  padding:  3px 0 5px 0px;  
}


div.ErgebnisBox {
  width: 154px;
  float: left;
  /*margin-top: 16px;*/
  padding: 0 0 0 6px;
/*border-bottom:1px solid #006AB3;*/
}

div.button_gas {
float:left;
height:45px;
margin:0;
padding:14px 0 0 15px;
width:160px;
}

div.ErgebnisBox input {
  width: 150px;
  height: 25px;
  float: left;
  border: none; 
  padding: 0px; 
  text-align:center; 
  background-color: transparent;
  font-family: Verdana;
  font-size: 75%;
  margin: 4px 0 0 0;
  padding-top: 3px;
  background-image: url('../pics/hg_input_ergebnis.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;  
}

div.ErgebnisBox div.Jahrespreis input {
  margin-top: 2px;
  font-weight: bold;
}

/*Gaspreisrechner*/

div.GasPreisrechner {
  width: 160px;
  height: 285px;
  float: left;

  overflow: hidden;
  float: left;
  background: url(../pics/hg_content_new.gif) repeat-x;
  font-size:16px;
}
div.GasPreisrechner_neu {
  width: 160px;
  height: 350px;
  float: left;

  overflow: hidden;
  float: left;
  background: url(../pics/gasrechner_hintergrund_0811.gif) repeat-x;
  font-size:16px;
}


div.GasPreisrechner div.VerbrauchBox {
  border-bottom: 1px solid #006ab3;
  padding-bottom: 7px;

}

div.GasProzentBox, div.standardwert {
  width: 156px;
  float: left;
  padding: 5px 0px 3px 2px;  
  text-align: center;
  border-bottom: 1px solid #006ab3;
}

div.GasProzentBox p, div.standardwert p {
  font-size: 75%;
  color: #000400;
  display: block;
  margin-bottom: 3px;
}

div.link_holder {
  width: 126px;
  margin: 0 auto;
}



div.link_holder .zehnp {
  background: url(../pics/zehn_prozent.gif) no-repeat;
  color: transparent;
  padding: 0;
  width:38px;
  height: 18px;
  float: left;
}

div.link_holder .zwanzigp {
  background: url(../pics/zwanzig_prozent.gif) no-repeat;
color: transparent;  
  padding: 0;
  width:38px;
  height: 18px;
  float: left;
}

div.link_holder .hundertp {
  background: url(../pics/hundert_prozent.gif) no-repeat;
color: transparent;
  padding: 0;
  height: 18px;
  float: left;
}

div.standardwert a {
  float: left;
  font-size: 75%;
  color: #ffffff;
  background: #006AB3;
  margin: 0px 3px 4px  0;
}

div.standardwert a:hover {
  color: #000400;
  background: white;
}

div.GasProzentBox a.BigSize, div.standardwert a.BigSize {
  width: 41px;
  height: 18px;
  float: left;
  font-size: 75%;
  color: #ffffff;
  background-image: url('../pics/prozent_wert_big.gif');
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;  
  padding: 1px 0 0 0;
  margin: 0 0 0  0;
}

div.GasProzentBox a.BigSize:hover, div.standardwert a.BigSize:hover {
  width: 41px;
  height: 18px;  
  color: #000400;
  background-image: url('../pics/prozent_wert_big_MO.gif');
  background-repeat: no-repeat;
  background-position: top left;  
}

div.standardwert span.haus_bg a {
  background:  url(../pics/einfamilienhaus.gif) no-repeat;
  color: transparent;
  width: 126px;
  }

#markiert {
  color: #000400;
  background: white;
}

#markiert_sub {
  background: white;
  color: black;
  font-size: 12px;
  font-weight: bold;  
  float: left;
  padding-right: 3px;
  padding-top: 1px;
  }

.download img {
  border: none;
  margin: 2px 5px 0px 0px;
}

.download {
  text-decoration: underline;
  }

a.download:hover {
  text-decoration: none;
  }

.bodytext {
  display: block;
  clear: both;
  font-size: 12px;
  }
hr {
  clear: both;
  display: block;
  margin-top: 10px;
   }
#stromrechner_body a {
  text-decoration: none; }
  
.csc-bulletlist {
  /*  font-size: 12px;*/
  font-size: 75%;
  margin-left: 10px;
}

#c2000, #c2002 {
clear: none; }

.csc-frame-frame1 {
  border: 1px solid black;
  clear: left;
  }

.teaser_blue {
width: 550px;
  margin: 0;
  clear:left;
  height: 24px;
  display: block;
  border: 1px solid black;
}
  
.teaser_blue h1.csc-firstHeader {
  
  padding: 6px 0 0 4px;
  background-image: url('../pics/hg_content_box_blue.gif');
  background-repeat: repeat-x;
  background-position: top left;  
  color: #ffffff;
  font-size: 75%;
  font-weight: bold;
}

/* Blaue und Gruene Box ohne Ueberschrift */

.inhaltKastenBox {
  width: 550px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  clear: both;
  padding-bottom: 50px;
}

.inhaltKastenBox p.align-left,.inhaltKastenBox p.align-right, .inhaltKastenBox p.align-center, .inhaltKastenBox p.align-justify {
  width: 542px;
  padding: 4px;
  margin-bottom: 10px;
  /*  font-size: 12px;*/
  font-size: 75%;
}
  
.inhaltKastenBox p.align-left img, .inhaltKastenBox p.align-right img,.inhaltKastenBox p.align-center img, .inhaltKastenBox p.align-justify img{
  margin: 0px 5px 0px 4px;
}



.inhaltBlaueBox, .inhaltgrueneBox {
  width: 525px;
  position: relative;
  display: block;
  clear: both;
  padding-bottom: 10px;
  }

.inhaltBlaueBox .csc-header h1, .inhaltgrueneBox .csc-header h1 {
  margin: 0;
  padding: 6px 0px 6px 4px;
  /*  font-size: 12px;*/
  font-size: 75%;
  background: transparent url(../pics/hg_content_box_blue.gif) repeat-x;
  color: white;
  border: none;
  width: 523px;
}

.inhaltgrueneBox .csc-header h1 {
background: url(../pics/hg_content_box_green.gif) repeat-x;
}

.border_kasten {
  border: 1px solid #ccc;
  width: 527px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.inhaltBlaueBox p.align-left, .inhaltgrueneBox p.align-left, .inhaltBlaueBox p.align-right, .inhaltgrueneBox p.align-right,
.inhaltBlaueBox p.align-center, .inhaltgrueneBox p.align-center, .inhaltBlaueBox p.align-justify, .inhaltgrueneBox p.align-justify {
  padding: 4px;
  margin-bottom: 0px;
  /*  font-size: 12px;*/
  font-size: 75%;
}
  
.inhaltBlaueBox p.align-left img, .inhaltgrueneBox p.align-left img, .inhaltBlaueBox p.align-right img, .inhaltgrueneBox p.align-right img,
.inhaltBlaueBox p.align-center img, .inhaltgrueneBox p.align-center img, .inhaltBlaueBox p.align-justify img, .inhaltgrueneBox p.align-justify img{
  margin: 0px 5px 0px 4px;
}

.inhaltBlaueBox p.bodytext, .inhaltgrueneBox p.bodytext {
  margin-bottom: 10px;
  padding: 4px;
  border: 1px solid #ccc;
  }

/* Zwei Spalten Element */

.twoColumnsHolder {
  width: 525px;
  margin: 10px 20px 10px 20px;
}
    
.leftColumn {
  width: 250px;
  margin: 0px 20px 0px 0px;
  float: left;
}
  
.leftColumn p.bodytext, .rightColumn p.bodytext, .leftColumn p.align-left, .rightColumn p.align-left,
.leftColumn p.align-right, .rightColumn p.align-right, .leftColumn p.align-center, .rightColumn p.align-center,
.leftColumn p.align-justify, .rightColumn p.align-justify  {
  font-size: 75%;
}
  
.rightColumn {
  width: 250px;
  float: right;
}
    
.clearer {
  clear: both;
}
/* Accordion */

#accordion {
  width: 545px;
}
    
#accordion h6 {
  background: url(../pics/akkordeonmenue.gif) no-repeat;
  margin: 1px 0px 0px 20px;
  padding: 4px 0px 4px 4px;
  /*  font-size: 12px;*/
  font-size: 75%;
  color: white;
}
#accordion h6:hover {
  cursor: pointer;
}

#accordion a {
  font-weight:normal;
  }
    
#accordion p {
  margin: 1px 0px 0px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  width: 515px;
  /*  font-size: 12px;*/
  font-size: 75%;    
}
    
#accordion p.bodytext, #accordion p.align-left, #accordion p.align-right, #accordion p.align-center,
#accordion p.align-justify {
  /*  font-size: 12px;*/
  font-size: 75%;
}
#accordion.acc_blue h6 {
  background: url(../pics/hg_content_box_blue.gif) repeat-x;
}
#accordion.acc_blue h6:hover {
  cursor: pointer;
}
#accordion h1 {
  display: none;
}

/* Accordion 2*/

#accordion2 {
  width: 307px;
}
    
#accordion2 h6 {
  background: url(../pics/akkordeonmenue-kurz.gif) no-repeat;
  margin: 1px 30px 0px 20px;
  padding: 4px 0px 4px 4px;
  /*  font-size: 12px;*/
  font-size: 75%;
  color: white;
}

#accordion2 h6:hover {
  cursor: pointer;
}

#accordion2 a {
  font-weight:normal;
  }
    
#accordion2 p {
  margin: 1px 0px 0px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  width: 247px;
  /*  font-size: 12px;*/
  font-size: 75%;    
}
    
#accordion2 p.bodytext, #accordion2 p.align-left, #accordion2 p.align-right, #accordion2 p.align-center,
#accordion2 p.align-justify {
  /*  font-size: 12px;*/
  font-size: 75%;
}
#accordion2.acc_blue h6 {
  background: url(../pics/hg_content_box_blue.gif) repeat-x;
}
#accordion2 h1 {
  display: none;
}

#accordion table td,
#accordion table p,
#accordion2 table td,
#accordion2 table p {width: auto}

#accordion table p,
#accordion2 table p {border: none;}

#accordion table,
#accordion2 table {
  margin-left: 20px;
}


/* Font-Sizer Specific Styling */

.fsizer { float:right; } /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color:#719438; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */

/* Startseite Buttons links */

a.strom_start {
  margin: 138px 0px 0px 0px;
  background: url(../pics/stromkunde_startseite.gif) no-repeat;
  width: 155px;
  height:31px;
  display: block;
  }
  
a.strom_start:hover {
  background: url(../pics/stromkunde_startseite_aktiv.gif) no-repeat;
  }
  
a.gas_start {
  background: url(../pics/gaskunde_startseite.gif) no-repeat;
  width: 305px;
  height:31px;
  display: block;
  }
  
a.gas_start:hover {
  background: url(../pics/gaskunde_startseite_aktiv.gif) no-repeat;
  }
  
a.mitarbeiter_start {
  background: url(../pics/mitarbeiter_startseite.gif) no-repeat;
  width: 305px;
  height:31px;
  display: block;
  }
  
a.mitarbeiter_start:hover {
  background: url(../pics/mitarbeiter_startseite_aktiv.gif) no-repeat;
  }
  
  
a.genussrechte_start {
    background: url(../pics/genussrechte_startseite.gif) no-repeat;
    width:305px;
    height:31px;
    display: block;
    }
    
a.genussrechte_start:hover {
    background: url(../pics/genussrechte_startseite_aktiv.gif) no-repeat;
    }
    
a.plusone {
float:left;
    }

a.facebook_start {
    background: url(../pics/facebook_startseite.gif) no-repeat;
    width:20px;
    height:20px;
    float:left;
    padding-right:1px;
    margin-left:4px;
    text-decoration: none;
    }
    
a.facebook_start:hover {
    background: url(../pics/facebook_startseite_aktiv.gif) no-repeat;
    }
    
a.twitter_start {
    background: url(../pics/twitter_startseite.gif) no-repeat;
    width:20px;
    height:20px;
    float:left;
    padding-right:1px;
    text-decoration: none;
    }
    
a.twitter_start:hover {
    background: url(../pics/twitter_startseite_aktiv.gif) no-repeat;
    }
    
a.wong_start {
    background: url(../pics/wong_startseite.gif) no-repeat;
    width:20px;
    height:20px;
    float:left;
    padding-right:1px;
    text-decoration: none;
    }
    
a.wong_start:hover {
    background: url(../pics/wong_startseite_aktiv.gif) no-repeat;
    }
    
a.delicious_start {
    background: url(../pics/delicious_startseite.gif) no-repeat;
    width:20px;
    height:20px;
    float:left;
    padding-right:1px;
    text-decoration: none;
    }
    
a.delicious_start:hover {
    background: url(../pics/delicious_startseite_aktiv.gif) no-repeat;
    }
    
a.meinvz_start {
    background: url(../pics/meinvz_startseite.gif) no-repeat;
    width:20px;
    height:20px;
    float:left;
    padding-right:1px;
    text-decoration: none;
    }
    
a.meinvz_start:hover {
    background: url(../pics/meinvz_startseite_aktiv.gif) no-repeat;
    }
    
.empfehlen {
    font-size:10px;
    padding-left:4px;
    }
  
/* Anpassungen Gasrechner */

div.standardwert a.kochgas {
  background: url(../pics/kochgas.gif) no-repeat;
  color: transparent;
  width: 58px;
  padding-bottom: 3px;
  margin: 0px 0px 3px 0px;
  float: left;
}

div.standardwert a.wohnung {
  background: url(../pics/wohnung.gif) no-repeat;
  color: transparent;
  width: 65px;
  margin: 0px 0px 3px 2px;
  padding: 1px 0px 2px 0px;
  float: left;
}

div.standardwert a.haus {
  margin: 0px 0px 5px 0px;
  padding-bottom: 3px;
  }
  
/* Überschriften */

.csc-header h1 {padding: 0px 0px 5px 0px; 
margin-top: 5px; 
margin-left: 20px;
font-size: 90%; 
font-weight: bold; 
width: 525px; 
color: rgb(67, 80,82);
border-bottom: 1px solid rgb(67, 80,82)}

.csc-header h2 {padding: 0px 0px 5px 0px; 
margin-top: 5px; 
margin-left: 20px;
font-size: 90%; 
font-weight: bold; 
width: 525px; 
color: rgb(67, 80,82);
border-bottom: 1px solid rgb(67, 80,82)}

.csc-header h3 {border: 1px solid rgb(67, 80,82); 
padding: 5px; 
margin-top: 5px; 
margin-left: 20px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px; 
font-weight: bold; 
width: 515px; 
color: rgb(67, 80,82);}

.csc-header h4 {
border:none;
padding: 0px 0px 5px 0px; 
margin-top: 5px; 
margin-left: 20px;
font-size: 90%; 
font-weight: bold; 
width: 525px; 
color: rgb(67, 80,82);
}




.GreenTop h1, .BlueTop h1{

  padding: 0;
  margin: 3px 0px 0px 0px;
  font-size: 12px;
  line-height: 100%;    
  font-weight: normal;
  color:white;
}




/* Formulare */


fieldset
{
 margin:0px 0px 0px 20px;
 padding:0px;
 border:none;
 padding-top:25px;
/*  font-size: 12px;*/
  font-size: 75%;
}



label
{

}

input
{
 width:204px;
}

.csc-mailform-field
{
 clear:left;
 padding-bottom:10px;
}

input, textarea
{
 font-family:Arial,Verdana,Helvetica;
 font-size:1em;
 color:#654430;
 text-align:left;
 }

.feldbezeichnung
{
  float:left;
  width:200px;
}

.feld
{
  float:left;
  
}


.csc-mailform-submit
{
 text-align:center;
 color:#336666;
 width: 120px;
}


.csc-mailform-check
{
 width:auto;
 text-align:left;
 margin:0px;
}






#accordion form {
  margin: 0px 0px 0px 20px;
  padding: 4px;
  border: solid 1px #ccc;
}
#accordion fieldset {
  padding: 0px;
}
#accordion label {
  padding-left: 4px;
}

/* Suche */


div.csc-default p.csc-searchResult {
  font-size:12px;
  padding:0px;
  margin-bottom:30px;
}

div.csc-default h3 a {
  padding: 0;
  margin: 10px 0px 10px 0px;
  font-size: 95%;
  clear: both;
}

#c2043 {
  margin-left:20px;
  padding-right:10px;
}


/* Sitemap */

.sitemap li {
  margin-top: 5 px;
  margin-left: 12px;
}

/* Formular Tipsbox*/

 .tipsbox td {margin:0; padding:0; border:0}
 .tipsbox td p {font-size:12px; color:white; padding:0}
 
 /* Sitemap */
 
 .doof {
 font-size:30px;
 }
 
/* Formular-Klassen*/
 .text1 {
 padding-left: 4px;
 width: 480px;
 margin-bottom: 12px;
 }
 
 .zwischenueberschrift {
 padding: 10px 0px 12px 4px;
 font-size: 14px;
 }

 .pflichtfelder {
 font-size: 11px;
 padding-left: 4px;
 width: 480px;
 margin-bottom: 12px;
 }

 .presse {
 color:rgb(67,80,82);
 border-bottom: 1px solid rgb(67,80,82);
 width: 525px; padding-bottom: 5px;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 12px;
 }

/* Formular Klassen KwK*/
 .text1-kwk {
 padding-left: 0px;
 width: 480px;
 margin-bottom: 0px;
 }
 
  .zwischenueberschrift-kwk {
 padding: 10px 0px 12px 0px;
 font-size: 14px;
 }

 .pflichtfelder-kwk {
 font-size: 11px;
 padding-left: 0px;
 width: 480px;
 margin-bottom: 12px;
 }
 
 .strich-kwk {
 margin-right: 20px;
 width: 525px;
 }



/* Facebook*/
 .foto-text {
 padding-left: 10px;
 padding-top: 20px;
 }

/* DV-Websites DV-Seiten*/
 .dv-text {
 line-height:14pt;
 }

/* normal*/
 p.normal {
 font-size: 19px;
 margin: 0px 20px 0px 20px;
}

.adventskalender2011-teilnahmebedingungen {
 font-size: 12px;
 padding-bottom: 5px;
 width: 480px;
}
.adventskalender2011-teilnahmebedingungen-klein {
 font-size: 11px;
 padding-bottom: 5px;
 width: 480px;
}

