/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:2em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 
 background-image: none;
 padding: 0;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: white; /*#DDE;*/
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #EBEEF3; /*#fff;*/
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #AAE; /*white;*/
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 6px 12px 1px 12px;
 border:1px solid #aaa;
 border-top:0;
line-height: 1.4em;
background-color: #EBEEF3;
font-size: 11px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.tabberlive .tabbertab a, .tabberlive .tabbertab a:visited, .tabberlive .tabbertab a:hover {
font-size: 11px;
}


.tabbertab H3  {
font-family     : tahoma, verdana, helvetica, arial, sans-serif;
font-size       : 18px; 
font-weight     : normal;
color           : #375682; 
margin          : 0px 0px 10px 0px;
line-height     : 25px;
padding         : 3px 5px 5px 0;
border-bottom   : 1px dotted #375682;
letter-spacing  : 0.05em;
}

.tabbertab H5  {
font-family     : tahoma, verdana, helvetica, arial, sans-serif;
font-size       : 18px; 
font-weight     : normal;
color           : #375682; 
margin          : 0px 0px 10px 0px;
line-height     : 25px;
padding         : 3px 5px 5px 0;
border-bottom   : 1px dotted #375682;
letter-spacing  : 0.05em;
}



/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3, .tabberlive .tabbertab h4, .tabberlive .tabbertab h5 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}





/* --------------- Boxen klein für Voransicht --------------- */


.box {
  background          : transparent; 
  font-family         : verdana, helvetica;
  color               : #333;
/*  margin              : 20px 0px 20px 22px; */
  padding             : 15px 20px 15px 20px;
}

.box2 {
  background          : transparent; 
  font-family         : verdana, helvetica;
  color               : #333;
/*  margin              : 20px 0px 20px 22px; */
  padding             : 15px 20px 15px 20px;
}

.box .boxcontent {
  font-family         : verdana, helvetica;
  font-size           : 13px; 
  display             : block;  
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  padding             : 5px 8px 5px 10px;
  min-height          : 115px;
  height              : auto !important;  /* für moderne Browser */
  height              : 115px;  /*für den IE */
}

.box2 .boxcontent2 {
  font-family         : verdana, helvetica;
  font-size           : 13px; 
  display             : block;  
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  padding             : 5px 8px 5px 10px;
  min-height          : 98px;
  height              : auto !important;  /* für moderne Browser */
  height              : 98px;  /*für den IE */
}

.box p {
  margin              : 0 0 0 0px;
  padding             : 0px 0px 0px 0px;
  line-height         : 20px;
}

.boxcontent a:link, .boxcontent a:visited {
  color               : #58749C;
  text-decoration     : none;
}

.box a:hover {
  color               : #FF5400;
  text-decoration     : none;
}

.box h3 {
  font-size           : 14px; 
  color               : #FF5400;
  padding             : 4px 0px 3px 0px;
  margin              : 0;
}

.box img {
  border              : none;
  float               : left;
  margin              : 15px 30px 15px 20px;
}

.box img2 {
  border              : none;
  margin              : 0px;
  padding             : 0px;
}

.box2 img {
  border              : none;
  float               : left;
  margin              : 15px 30px 15px 20px;
}

.boxcontent .anbieter, .boxcontent .anbieter a {
  font-family         : verdana, arial, verdana, helvetica;
  font-size           : 13px;
  color               : #58749C;
  font-weight         : normal;
  font-variant        : normal;
  padding-top         : 2px;
  text-decoration     : none;
  letter-spacing      : 0.10em;
  text-transform      : uppercase;
}

.boxcontent .anbieter a:hover {
  font-family         : verdana, arial, verdana, helvetica;
  font-size           : 13px;
  color               : #FF5400;
}

.box p {
  padding-bottom      : 0.5em;
  }

.box .b1, .box .b2, .box .b3, .box .b4, .box .b1b, .box .b2b, .box .b3b, .box .b4b {
  display             : block; 
  overflow            : hidden;
  font-size           : 1px;
  }

.box .b1, .box .b2, .box .b3, .box .b1b, .box .b2b, .box .b3b {
  height              :1px;
  }

.box .b2 {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box .b3 {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box .b4 {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box .b4b {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box .b3b {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box .b2b {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box .b1 {
  margin              :0 5px; 
  background          :#58749C;
  }

.box .b2, .box .b2b {
  margin              :0 3px; 
  border-width        :0 2px;
  }

.box .b3, .box .b3b {
  margin              :0 2px;
  }

.box .b4, .box .b4b {
  height              : 2px;
  margin              : 0 1px;
  }

.box .b1b {
  margin              : 0 5px;
  background          : #58749C;
  }
  


/* --------------- Boxen klein für Voransicht ohne Bild (ohne Schufa) --------------- */


.box-ohne {
  background          : transparent; 
  font-family         : verdana, helvetica;
  color               : #333;
/*  margin              : 20px 0px 20px 22px; */
  padding             : 15px 20px 15px 20px;
}

.box2 {
  background          : transparent; 
  font-family         : verdana, helvetica;
  color               : #333;
/*  margin              : 20px 0px 20px 22px; */
  padding             : 15px 20px 15px 20px;
}

.box-ohne .boxcontent-ohne {
  font-family         : verdana, helvetica;
  font-size           : 13px; 
  display             : block;  
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  padding             : 5px 8px 5px 10px;
  min-height          : 140px;
  height              : auto !important;  /* für moderne Browser */
  height              : 140px;  /*für den IE */
text-align: center;
}

.box2 .boxcontent2 {
  font-family         : verdana, helvetica;
  font-size           : 13px; 
  display             : block;  
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  padding             : 5px 8px 5px 10px;
  min-height          : 98px;
  height              : auto !important;  /* für moderne Browser */
  height              : 98px;  /*für den IE */
}

.box-ohne p {
  margin              : 0 0 0 0px;
  padding             : 0px 0px 0px 0px;
  line-height         : 20px;
}

.boxcontent-ohne a:link, .boxcontent-ohne a:visited {
  color               : #58749C;
  text-decoration     : none;
}

.box-ohne a:hover {
  color               : #FF5400;
  text-decoration     : none;
}

.boxcontent-ohne .infolink, .boxcontent-ohne .infolink a, .boxcontent-ohne .infolink a:link, .boxcontent-ohne .infolink a:active, .boxcontent-ohne .infolink a:visited {
  font-family         : verdana, helvetica;
  font-size           : 13px;
  color               : #58749C;
  text-decoration     : none;
  line-height         : 25px;
}

.boxcontent-ohne .infolink a:hover {
  color               : #FF5400;
  text-decoration     : none;
}

.box-ohne h3, .boxcontent-ohne h3 {
  font-family         : tahoma, verdana, arial, verdana, helvetica;
  font-size           : 13pt; 
  color               : #FF5400;
  padding             : 4px 0px 3px 0px;
  margin              : 0;
}

.box-ohne .title0 {
  font-size           : 9px; 
  color               : #FF5400;
  padding             : 4px 0px 3px 0px;
  margin              : 0;
  font-weight         : bold;
}

.box-ohne .title1 {
  font-size           : 14px; 
  color               : #FF5400;
  padding             : 4px 0px 3px 0px;
  margin              : 0;
  font-weight         : bold;
}


.boxcontent-ohne .anbieter, .boxcontent-ohne .anbieter a {
  font-family         : verdana, arial, verdana, helvetica;
  font-size           : 13px;
  color               : #58749C;
  font-weight         : normal;
  font-variant        : normal;
  padding-top         : 2px;
  text-decoration     : none;
  letter-spacing      : 0.10em;
  text-transform      : uppercase;
}

.boxcontent-ohne .anbieter a:hover {
  font-family         : verdana, arial, verdana, helvetica;
  font-size           : 13px;
  color               : #FF5400;
}

.box-ohne p {
  padding-bottom      : 0.5em;
  }

.box-ohne .b1, .box-ohne .b2, .box-ohne .b3, .box-ohne .b4, .box-ohne .b1b, .box-ohne .b2b, .box-ohne .b3b, .box-ohne .b4b {
  display             : block; 
  overflow            : hidden;
  font-size           : 1px;
  }

.box-ohne .b1, .box-ohne .b2, .box-ohne .b3, .box-ohne .b1b, .box-ohne .b2b, .box-ohne .b3b {
  height              :1px;
  }

.box-ohne .b2 {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box-ohne .b3 {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box-ohne .b4 {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box-ohne .b4b {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box-ohne .b3b {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box-ohne .b2b {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.box-ohne .b1 {
  margin              :0 5px; 
  background          :#58749C;
  }

.box-ohne .b2, .box-ohne .b2b {
  margin              :0 3px; 
  border-width        :0 2px;
  }

.box-ohne .b3, .box-ohne .b3b {
  margin              :0 2px;
  }

.box-ohne .b4, .box-ohne .b4b {
  height              : 2px;
  margin              : 0 1px;
  }

.box-ohne .b1b {
  margin              : 0 5px;
  background          : #58749C;
  }



  
/* --------------- Boxen groß für Anbieterinfos --------------- */


.boxgross {
  background          : transparent; 
  font-family         : verdana, helvetica;
  color               : #333;
/*  margin              : 20px 0px 20px 22px; */
  padding             : 20px 20px 20px 20px;
}

.boxgross .boxgrosscontent {
  font-family         : verdana, helvetica;
  font-size           : 13px; 
  display             : block;  
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  padding             : 12px 20px 7px 25px;
  min-height          : 98px;
  height              : auto !important;  /* für moderne Browser */
  height              : 98px;  /*für den IE */
}

.boxgross p {
  margin              : 0 0 0 0px;
  padding             : 0px 0px 0px 0px;
  line-height         : 20px;
}



.boxgross H2, .boxgross H3, .boxgross H4, .boxgross H5, .boxgross H6 {
font-family     : tahoma, verdana, helvetica, arial, sans-serif;
font-size       : 18px; 
font-weight     : normal;
color           : #375682; 
letter-spacing  : 0.05em;
border-bottom   : 0px dotted #375682;
line-height:  25px;
margin: 0px 0 10px 0;
padding: 3px 5px 4px 32px;
background:url('../kredite/kredittipps-grau.jpg') no-repeat bottom left;
}

.boxgross ul li{
display: block;
list-style-type: none;
margin: 0px 0 0px 25px;
padding: 0px 0 4px 25px;
line-height: 20px;
text-align: left;
background:url(../kredite/schweizer-kredit-14-grau.jpg) no-repeat center left;
}

.boxgross .bank a, .boxgross .bank a:link, .boxgross .bank a:visited  {
font-family     : tahoma, verdana, helvetica, arial, sans-serif;
font-size       : 18px; 
font-weight     : normal;
color           : #FF5400; 
letter-spacing  : 0.05em;
display: block;
margin: 10px 0 0px 14px;
padding: 0px 0 4px 14px;
line-height: 20px;
text-align: left;
text-decoration : none;
}

.boxgross .bank a:hover  {
color           : #375682; 
text-decoration : none;
}





.boxgrosscontent a:link, .boxgrosscontent a:visited {
  color               : #58749C;
  text-decoration     : none;
  font-weight         : bold;
}

.boxgross a:hover {
  color               : #FF5400;
  text-decoration     : none;
}

.boxgross h3 {
  font-size           : 14px; 
  color               : #FF5400;
  padding             : 4px 0px 3px 0px;
  margin              : 0;
}

.boxgross img {
  border              : none;
  margin              : 0px 0px 0px 0px;
}

.boxgrosscontent .linkunten, .boxgrosscontent .linkunten a:link, .boxgrosscontent .linkunten a:visited {
  font-family         : verdana, arial, verdana, helvetica;
  font-size           : 14px;
  color               : #FF5400;
  font-weight         : bold;
  font-variant        : normal;
  padding-top         : 10px;
  padding-left        : 0;
  text-decoration     : none;
  letter-spacing      : 0.05em;
  text-transform      : normal;
}

.boxgrosscontent .linkunten a:hover {
  font-family         : verdana, arial, verdana, helvetica;
  font-size           : 14px;
  font-weight         : bold;
  color               : #58749C;
}

.boxgross p {
  padding-bottom      : 0.5em;
  }
  
ul {
  margin-top           : 5px;
  margin-bottom        : 2px;
  padding-bottom       : 0px;
  }

.boxgross .b1, .boxgross .b2, .boxgross .b3, .boxgross .b4, .boxgross .b1b, .boxgross .b2b, .boxgross .b3b, .boxgross .b4b {
  display             : block; 
  overflow            : hidden;
  font-size           : 1px;
  }

.boxgross .b1, .boxgross .b2, .boxgross .b3, .boxgross .b1b, .boxgross .b2b, .boxgross .b3b {
  height              :1px;
  }

.boxgross .b2 {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.boxgross .b3 {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.boxgross .b4 {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.boxgross .b4b {
  background          : #F4F4F4;
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.boxgross .b3b {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.boxgross .b2b {
  background          : #F4F4F4; 
  border-left         : 1px solid #58749C; 
  border-right        : 1px solid #58749C;
  }

.boxgross .b1 {
  margin              :0 5px; 
  background          :#58749C;
  }

.boxgross .b2, .boxgross .b2b {
  margin              :0 3px; 
  border-width        :0 2px;
  }

.boxgross .b3, .boxgross .b3b {
  margin              :0 2px;
  }

.boxgross .b4, .boxgross .b4b {
  height              : 2px;
  margin              : 0 1px;
  }

.boxgross .b1b {
  margin              : 0 5px;
  background          : #58749C;
  }