* { 
    margin:0; 
    padding: 0; 
}
option { 
    padding-left: 0.4em; 
}
* html body * { 
    overflow:visible; 
}
* html iframe, * html frame { 
    overflow:auto; 
}
* html frameset { 
    overflow:hidden; 
}
html { 
    height: 100%; 
    margin: 0;
    margin-bottom: 1px; 
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 75.00%;
    color: #444;
    background: #FFFFFF url(/pic/headhint.gif) repeat-x top left; 
     
    margin: 0;
    padding: 0;
    text-align: left;
    height: 100%;
}
fieldset, img { 
    border: 0 solid; 
}
ul, ol, dl { 
    line-height: 1.5em; 
    margin: 0 0 1em 1em 
}
li { 
    margin-left: 1.5em; 
    line-height: 1.5em; 
}
dt { 
    font-weight: bold; 
}
dd { 
    margin: 0 0 1em 2em; 
}
blockquote { 
    margin: 0 0 1em 1.5em; 
    font-style: italic;
}
#header { 
    position:relative;
}
#topnav { 
    text-align: right; 
} 
#topnav {
    position:absolute;
    top: 10px;
    right: 10px;
}
#header, #nav, #main, #footer { 
    clear:both; 
}
#col1 { 
    float: left; 
    width: 200px; 
    text-align: left;
}
#col2 { 
    width: 750px; 
    margin-left: 200px; 
    margin-right: 0; 
    text-align: left; 
    padding: 0px 0px 0px 0px;
}
#col1_content, #col2_content { 
    position:relative; 
    padding: 0px 0px 0px 0px; 
    margin: 0px 0px 0px 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { 
    display: block; 
}
.floatbox { 
    overflow:hidden; 
}
#ie_clearing { 
    display: none; 
}
.skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
}
.skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
}


/***********/
/* CONTENT */
/***********/
  
#page_margins { 
    text-align:left; 
    margin: 0 0; 
}
#page_margins { 
    min-width: 980px; 
    max-width: 980px;
    position: relative !important;
    min-height: 100%; /* real browsers */
    height: auto !important;
    background: #FFFFFF;
}
* html #page_margins {  
    width: 980px; 
    margin: 0px 0px 0px 0px !important; 
    text-align: center; 
    height:100% !important;
}
#page{ 
    min-width: 980px; 
    max-width: 980px; 
    padding: 0px 0px 60px 0px;
}
* html #page {  
    width: 980px; 
    margin: 0px 0px 0px 0px !important; 
}
#header {
    color: #000;
    background: #ffffff;
    padding: 0;
}
* html #header {  
    width: 970px; 
    margin: 0px 0px 0px 0px !important; 
}
#topnav { 
    color: #aaa; 
    background: transparent; 
}
#main { 
    background: transparent; 
    padding:1px 0;
}
* html #main {  
    width: 980px; 
    margin: 0px 0px 0px 0px !important; 
}
#footer { 
    position:relative !important; 
    min-width: 980px; 
    max-width: 980px; 
    margin: -60px 0 0;
    color:#666; 
    background: #FFFFFF;
    padding: 0px 0px;
}
#footer_content {
    height: 58px;
    background: #FFFFFF;
    padding: 0px 0px;
    border-top: 1px solid #B2B2B2;
    margin-left: 255px;
    margin-right: 17px;
}
* html #footer_content { 
    margin-left: 255px; 
    margin-right: 0px !important; 
}
textarea, pre, tt, code {
    font-family: "Courier New", Courier, monospace;      
}
pre, code { 
    font-family: monospace; 
    font-size: 1.1em; 
}
acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
}
.note {
    background: #dfd; 
    padding: 1em; 
    border-top: 1px #bdb dotted; 
    border-bottom: 1px #bdb dotted;
}
.important {
    background: #ffd; 
    padding: 1em; 
    border-top: 1px #ddb dotted; 
    border-bottom: 1px #ddb dotted;
}
.warning {
    background: #fdd; 
    padding: 1em; 
    border-top: 1px #dbb dotted; 
    border-bottom: 1px #dbb dotted;
}
.float_left { 
    float: left; 
    display:inline; 
    margin-right: 1em; 
    margin-bottom: 0.15em;  
}
.float_right { 
    float: right; 
    display:inline; 
    margin-left: 1em; 
    margin-bottom: 0.15em;  
}
.center { 
    text-align:center; 
    margin: 0.5em auto 
}
a {
    color: #4D87C7; 
    text-decoration:none;
}
a:focus, a:hover, a:active {
    color:#182E7A; 
    text-decoration:underline;
}
#topnav a { 
    color: #999; 
    font-weight: normal; 
    background:transparent; 
    text-decoration:none; 
}
#topnav a:focus, #topnav a:hover, #topnav a:active { 
    text-decoration:underline; 
    background-color: transparent;
}
#footer a { 
    color: #999; 
    background:transparent; 
    font-weight: bold;
}
#footer a:focus, #footer a:hover, #footer a:active {
    color: #4D87C7; 
    background-color: transparent; 
    text-decoration: underline;
}
hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
}


/**********/
/* HEADER */
/**********/

#head {
    width: 980px;
    height: 120px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: #FFFFFF url(/pic/headhint.gif) repeat-x 0px 0px;
}
#head_ol {
    width: 20px;
    height: 105px;
    background: #F1641D url(/pic/head_ol.gif) no-repeat 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
#headlogin {
    width: 232px;
    height: 105px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    float: left;
}
#headlogin_start {
    width: 480px;
    height: 105px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    float: left;
}
#headlogin_start h1{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;    
    margin: 25px 0px 0px 20px;
    padding: 0px 0px 0px 0px;    
    text-decoration: none;
    color: #FFFFFF;
}
#headmitte {
    width: auto;
    height: 105px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}
#headlogo {
    width: 220px;
    height: 105px;
    background: transparent url(/pic/logo_123_energie.gif) no-repeat 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}
#headlogo_start {
    width: 350px;
    height: 115px;
    background: transparent url(/pic/logo_123_energie_start.gif) no-repeat 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}


/**************/
/* NAVIGATION */
/**************/

#hauptnavges {
    width: 200px;
    height: auto;    
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}
#hauptnav {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    height: auto;
    text-align: left;
}
#hauptnav ul {
    display: block;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;    
    width: 180px;
    height: auto;
}
#hauptnav ul li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#hauptnav ul li h4, h5 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; 
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 25px;
    line-height: 25px;    
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 15px;    
    text-decoration: none;
    background: transparent url(/pic/hauptnavpfeil.gif) no-repeat 0px 5px;
}
#hauptnav ul li h4 {
    color:#000000;
}
#hauptnav ul li h5 {
    color:#F1641D;
}
#hauptnav ul li a.log {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; 
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 25px;
    line-height: 25px;    
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 15px;    
    text-decoration: none;
    background: transparent url(/pic/hauptnavpfeil.gif) no-repeat 0px 5px;
    color:#000000;
}
#hauptnav ul li a.log:hover {
    color:#F1641D;
}
#hauptnav ul li a.log#aktiv {
    color:#F1641D;
}
#hauptnav ul li a {
    display: block;    
    height: 20px;
    line-height: 20px;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px; 
    font-weight: bold;
    color:#000000;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 25px;    
    text-decoration: none;
    text-transform: none;
}
#hauptnav ul li a:hover, #hauptnav ul li a#aktiv {
    color:#F1641D;
}
#navfooter ul {
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    width: 99%;
    text-align: center;
}
#navfooter li { 
    display: inline; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#navfooter li a {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    width: auto;
    text-decoration: none;
    color: #B2B2B2;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
}
#navfooter li a:hover {
    text-decoration: none;
    color: #F1641D;
}  
#navfooter li a#current {
    text-decoration: none;
    color: #F1641D;
}


/****************/
/* Basisinhalte */
/****************/

#content {
    width: 740px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 27px;
    text-align: left;
}
* html #content { 
    margin: 0px 0px 0px 15px !important; 
}
#contentrahmen {
    display: block;
    width: 740px;
    height: 51px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.contentreg_ol { 
    width: 41px;
    height: 51px;
    background: transparent url(/pic/content_reg_ol.gif) no-repeat 0px 0px;
    margin:0;
    padding:0;
    float: left;
}
.contentreg_headline { 
    width: 120px;
    height: 51px;
    line-height: 50px;    
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 24px; 
    font-weight: bold;
    text-align: center;
    color:#F1641D;
    background: transparent url(/pic/content_reg_headline.gif) repeat-x 0px 0px;
    margin:0;
    padding:0;
    float: left;
}
.contentreg_headline_nu { 
    width: 120px;
    height: 51px;
    line-height: 50px;    
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    font-weight: bold;
    text-align: center;
    color:#F1641D;
    background: transparent url(/pic/content_reg_headline.gif) repeat-x 0px 0px;
    margin:0;
    padding:0;
    float: left;
}
.contentreg_or { 
    width: 13px;
    height: 51px;
    background: transparent url(/pic/content_reg_or.gif) no-repeat 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.contentreg_line { 
    width: 550px;
    height: 51px;
    background: transparent url(/pic/content_reg_o_line.gif) repeat-x 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.contentreg_end { 
    width: 12px;
    height: 51px;
    background: transparent url(/pic/content_reg_o_end.gif) no-repeat 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
#contentinhalt {
    display: block;
    width: 740px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.contentrahm_l { 
    width: 8px;
    height: 438px;
    background: transparent url(/pic/contentrahm_l.gif) no-repeat 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.contentrahm_r { 
    width: 8px;
    height: 438px;
    background: transparent url(/pic/contentrahm_r.gif) no-repeat 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.contentspalte_full { 
    width: 720px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    float: left;
}
.contentspalte_1 { 
    width: 403px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    float: left;
}
.contentspalte_1b { 
    width: 474px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    float: left;
}
.contentspalte_2 { 
    width: 325px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
#contentspalte_2b { 
    display: block;
    width: 197px;
    height: auto;
    padding: 0px 0px 0px 40px;
    margin: 10px 0px 0px 25px;
    float: left;
}
* html #contentspalte_2b { 
    padding: 0px 0px 0px 0px !important; 
}
.contentimage_start {
    width: 474px;
/*    height: 272px;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}
.contentimage {
    width: 325px;
    height: 432px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.contentimage_small {
    width: 325px;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 20px 0px;
}
.contentscreen {
    width: 250px;
    height: 185px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 5px 0px;
}
.contentscreen2 {
    width: 250px;
/*    height: 209px;*/
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 5px 0px;
}
.contentimages_start {
    display: block;
    width: 197px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
}
* html .contentimages_start {
    margin: 0px 0px 11px 0px;
}
*:first-child+html .contentimages_start{  
    margin: 0px 0px 11px 0px;  
}  
#contenttext { 
    width: auto;
    height: auto;
    padding: 10px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
}
#contenttext_form { 
    width: auto;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#contenttext h1, h2, h3, h4, h6 {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}
#contenttext h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0px 10px 0px; 
    color: #F1641D;
}
.contenttext_h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0px 10px 0px; 
    color: #F1641D;
    font-weight: bold;
}
.ct_head {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-transform: none;
    font-size: 26px;
    line-height: 30px;
    margin: 20px 0px 0px 0px; 
    color: #F1641D;
    background: transparent;
}
.ctb_head {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-transform: none;
    font-size: 14px; 
    line-height: 14px;  
    margin: 15px 0px 15px 0px;
    color: #F1641D;
    background: transparent;
}
#contenttext h2 {
    font-size: 14px;
    line-height: 20px; 
    margin: 0px 0px 10px 0px; 
    color: #000000;
}
.tief {
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 8px; 
    font-weight: normal; 
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
}
#contenttext h3 {
    font-size: 14px; 
    line-height: 14px;  
    margin: 0px 0px 10px 0px;
    color: #F1641D;
}
#contenttext h4 {
    font-size: 14px;
    width: 108px; 
    height: 20px;
    line-height: 20px; 
    margin: 0px 0px 10px 0px; 
    color: #FFFFFF;
    text-align: center;
    background: url(/pic/gesnav1.gif) no-repeat 0px 0px;
}
#contenttext h6 {
    font-size: 14px;
    width: 330px; 
    line-height: 16px;  
    color: #000000;
    float: left;
    margin: 10px 0px 10px 0px;
}
#contenttext h6.full {
    font-size: 14px;
    width: 660px; 
    line-height: 16px;  
    color: #000000;
    float: left;
    margin: 10px 0px 10px 0px;
}
a.hoch {
    display: block;
    width: 20px; 
    height: 20px;  
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    float: left;
}
a.hoch:link, a.hoch:visited { 
    background: url(/pic/hochnav1.gif) no-repeat top right;   
}
a.hoch:hover, a.hoch:active { 
    background: url(/pic/hochnav2.gif) no-repeat top right;
}
a.download {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    font-size: 14px; 
    line-height: 20px;  
    color: #FFFFFF;
    width: 336px; 
    height: 20px;  
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    float: left;
}
a.download:link, a.download:visited { 
    color: #FFFFFF; 
    background: url(/pic/sonderbut1.gif) no-repeat top right;
}
a.download:hover, a.download:active { 
    color: #000000; 
    background: url(/pic/sonderbut2.gif) no-repeat top right;
}
a.linkbreit {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    font-size: 24px; 
    line-height: 52px;  
    color: #FFFFFF;
    width: 336px; 
    height: 52px;  
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    float: left;
}
a.linkbreit:link, a.linkbreit:visited { 
    color: #FFFFFF; 
    background: url(/pic/link_btn_breit.gif) no-repeat top right;
}
a.linkbreit:hover, a.linkbreit:active { 
    color: #000000; 
    background: url(/pic/link_btn_breit_2.gif) no-repeat top right;
}
.orange { 
    color: #F1641D;
}
#contenttext p {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    color: #000000;
    line-height: 16px;  
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
#contenttext ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style:none;
    list-style-image:none;    
    text-decoration: none;
}
#contenttext li {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    color: #000000;
    line-height: 16px;  
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    background: url(/pic/listbullet.gif) no-repeat 0px 5px;
}
a.link {
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px; 
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
a.link:link, a.link:visited { 
    color:#F1641D; text-decoration:underline;
}
a.link:hover, a.link:active { 
    color:#F1641D; text-decoration:none;
}
a.link_icon {
    display: block;
    background: url(/pic/arrow_link.gif) no-repeat 0px 2px;
    padding-left: 10px;
}
a.download_icon {
    display: block;
    background: url(/pic/arrow_download.gif) no-repeat 0px 2px;
    padding-left: 10px;
}
#contenttab {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.contenttab {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.contenttab_headline, .contenttab_headline_1von2, .contenttab_headline_1von2, .contenttab_headline_2von2, .contenttab_headline_1von3, .contenttab_headline_2von3, .contenttab_headline_3von3 {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
    font-size: 12px;
    height: 18px;
    line-height: 18px;  
    color: #FFFFFF;
    background: #F1641D;
    font-weight: normal;
    float: left;
}
/* Box Startseite */
#123box {
    background-image: url(/pic/123box_02.png);
    background-repeat: repeat-y;
    width: 197px;
}
#123boxtext {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 0px;
}

/* 1 Spalte */
.contenttab_headline {
    width: 345px; 
    padding: 0px 0px 0px 5px;
    border: 1px solid #F1641D;
}
/* 2 Spalten */
.contenttab_headline_1von2 {
    width: 265px; 
    padding: 0px 0px 0px 5px;
    border: 1px solid #F1641D;
    border-right: 1px solid #FFFFFF;
}
.contenttab_headline_2von2 {
    width: 79px; 
    border: 1px solid #F1641D;
    border-left: 0px solid #F1641D;
    text-align: center;
}



/* 3 Spalten */
.contenttab_headline_1von3 {
    width: 175px; 
    padding: 0px 0px 0px 5px;
    border: 1px solid #F1641D;
    border-right: 1px solid #FFFFFF;
}
.contenttab_headline_2von3 {
    width: 89px; 
    border: 1px solid #F1641D;
    border-left: 0px solid #F1641D;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}
.contenttab_headline_3von3 {
    width: 79px; 
    border: 1px solid #F1641D;
    border-left: 0px solid #F1641D;
    text-align: center;
}
.einzug {
    padding: 0px 0px 0px 5px;
}
.contenttab_l1, .contenttab_r1, .contenttab_l2, .contenttab_r2, .contenttab_l3, .contenttab_m3, .contenttab_r3, .contenttab_l4, .contenttab_m4, .contenttab_r4, .contenttab_l5, .contenttab_r5 {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    color: #000000;
    line-height: 16px;  
    float: left;
    margin: 0px;
    padding: 5px 0px 5px 0px;
}
.contenttab_l1 {
    width: 270px; 
    border-right: 1px solid #F1641D;
}
.contenttab_r1 {
    width: 75px; 
    text-align: center;
}
.contenttab_l2 {
    width: 270px; 
    border-right: 1px solid #F1641D;
}
.contenttab_r2 {
    width: 79px; 
    text-align: center;
}
.contenttab_l3 {
    width: 180px; 
    border-right: 1px solid #F1641D;
}
.contenttab_m3 {
    width: 89px; 
    border-right: 1px solid #F1641D;
    text-align: center;
}
.contenttab_r3 {
    width: 79px; 
    text-align: center;
}
.contenttab_l4 {
    width: 180px; 
    border-right: 1px solid #F1641D;
}
.contenttab_m4 {
    width: 89px; 
    border-right: 1px solid #F1641D;
    text-align: center;
}
.contenttab_r4 {
    width: 79px; 
    text-align: center;
}
.contenttab_l5 {
    width: 220px; 
    border-right: 1px solid #F1641D;
}
.contenttab_r5 {
    width: 129px; 
    text-align: center;
}
.contenttab_mrahm {
    display: block;
    width: 350px;
    border-bottom: 1px solid #F1641D;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    float: left;
    background: url(/pic/table_line.gif) repeat-y;
}
.contenttab_mrahm_2 {
    display: block;
    width: 350px;
    border-bottom: 1px solid #F1641D;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    float: left;
    background: url(/pic/table_line_2.gif) repeat-y;
}
.contenttab_mrahm_3 {
    display: block;
    width: 350px;
    border-bottom: 1px solid #F1641D;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    float: left;
    background: url(/pic/table_line_3.gif) repeat-y;
}
.head {
    width: 798px;
    height: 128px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#f_box {
    width: 325px;
    height: 152px;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 0px;
}
#f_box_ol, f_box_or, f_box_ul, f_box_ur, f_box_o, f_box_u, f_box_l, f_box_r { 
    width: 325px;
    height: 152px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#f_box_ol { 
    background: transparent url(/pic/f_box_lo.gif) no-repeat top left;
}
#f_box_or { 
    background: transparent url(/pic/f_box_ro.gif) no-repeat top right;
}
#f_box_ul { 
    width: 325px;
    height: 152px;
    background: transparent url(/pic/f_box_lu.gif) no-repeat bottom left;
}
#f_box_ur { 
    width: 325px;
    height: 140px;
    background: transparent url(/pic/f_box_ru.gif) no-repeat bottom right;
    padding: 12px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#f_box_o { 
    background: transparent url(/pic/f_box_o.gif) repeat-x top left;
}
#f_box_u { 
    background: transparent url(/pic/f_box_u.gif) repeat-x bottom left;
}
#f_box_l { 
    background: transparent url(/pic/f_box_l.gif) repeat-y top left;
}
#f_box_r { 
    background: transparent url(/pic/f_box_r.gif) repeat-y top right;
}
#f_box_inhalt {
    width: 308px;
    height: 126px;
    margin: 0px 5px 12px 12px;
    padding: 0px 0px 0px 0px;
} 
.f_box_inhalt_h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px; 
    color: #F1641D;
}
#s_box {
    width: 474px;
    height: 120px;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}
#s_box_ol, f_box_or, f_box_ul, f_box_ur, f_box_o, f_box_u, f_box_l, f_box_r { 
    width: 474px;
    height: 120px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#s_box_ol { 
    background: transparent url(/pic/f_box_lo.gif) no-repeat top left;
}
#s_box_or { 
    background: transparent url(/pic/f_box_ro.gif) no-repeat top right;
}
#s_box_ul { 
    width: 474px;
    height: 120px;
    background: transparent url(/pic/f_box_lu.gif) no-repeat bottom left;
}
#s_box_ur { 
    width: 474px;
    height: 108px;
    background: transparent url(/pic/f_box_ru.gif) no-repeat bottom right;
    padding: 12px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#s_box_o { 
    background: transparent url(/pic/f_box_o.gif) repeat-x top left;
}
#s_box_u { 
    background: transparent url(/pic/f_box_u.gif) repeat-x bottom left;
}
#s_box_l { 
    background: transparent url(/pic/f_box_l.gif) repeat-y top left;
}
#s_box_r { 
    background: transparent url(/pic/f_box_r.gif) repeat-y top right;
}
#s_box_inhalt {
    width: 450px;
    height: 96px;
    margin: 0px 5px 12px 17px;
    padding: 0px 0px 0px 0px;
} 
.s_box_inhalt_h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    width: 180px;
    height: 18px;
    line-height: 18px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px; 
    color: #F1641D;
    float: left;
}
* html .s_box_inhalt_h1 { 
    padding: 2px 0px 5px 0px !important; 
}
.kontakth, .kontakth2, .kontakt1, .kontakt1b, .kontakt2, .kontakt2b, .kontakt2c, .kontakt3, .kontakt4, .kontakt4b, .kontakt4c, .kontaktb, .kontaktb2, .kontakt_abst, .kontakt_abst2 { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: normal; 
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    display: block;
    text-align: left;
}  
.kontakth { 
    width: 300px;
    height: 16px; 
    line-height: 16px;
    padding: 0px 0px 0px 1px;
    margin: 3px 0px 0px 0px;
} 
.kontakth2 { 
    width: 220px;
    height: 16px; 
    line-height: 16px;
    padding: 0px 0px 0px 1px;
    margin: 3px 0px 0px 0px;
} 
.kontakt1 { 
    width: 174px;
    height: 15px; 
    line-height: 15px;
} 
.kontakt1b { 
    width: 220px;
    height: 15px; 
    line-height: 15px;
} 
.kontakt2 { 
    width: 52px;
    height: 15px; 
    line-height: 15px;
} 
* html .kontakt2 { 
    width: 57px !important; 
}
*:first-child+html .kontakt2 { 
    width: 57px !important; 
}
.kontakt2b { 
    width: 59px;
    height: 18px;
    line-height: 18px;
} 
* html .kontakt2b { 
    width: 66px !important; 
}
*:first-child+html .kontakt2b { 
    width: 66px !important; 
}
.kontakt2c { 
    width: 70px;
    height: 15px; 
    line-height: 15px;
} 
* html .kontakt2c { 
    width: 70px !important; 
}
*:first-child+html .kontakt2c { 
    width: 70px !important; 
}
.kontakt3 { 
    width: 70px;
    height: 15px; 
    line-height: 15px;
    text-align: right;
} 
.kontakt4 { 
    width: 70px;
    height: 18px;
    line-height: 18px;
    text-align: right;
}
.kontakt4b { 
    width: 68px;
    height: 18px;
    line-height: 18px;
    text-align: right;
}
* html .kontakt4b { 
    width: 65px !important; 
}
.kontakt4c { 
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: right;
}
.kontakt_abst { 
    width: 5px;
    height: 15px; 
}
.kontakt_abst2 { 
    width: 23px;
    height: 52px;
}  
.kontaktb { 
    width: 300px;
    height: 20px; 
    line-height: 15px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
    overflow: hidden;
} 
* html .kontaktb { 
    margin: 9px 0px 0px 0px !important; 
}
.kontaktb2 { 
    width: 439px;
    height: 20px; 
    line-height: 15px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
    overflow: hidden;
} 
* html .kontaktb2 { 
    margin: 9px 0px 0px 0px !important; 
}
#unsichtbar { 
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
} 
.formfeld1 {
    width: 155px;
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #3D3D3D;
    background: transparent url(/pic/formhint.gif) no-repeat top left;
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 0px 2px;
}
.formfeld2 {
    width: 210px;
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #3D3D3D;
    background: transparent url(/pic/formhint.gif) no-repeat top left;
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 0px 2px;
}
a.tarif {
    display: block;
    width: 300px;
    height: 20px; 
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-weight: bold;
    text-decoration:none;
    margin: 0px 0px 0px 0px;
}
a.tarif:link , a.tarif:visited { 
    color:#FFFFFF; 
    padding: 1px 0px 0px 0px; 
    background: transparent url(/pic/but_berechnen.gif) no-repeat top left;
}
a.tarif:hover, a.tarif:active  { 
    color:#000000; 
    padding: 0px 0px 0px 0px; 
    background: transparent url(/pic/but_berechnen_over.gif) no-repeat top left;
}
a.tarif2 {
    display: block;
    width: 439px;
    height: 20px; 
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    text-decoration:none;
}
a.tarif2:link, a.tarif2:visited  { 
    color:#FFFFFF; 
    padding: 1px 0px 0px 0px; 
    background: transparent url(/pic/but_berechnen2.gif) no-repeat top left;
}
a.tarif2:hover, a.tarif2:active{ 
    color:#000000; 
    padding: 0px 0px 0px 0px; 
    background: transparent url(/pic/but_berechnen2_over.gif) no-repeat top left;
}
a.rechnung {
    display: block;
    width: 280px;
    height: 63px; 
    line-height: 63px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 65px;
    text-decoration:none;
}
a.rechnung:link, a.rechnung:visited { 
    color:#F1641D; 
    background: transparent url(/pic/rechnung1.gif) no-repeat top left;
}
a.rechnung:hover, a.rechnung:active { 
    color:#000000; 
    background: transparent url(/pic/rechnung2.gif) no-repeat top left;
}
.startbutges {
    display: block;
    width: 474px;
    height: 52px; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}     
.startbutrahm {
    display: block;
    width: 225px;
    height: 52px; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}   
a.startbut {
    display: block;
    width: 225px;
    height: 52px; 
    line-height: 52px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px; 
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-decoration:none;
}
a.startbut:link, a.startbut:visited { 
    color:#FFFFFF; 
    background: transparent url(/pic/startbut1.gif) no-repeat top left;
}
a.startbut:hover, a.startbut:active { 
    color:#000000; 
    background: transparent url(/pic/startbut2.gif) no-repeat top left;
}


/*********************/
/* Absoluter Tooltip */
/*********************/

#i_346 {
    height: auto;
    min-height: 484px;
}

.studie {
    display: none;
    position: absolute; 
    top: 10px;
    left: 47px; 
    z-index: 5;
}
#i_box {
    width: 474px;
    height: auto;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
}
#i_box_ol, f_box_or, f_box_ul, f_box_ur, f_box_o, f_box_u, f_box_l, f_box_r { 
    width: 474px;
    height: 485px;
    padding: 0;
    margin: 0;
}
#i_box_ol { 
    background: transparent url(/pic/f_box_lo.gif) no-repeat top left;
    height: auto;
}
#i_box_or { 
    background: transparent url(/pic/f_box_ro.gif) no-repeat top right;
}
#i_box_ul { 
    width: 474px;
    height: auto;
    background: transparent url(/pic/f_box_lu.gif) no-repeat bottom left;
}
#i_box_ur { 
    width: 474px;
    height: auto;
    min-height: 468px;
    background: transparent url(/pic/f_box_ru.gif) no-repeat bottom right;
    padding: 8px 0;
    margin: 0;
}
#i_box_o { 
    background: transparent url(/pic/f_box_o.gif) repeat-x top left;
}
#i_box_u { 
    background: transparent url(/pic/f_box_u.gif) repeat-x bottom left;
}
#i_box_l { 
    background: transparent url(/pic/f_box_l.gif) repeat-y top left;
}
#i_box_r { 
    background: transparent url(/pic/f_box_r.gif) repeat-y top right;
}
#i_box_inhalt {
    width: 450px;
    height: height;
    margin: 0px 5px 6px 17px;
    padding: 0;
    background: #FFFFFF;
} 
.i_box_inhalt_headline {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 5px 0px;
    margin: 5px 10px 10px 0px;
    font-size: 18px; 
    color: #F1641D;
}
#i_box_inhalt h3 {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 5px 0px;
    margin: 0px 10px 0px 0px;
    font-size: 14px; 
    color: #F1641D;
}
#i_box_inhalt p {
    display: block;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    color: #000000;
    line-height: 16px;  
    padding: 0;
    margin: 0px 10px 8px 0px;
}
.callback_l1, .callback_abst, .callback_l2  { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    display: block;
    text-align: left;
}  
.callback_l1 { 
    width: 300px;
    height: 16px; 
    line-height: 16px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
} 
.callback_l2 { 
    width: 300px;
    height: 16px; 
    line-height: 16px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 20px 0px;
} 
.callback_abst { 
    width: 5px;
    height: 15px; 
}
.callback_zeit {
    background-color: #FFFFFF; 
    width: 214px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    border: 1px solid #717171;
}
.formfeld3 {
    display: inline;
    width: 210px;
    height: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #3D3D3D;
    background: transparent url(/pic/formhint.gif) no-repeat top left;
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 0px 2px;
}
a.callnav {
    display: block;
    width: 214px;
    height: 20px; 
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration:none;
}
a.callnav:link, a.callnav:visited { 
    color:#FFFFFF; 
    padding: 1px 0px 0px 0px;
    background: transparent url(/pic/callback1.gif) no-repeat top left;
}
a.callnav:hover, a.callnav:active { 
    color:#000000; 
    padding: 0px 0px 0px 0px; 
    background: transparent url(/pic/callback2.gif) no-repeat top left;
}

#thumbBox {
    margin: 6px 0px 0px 127px;
    padding: 0px 0px 0px 0px;    
    background: none transparent scroll repeat 0% 0%; 
    left: 0px; 
    visibility: hidden; 
    width: auto; 
    cursor: pointer;  
    position: absolute; 
    top: 20px; 
    z-index: 4;
}
#thumbBox P.footerbar {
    background: none transparent scroll repeat 0% 0%; 
    margin: 0px 0px 0px 416px; 
    font: bold 12px arial, helvetica, sans-serif; 
    color: #000;
    height: 29px;
    overflow: hidden;
}
#thumbBox P.footerbar a {
    padding: 5px 0px 0px 5px;
    display: block; 
    background: url(/pic/close1.gif) no-repeat; 
    width: 129px; 
    color: #FFFFFF; 
    height: 29px; 
    text-align: center; 
    text-decoration: none;
    line-height: 29px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-weight: bold;
}
* html #thumbBox P.footerbar a { 
    padding-top: 3px; 
    line-height: 29px !important; 
}
#thumbBox P.footerbar a:hover {
    background: url(/pic/close2.gif) no-repeat; 
    color: #000;
}
#thumbBox #thumbImage {
    background-color: white
}
#thumbLoading {
    padding: 5px;
    margin: 50px 0px 0px 250px;
    border: black 1px solid; 
    z-index: 5; 
    visibility: hidden; 
    font: bold 12px arial, helvetica, sans-serif; 
    position: absolute; 
    background-color: #fff;
}
.bullet {
    border: 3px solid #000;
    padding: 10px 5px 5px 10px;
    display: none; 
    z-index: 50; 
    font: bold 12px arial, helvetica, sans-serif; 
    width: 400px;  
    background-color: #ffffff
}
.bullet h4 {
    padding: 10px 0px 10px 0px;
    background: none transparent scroll repeat 0% 0%; 
    margin: 0px; 
    font: bold 14px arial, helvetica, sans-serif; 
    text-transform: uppercase; 
    color: #f1641d; 
}
.bullet p{
    background: none transparent scroll repeat 0% 0%; 
    padding-bottom: 10px; 
    margin: 0px; 
    font: bold 12px arial, helvetica, sans-serif; 
    color: #000;
}
.rightBulletCell {
    padding-left: 10px; 
    vertical-align: top
}
#bullet1, #bullet1gas {
    left: 400px; 
    position: absolute; 
    top: 230px
}
#bullet2, #bullet2gas {
    left: 580px; 
    position: absolute; 
    top: 300px
}
#bullet3, #bullet3gas {
    left: 580px; 
    position: absolute; 
    top: 260px
}
#bullet4 {
    left: 380px; 
    position: absolute; 
    top: 300px
}
#bullet5, #bullet5gas {
    left: 580px; 
    position: absolute;
    top: 315px
}
#bullet6 {
    left: 380px; 
    position: absolute; 
    top: 310px;
}
#bullet7, #bullet7gas {
    left: 580px; 
    position: absolute; 
    top: 340px
}
#bullet8, #bullet8gas {
    left: 580px; 
    position: absolute; 
    top: 560px
}
#bullet9, #bullet9gas {
    left: 380px; 
    position: absolute; 
    top: 70px
}
#bullet10, #bullet10gas {
    left: 550px; 
    position: absolute; 
    top: 295px
}
#bullet11, #bullet11gas {
    left: 550px; 
    position: absolute; 
    top: 240px
}
#bullet12, #bullet12gas {
    left: 600px; 
    position: absolute; 
    top: 240px
}
#bullet13 {
    left: 580px; 
    position: absolute; 
    top: 300px
}
#bullet14 {
    left: 380px; 
    position: absolute; 
    top: 175px
}
#bullet15 {
    left: 480px; 
    position: absolute; 
    top: 350px
}
#bullet16 {
    left: 480px; 
    position: absolute; 
    top: 400px
}
#bullet17 {
    left: 380px; 
    position: absolute; 
    top: 280px
}
#bullet18 {
    left: 380px; 
    position: absolute; 
    top: 370px
}
#bullet19 {
    left: 580px; 
    position: absolute; 
    top: 460px
}
#bullet20 {
    left: 550px; 
    position: absolute; 
    top: 125px
}
#bullet21 {
    left: 550px; 
    position: absolute; 
    top: 330px
}
#bullet4gas {
    left: 380px; 
    position: absolute; 
    top: 300px
}
#bullet6gas {
    left: 380px; 
    position: absolute; 
    top: 310px
}
#bullet13gas {
    left: 650px; 
    position: absolute; 
    top: 240px
}
#bullet14gas {
    left: 580px; 
    position: absolute; 
    top: 295px
}
#bullet15gas {
    left: 380px; 
    position: absolute; 
    top: 180px
}
#bullet16gas {
    left: 480px; 
    position: absolute; 
    top: 350px
}
#bullet17gas {
    left: 480px; 
    position: absolute; 
    top: 400px
}
#bullet18gas {
    left: 380px; 
    position: absolute; 
    top: 280px
}
#bullet19gas {
    left: 380px; 
    position: absolute; 
    top: 350px
}
#bullet20gas {
    left: 580px; 
    position: absolute; 
    top: 555px
}
#bullet21gas {
    left: 580px; 
    position: absolute; 
    top: 560px
}
.behelfsklasse {
    display: none;
    background-image: url(/pic/Bullets-01.gif);
    background-image: url(/pic/Bullets-02.gif);
    background-image: url(/pic/Bullets-03.gif);
    background-image: url(/pic/Bullets-04.gif);
    background-image: url(/pic/Bullets-05.gif);
    background-image: url(/pic/Bullets-06.gif);
    background-image: url(/pic/Bullets-07.gif);
    background-image: url(/pic/Bullets-08.gif);
    background-image: url(/pic/Bullets-09.gif);
    background-image: url(/pic/Bullets-10.gif);
    background-image: url(/pic/Bullets-11.gif);
    background-image: url(/pic/Bullets-12.gif);
    background-image: url(/pic/Bullets-13.gif);
    background-image: url(/pic/Bullets-14.gif);
    background-image: url(/pic/Bullets-15.gif);
    background-image: url(/pic/Bullets-16.gif);
    background-image: url(/pic/Bullets-17.gif);
    background-image: url(/pic/Bullets-18.gif);
    background-image: url(/pic/Bullets-19.gif);
    background-image: url(/pic/Bullets-20.gif);
    background-image: url(/pic/Bullets-21.gif);
}

/* FAQ RELAUNCH 2010 */
.buttons {
    clear: both;
    padding-bottom: 40px;
}
a.faq_button, a.faq_button:link, a.faq_button:active, a.faq_button:visited {
    float: left;
    display: block;
    width: 200px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #fff url(/pic/faq_button_overview.gif) 0 0 no-repeat;
    text-decoration: none;
}
a.faq_button:hover {
    background-position: 0px -40px;
    text-decoration: none;
} 
a.faq_button_small, a.faq_button_small:link, a.faq_button_small:active, a.faq_button_small:visited {
    float: left;
    display: block;
    width: 100px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #fff url(/pic/bg_faq_klein.gif) 0 0 no-repeat;
    text-decoration: none;
}
a.faq_button_small:hover {
    background-position: 0px -70px;
    text-decoration: none;
} 
a.backtooverview, a.backtooverview:link, a.backtooverview:active, a.backtooverview:visited {
    display: block;
    width: 106px;
    height: 72px;
    background: #fff url(/pic/zurUebersicht.gif) 0 0 no-repeat;
    margin-bottom: 20px;
}
a.backtooverview:hover {
    background-position: 0px -72px;
    text-decoration: none;
} 
.margin_right40 {
    margin-right: 40px;
}
.margin_right12 {
    margin-right: 12px;
}
.margin_bottom_40 {
    clear: both;
    padding: 20px 0;
}
.margin_bottom_20 {
    clear: both;
    padding: 20px 0 0px 0;
}
.clear {
    clear: both;
}
#accordion h3 {
    background: #f1641d url(/pic/bg_faq_box.gif) 0 0 repeat-x;
}
#accordion h3 a.faq_h3 {
    clear: both;
    display: block;
    padding: 4px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
h3.ui-state-default a.faq_h3, h3.ui-state-default a.faq_h3:link, h3.ui-state-default a.faq_h3:active, h3.ui-state-default a.faq_h3:visited, h3.ui-state-default a.faq_h3:hover {
    clear: both;
    display: block;
    padding: 4px 15px;
    background: url(/pic/arrow_faq_all.gif) 0 5px no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
h3.ui-state-active  a.faq_h3, h3.ui-state-active  a.faq_h3:link, h3.ui-state-active  a.faq_h3:active, h3.ui-state-active  a.faq_h3:visited, h3.ui-state-active  a.faq_h3:hover {
    clear: both;
    display: block;
    padding: 4px 15px;
    background: url(/pic/arrow_faq_focus.gif) 0 5px no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.left {
    float: left;
}
.search_content {
    clear: both;
    height: 40px;
    color: inherit;
    background-color: #f3f3f3;
    margin: 0px 0px 30px 0px;
    padding: 8px 20px 0px 20px;
    overflow: hidden;
}
input.searchstring {
    color: #7A7A7A; 
    font-weight: bold;
    float: left;
    width: 400px;
    height: 25px;
    margin: 1px 0px 0px 0px;
    padding: 5px 3px 0px 3px;
    border: 1px solid #f1641d;
    font-size: 16px;
}
input.searchbutton {
    float: left;
    width: 70px;
    height: 32px;
    padding: 4px 13px 5px 9px;
    margin: 1px 10px 0px 3px;
    border: none;
    color: #FFF;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background: #f1641d;
    overflow: hidden;
    cursor: pointer;
}
.underline {
    margin-bottom: 5px;
    border-bottom: 4px solid #f1641d;
}
.space {
    clear: both;
    padding-bottom: 5px;
}
.space12 {
    clear: both;
    padding-bottom: 12px;
}
.teaser_item {
    clear: both;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}
a.teaserbox, a.teaserbox:link, a.teaserbox:visited, a.teaserbox:active {
    color: #f1641d;
    font-weight: bold;
}
.nav_search_bottom a, .nav_search_bottom a:focus, .nav_search_bottom a:hover, .nav_search_bottom a:active {
    color: #f1641d; 
}
a.closeDOMWindow {
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 25px 5px 0;
    background: url(/pic/close.gif) right 2px no-repeat;
}
#bilderstapel {
    background-color: black;
    height:344px;
    width: 472px;
}
#bilderstapel img {
    position:absolute;
    height:344px;
    width: 472px;
    z-index:1;
}
#bilderstapel img.obersteebene {
    z-index:3;
}
#bilderstapel img.mittlereebene {
    z-index:2;
}

.contentimages_box {
    width: 197px;
    background: url(/pic/123box_02.png) 0 0 repeat-y;
}

.contentimages_box_head {
    width: 197px;
    height: 12px;
    overflow: hidden;
    background: url(/pic/123box_01.png) 0 0 no-repeat;
}

.contentimages_box_bottom {
    width: 197px;
    height: 12px;
    overflow: hidden;
    background: url(/pic/123box_03.png) 0 0 no-repeat;
}
 

/* blog feed */
#b_box {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    margin: 20px 0 0;
    padding: 0;
    width: 474px;
}

#b_box_ol, b_box_or, b_box_ul, b_box_ur, f_box_o, b_box_u, b_box_l, b_box_r {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 474px;
}

#b_box_ol {
    background: url("/pic/f_box_lo.gif") no-repeat scroll left top transparent;
}

#b_box_or {
    background: url("/pic/f_box_ro.gif") no-repeat scroll right top transparent;
}

#b_box_ul {
    background: url("/pic/f_box_lu.gif") no-repeat scroll left bottom transparent;
    height: 100%;
    width: 474px;
}

#b_box_ur {
    background: url("/pic/f_box_ru.gif") no-repeat scroll right bottom transparent;
    height: 100%;
    margin: 0;
    padding: 12px 0 6px;
    width: 474px;
}

#b_box_o {
    background: url("/pic/f_box_o.gif") repeat-x scroll left top transparent;
}

#b_box_u {
    background: url("/pic/f_box_u.gif") repeat-x scroll left bottom transparent;
}

#b_box_l {
    background: url("/pic/f_box_l.gif") repeat-y scroll left top transparent;
}

#b_box_r {
    background: url("/pic/f_box_r.gif") repeat-y scroll right top transparent;
}

#b_box_inhalt {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    margin: 0 5px 12px 17px;
    padding: 0;
    width: 450px;
}
.b_box_inhalt_headline {
    color: #F1641D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 5px 10px 10px 0;
    padding: 0 0 5px;
}

#b_box_inhalt h3 {
    color: #F1641D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 10px 0 0;
    padding: 0 0 5px;
}

#b_box_inhalt p {
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 10px 10px 0;
    padding: 0;
}

#b_box_inhalt a:link, a:visited {
    color: #F1641D;
    text-decoration: none;
}

#b_box_inhalt a:active {
    color: #F1641D;
    text-decoration: none;
}

#b_box_inhalt a:hover {
    color: #F1641D;
    text-decoration: underline;
}

#b_box_inhalt span {
    font-size: 1em;
}

#b_box_inhalt li {
    padding-bottom: 5px;
}

#b_box_inhalt div.subheadline {
    font-size: 11px;
    font-weight: bold;
}
