﻿


.SecureBody
{
    margin:0px;
    padding:0px; 
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 10pt;
    line-height: 18pt;
    color: #474747;
    width: 470px;
    float: left;
    margin-bottom: 50px;

}

.BildBankContent
{

    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 10pt;
    line-height: 18pt;
    color: #474747;
    width: 720px;
    float: left;
    padding: 0 0 0 10px;
}



#Securewrapper
{
    width: 730px;
    float: right;
    
    margin: 35px 0 35px 0;
    padding: 0; 
}

#Sidebar /* #mainNav */ 
{
    width: 200px; 
    float: left;
    padding:0;
    color:inherit;
    background:transparent;
    margin: 30px 0 30px 0;
    font-size: 11px;
}


.SecureProductInfo
{
    border: 0px solid black;
    font-family: Arial;
    font-size: 8pt;
    line-height: 12pt;
    float: right;
    text-align: left;
    padding-bottom: 30px;
    width: 240px;
    padding-top: 35px;
 
}



/*-- Subnavigaion --*/
#Sidebar ul 
{
    text-align: left;
    list-style: none;
    padding:0 10px;
    margin: 0;
    width: 170px;
}

#Sidebar li {
    display: inline;
    margin:0;
    padding: 0;
 
}

#Sidebar li a 
{
    display: block;
    font-weight:normal;
    width: 170px;
    padding: 5px 5px 5px 25px;
    margin:1px;
    border-bottom: 1px dotted #BBBABA;
 
    color: #AB8948;
    text-decoration: none;
    background: #fff url(/App_themes/Ihreborn/Images/ProductPage/navigation_arrow.gif) 0px 10px no-repeat;
}

#Sidebar ul.subsubnav li a
{
    font-weight:normal;
    width: 166px;
    padding: 5px 0 5px 25px;
    margin:1px;
}

#Sidebar li a.selected 
{
    padding: 5px 0 5px 25px;
    margin:1px;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    width: 176px;
}



#Sidebar li a.subselected {
    color: #000;
    text-decoration: underline;
    font-weight: bold;

}

#Sidebar li a:hover 
{
      padding: 5px 5px 5px 25px;
    margin:1px;
    color:#AB8948;
    text-decoration: underline;
  background: #fff url(/App_themes/Ihreborn/Images/ProductPage/navigation_arrow.gif) 0px 10px no-repeat;
}

#Sidebar li.first a 
{
    padding: 5px 0 5px 25px;
    margin:1px;
    height: 25px;
    line-height: 25px;
}

/* parentlink */
#Sidebar a.parentLink:link, a.parentLink:visited 
{
    font-weight:normal;
    display:block;
    width: 175px;
    padding: 5px 0 5px 25px;
    margin: 0 10px 0px 10px;
    border:1px solid #eee;
    color: #666;
    background:#fff url(/App_themes/Ihreborn/Images/ProductPage/navigation_arrow_up.gif) 10px 8px no-repeat;
    text-decoration: none;
}
#Sidebar a.parentLink:hover, a.parentLink:active
{
 font-weight:normal;
    display:block;
    width: 175px;
    padding: 5px 0 5px 25px;
    margin: 0 10px 0px 10px;
    border:1px solid #AB8948;
    color: #666;
    background:#fff url(/App_themes/Ihreborn/Images/ProductPage/navigation_arrow_up.gif) 10px 8px no-repeat;
    text-decoration: none;
}