
/* Main Styling
###############################################################################
*/

#esc__wrapper {
    margin: 0 auto;
    width: 990px;
}

/* Header
###############################################################################
*/

#esc__header {
    background-color: #fff;
    background-position: 20px;
    position: relative;
    height: 110px;
}

#esc__header a { 
    text-decoration: none;
}

#esc__header a.active,
#esc__header #esc__topmenu li a.active,
#esc__header #esc__mainmenu li a.active {
    color: #cf2e00;
}

/* branding */
#esc__header #esc__branding {
    background: transparent url(../images/CO2Energiesparclub_logo.png) top left no-repeat;
    height: 68px;
    width: 242px;
    text-indent: -9999px;
}

#esc__header #esc__branding a {
    width: 100%;
    height: 100%;
    display: block;
}

/* topmenu */
#esc__header #esc__topmenu {
    position: absolute;
    font-size: 12px;
    color: #333333;
    top: 10px;
    right: 20px;
}

#esc__header #esc__topmenu div {
    font-size: 10px;
    float: left;
    padding-right: 10px;
    height: 10px;
}

#esc__header #esc__topmenu div ul li {
    position: relative;
}
  
#esc__header #esc__topmenu div ul img {
  position: absolute;
  left: -10px;
  top: -4px;
}
  

#esc__header #esc__topmenu li {
    padding: 0 10px;
    font-size: 10px;
    list-style-type: none;
    float: left;
}

#esc__header #esc__topmenu li a {
    display: block;
    float: left;
    color: #333;
}

#esc__header #esc__topmenu li a:hover {
    text-decoration: underline;
}

#esc__header #esc__topmenu div span.smaller a { font-size: 10px; }
#esc__header #esc__topmenu div span.normal a { font-size: 11px; }
#esc__header #esc__topmenu div span.bigger a { font-size: 12px; }

/* menubar */
#esc__header #esc__menubar {
    bottom: 0px;
    position: absolute;
    right: 0;
    width: 720px;
}

/* mainmenu */
#esc__header #esc__mainmenu {
    list-style-type: none;
    position: relative;
    float: left;
    font-size: 11px;
    color: #333;
    height: 27px;
}

#esc__header #esc__mainmenu li {
    float: left;
    padding: 8px 0 0;
    text-align: center;
}

#esc__header #esc__mainmenu li:hover,
#esc__header #esc__mainmenu li.hover {
    background-color: #fff;
    border: 1px solid #B2B2B2;
    margin-top: -10px;
    padding: 17px 0 0;
}

#esc__wrapper #esc__header #esc__mainmenu li.none:hover {
    background-color: transparent;
    border: 0px;
    margin-top: 0px;
    padding: 8px 1px 0;
}

#esc__header #esc__mainmenu li a {
    font-size: 11px;
    padding: 0 20px 10px;
    display: block;
    color: #000;
}

#esc__header #esc__mainmenu li a.image {
    z-index: -100;
}

#esc__header #esc__mainmenu li:hover a,
#esc__header #esc__mainmenu li.hover a {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 0 19px 10px;
    z-index: 12;
}

/* mainmenu level2 */
#esc__header #esc__mainmenu li div.level2 {
    display: none;
    
    /* ghost-bug fix (IE7) */
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: static;
    float:none;
    overflow: visible;
    zoom: normal;
    writing-mode: lr-tb;
    /* END ghost-bug fix (IE7) */
}

#esc__header #esc__mainmenu li:hover div.level2,
#esc__header #esc__mainmenu li.hover div.level2 {
    display: block;
    position: absolute;
    top: 29px;
    left: auto;
    margin-left: -1px;
    border: 1px solid #B2B2B2;
    background: #fff url(../images/design/mainmenu_level2_bg.jpg) top left repeat-x;
    padding: 10px 0;
    z-index: 11;
}

#esc__header #esc__mainmenu li div.level2 ul {
    list-style-type: none;
    width: 250px;
}

#esc__header #esc__mainmenu div.level2 ul li {
    text-align: left;
}

#esc__header #esc__mainmenu div.level2 ul li:hover,
#esc__header #esc__mainmenu div.level2 ul li.hover {
    background-color: #d8dde1;
    margin-top: 0px;
}

#esc__header #esc__mainmenu li div.level2 ul li a {
    border: 0px;
    padding: 5px 0;
    display: block;
    color: #333;
}

#esc__header #esc__mainmenu li div.level2 ul li a.image {
    float: left;
    padding: 0;
    padding-right: 12px;
}

#esc__header #esc__mainmenu li div.level2 ul li p {
    font-size: 9px;
    line-height: 1.5;
    color: #333;
}

#esc__header #esc__mainmenu li div.level2 ul li ul.level3 {
    display: none;
    
    /* ghost-bug fix (IE7) */
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: static;
    float:none;
    overflow: visible;
    zoom: normal;
    writing-mode: lr-tb;
    /* END ghost-bug fix (IE7) */
}

#esc__header #esc__mainmenu li div.level2 ul.right li ul.level3 {
    left: -251px;
    top: 0px;
    border-right: 0;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#esc__header #esc__mainmenu li div.level2 ul li:hover,
#esc__header #esc__mainmenu li div.level2 ul li.hover {
    z-index: 16;
}

#esc__header #esc__mainmenu li div.level2 ul li:hover ul.level3,
#esc__header #esc__mainmenu li div.level2 ul li.hover ul.level3 {
    display: block;
    
    position: absolute;
    top: 0px;
    right: -251px;
    width: 251px;
    overflow: hidden;
    background-color: #d8dde1;
    margin-top: 0px;
    border-left: 0px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#esc__header #esc__mainmenu li div.level2 ul li ul.level3 li {
    height: auto;
    text-align: left;
    position: relative;
    font-size: 10px;
    font-weight: lighter;
}

#esc__header #esc__mainmenu li div.level2 ul li ul.level3 li:hover,
#esc__header #esc__mainmenu li div.level2 ul li ul.level3 li.hover {
    background-color: #b0bbc7;
}

/*
    Menu-items
    double: two columns
    single: one columns
    none: no sublevels
*/

#esc__header #esc__mainmenu li.none:hover {
    background-color: #fff;
    border: 0;
    margin-top: 0px;
    padding: 0 20px 10px;
}

#esc__header #esc__mainmenu li div.level2 ul li {
    border: 0px;
    position: relative;
    padding: 5px 10px;
    width: 230px;
}

#esc__header #esc__mainmenu li.double div.level2 {
    width: 500px;
    padding: 5px 0;
}

#esc__header #esc__mainmenu li.single div.level2 {
    width: 250px;
}

/* search */

/* thanks to typo3 for wrapping every fe extension 
with a useless div incl. an ugly class name */
#esc__header #esc__menubar .tx-macinasearchbox-pi1 {
    float: right;
    width: 240px;
    padding: 4px 30px 0 10px;
}

#esc__header #esc__menubar form {
    /*position: relative;
    border-right: 1px solid #fff;*/
}

form.handwerker {
  clear: both;
  padding: 2px 0;
}

form.handwerker input.text,
#esc__header #esc__menubar form input.text {
    float: left;
    margin: 1px 10px 0 0;
    width: 155px;
    height: 14px;
    font-size: 8.5pt;
}

form.handwerker input.text {
    width: 185px;
    height: 16px;
    font-size: 9pt;
}

form.handwerker input.submit,
#esc__header #esc__menubar form input.submit {
    height: 22px;
    width: 66px;
    display: block;
    float: right;
    border: 0;
    overflow: hidden;
    margin-top: -1px;
} 

form.handwerker input.submit {
  width: auto;
    height: auto;
    overflow: auto;
}

/* Content
###############################################################################
*/
#esc__content  {
    margin-bottom: 50px;
    line-height: 1.2;
    position: relative;
}

#esc__content a {
    color: #8FB021;
    text-decoration: none;
}

#esc__content a:hover {
    text-decoration: underline;
}

#esc__content .breadcrumb {
    margin: 4px 0 20px;
    font-size: 90%;
    color: #999;
}

#esc__content .breadcrumb a {
    color: #999;
    font-size: 100%;
    text-decoration: none;
}

#esc__content .breadcrumb a:hover {
  text-decoration: underline;
}

#esc__content #esc__bottom ,
#esc__content #esc__top {
    width: 100%;
}

#esc__content .esc__left ,
#esc__content .esc__center ,
#esc__content .esc__right {
    width: 316px;
    float: left;
}
#esc__content .esc__right {
    float: right;
}



#esc__wrapper #esc__content .esc__right.right {
    float: right;
}
#esc__content .esc__left_center {
    float: left;
}

#esc__content .esc__left {
    margin-right: 21px;
}

/* stage */
#esc__content #esc__top #esc__stage {
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
}

#esc__wrapper.script #esc__content #esc__stage {
  height: 295px;
  overflow: hidden;
}

#esc__content #esc__stage div.stage_nav {
    background: transparent url(../images/design/stage_nav_bg.jpg) top left repeat-x;
    height: 23px;
    overflow: hidden;
}

#esc__wrapper #esc__content #esc__stage div.stage_nav .prev,
#esc__wrapper #esc__content #esc__stage div.stage_nav .next {
    display: none;
}

#esc__wrapper.script #esc__content #esc__stage div.stage_nav .prev,
#esc__wrapper.script #esc__content #esc__stage div.stage_nav .next {
  background: transparent url(../images/design/stage_nav_prev.jpg) top left no-repeat;
  display: block;
    height: 23px;
    width: 22px;
    float: left;
    z-index: 100;
}
#esc__wrapper.script #esc__content #esc__stage div.stage_nav .next {
    background-image: url(../images/design/stage_nav_next.jpg);
}
#esc__content #esc__stage div.stage_nav .prev:hover,
#esc__content #esc__stage div.stage_nav .next:hover {
    text-decoration: none;
}

#esc__wrapper.script #esc__content #esc__stage div.stage_nav {
  position: absolute;
  top: 283px;
  left: 9px;
  width: 970px;
  z-index: 10;
}

#esc__content #esc__stage div.stage_nav div.viewport {
  width: 621px;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#esc__content #esc__stage div.stage_nav div.viewport ul {
    list-style-type: none;
  width: 10000px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#esc__content #esc__stage div.stage_nav div.viewport ul li {
    border-right: 1px solid #aaa;
    float: left;
}

#esc__content #esc__stage div.stage_nav div.viewport ul li.active,
#esc__content #esc__stage div.stage_nav div.viewport ul li:hover,
#esc__content #esc__stage div.stage_nav div.viewport ul li.active:hover {
    background: transparent url(../images/design/stage_nav_active_bg.jpg) repeat-x scroll left top;
}

#esc__content #esc__stage div.stage_nav div.viewport ul li.active a {
    cursor: default;
}

#esc__content #esc__stage div.stage_nav div.viewport ul li.last {
  border: 0px;
}

#esc__content #esc__stage div.stage_nav div.viewport ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 11px;
    padding: 4px 20px 5px;
}

#esc__content #esc__stage div.stage {
  position: relative;
  z-index: 5;
  height: 274px;
  width: 970px;
  overflow: hidden;
}

#esc__wrapper.script #esc__content #esc__stage div.stage_viewport {
  overflow: hidden;
  width: 970px;
  height: 273px;
  position: relative;
  top: 0px;
  left: -1px;
}

#esc__wrapper.script #esc__content #esc__stage div.stage_viewport div.stage_line {
  width: 999999px;
  position: absolute;
  top: 0px;
  left: 0px;
}
  
#esc__wrapper.script #esc__content #esc__stage div.stage {
  float: left;
}

#esc__content #esc__stage div.stage div.stage_content {
  position: absolute;
  top: 20px;
  left: 326px;
  width: 316px;
  height: 250px;
  overflow: hidden;
  color: #fff;
}

#esc__content #esc__stage div.stage div.stage_content a {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
}

#esc__content #esc__stage div.stage div.stage_content p a,
#esc__content #esc__stage div.stage div.stage_content a:hover {
    text-decoration: underline;
}

#esc__content #esc__stage div.stage div.stage_content h3,
#esc__content #esc__stage div.stage div.stage_content h3 a {
  font-family: garamond,georgia,serif;
    font-weight: bold;
    font-size: 26pt;
    margin-bottom: 5px;
    line-height: 44px;
    color: #fff;
}

#esc__content #esc__stage div.stage div.stage_content h3 a:hover {
  text-decoration: none;
  cursor: pointer;
}

#esc__content #esc__stage div.stage div.stage_content p {
  font-size: 12px;
  line-height: 17px;
}

#esc__content #esc__stage div.stage div.stage_content div{
  margin-top: 15px;
}

#esc__content #esc__stage div.stage div.stage_content div img {
    float: left;
}

#esc__content #esc__stage div.stage div.stage_content div span {
  font-size: 10px;
  float: right;
}
  

/* dashboard */
#esc__content #esc__dashboard {
  position: relative;
  height: 332px;
  width: 100%;
  overflow: hidden;
  background: transparent url(../images/design/dashboard_normal.png) top left no-repeat; 
}

#esc__content #esc__gewinnspiel {
  position: relative;
  height: 332px;
  width: 100%;
  overflow: hidden;
  background: transparent url(../bilder/grafiken/dashboard_Sparpakete.png) top left no-repeat;
}

#esc__content #esc__stage #esc__dashboard {
  background: transparent url(../images/design/dashboard_buehne.png) top left no-repeat;
    width: 286px;
    height: 315px;
}

#esc__content .esc__right #esc__dashboard, 
#esc__content .esc__right #esc__gewinnspiel {
  margin-bottom: 20px;
}

#esc__content .esc__right #esc__dashboard.tip {
  background: transparent url(../images/design/dashboard_tip.png) top left no-repeat;
}

#esc__wrapper.script #esc__content #esc__stage #esc__dashboard {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 100;
}

#esc__content #esc__dashboard h2 {
  font-size: 14px;
  font-weight: bold;
  /*color: #465b03;*/
  color: #000;
    padding: 11px 10px;
}

#esc__content #esc__gewinnspiel h2 {
  font-size: 14px;
  font-weight: bold;
  /*color: #465b03;*/
  color: #000;
    padding: 12px 24px;
}


#esc__content #esc__dashboard h3,
#esc__content #esc__gewinnspiel h3 {
  font-size: 24px;
    font-weight: bold;
    line-height: 30px;
  color: #465b03;
  padding: 7px 10px;
  font-family: garamond,georgia,serif;
}

#esc__content #esc__dashboard h4,
#esc__content #esc__gewinnspiel h4 {
    font-size: 10pt;
    font-weight: bold;
    color: #465b03;
    padding: 0px 10px 5px 10px;
}

#esc__content #esc__dashboard ul{
  margin: 8px 10px 26px;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  color: #fff;
}


#esc__content #esc__gewinnspiel ul {
  margin: 13px 27px 26px;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}

#esc__content #esc__dashboard ul li,
#esc__content #esc__gewinnspiel ul li {
    padding-left: 28px;
  margin-bottom: 8px;
  background: url(../images/design/dashboard_haken.png) transparent 2px 8px no-repeat;
  font-weight: normal;
  color: #444;
}

#esc__content #esc__dashboard .startpage,
#esc__content #esc__gewinnspiel .startpage {
  margin-bottom: 12px;
}

#esc__content #esc__dashboard .startpage ul li em,
#esc__content #esc__dashboard .startpage p em,
#esc__content #esc__gewinnspiel .startpage ul li em,
#esc__content #esc__gewinnspiel .startpage p em,
{
  text-transform: uppercase;
  font-style: normal;
}

#esc__content #esc__dashboard .startpage p em,
#esc__content #esc__gewinnspiel .startpage p em {
  display: block;
}

#esc__content #esc__dashboard .startpage ul li em{
  font-size: 14px;
  color: #000;
}

#esc__content #esc__gewinnspiel .startpage ul li em{
  font-size: 14px;
  color: #000;
  font-style: normal;
  text-transform: uppercase;
}

#esc__content #esc__dashboard .startpage p,
#esc__content #esc__gewinnspiel .startpage p {
  float: right;
    margin-right: 6px;
}

#esc__content #esc__dashboard .startpage p em,
#esc__content #esc__gewinnspiel .startpage p em
{
  font-size: 18px;
}

#esc__content #esc__dashboard iframe {
  overflow: hidden;
}

#esc__content #esc__dashboard form {
  margin: 0px 10px 4px 10px;
} 

#esc__content #esc__dashboard table {
  margin-left: 10px;
  font-size: 10pt;
  margin-bottom: 76px;
}

#esc__content #esc__dashboard.tip table {
  margin-bottom: 0px;
}

#esc__content #esc__dashboard table tr {
  margin-bottom: 5px;
}

#esc__content #esc__dashboard table tr td {
  color: #465b03;
  font-size: 8pt;
  padding: 3px 0px 3px 5px;
  vertical-align: middle;
}

#esc__content #esc__dashboard table tr td.sign,
#esc__content #esc__dashboard table tr td.red,
#esc__content #esc__dashboard table tr td.green {
  color: #fff;
  font-size: 9pt;
    font-weight: bold;
    text-align: center;
    height: 17px;
    padding: 4px 1px;
    border-right: 1px solid #A8C34F;
    width: 9px;
}

/* ie hack, primary for ie8, but also affects other ie versions, but doesn't matter.. */
#esc__content #esc__dashboard table tr td.sign,
#esc__content #esc__dashboard table tr td.red,
#esc__content #esc__dashboard table tr td.green {
    padding: 3px 1px;
}

#esc__content #esc__dashboard table tr td.sign {
    color: #000;
}
#esc__content #esc__dashboard table tr td.red {
    background: transparent url(../images/design/zahlen_hg_rot.png) center center no-repeat;
}
#esc__content #esc__dashboard table tr td.green {
    background: transparent url(../images/design/zahlen_hg_gruen.png) center center no-repeat;
}

#esc__content #esc__dashboard p,
#esc__content #esc__gewinnspiel p{
  padding: 5px 12px;
  color: #465b03;
  font-size: 11px;
  line-height: 17px;
  font-weight: normal;
}

#esc__content #esc__stage #esc__dashboard p, {
    padding: 5px 8px;
}

#esc__content #esc__stage #esc__dashboard .startpage p {
    margin-right: 2px;
}

#esc__content #esc__dashboard a,
#esc__content #esc__gewinnspiel a{
  color: #465b03;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

#esc__content #esc__dashboard a:hover,
#esc__content #esc__gewinnspiel a:hover{
    text-decoration: underline;
}

#esc__content #esc__dashboard p a,
#esc__content #esc__gewinnspiel p a {
  display: inline;
}

#esc__content #esc__dashboard p a:hover,
#esc__content #esc__gewinnpsiel p a:hover{
    text-decoration: none;
}

#esc__content #esc__dashboard div.tip {
  width: 100%;
  height: 67px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#esc__content #esc__dashboard div.tip h4 {
  padding-bottom: 0px;
  font-size: 8pt;
}

#esc__content #esc__dashboard div.tip p {
  font-size: 8pt;
  line-height: 1.2;
  padding: 5px 10px;
}

#esc__content #esc__dashboard hr {
    color: transparent;
    background-color: transparent;
    border: none;
    border-top: 1px dotted #465B03;
    height: 0px;
}

/* wraps */
#esc__content .wrap_left,
#esc__content .wrap_right {
    border: 1px solid #d6d7d9;
    padding: 9px 9px 0;
    margin: 4px 20px 10px 0;
    width: 296px;
    float: left;
}

#esc__content .wrap_right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
}

#esc__content .wrap_left .media,
#esc__content .wrap_right .media {
    margin-bottom: 9px;
}

#esc__wrapper #esc__content .wrap_left img,
#esc__wrapper #esc__content .wrap_right img {
  height: auto;
  width: 296px;
  border: 0;
  float: none;
}

#esc__wrapper #esc__content .wrap_left img,
#esc__wrapper #esc__content .wrap_right img,
#esc__wrapper #esc__content .wrap_left p,
#esc__wrapper #esc__content .wrap_right p {
    margin: 0 0 9px;
}

/* custom */
#esc__content div.custom h1,
#esc__content div.custom h2 {
    font-family: garamond,georgia,serif;
    font-weight: bold;
}

#esc__content div.custom h1 {
    margin: 0 0 10px;
    font-size: 320%;
}

#esc__content div.custom h2 {
    margin: 0 0 10px;
    font-size: 200%;
}

#esc__content div.custom h3 { margin-bottom: 10px; font-size: 140%; }
#esc__content div.custom h4 { margin-bottom: 10px; font-size: 120%; line-height: 140%; }
#esc__content div.custom h5 { margin-bottom:  5px; font-size: 110%; }

#esc__content div.custom p {
  margin: 5px 0px 10px 5px;
  font-size: 120%;
  line-height: 140%;
}

#esc__content div.custom img {
  margin: 5px 0;
}

#esc__content div.custom ol { 
  margin: 10px 0 10px 30px;
  font-size: 120%;
    line-height: 140%;
}

#esc__content div.custom li ul,
#esc__content div.custom li ol {
  font-size: 100%;
  line-height: 100%;
}

#esc__content div.custom li p { font-size: 100%; }

#esc__content div.custom .answer,
#esc__content div.custom .question {
    color: #465B03;
    font-style: normal;
    font-weight: bold;
}

#esc__content div.custom .answer {
    color: #106A9E;
}

#esc__content div.custom .links {
    margin-top: 20px;
}

#esc__content div.custom .links p {
    margin: 0 0 0 10px;
}

#esc__content div.custom h1,
#esc__content div.custom h2, 
#esc__content div.custom h3,
#esc__content div.custom h4,
#esc__content div.custom h5,
#esc__content div.custom p {
  margin-left: 10px;
    margin-right: 10px;
}

#esc__content div.custom div.wrap_left h1,
#esc__content div.custom div.wrap_right h1,
#esc__content div.custom div.wrap_left h2,
#esc__content div.custom div.wrap_right h2,
#esc__content div.custom div.wrap_left h3,
#esc__content div.custom div.wrap_right h3,
#esc__content div.custom div.wrap_left h4
#esc__content div.custom div.wrap_right h4,
#esc__content div.custom div.wrap_left h5,
#esc__content div.custom div.wrap_right h5,
#esc__content div.custom div.wrap_left p,
#esc__content div.custom div.wrap_right p {
  margin-left: 0px;
    margin-right: 0px;
}

#esc__content div.custom ul {
    list-style-type: disc;
    margin: 10px 10px 15px 30px;
    font-size: 120%;
    line-height: 140%;
}

#esc__content div.custom .onepixelout_player {
    margin: 0 10px;
}

#esc__content div.custom div.wrap_left .onepixelout_player,
#esc__content div.custom div.wrap_right .onepixelout_player {
    margin: 0;
}

#esc__content div.custom div.wrap_left ol,
#esc__content div.custom div.wrap_right ol,
#esc__content div.custom div.wrap_left ul,
#esc__content div.custom div.wrap_right ul {
    margin-top: 0;
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,
div.csc-textpic-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    margin-left: 10px;
}

/* items */

#esc__content .noborder{
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

#esc__wrapper h2 a ,
#esc__wrapper h3 a {
    color: #333333;
    text-decoration: none;
    font-size: 120%;
}

#esc__wrapper h3 a {
  font-size: 100%;
}

#esc__wrapper h2 a:hover ,
#esc__wrapper h3 a:hover {
    text-decoration: none;
}

#esc__wrapper div.wrapper h3 {
    color: #106A9F;
}

#esc__wrapper div.wrapper h3 a {
  color: #106A9F;
    font-family: garamond,georgia,serif;
    font-weight: bold;
    text-decoration: none;
}

.esc__left_center .esc__left .item,
.esc__left .item,
.esc__left_center .esc__center .item,
.esc__center .item,
.esc__right .item {
    padding-right: 10px;
    width: 306px;    
}

.sponsors {
    color: #666;
    border-bottom: 1px dotted #555555;
    width: 306px;    
    margin-bottom: 15px;
    padding-bottom: 6px;
    padding-left: 10px;
}

#esc__content .esc__left_center .esc__center {
    margin-right: 0;
}

.item {
    margin-bottom: 15px;
    border-bottom: 1px dotted #555; 
    padding-bottom: 19px;
    color: #333333;
    font-size: 120%;
}

.item a {
    line-height: 140%;
}

.item h3 a {
    line-height: 120%;
}

.item span {
    display: block;
    color: #106a9e;
    font-size: 90%;
    margin-bottom: 6px;
}

#esc__content div.content span {
  margin-left: 10px;
}

.item h3 {
    font-family: garamond,georgia,serif;
    font-weight: bold;
    font-size: 190%;
    margin-bottom: 5px;
    line-height: 120%;
}


.item ul {
    clear: both; 
}

.item ul li{
    text-decoration: none;
    font-size: 100%;
    list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-top: 14px;
}

.item ul li.separator_left{
    border-left: 1px solid #8fb021;
    padding-left: 10px;
}


#esc__content .item .wrapper {
    width: 296px;
    border: 1px solid #d6d7d9;
    padding: 8px 9px;
}

.item .wrapper div.footer {
    margin-top: 7px;
}


#esc__content .item .embed {
    padding-right: 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 6px 10px;
    margin: 8px 0;
    width: 296px;
}

#esc__content .item .embed p {
    padding-right: 0;
}

#esc__wrapper #esc__content .wrapper .embed {
  border: 0;
  margin: 8px auto;
}

#esc__content .video h3 {
/*    font-size: 180%;*/
}

#esc__content .news {
    margin-bottom: 14px;
    padding-bottom: 12px;
}

#esc__content .news a {
    line-height: 120%;
    font-size: 90%;
}

#esc__content .news_wide a {
    display: block;
}

#esc__content .news_wide span,
#esc__content .news span {
    font-size: 80%;
    margin-bottom: 3px;
}

#esc__content .news_wide h3,
#esc__content .news h3 {
    margin-bottom: 10px;
    font-size: 100%;
    font-family: Verdana,Helvetica,Tahoma,Geneva,Arial,sans-serif;
}

#esc__content .news_wide h3 a,
#esc__content .news h3 a {
    font-weight: bold;
    font-size: 100%;
    color: #333333;
}

#esc__content .news_sub {
    color: #106a9e;
    display: block;
    font-size: 120%;
    margin: 0 0 2px 10px;
}

/* More elements */

#esc__more_elements {
    border-top: 7px solid #CED6D9;
    border-bottom: 7px solid #CED6D9;
    margin-bottom: 25px;
    padding: 10px 0;
}

#esc__more_elements div.col {
    float: left;
    width: 306px;
    margin-right: 20px;
}

* html #esc__more_elements div.col {
    margin-right: 0px;
    padding-right: 20px;
}

#esc__more_elements div.col h5 {
   color: #333333;
   font-family: Garamond,georgia,serif;
   font-size: 200%;
   line-height: 120%;
   font-weight: bold;
   margin-top: 5px;
}

#esc__more_elements .item {
    margin-bottom: 12px;
    padding: 12px 0 0;
    border: none;
    border-top: 1px dotted #555;
}

#esc__more_elements .item h3 {
    font-size: 90%;
    margin-bottom: 3px;
}

#esc__more_elements .item h3 a {
     color: #106A9F;
     font-family: Verdana,Helvetica,Tahoma,Geneva,Arial,sans-serif;
     font-weight: bold;
     line-height: 120%;
}

#esc__more_elements .item img {
    width: 80px;
    height: 55px;
    margin-bottom: 3px;
    margin-top: 1px;
    border: none;
}

#esc__more_elements .item p a {
    color:#333333;
    font-size:90%;
    display: block;
    line-height:120%;
    padding-right: 10px;
}

#esc__more_elements .no_border,
#esc__more_elements .item.no_border {
    border: none;
}

/* Comments */
#esc__content #esc__comments h3 {
    font-size: 170%;
    line-height: 190%;
    font-family: garamond,georgia,serif;
    margin: 0 0 2px;
}

#esc__content #esc__comments .list_comments,
#esc__content #esc__comments .insert_comments {
  background-color: #F2F4F3;
}

#esc__content #esc__comments .insert_comments form textarea {
    height: 80px;
    width: 450px;
    border-top:2px inset #ccc;
    border-left:2px inset #ccc;
    font-size: 120%;
    line-height: 160%;
}

#esc__content #esc__comments .insert_comments form input.submit {
    vertical-align: bottom;
}

#esc__content #esc__comments .list_comments {
    padding: 0 10px 5px 10px;
}

#esc__content #esc__comments .list_comments div {
  padding: 15px 0 0;
  margin: 0 0 15px;
  border-top: 1px dotted #000;
}

#esc__content #esc__comments .insert_comments {
  padding: 15px 10px;
    border: 0px;
}

#esc__content #esc__comments .insert_comments p {
  margin-bottom: 10px;
  font-size: 120%;
    line-height: 140%;
}

#esc__content #esc__comments .list_comments img {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 58px;
    height: 58px;
}

#esc__content #esc__comments .list_comments span {
  color: #106a9e;
    font-size: 120%;
    line-height: 1;
    padding: 0 0 2px;
    display: block;
}

#esc__content #esc__comments .list_comments p {
  width: 383px;
    font-size: 120%;
    line-height: 140%;
    margin-right: 180px;
    margin-left: 0px;
    float: right;
}

#esc__content #esc__comments .show_all {
  font-size: 120%;
  line-height: 160%;
    display: block;
    padding: 10px 0 5px;
    border-top: 1px dotted #000;
}
/* END Comments */

.item p {
    line-height: 140%;
    display: inline;
    color: #333;
}

.comments p,
.news_wide p,
.news p{
    font-size: 90%;
    display: block;
    color: #333333;
    line-height: 120%;
}

.news_wide p{
    font-size: 100%;
    line-height: 140%;
}

.news p {
    display: inline;
}

.sponsors p {
    font-size: 110%;
    line-height: 160%;
    margin-bottom: 8px;
}

.esc__left_center {
    width: 653px;
    margin-right: 21px;
}

#esc__content .news_wide,
.esc__left_center .wide {
    width: 562px;
    padding-right: 10px;
}

#esc__content .more_elements ul {
    margin: 0;
    padding: 0;
    clear: none;
    float: left;
    width: 306px;
}

#esc__content .more_elements li {
    margin: 10px 0 0;
    width: 296px;
    padding-right: 10px;
}

#esc__content .more_elements li a {
    color: #000;
    text-decoration: none;
}

#esc__content .more_elements li a:hover {
    text-decoration: underline;
}

#esc__wrapper #esc__content .more_elements li img {
  margin: 0 10px 0 0;
}

#esc__content .esc__left_center .left_col {
    float: left;
    width: 50%;
}

#esc__content .esc__left_center .right_col {
    float: right;
    width: 49%;
}

#esc__content .content {
    width: 653px;
    padding: 0;
    margin-bottom: 40px;
}

#esc__content .article_footer {
    margin: 30px 0;
}

#esc__content div.valoration {
    width: auto;
}

#esc__wrapper #esc__content div.article_footer div.valoration,
#esc__content .doublecol div.wrapper div.valoration,
#esc__content .wide div.valoration,
#esc__content .stage_content div.valoration,
#esc__content .news_wide div.valoration {
    width: 190px;
    margin: 0;
}

#esc__content div.item div.valoration {
    position: static;
}

#esc__wrapper #esc__content div.article_footer div.valoration,
#esc__content div.news_wide div.valoration,
#esc__content div.wide div.valoration {
    float: left;
}

#esc__wrapper #esc__content div.article_footer div.valoration {
    position: relative;
    width: 160px;
}

#esc__wrapper #esc__content div.item div.valoration span {
    color: #999;
    float: right;
    position: static;

}

#esc__wrapper #esc__content div.valoration div {
    float: left;
}

#esc__wrapper #esc__content div.valoration div,
#esc__wrapper #esc__content div.valoration div.tx-ratings div {
  margin: 0;
}

#esc__wrapper #esc__content div.article_footer div.valoration span {
  color: #333;
    float: right;
    border-left: 1px solid #999;
    padding-left: 11px;
}


/* search */
#esc__content .tx-indexedsearch-searchbox { display: none; }

#esc__content .tx-indexedsearch-whatis,
#esc__content .search_result h1 {
    margin-bottom: 10px;
    font-family: Garamond,georgia,serif;
    font-size: 230%;
    font-weight: normal;
}  

#esc__content .tx-indexedsearch-whatis span,
#esc__content .search_result h1 span {
    font-weight: bold;
    font-style: normal;
}

#esc__content .tx-indexedsearch-browsebox p,
#esc__content .search_result h3 {
    color: #666;
    font-size: 130%;
    font-weight: normal;
    margin-bottom: 15px;
}

#esc__content .tx-indexedsearch-browsebox ul,
#esc__content .search_result div.pagination {
    clear: both; 
    margin: 0;
    padding: 5px 0;
    margin-bottom: 25px;
    font-size: 120%;
    width: 572px;
}

#esc__content .tx-indexedsearch-res .item,
#esc__content .search_result .item {
    margin: 0;
    padding: 5px 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

#esc__content .tx-indexedsearch-res .item h2,
#esc__content .search_result h2 {
    margin-bottom: 5px;
    font-family: Garamond,georgia,serif;
    font-size: 180%;
    font-weight: bold;
}

#esc__content .tx-indexedsearch-res .item p,
#esc__content .tx-indexedsearch-res .item a,
#esc__content .search_result .item p,
#esc__content .search_result .item a {
    font-size: 90%;
    line-height: 110%;
}

#esc__content .tx-indexedsearch-res strong {
  font-weight: normal;
    color: #cf2e00;
}

.tx-indexedsearch-browsebox ul.browsebox,
.pagination ul,
#esc__content .article_footer ul {
    clear: none;
    list-style-type: none;
    float: right;
}

.tx-indexedsearch-browsebox ul.browsebox li,
.pagination ul li, 
#esc__content .article_footer ul li {
    float: left;
    margin: 0;
}

.tx-indexedsearch-browsebox ul.browsebox li a,
.pagination ul li a, 
#esc__content .article_footer ul li a {
    display: block;
    padding: 0 10px;
    border-right: 1px solid #999; 
    line-height: 110%;
}

/* dirty pagination-hacks */
#esc__content .tx-indexedsearch-browsebox {
  margin: 40px 0 30px;
  position: relative;
  width: 100%;
  height: 25px;
  border-top: 1px dotted #555;
  border-bottom: 1px dotted #555;
}

#esc__content .tx-indexedsearch-browsebox p {
    position: absolute;
    top: -30px;
    left: 0px;
}

#esc__content .tx-indexedsearch-browsebox ul.browsebox {
    width: auto;
    float: right;
}

#esc__content .tx-indexedsearch-browsebox ul.browsebox li:last-child a {
    border: none;
}

/* END dirty pagination-hacks */
  
#esc__content .content .separator_bottom {
    padding-bottom: 5px;
}

.pagination ul li.last a {
    padding-right: 0;
}

#esc__content .pagination ul li.last a,
#esc__content .article_footer ul li.last a {
    border: none;
}


/*
.contact h3 {
    font-size: 230%;
    line-height: 110%;
    font-weight: bold;
    color: #333;
    font-family: garamond,georgia,serif;
}
*/

.contact form {
    font-size: 130%;
    line-height: 130%;
    color: #333;
    margin-top: 20px;
    margin-left: 10px;
}

.error {
    color: #cf2e00;
}

.contact form label {
    display: block;
    margin-bottom: 3px;
}

.contact form input.text,
.contact form textarea {
    width: 306px;
    background-color: #fff;
    border-top: 2px inset #ccc;
    border-left: 2px inset #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    display: block;
}

.contact form textarea {
    height: 175px;
    margin-bottom: 30px;
}

#esc__content .content h1{
    font-family: garamond,georgia,serif;
    font-size: 250%;
    font-weight: bold;
}

#esc__content .content h2 {
    font-family: garamond,georgia,serif;
    font-size: 140%;
    font-weight: bold;
    margin-top: 10px;
}

#esc__content .content h3{
    font-family: Verdana,Helvetica,Tahoma,Geneva,Arial,sans-serif;
    font-size: 110%;
    font-weight: normal;
    line-height: 130%;
    margin: 12px 0;
}

#esc__content .content p{
    display: block;
}

#esc__content .content h1,
#esc__content .content h2,
#esc__content .content h3,
#esc__content .content p{
    margin: 0px 10px 10px;
}

#esc__content .content p cite{
    font-style: normal;
    font-weight: bold;
    color: #465b03;
}

#esc__content .content p cite.answer {
    color: #106A9E;
}

#esc__content .content .wrapper {
    width: 296px;
    float: left;
    margin: 5px 20px 10px 0px;
    color: #666;
}

#esc__content .content .wrapper p {
    margin: 0;
}

#esc__content div.separator_top {
    padding-top: 5px;
}

#esc__content div.separator_bottom {
    padding-bottom: 0px;
}

#esc__content .content .wrapper strong{
    line-height: 160%;
}

#esc__content .doublecol{
    width: 653px;
    margin-bottom:15px;
}

#esc__content .doublecol .wrapper {
    width: 633px;
    padding: 9px;
    margin: 0;
}

#esc__content .doublecol div.wrapper img {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    margin-bottom: 9px;
    float: left;
}

#esc__content .doublecol div.wrapper img {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    margin-bottom: 9px;
    float: left;
}

#esc__content .doublecol div.wrapper ul li {
    margin-bottom:6px;
    margin-top:9px;
}

#esc__wrapper #esc__content .valoration {
    margin-top: 8px;
}

#esc__wrapper #esc__content .article_footer .valoration {
    margin-top: 0;
}

#esc__wrapper #esc__content .valoration img {
    width: 58px;
    height: 10px;
    border: none;
    margin: 0;
    float: left;
}

.item div {
    margin-top: 8px;
}

.video div {
    margin-top: 0px;
}

.item div span{
    font-size: 80%;
    color: #999999;
    float: right;
    margin: 0;
}

ul.pages {
    font-size: 100%;
    line-height: 120%;
}

ul.article_links {
    padding-bottom: 4px;
}

ul.article_links li {
    font-size: 108%;
    line-height: 120%;
    padding-left: 22px;
}

#esc__content ul.article_links li a {
    color: #686868; 
}

#esc__content ul.article_links li.last a {
    padding-right: 0;
}

ul.article_links li a {
    position: relative;
    padding: 0 10px 0 12px;
}

ul.article_links li a img {
    left: -12px;
    position: absolute;
    top: -2px;
}

#esc__content .colored_bg {
    background-color: #f2f4f3;
    padding: 10px 0 10px 10px;
}

#esc__content .colored_bg h3,
#esc__content .colored_bg h3 a {
    color: #106A9F;
}

#esc__content .colored_bg h3 a {
    font-size: 90%; 
    font-weight: bold;
}


/******* images *******/

.item img {
    margin: 3px 10px 0 0;
    float:left;
    border: 1px solid #CCC;
    width: 98px;
    height: auto;
}

#esc__content div.content img {
    margin: 3px 10px 10px 10px;
    float: left;
    width: auto;
    height: auto;
}

.item img.right{
    margin: 10px 0 10px 10px;
}

#esc__content .news_wide img,
#esc__content .news img {
    border: 1px solid #CCC;
    width: 98px;
    height: 68px;
    margin-top: 0px;
}

#esc__mainmenu img{
    width: 80px;
    height: 55px;
    border: none;
}

.banner img,
.frame img{
    border: none;
    width: 316px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.banner{
    padding-bottom: 20px;
}

.wide img{
    border: 1px solid #CCC;
    width: 151px;
    height: 118px;
    margin-top: 4px;
}

.item .wrapper img {
    border: none;
    width: 296px;
    margin-bottom: 5px;
}

#esc__content .doublecol div.wrapper img {
    width: 633px;
    height: auto;
}

#esc__content .profile img {
    border: 1px solid #CCC;
}

#esc__content .content .wrapper p {
    margin: 0;
}

#esc__content .content .wrapper img {
    width: 296px;
    border: none;
    height: auto;
    margin: 5px 0 15px;
}

.more_elements img {
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 0;
}

#esc__content .esc__left_center iframe {
  border: 15px solid #ccc;
  padding: 5px;
  width: 610px;
  overflow: hidden;
}

/* Footer
###############################################################################
*/

#esc__footer {
    margin: 10px 0;
}

#esc__footer a {
    text-decoration: none;
}

#esc__footer ul {
    list-style-type: none;
}

#esc__footer ul li {
    float: left;
}

/* partners */
#esc__footer #partners_info {
    color: #666;
    font-size: 110%;
    line-height: 130%;
    margin-bottom: 6px;
}

#esc__footer #partners_info a {
    color: #8fb021;
}

#esc__footer #partners_info a:hover {
    text-decoration: underline;
}

#esc__footer #partners,
#esc__footer #toolbar {
    border-top: 1px dotted #555;
    padding: 10px 0;
} 

#esc__footer #partners li {
    width: 316px;
    position: relative;
}

#esc__wrapper.script #esc__footer #partners li {
    height: 75px;
}

#esc__footer #partners li.separator_left {
    padding-left: 20px;
}

#esc__wrapper.script #esc__footer #partners li a {
    z-index: 10;
    text-align: center;
    width: 316px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

#esc__wrapper.script #esc__footer #partners li span {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
}

#esc__wrapper.script #esc__footer #partners li span a {
  z-index: 0;
}

#esc__wrapper #esc__footer #partners li span.category a, 
#esc__wrapper #esc__footer #partners li span.category {
  display: block;
  width: auto;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  color: #666;
}

#esc__wrapper #esc__footer #partners li span.category {
  right: 10px;
  font-size: 110%;
  z-index: 10;
}

#esc__wrapper #esc__footer #partners li span.category:hover a,
#esc__wrapper #esc__footer #partners li span.category a:hover {
  text-decoration: underline !important;
}

/* toolbars */
#esc__footer #toolbar ul.left {
    width: 652px;
}

#esc__footer #toolbar ul.right {
    width: 336px;
}
#esc__footer #toolbar ul li {
    padding-left: 22px;
}

#esc__footer #toolbar ul li a {
    color: #666;
    font-size: 11px;
    position: relative;
    padding: 0 10px 0 12px;
    text-decoration: none;
}

#esc__footer #toolbar ul li a:hover {
  text-decoration: underline;
}

#esc__footer #toolbar ul li img {
    position: absolute;
    left: -10px;
    top: -2px;
}

/* real footer */
#esc__footer #links {
    padding: 20px 0 0 20px;
    border-top: 1px dotted #555;
    background: transparent url(../images/design/footer_bg.jpg) top left repeat-x;
}

#esc__footer #links div {
    float: left;
}

#esc__footer #links div li {
    width: 210px;
}

#esc__footer #links div.static li {
    width: 130px;
}

#esc__footer #links div li li,
#esc__footer #links div.static li {
    float: none;
    padding-bottom: 5px;
}

#esc__footer #links div li li a,
#esc__footer #links div.static li a {
    line-height: 20px;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

#esc__footer #links div li li a:hover,
#esc__footer #links div.static li a:hover {
  text-decoration: underline;
}

#esc__footer #links li li a.bold ,
#esc__footer #links div li a.bold {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}


/* Overlay
###############################################################################
*/

#esc__overlay { 
  background-color: #fff;
    background-image: url(../images/design/blank.gif); 
    width: 800px;
    height: 866px; 
    /*padding: 20px 10px;*/
    display: none;
    position: relative;
    z-index: 10000;
}

#esc__overlay.wideOverlay { width: 800px; height: 866px; }
#esc__overlay.smallOverlay { width: 530px; height: 651px; }

#esc__overlay iframe,
#esc__overlay.wideOverlay iframe { width: 800px; height: 840px; }
#esc__overlay.smallOverlay iframe { width: 530px; height: 651px; }

#esc__overlay div.close {
  background: transparent url(../images/design/button_close.png) top left no-repeat;
  position: absolute; 
    right: -10px; 
    top: -10px;
    width: 20px;
    height: 20px; 
    cursor: pointer;
}

#esc__overlay div.header {
  height: 20px;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 0px;
  text-align: right;
}

#esc__overlay div.header a {
  color: #8fb021;
  font-size: 13px;
  margin-right: 20px;
  text-decoration: none;
}

#esc__overlay div.header a:hover { text-decoration: underline; }

#esc__content a.target_overlay img {
  height: auto;
  width: auto;
  float: none;
  margin: 5px 0 0 0;
  padding: 0 0 8px 0;
  border: 0;
}


.freecaptxt {
    width:350px;  
} 

#esc__content div.rte_content {
  clear: right;
}

#esc__content .profile_list ul,
#esc__content div.item div.rte_content ul {
  padding-left: 16px;
}
#esc__content .profile_list ul li,
#esc__content div.item div.rte_content ul li {
  float: none;
  list-style-type: disc;
  margin: 8px 0;
}

#esc__content .profile_list {
    margin: 0 10px 15px 10px;
    padding: 15px 0 0;
}

#esc__content .profile_list dt {
    float: left;
    clear: left;
    width: 200px;
    color: #106A9E;
    border-bottom: none;
    padding: 0 0 2px 22px;
}

#esc__content .profile_list .profile_functions,
#esc__content .profile_list .profile_results,
#esc__content .profile_list .profile_usage,
#esc__content .profile_list .profile_person {
    background-position: 0 0;
}

#esc__content .profile_list dd {
    float: left;
    width: 411px;
    margin: 0 0 15px 0;
}

#esc__content .profile_list dd p {
    margin: 0;
  display: block;
}

#esc__content .profile_list dd ul li {
    margin: 0 0 8px;
}

#esc__content .profile_functions,
#esc__content .profile_results,
#esc__content .profile_usage,
#esc__content .profile_person {
  display: block;
  font-weight: bold;
  padding: 6px 0 2px 22px;
  border-bottom: 1px solid #468;
  background-position: 0 6px;
  background-repeat: no-repeat;
}

#esc__content .profile_functions {
  background-image: url(../images/icons/icon_funktion.png);
}

#esc__content .profile_results {
  background-image: url(../images/icons/icon_erfolg.png);
}

#esc__content .profile_usage {
  background-image: url(../images/icons/icon_nutzung.png);
}

#esc__content .profile_person {
  background-image: url(../images/icons/icon_profil.png);
}

div.indent {
  margin: 0 0 0 20px;
}

#esc__content .custom hr,
#esc__content .rte_content hr {
    background-color: transparent;
    margin: 10px 0;
    border: none;
    border-top: 1px dotted #555;
    height: 0px;
}


/* stromcheck express teaser */

#esc__content ul.sce {
  margin: 10px 0 0;
  padding: 0;  
}

#esc__content ul.sce li {
  border-bottom: 1px solid #D6D7D9;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  clear: left;
  width: 100%;
}

#esc__content ul.sce li.sce_noborder {
  border: none;
  padding: 0;
  margin: 0;
}

#esc__content #sce_js {
  margin: 0;
  display: none;
}

#esc__content ul.sce li label,
#esc__content ul.sce li a {
  display: block;
  float: left;
  width: 126px;
  padding-right: 30px;
  line-height: 140%;
}

#esc__content ul.sce li table {
  display: block;
}

#esc__content ul.sce li table img {
  padding: 0;
  margin: 0;
  float: none;
  height: auto;
  width: auto;
}

#esc__content ul.sce li input.radio {
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 8px;
}

#esc__content ul.sce li label.radio {
  width: auto;
  margin-top: 5px;
}

#esc__content ul.sce li input.text {
  width: 56px;
}

td#sce_personen_anzahl {
  background-color: #D61D23;
  background-image: url(../images/sce/personen_haus.png);
  height: 29px;
  width: 64px;
}

td#sce_personen_plus_container,
td#sce_personen_minus_container {
  line-height: 44px;
  padding: 2px;
  vertical-align: middle;
}

td#sce_personen_plus_container {
  padding-left: 12px;
}

td#sce_personen_minus_container {
  padding-right: 12px;
}

td#sce_personen_dach {
  height: 8px;
}

form.dmail_nl_subscription {
    display:block;
    margin:0;
    overflow:hidden;
    padding:0;
    font-size: 12px;
    margin-left: 10px;
}

form.dmail_nl_subscription fieldset {
    border-style:none;
    font-family:Arial,Helvetica,sans-serif;
    margin-bottom:30px;
    padding:0;
}

#mailanmeldung div {
    margin-bottom: 0.5em;
}

#mailanmeldung label {
    display:block;
    float:left;
    padding-right:10px;
    text-align:right;
    width:9.8em;
    font-family: Verdana,Helvetica,Tahoma,Geneva,Arial,sans-serif;
}

input.abschicken {
    margin-left: 126px;
}

/* gute frage widget START */
#esc__content #gfContent ul { padding-left: 0px }
#esc__content #gfContent ul li { list-style-type: none; background: url("/fileadmin/esc/images/design/gf-pfeil.png") no-repeat scroll 0 4px #fff; padding-left: 16px }
#esc__content #gfContent ul li a { color: #333 }
/* gute frage widget END */

#esc__outer_right {
    position: absolute;
    top: 35px;
    left: 1010px;
    max-width: 160px;
    clear: both; /* IE6 fix */
}

/* Änderungen ShareThis + Grafik einbetten */

.addthis_default_style {
  margin-bottom:9px;
}

.shareThisLink {
  font-family: verdana;
  font-size: 12px;
  
}

.shareThisLink a {
  float: right;
}

.addthis_separator textarea {
  width:265px; 
  height:12px; 
  font-size:10px; 
  font-family:arial; 
  font-weight:normal; 
  color:gray; 
  align:bottom; 
  overflow:auto;
}

/* Messcheck Widget */
#esc__content div.co2-w-mc-content img {
    float: none;
    margin-bottom: 0;
}

* html #esc__content div.co2-w-mc-content div.rte_content {
    margin-top: 0;
}

*+html #esc__content div.co2-w-mc-content div.rte_content {
    margin-top: 0;
}

#esc__content form.co2-w-mc-form label.co2-w-mc-ziplabel {
    float: left;
}

#esc__content form.co2-w-mc-form input.co2-w-mc-zip {
    float: right;
    width: 150px;
    font-size: 100%;
}

#esc__content form.co2-w-mc-form label.co2-w-mc-providerlabel {
    display: block;
    margin-bottom: 4px;
    padding-top: 4px;
    clear: both;
}

#esc__content form.co2-w-mc-form select.co2-w-mc-provider {
    width: 100%;
    margin-bottom: 12px;
    padding: 2px;
    color: #666;
    font-size: 90%;
}

/* ie7 */
*+html #esc__content form.co2-w-mc-form label.co2-w-mc-providerlabel {
    padding-top: 0;
    margin-top: 0;
}

/* ie6 */
* html #esc__content form.co2-w-mc-form label.co2-w-mc-providerlabel {
    padding-top: 0;
    margin-top: 0;
}

#esc__content form.co2-w-mc-form label.co2-w-mc-ziplabel,
#esc__content form.co2-w-mc-form label.co2-w-mc-providerlabel {
    line-height: 19px;
}

#esc__content form.co2-w-mc-form input.co2-w-mc-zip,
#esc__content form.co2-w-mc-form select.co2-w-mc-provider {
    font-family: Verdana,Helvetica,Tahoma,Geneva,Arial,sans-serif;
}

#esc__content div.co2-w-mc-resultcontainer {
    border: 1px solid #D6D7D9;
    padding: 6px 0;
}

#esc__content div.co2-w-mc-resultcontainer img {
    float: left;
    margin: 0 20px 30px 0;
}

/* STATEMENT TICKER */                                                                                  
#esc__content div.st_text_top p,                                                                        
#esc__content div.st_text_bottom p {                                                                    
    display: block;                                                                                     
    margin-bottom: 8px;                                                                                 
}                                                                                                       
                                                                                                        
#esc__content div.st_list {                                                                             
    position: relative;                                                                                 
}                                                                                                       
                                                                                                        
#esc__content div.st_list a.st_list_up,                                                                 
#esc__content div.st_list a.st_list_down {                                                              
    display: block;                                                                                     
    position: absolute;                                                                                 
    right: 0;                                                                                           
}                                                                                                       
                                                                                                        
#esc__content div.st_list a.st_list_up {                                                                
    top: 0;                                                                                             
}                                                                                                       
                                                                                                        
#esc__content div.st_list a.st_list_down {                                                              
    bottom: 8px;                                                                                        
}                                                                                                       
                                                                                                        
#esc__content div.st_list a.st_list_up img,                                                             
#esc__content div.st_list a.st_list_down img {                                                          
    float: none;                                                                                        
    width: auto;                                                                                        
    margin: 0;                                                                                          
}                                                                                                       
                                                                                                        
#esc__content div.st_list div.st_viewport {                                                             
    margin: 0;                                                                                          
    width: 273px;                                                                                       
    height: 235px;                                                                                      
    position: relative;                                                                                 
    overflow: hidden;                                                                                   
}                                                                                                       
                                                                                                        
#esc__content div.st_list div.st_viewport ul {                                                          
    position: absolute;                                                                                 
}                                                                                                       
                                                                                                        
#esc__content div.st_list div.st_viewport ul li {                                                       
    width: 273px;                                                                                       
    float: none;                                                                                        
    margin: 0 0 8px;                                                                                    
    padding: 0 0 9px;                                                                                   
    border-bottom: 1px dotted #555;                                                                     
}                                                                                                       
                                                                                                        
#esc__content div.st_list div.st_viewport img {                                                         
    height: 58px;                                                                                       
    width: 58px;                                                                                        
    border: 1px solid #ccc;                                                                             
    float: left;                                                                                        
    margin: 1px 9px 0 0;                                                                                
}                                                                                                       
                                                                                                        
#esc__content div.st_list div.st_viewport p {                                                           
    display: block;
    margin: 0 0 0 69px;
    font-size: 90%;
    line-height: 120%;
}

#esc__content div.st_list div.st_viewport a {
    color: #106A9F;
}

#esc__content div.st_text_bottom {
    margin-top: 0;
    font-size: 90%;
    line-height: 120%;
}

/* RATUNDTAT WIDGET */
/*
#esc__content #co2-w-ruth {
    min-height: 550px;
}
*/

#esc__content .co2-w-ruth-content {
    clear: both;
}

#esc__content #co2-w-ruth .co2-w-ruth-separator {
    border-bottom: 1px solid #d6d7d9;
    margin: 2px 0 7px 0;
}

#esc__content .co2-w-ruth-content h4 {
    font-size: 110%;
    margin: 0 0 6px 0;
}

#esc__content .co2-w-ruth-content p {
    display: block;
    margin: 0 0 10px 0;
}

#esc__content .co2-w-ruth-content h4,
#esc__content .co2-w-ruth-content p,
#esc__content .co2-w-ruth-content p a {
    line-height: 130%;
}


#esc__content div.esc__right div#start{
    left: 142px;
    position: absolute;
    top: 233px;}

#esc__gewinnspiel sub {
font-size: 70%;
line-height: 0;
vertical-align: sub;}

