/** Reset **/
* {
    padding: 0;
    margin: 0;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;    /* forces IE to scale images using bicubic interpolation; all other browser do it by default */
}
.clear {
    clear:both;
    font-size:1px;
    height:0;
    line-height: 0;
}
ul, li, dl, dt, dd {
    list-style-type:none;
}
a {
    color:#555555;
    text-decoration: none;
}
a:hover {
    color: #E2001A;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0px;
    color: #555555;
}

/* ----- Top Row Zone ----- */
.top-row-zone {
    background: url(/img/ico/top-navi-bckgrd.gif) repeat-x;
    height: 21px;
    min-width: 967px;
}
.top-row-zone .container {
    text-align: right;
    margin: 0 auto;
    width: 967px;
    display: block;
    height: 21px;
}
.top-row-zone .container .redLink {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:11px;
    background:transparent url(/img/ico/a-uc-topnavi-bckgrd.gif) repeat-x;
    color: #fff;
    display: inline;
    float: right;
    line-height: 21px;
    padding: 0 10px;
}
.top-row-zone .container .redLink a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.top-row-zone .navigation {
    padding-right: 90px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.top-row-zone .navigation ul {
    line-height: 20px
}
.top-row-zone .navigation li {
    display: inline;
    padding-left: 20px;
    line-height: 20px;
}
.top-row-zone .navigation li a {
    color: #555555;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
.top-row-zone .navigation li a:hover {
    color: #E2001A;
    text-decoration: none;
}


#page {
    margin: 0 auto;
    width: 1108px;
}

/* ------------ Head Navigation ------------ */
#head-zone {
    width: 967px;
    margin: 0 auto;
}
#head-zone .navigation {
    height: 23px;
    padding: 10px 0 0 0;
    text-align: right;
}
#head-zone .navigation ul {
}
#head-zone .navigation li {
    display: inline;
    font-size: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-left: 19px;
    vertical-align: top;
}
#head-zone .navigation li.imagelink {
    vertical-align: baseline;
}
#head-zone .navigation li.imagelink.standard {
    margin-bottom:6x;
}
#head-zone .navigation li.imagelink img {
    margin-top: 4px;
}
#head-zone .navigation li.new_account {
    margin: 0 -20px 0 20px;
}
#head-zone .navigation li a {
    color: #8A8A8A;
    text-transform: uppercase;
}
#head-zone .navigation li a:hover {
    color: #E2001A;
}
#head-zone .logo-zone {
    float: left;
    padding: 17px 0 0 0px;
}
.banner {
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 967px; 
    height: 235px;
    text-align: center;
}
#banner-flash
{
    min-width: 967px;
    padding-top: 16px;
}
#zone-margin { 
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 0px;
}
#zone-wrapper {
    margin: 0 auto;
    width: 967px;
}
#content-zone {
    float: left;
    width: 728px;
    margin-top: 11px;
}
/* --------- Tabs --------- */
#navigation-zone {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navigation-zone
{
    background: url(/img/ico/img-tabnav-line.gif) repeat-x;
    height: 51px;
}
#navigation-zone li {
    display: inline;
    height: 51px;
    background: url(/img/ico/reiter-2.gif) no-repeat;
    float:left;
}
#navigation-zone li a {
    color: #555555;
    text-transform: uppercase;
    font-size: 12px;
    display:block;
    background: url(/img/ico/reiter-2.gif) no-repeat right top;
    padding: 20px 40px 0 0;
    margin-left: 12px;
    height: 36px;
    line-height: 13px;
}

#navigation-zone li#tab_wem a {
    padding: 28px 40px 0 0;

}
#navigation-zone li#tab_wem.active a {
    padding: 24px 40px 0 0;
}

#navigation-zone li.active {
    background-position: 0px -69px;
}
#navigation-zone li.active a {
    background-position: right -69px;
    color: #E2001A;
    font-weight: bold;
    padding: 16px 40px 4px 0;
    line-height: 14px;
    cursor: default;
}
#navigation-zone li a:hover {
    color: #E2001A;
}

/* IE6 Bugfix */
* html li#tab_pk { width: 165px; }
* html li#tab_gk { width: 235px; }
* html li#tab_fk { width: 175px; }
* html li#tab_wem { width: 150px; }

* html #navigation-zone li.active a,
* html #navigation-zone li a,
* html #navigation-zone li#tab_wem.active a
{
    padding-right: 40px;
}


#tab-content {
    margin-top: 28px;
}

* html #tab-content {
    margin-top: 18px;
}

/*  Context Zone rechts  */
div#context-zone {
    float: right;
    margin-top: 25px;
    width: 196px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 5px;
}
div#context-zone a {
    color: #333333;
}
div#context-zone a:hover {
    color: #E2001A;
}
div#nav-zone-login {
    margin-bottom:18px;
}
div#nav-zone-login img {
    display: block;
}

/*  Footer Zone */
#footer-zone {
    width: 966px;
    margin: 0 auto;
}
#footer-zone .navi {
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 10px;
}
#footer-zone .navi ul {
    padding: 3px 0;
}
#footer-zone .navi li {
    display: inline;
    padding-right: 60px;
}
#footer-zone .navi li a {
    color: #555;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#footer-zone .copy-zone {
    border-top: 1px solid #C0C0C0;
    padding-right: 192px;
    margin-bottom: 10px;
    padding-top: 10px;
}
#footer-zone .copy-zone li {
    display: inline;
    padding-right: 10px;
}
#footer-zone .copy-zone li a {
    color: #ababab;
    font-size: 9px;
}
#footer-zone div.navi ul li a:hover,
#footer-zone .copy-zone li a:hover {
    color: #E2001A;
}
/* Portlet Roundcorner */
div.portlet-round-bottom {
    margin-bottom: 18px;
    padding: 7px 10px 10px 10px;
}
div.portlet-round-top {
    height: 5px;
    background: url(/img/ico/portlet-round-corner.gif) no-repeat;
}
div.portlet-home-teaser-round {
    background: url(/img/ico/portlet-hometeaser-bg-round-corner.gif) no-repeat;
    padding: 10px;
    height: 145px;
}
div.portlet-home-teaser-round-chart {
    background: url(/img/ico/portlet-hometeaser-bg-round-corner-chart.gif) no-repeat;
    height: 145px;
}

div#portlet-home-chart ul#chart-tabs li {
    background: url(/img/ico/img-chart-tab-bg.gif) no-repeat right top;
    display: inline;
    float: left;
    padding: 0 9px;
    line-height: 20px;
    height: 20px;
}
div#portlet-home-chart ul#chart-tabs li.active {
    background-position: right bottom;
}
div#portlet-home-chart img#chart-tab-img
{
    padding: 3px 9px 0 35px;
}
div#portlet-home-chart div#chart-tab-ecke
{
   position: absolute;
   height: 20px;
   width: 3px;
   background: url(/img/ico/img-chart-tab-ecke.gif) no-repeat;
}
div#portlet-home-chart div.list li{
   padding-left:110px
}
div#portlet-home-chart div.list li a{    
    color: #e2001a;
}

 /* Links */
div.list ul.bullet li a {
    background:transparent url(/img/ico/icon-link.gif) no-repeat scroll 0 7px;
    font-size:11px;
    line-height:14px;
    padding:4px 0 0 12px;
    display: block;
}
div.list ul.bullet li a.extern {
    background-image: url(/img/ico/arrow_ext.gif);
}

/* Context Navigation Zone */
div.context-navigation-zone
{
    margin-bottom: 14px;
}
div.context-navigation-zone ul li
{
    height: 25px;
    width: 196px;
    background: url(/img/ico/context-navi-bg.gif) no-repeat;
    background-position: 0 -26px;
}
div.context-navigation-zone ul li a
{
    background:transparent url(/img/ico/icon-link.gif) no-repeat 11px 10px;
    line-height: 26px;
    padding-left: 21px;
    font-size: 12px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #555555;
    display: block;
    height:25px;
}

/* IE 6 Bugfix */
/*
* html div.context-navigation-zone ul li
{
    background-position: expression(this.previousSibling == null ? '0 0px' : 'inherit');
    height: expression(this.previousSibling == null ? '26px' : 'inherit');
}
*/
/*
div.context-navigation-zone ul li
{
    background-position: expression(this.nextSibling == null ? '0 -51px' : 'inherit');
}
*/
div.context-navigation-zone ul li:first-child
{
    height: 26px;
    background-position: 0 0;
}
/* div.context-navigation-zone ul li:last-child, */
div.context-navigation-zone ul li.last
{
    background-position: 0 -51px;
}
div.context-navigation-zone ul li a:hover
{
    color: #E2001A;
}

/* Teaser Zone */
div#teaser-zone {
    margin: 28px 0 20px;
}
div#teaser-zone div.cols-3 div.cols-3-col {
    float:left;
    width: 224px;
    margin-left: 28px;
}
div#teaser-zone div.cols-3 div.cols-3-col:first-child {
    margin-left: 0;
}
/* IE 6 Bugfix */
/*
* html div#teaser-zone div.cols-3 div.cols-3-col {
    margin-left: expression(this.previousSibling==null?'0px':'28px');
}
*/

/* Content */
/* content 2 cols */
#content div.cols-2 {
    width: 100%;
}
#content div.cols-2 div.cols-2-col {
    float:left;
    width: 345px;
    padding: 0 9px;
}
#content div.cols-2 div.cols-2-col:last-child {
    width: 346px;
}
/* IE6 Bugfix */
/*
* html #content div.cols-2 div.cols-2-col {
    width: expression(this.nextSibling==null?'346px':'inherit');
}
*/

/* content 3 cols */
#content div.cols-3 {
    width: 100%;
}
#content div.cols-3 div.cols-3-col {
    float: left;
    width: 215px;
    padding: 0 0 0 9px;
    margin-left: 28px;
}
#content div.cols-3 div.cols-3-col:first-child {
    /*width: 210px;*/
    margin-left: 0;
}

/* content 4 cols */
#content div.cols-4 {
    width: 100%;
}
#content div.cols-4 div.cols-4-col {
    float:left;
    width: 164px;
    padding: 0 9px;
}
#content div.cols-4 div.cols-4-col:last-child {
    width: 163px;
}
/* IE6 Bugfix */
/*
* html #content div.cols-4 div.cols-4-col {
    width: expression(this.nextSibling==null?'163px':'inherit');
}
*/

#content div.cols-4 div.cols-4-col ul a {
    font-weight:normal;   
}

#content div.cols-4 div.cols-4-col ul {
    margin-bottom: 6px;  
}

/* content 5 cols */
#content div.cols-5 {
    width: 100%;
}
#content div.cols-5 div.cols-5-col {
    float:left;
    padding: 0 9px;
}

#content div.cols-5 div.odd {
    width: 128px;
}

#content div.cols-5 div.even {
    width: 127px;
}

#content div.cols-5 div.cols-5-col ul a {
    font-weight:normal;   
}
#content div.cols-5 div.cols-5-col ul {
    margin-bottom: 6px;  
}

#content p.introduction {
    color:#4077B0;
    font-family:"Trebuchet MS",Arial,Helvetica;
    font-size:16px;
    font-weight:normal;
    margin-bottom: 2px;
}

#content p.introduction a {
    color:#4077B0;
    padding: 0pt 0pt 0pt 12px;
    background: url(/img/ico/icon-link.gif) no-repeat 0 7px;
}
#content p.introduction a:hover {
    color: #E2001A;
}


div.portlet 
{
    background-color: #FFFFFF;
}
div.portlet-content
{
    padding: 0px 9px 16px;
}
 
/* TABS Homepage */
div.tabContent {
    display: none;
}
div#tab_home_content {
    display: block;
}
div.toolbar_with_bg {
    background: #98000E url(/img/ico/img-tool-bg.jpg) no-repeat center top;
}
div#toolbar-close {
    cursor:pointer;
    height:20px;
    position:absolute;
}
div#toolbar-close div#close-left {
    float:left;
    color:#FFFFFF; 
    font-size: 10px;
    text-transform:uppercase;
    height:20px;
    padding: 0 6px;
    background: url(/img/ico/img-tool-close-bg.gif) no-repeat;
}
div#toolbar-close div#close-right {
    float:left;
    height:20px;
    width:22px;
    background: url(/img/ico/img-tool-close-bg.gif) no-repeat right;
}
 
.contShad {
    height: 5px;
    width: 100%;
}
.contShad .sh1,
.contShad .sh2,
.contShad .sh3,
.contShad .sh4,
.contShad .sh5 {
    background: #2B2B2B;
    height: 1px;
    font-size: 0;
    overflow: hidden;
}
/*
.contShad .sh1 {
    filter: alpha(opacity = 40);
    -moz-opacity: .40;
    opacity: .40;
}
.contShad .sh2 {
    filter: alpha(opacity = 30);
    -moz-opacity: .30;
    opacity: .30;
}
.contShad .sh3 {
    filter: alpha(opacity = 20);
    -moz-opacity: .20;
    opacity: .20;
}
.contShad .sh4 {
    filter: alpha(opacity = 10);
    -moz-opacity: .10;
    opacity: .10;
}
.contShad .sh5 {
    filter: alpha(opacity = 5);
    -moz-opacity: .05;
    opacity: .05;
}
*/
.open #menuTool {
    background: #FFF;
}
.open #menuTool a,
.open #menuTool a:hover {
    color: #0F0F0F; 
    background: #FFF;
}
.open #menuTool a.tn {
    color: #FFF !important; 
}
.open .navigation a {
    color: #FFF !important;
}
.tool_bg {
    width: 100%; 
    text-align: center;
}
.tool_bg iframe {
    margin-top: 3px;
}
 
#tool_bg { overflow: hidden; height: 202px !important; }

p.biglink img {
    margin-bottom: 2px;
}
p.biglink {
    font-size: 13px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    line-height: 15px;
    color:#333333;
}
p.biglink sup {
    color:#E2001A;
}

 

/* CHANGE FONTSIZE HOME */

.fontsize1 div#content div.list ul.bullet li a,
.fontsize1 div#content p,
.fontsize1 div#content div.list ul li
{
    font-size: 12px;
    line-height: 15px;
}

.fontsize2 div#content div.list ul.bullet li a,
.fontsize2 div#content p,
.fontsize2 div#content div.list ul li
{
    font-size: 13px;
    line-height: 16px;
}

.fontsize1 div#content p.introduction,
.fontsize2 div#content p.introduction
{ font-size: 16px; }

.fontsize1 div#content p.biglink
{ font-size: 14px; }

.fontsize2 div#content p.biglink
{ font-size: 15px; }

div.context-navigation-zone ul li.new_account {
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
div.context-navigation-zone ul li.new_account a {
  background: none;
  padding-left: 0px;
}
div#quick-search-zone {
  height: 27px;
  width: 196px;
  background: url(/img/ico/quick-search-bg.gif);
  margin-bottom: 18px;
  line-heght: 27px;
}
div#quick-search-zone input#searchterm {
  float: left;
  margin: 4px 0 0 4px;
  width: 161px;
  padding: 2px;
  height: 15px;
  border: 0;
  color: #555555;
}
div#quick-search-zone input.btn-search{
  float: left;
}
