
/*  
+ ************************************************************* +
| Projekt Sparkasse Rebrush  last modified: 2005/08/05 14:12    |
+ ************************************************************* +
| Copyright (c) 2005 unitb technology GmbH                      |
| Author: Rene Machel <rma@unitb.de>                            |
+ ************************************************************* +
*/
/*  
***********************************************
    GLOBAL ELEMENTS
    from
    global.css
***********************************************
*/
html {
    height: 100%;
}
html, body {
    background-color: #cccccc;
    font-family: arial, verdana, helvetica;
    margin: 0px;
    padding: 0px ;
}


/*       IMAGES       */

img,fieldset {
    border:0px;
}


/*       LINKS       */
a, a:link, a:hover, a:visited {
    text-decoration: none;
}

/*       FORMS, TABLES       */
form, table, tr, td {
    margin: 0px;
}

table {
    border-collapse: collapse;
    border: 1px solid #ffffff;
}

tr, td {
    border: #ffffff;
}

input, select {
    color: #000000;
}


/*       BLOCKS       */

p {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
}


/*       DEFINITION LIST       */

dl {
    position: relative;
    margin: 10px 0 5px 0;
    background-color:#e9e9e9;
    color: #000;
}
dl dt {
    margin: 0px;
    padding: 3px 5px 3px 5px;   
    border-bottom: 2px solid #fff;
    font-weight: bold;
    color: #000;
}
dl dd {
    margin: 0 0 0 7px;
    padding: 6px 5px 1px 18px;
    background: url(/resources/pics/dd_icon.gif) no-repeat 0px 4px;
}


/*       HEADINGS       */

h1 {
    font-size: 22px;
    font-weight: lighter;   
    margin: -1px;
    padding: 0px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;  
    margin: 0 0 0 0;
    padding: 0px;
}

h4 {
    font-size: 12px;
    font-weight: bold;  
    margin: 0 0 0 0;
    padding: 0px;
}

h5 {
    font-size: 12px;
    font-weight: normal;    
    margin: 0 0 0 0;
    padding: 0px;
}

h6 {
    font-size: 11px;
    font-weight: normal;    
    margin: 0 0 0 0;
    padding: 0px;
}


/*       LIST       */

ol, ul { 
    margin-left: 0px;
    margin-top: -22px;
/*  padding-left: 0px; */
    margin: -22px 0px 0px 0px;
    background-color:#e9e9e9;
    width:auto;
}

li {
    width:auto;
    width: expression(325 + "px"); 
    list-style-type: none;
    font-weight:normal;
    font-size:12px;
    padding: 0px 2px 5px 20px;
    background: url(../pics/ul_li_icon.gif) no-repeat 8px 5px;
}

/*li { 
    list-style-image: url( ../pics/ul_li_icon.gif);
   list-style-type: disc;
}*/


html>body li    {
    width:auto;
    width: expression(325 + "px");   
    padding: 0px 2px 5px 20px;
    margin-left: -40px;
    margin-left: expression(0 + "px");
    line-height:18px;
    background: url(../pics/ul_li_icon.gif) no-repeat 8px 5px;
}

/*       WRAPPER ALL       */

#all_container {
    width: 570px;
}


/*       VARIOUS ELEMENTS       */

#vslot {
    float: left;
    display: none;
    clear: both;
    height: 68px;
    width: 550px;
    width:expression(548 + "px");   
    margin: 0px 10px 10px 0px;
    border: none;
    overflow: hidden;
}

#dpaWrapper {
    float:left;
    height:100px;
    width:266px;
}

#dpaNews {
    display: none;
    z-index:1; 
}

.block {
    display: block;
}

.floatLeft {
    float:left;
}
.floatRight {
    float:right;
}

.clear {
    clear: both;
}


.kontaktWrapper {
    width:380px;
    margin-right:10px;
}

table.content, table.content table {
    border: none !important;
}

.content{   
    font-family: arial, verdana, helvetica;
    font-size: 12.0px;
    color: #000000;
}

.content10 {
    font-family: arial, verdana, helvetica;
    font-size: 10.0px;
    color: #333333;
    cursor: pointer;
}

.wettericon {
    display:inline;
    position:absolute;
    margin: -1px 0px 0px 5px;
    padding:0px;
}


/*       SPACER CLASSES       */

.space5 {
    font-size: 1px;
    display: block;
    height: 5px;
}
.space10 {
    font-size: 1px;
    display: block;
    height: 10px;
}
.space15 {
    font-size: 1px;
    display: block;
    height: 15px;
}
.space18 {
    font-size: 1px;
    display: block;
    height: 18px;
}
.space20 {
    font-size: 1px;
    display: block;
    height: 20px;
}
.space30 {
    font-size: 1px;
    display: block;
    height: 30px;
}
.space35 {
    font-size: 1px;
    display: block;
    height: 35px;
}
.space40 {
    font-size: 1px;
    display: block;
    height: 40px;
}


/*       WIDTH CLASSES       */

.w70{
    width: 70px;
}
.w80{
    width: 80px;
}
.w90{
    width: 90px;
}
.w110{
    width: 110px;
}
.w150{
    width: 150px;
}
.w175{
    width: 175px;
}



/*       BACKGROUND COLOR CLASSES       */

.bgFF0000 {
    background-color: #ff0000;
}
.bg000000 {
    background-color: #000000;
}
.bgFFFFFF {
    background-color: #ffffff;
}
.bg666666 {
    background-color: #666666;
}
.bg999999 {
    background-color: #999999;
}
.bgCCCCCC {
    background-color: #cccccc;
}
.bgDDDDDD {
    background-color: #dddddd;
}
.bgE9E9E9 {
    background-color: #e9e9e9;
}


/*       COLOR CLASSES       */

.colorFF0000 {
    color: #ff0000;
}
.color000000 {
    color: #000000;
}
.colorFFFFFF {
    color: #ffffff;
}
.color666666 {
    color: #666666;
}
.color999999 {
    color: #999999;
}
.colorCCCCCC {
    color: #cccccc;
}
.colorDDDDDD {
    color: #dddddd;
}
.colorE9E9E9 {
    color: #e9e9e9;
}


/*       IMAGE CLASSES       */

.img210{
    width: 208px;   
}

.img270{
    width: 268px;   
}

.img270_brd_top {
    border-top: 1px solid #cccccc;
    width: 268px;   
}

.img270_brd_btm {
    border-bottom: 1px solid #cccccc;
    width: 268px;   
}

.img270_brd_tb {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 268px;   
}

.img550{
    width: 548px;   
}

.image_left{
    float: left;
}

.img_cnt {
    text-align: center;
}

.image_right{
    float: right;
}

.img_block {
    display: block;
    margin: 10px 0px 10px 0px;
}

.imgSubline {
    display: block;
    background-color: #e9e9e9;
    color: #666666;
    min-height: 16px;
    padding: 3px 2px 3px 15px;
    font-size: 11px;
    width: 145px;
    width:expression(160 + "px");   
}

.imgChart {
    display: block;
    border:1px solid #cccccc;
    margin-top: 8px;
}



/************************************************
    HEADER ELEMENTS
    from
    head.css
*/

#headerImage {
    width: 548px;
    height: 100px;
    background-color: #ff0000;
    cursor:pointer;
    margin: 0px;
    padding: 0px;   
}

#headerHeadline {
/*
    width: 990px;
    height: 35px;
    font-weight: bold;
    color: #ff0000;
    background-color: #cccccc;
*/
    display: none;
}

#headerWelcome {
/*
    position: relative;
    left: 91px;
    width: 530px;
    height: 20px;
    float: left;    
    top:9px;
    font-size: 17px;
    overflow: hidden;
*/
    display: none;
}

#headerDate {
/*  
    position:relative;  
    left: 50px;
    width: 150px;
    float: left;
    top: 12px;  
    font-size: 13px;
    color: #666666;
*/
    display: none;
}

#headerItems {
/*
    position:relative;  
    left: 120px;
    width: 120px;
    float: left;
    top: 12px;  
    color: #666666;
*/
    display: none;
}


/*       METANAV ELEMENTS       */

#metanavContainer {
/*  
    width: 990px;
    height: 30px;
    background-color: #666666;
    padding: 0px 0px 0px 0px;
*/
    display: none;
}

#metanav {
/*
    float: left;
    height: 30px;
    position:relative;
    left: 234px;
    top: 5px;
    z-index: 998;
*/
    display: none;
}

#metanav a{
    color: #ffffff;
    font-size: 12px;
    margin: 0px 7px 0px 7px;
}

#metanavSuche {
    position: absolute;
    top: 114px;
    left: 0px;
        padding-left: 674px;
    margin: 0px;
}

#metanavSuche form, #metanavSuche fieldset {
    margin: 0px;
    padding: 0px;
}

#metanavSuche .submit {
    position: relative;
    top: 1px;
    top:expression(0 + "px");
    background: #ddd url(/resources/pics/button_submit.gif) no-repeat;
    height:16px;
    width:15px;
    border: none;
    margin: 0px 0px 0px -4px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    overflow: hidden;
}

#metanavSuche input {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    height: 16px;
        border: 1px solid #dddddd;
}





/*
***********************************************
    NAVIGATION ELEMENTS
    from
    nav.css
***********************************************
*/


/*       NAVIGATION ELEMENTS       */

#navWrapper {
/*
    float: left;
    width: 210px;
    background-color: #ff0000;
    margin: 0px 11px 0px 0px;
    overflow: hidden;
*/
    display: none;
}


/*       LEVEL ONE       */

.navItemLevelOne {
    position:relative;  
    width: 100%;    
}

.navItemLevelOne a{
    display:block;
    padding-left: 50px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff; 
}

.navItemLevelOne a:hover{
    background: url(/resources/pics/arrow_white.gif) no-repeat 35px 5px;
}


/*       LEVEL TWO       */

.navItemLevelTwo {
    position:relative;  
    width: 100%;    
    margin: 5px 0px 10px 0px;
}

.navItemLevelTwo a{
    display:block;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 0px 0px 60px;
}

.navItemLevelTwo a:hover{
    background: url(/resources/pics/arrow_white.gif) no-repeat 45px 4px;
}


/*       LEVEL THREE       */

.navItemLevelThree {
    position:relative;  
    width: 100%;    
}

.navItemLevelThree a{
    display:block;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 0px 0px 70px;
}

.navItemLevelThree a:hover{
    background: url(/resources/pics/arrow_white.gif) no-repeat 55px 4px;
}


/*       ACTIVE ITEM       */

.navItemActive1 {
    background: url(/resources/pics/arrow_white.gif) no-repeat 35px 4px;    
}

.navItemActive2 {
    background: url(/resources/pics/arrow_white.gif) no-repeat 45px 4px;    
}

.navItemActive3 {
    background: url(/resources/pics/arrow_white.gif) no-repeat 55px 4px;    
}
    

/*       SEPARATOR       */

.navSeparatorLine {
    height: 1px;
    margin: 4px 0px 4px 0px;
    background: url(/resources/pics/separator_nav.gif);
    overflow: hidden;
}


/*       ADDS       */

#navAdds {
    padding: 50px 0px 50px 50px;
}





/*
***********************************************
    CONTENT ELEMENTS
    from
    content.css
***********************************************
*/


/*       WRAPPER DIVS       */

#contentWrapper {
    float: left;
    width: 560px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

#elementWrapper {
    width: 100%;
}

#contentLeft {
    float: left;
    width: 50%;
}

#contentRight {
    float: left;    
    width: 50%;
}


/*       VARIOUS ELEMENTS       */

#contentWrapper p{
}

.clear {
    clear: both;
}


/*       CONTENT BOX ELEMENTS       */

.box270 {
    display: block;
    width: 268px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #999999;
    background-color: #fff;
    font-size: 11px;
    overflow: hidden;
}

.box270 h1 {
    color: #ff0000;
    margin: 6px 0px 4px 0px;
}

.box270 h2 {
    color: #ff0000;
    margin: 6px 0px 4px 0px;
}

.box270 h3 {
    color: #ff0000;
    margin: 6px 0px 4px 0px;
}

.box270 h4 {
    color: #ff0000;
    margin: 5px 0px 6px 0px;
}

.box550 {
    float: left;
    display: inline;
    width: 548px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #999999;
    background-color: #fff;
    overflow: hidden;   
}

.box550 h1 {
    color: #ff0000;
}

#boxHTML {
    float: left;
    display: table;
   display: expression("inline");
    width: 550px;
    height: auto;
    margin: 0px 10px 10px 0px;
    background-color: #fff;
    overflow: hidden;   
}

#boxFull {
    float: left;
    display: table;
    display: expression("inline");
    width: 548px;
    height: auto;
    margin: 0px 10px 10px 0px;
    border: 1px solid #999999;
    background-color: #fff;
}

#boxFull .left {
    float: left;
    margin: 0px;
    width: 160px;
    overflow: hidden;
}

#boxFull .right {
    float: left;
    margin: 0px;
    width: 348px;
   width: expression(370 + "px");
    padding: 0px 0px 0px 25px;
}

.boxHeadline {
    background-color: #999999;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 0px 3px 20px;
}

#boxFull .left .boxHeadline {
    padding: 3px 0px 3px 15px;
}

.boxContent {
    margin: 0px 0px 0px 20px;   
    padding: 3px 0px 1px 0px;
    font-weight: normal;
    font-size: 11px;
}

.boxImage {
    margin: 10px 0px 10px 0px;
}

.boxContent table {
    border-collapse: collapse;

}
.boxContent td {
    padding: 0px 10px 0px 5px;
    border: 1px solid #fff;
}


/*       CONTENT LINK ELEMENTS       */

#contentWrapper p a {
    color: #666666;
    padding: 1px 0px 1px 13px;
    margin: 0px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 5px;
}


a.link, .boxContent a, #contentWrapper a.linkInt, #contentWrapper a.linkExt {
    color: #666666;
    padding: 1px 0px 1px 15px;
    margin: 0px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 5px;
}

a.linkblock, #contentWrapper a.linkMore {
    display: block;
    color: #666666;
    padding: 2px 0px 2px 15px;
    margin: 0px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 5px;
}


h1 a.artikelHead{
    font-size: 22px;
}

h2 a.artikelHead{
    font-size: 17px;
}

h3 a.artikelHead{
    font-size: 14px;
    font-weight: bold;  
}

h4 a.artikelHead{
    font-size: 12px;
    font-weight: bold;  
}

h5 a.artikelHead{
    font-size: 12px;
    font-weight: normal;    
}

h6 a.artikelHead{
    font-size: 11px;
    font-weight: normal;    
}


a.artikelHead {
    background: none;
    padding: 0;     
    font-size: 12x;
    color: #ff0000;
}

a.artikelText {
    background: none;
    padding: 0;
    font-size: 11px;
    color: #000000; 
}

#contentWrapper a.artikelNav {
    color: #666666;
    padding: 1px 0px 1px 12px;
    margin: 0px;
    font-size: 11px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 5px;
}

#contentWrapper a.servicebox{
    display: block;
    color: #666666;
    margin:0px;
    padding: 2px 0px 2px 15px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 6px;
}


/*       CONTENT VARIOUS ELEMENTS       */

#contentWrapper hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin: 5px 0px 5px 20px;
}

#contentWrapper .floatleft {
    float: left;
    margin: 5px 0px 5px 0px;
}
#contentWrapper .floatright {
    float: right;
    margin: 5px 0px 5px 0px;
}

#contentWrapper .patch {
    width:345px;
    display: block;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    padding:2px 0px 2px 5px;
    margin: 0px;
}


/*       CONTENT TABLE ELEMENTS       */

#contentWrapper table {
    width: 98%;
    border: 1px solid #efefef;
    font-size: 12px;
}

#elementWrapper table{
    border: none;
}


/*       CONTENT FORM ELEMENTS       */

#contentWrapper fieldset {
    width: 240px;
    padding: 5px 0px 5px 7px;
    background-color: #cccccc;
}
#contentWrapper input {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    border: 1px #666666 inset;
}
#contentWrapper select {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    border: 1px #666666 inset;
}
#contentWrapper label {
    font-family: Arial,  Verdana, Sans-Serif;
    font-size: 11px;
}
#contentWrapper .submit {

    background-color:transparent;
    background-image:url(/resources/pics/button_submit.gif);
    height:18px;
    background-repeat:no-repeat;
    width:21px;
    margin-left:-4px;
    border:0px;
    color:#FFF;
    background-position:0px 1px;
    overflow:hidden;
}





/*
***********************************************
    SPECIAL ELEMENTS
    from
    content.css
***********************************************
*/


/*       ARTIKEL FUNCTIONS       */

#artikelFunctions {
    border: none !important;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-right: 20px; 
}


/*       SERVICEBOX       */

#serviceboxLeft {
    margin: 0px 5px 0px 15px;
    background-color:#e9e9e9;
}

#serviceboxLeft .head {
    padding: 0px;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}
#serviceboxLeft .body {
    padding: 0px;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
}

#serviceboxRight {
    width: 345px;
    display: block;
    background-color:#e9e9e9;
    margin: 0px;
    border: none !important;
}

#serviceboxRight tr{
    width: 100%;
}

#serviceboxRight .head{
    padding: 3px 5px 3px 20px;
    border-bottom: 2px solid #fff;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

#serviceboxRight .body{
    padding: 3px 5px 3px 20px;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}


/*       BOERSE       */

#boerse {
    float: right;
    display: block;
    margin: 0px;
    width: 250px;   
}

#boerse select {
    width: 105px;
    margin: 1px 2px 1px 2px;
}


/*       BOERSE FUNCTIONS       */

#boersenFunctions {
    width: 235px !important;
    clear:both;
    float: right;
    font-size: 11px !important;
    border: none !important;
    margin-bottom: 5px;
}

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

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

#boersenFunctions .right{
    text-align: right;
    padding-right: 15px;
}


/*       KURSDATEN       */

#kursdaten {
    width: 250px !important;
    font-size: 11px !important;
    border: none !important;
    margin-bottom: 20px;
}

#kursdaten .left{
    background-color: #cccccc !important;
    text-align: left;
    width: 50%;
    padding: 1px 1px 1px 7px !important;
}

#kursdaten .right{
    background-color: #dddddd !important;
    text-align: right;
    width: 50%;
    padding: 1px 8px 1px 1px !important;
}


/*       MUSTERDEPOT       */

#musterdepot {
    background-color: #dddddd !important;
    padding: 10px 20px 10px 20px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

#musterdepot .head {
    float: left;
    font-size: 23px;
    font-weight: lighter;
    margin: 0px;
    margin-left: -2px;
    margin-left: expression(-1 + "px");
    padding: 0px;
    color: #000;
 }

#musterdepot .saldo {
    float: left;
 }

#musterdepot .growthplus, #musterdepot .growthminus, #musterdepot .growthequal {
    float: right;
 }

#musterdepot .growthplus {  color: #90BD00; }
#musterdepot .growthminus { color: #FF0000; }
#musterdepot .growthequal { color: #666666; }

#musterdepot .growthArrow {
    float: right;
    margin-top: 3px;
    margin-bottom: 5px;
}




/*
***********************************************
    LINK BOX ELEMENTS (right box)
    from
    link.css
***********************************************
*/


/*       LINK BOX WRAPPER       */

#linkWrapper {
/*
    float: left;
    width: 208px;
    width:expression(208 + "px");
    display: inline;
    margin: 0px;
*/
    display: none;
}


/*       LINK BOX FONT ELEMENTS      */

#linkWrapper .boxContent{
    font-size: 12px;
}

#linkWrapper hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin: 5px 0px 5px 20px;
}


/*       LINK BOX, BOX ELEMENTS      */

#box210 {
    float: left;
    display: block;
    width: 208;
    margin: 0px 0px 10px 0px;
    border: 1px solid #999999;
    font-size: 11px;
    overflow: hidden;
}


/*       LINK HEADINGS       */

#box210 h1 {
    color: #ff0000;
    font-size: 25px;
    font-weight: lighter;
    margin: 6px 0px 4px 0px;
}

#box210 h4 {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0px 5px 0px;
}


/*       LINK BOX, LINK ELEMENTS       */

#linkWrapper a.img{
    background: none !important;
    margin: 0px;
    padding: 0px;
}

#linkWrapper a.banking {
    display: block;
    color: #ff0000;
    padding: 6px 0px 0px 15px;
    font-size: 12px;
    font-weight: bold;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 10px;
}

#linkWrapper a.linkIntBld {
    display: block;
    color: #666666;
    padding: 6px 0px 0px 15px;
    font-size: 12px;
    font-weight: bold;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 10px;
}

#linkWrapper a.linkInt {
    display: block;
    color: #666666;
    padding: 1px 0px 1px 15px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 5px;
}
#linkWrapper a.linkExt {
    display: block;
    color: #666666;
    padding: 5px 0px 5px 15px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 10px;
}

#linkWrapper a.linkMore {
    display: block;
    color: #666666;
    padding: 5px 0px 5px 15px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 10px;
}

#linkWrapper a.linkSchnellnavigation {
    display: block;
    color: #ffffff;
    padding: 5px 0px 5px 15px;
    font-size: 12px;
    font-weight: bold;
    background: #ff0000 url(/resources/pics/arrow_white.gif) no-repeat 0px 9px;
}


/*       LINK BOX, FORM ELEMENTS       */

#linkWrapper input {

    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    border-width: 1px;
    border-right: none;
    padding: 0px 3px 0px 3px;   
}

#linkWrapper select {
    font-family: Arial;
    font-size: 12px;
    border: 1px #666666 inset;
}

#linkWrapper label {
    font-family: Arial;
    font-size: 11px;
}

#linkWrapper .submit {
    position: relative;
    top: 1px;
    top:expression(0 + "px");
    background: #ddd url(/resources/pics/button_submit.gif) no-repeat;
    border-bottom: 1px solid red;
    height:17px;
    width:15px;
    border: none;
    margin: 0px 0px 0px -5px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    overflow: hidden;

}

#linkWrapper fieldset {
    width: 183px;
    padding: 5px 0px 5px 7px;
    background-color: #cccccc;
}


/*       LINK BOX, FLOATS       */

#linkWrapper .floatleft {
    float: left;
    margin: 5px 0px 5px 0px;
}

#linkWrapper .floatright {
    float: right;
    margin: 5px 0px 5px 0px;
}


/*       LINK BOX, SCHNELLNAVIGATOR       */

#linkSchnellnavigation {
    margin-left: 20px;
}

#schnellnavigator {
    padding: 0px;
}

#schnellnavigator label, #schnellnavigator input {
    display: block;
    float: left;
}

#schnellnavigator .w70, #schnellnavigator .w90, #schnellnavigator .w110, #schnellnavigator .w150, #schnellnavigator .w175{
    margin-left: 5px;
    margin-top: 1px;
}

#schnellnavigator input {
    padding-left: 2px;
}

#schnellnavigation {
    visibility:hidden;
    position:absolute; 
    display:inline;
    z-index:999; 
    background: #ddd; 
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #ff0000;
    border-left: none;  
}

#schnellnavigation a {
    display: block;
    color: #666666;
    padding: 3px 0px 3px 15px;
    font-size: 12px;
    background: url(/resources/pics/arrow_red.gif) no-repeat 0px 7px;
}

#schnellnavigation table{
    width: 100%;
    background-image: url(/resources/pics/schnellnavigation_bg.gif);
}

#schnellnavigation td{
    padding: 5px 0px 5px 10px;
    vertical-align: top;
}

#schnellnavigation td.whiteline{
    margin: 0px;
    padding: 0px;
    height: 1px;
    background-color: #fff;
   border: none;
}

/*       LINK BOX, REGISTRIERUNG       */

#registrierung label, #registrierung input{
    display: block;
    float: left;
}

#registrierung {
    padding: 0px !important;
    width: 210px;
}

#registrierung .w70, #registrierung .w90, #registrierung .w110, #registrierung .w150, #registrierung .w175{
    margin-left: 5px;
    margin-top: 3px;
}

#registrierung input {
    padding-left: 2px;
}

#registrierung .submit {
    background-color:transparent;
    background-image:url(/resources/pics/button_submit.gif);
    height:20px;
    background-repeat:no-repeat;
    width:21px;
    margin-left:-4px;
    border:0px;
    color:#FFF;
    background-position:4px 4px;
    overflow:hidden;
}

#registrierung label{
    width: 50px;
    border-right: 1px solid #fff;
    background-color: #dddddd;
    padding: 5px 0px 5px 7px;
    
}

.borderWhite {
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.borderWhite:after {
    content: ".";
    height: 1px;
    visibility: hidden;
    display: block;
    clear: both;
}





/*
***********************************************
    FOOTER ELEMENTS
    from
    footer.css
***********************************************
*/


#footer {
    clear: both;
    height: 30px;
    width: 560px;
}


#footer a{
    color: #000;
    text-decoration: underline;
}

.disclaimer {
    position: relative;
    left: 20px;
    width: 540;
    color: #000;
    font-size: 10px;
}

/**/
a.linkblock, #contentWrapper a.linkMore {
    background:none;
    color:#666;
    display:block;
    font-size:11px;
    text-decoration:underline;
    margin:0;
    padding:2px 0 2px 0px
}
* html #contentLeft {
    float: left;
    width: 49.9%;
}
* + html #contentLeft {
    float: left;
    width: 49.9%;
}

/* Fuer die Buttons drucken,mailen,bookmark */
ul.page_helper {
    background:transparent url(../pics/icons_print_mail_bookmark.gif) no-repeat scroll left center;
    float:left;
    height:13px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding-left:1px;
    width: expression(125 + "px");
}

ul.page_helper li {
    background:transparent none repeat scroll 0 0;
    float:left;
    margin:0;
    padding:0;
    vertical-align:bottom;
    width: expression(36 + "px");
}

ul.page_helper li a {
    width: 37px;
    height: 13px;
    background: transparent!important;
    float: left;
    margin-right: 1px;
    padding: 0!important;
    width: expression(36 + "px");    
}

ul.page_helper li.mail_helper a, 
ul.page_helper li.mybm_helper a {
 width:39px!important;
}

#artikelFunctions .page_helper li {
 margin-left: 1px;
}


#content-bridge {
    margin-top:30px;
    height:110px;
}

#content-bridge .header {
    display:block;
    font-size:11px;
    letter-spacing:2px;
    background-color:#e4e4e4;
    line-height:20px;
    padding-left:10px;
    margin-bottom:14px;
}

#content-bridge .item1, .item2, .item3 {
    float:left;
    display:inline;
    width:100px;
}

#content-bridge .item2 {
    margin-left:24px;
    margin-right:24px;
    text-align:center;
}

#content-bridge .item3 {
    float:right;
    text-align:right;
}

#content-bridge a.cblink { 
    color: #666666;
    padding: 1px 0px 1px 12px;
    margin: 0px;
    font-size: 11px;
    background: url(../pics/arrow_red.gif) no-repeat 0px 5px;
}

#content-bridge-lang {
    display:inline;
    margin: 0 10px 10px 0;
    float:left;
    background-color:#fff;
    width:548px;
    border:solid 1px #999;
}
#content-bridge-lang .header {
    display:block;
    font-size:12px;
    background-color:#999;
    color:#fff;
    font-weight:bold;
    line-height:20px;
    padding-left:20px;
}

#content-bridge-lang a.cblink { 
    color: #666666;
    padding: 1px 0px 1px 12px;
    margin: 0px;
    font-size: 11px;
    background: url(../pics/arrow_red.gif) no-repeat 0px 5px;
}

.content-bridge-img {
    width:90px;
    height:60px;
    border:none;
}
