/* padding vermeiden wg. boxmodell-fehler im explorer */ 
body {
    font-family: Verdana, Arial,sans-serif;
    background-color: #fff;
    text-align:center;
    font-size:100.01%;
    line-height:1.0em;
    text-align: center;
}

img{
border: 0px;
}

h2,h3,h4{
    font-family: Verdana, Arial,sans-serif; /* ab 13pt arial statt verdana */
    font-size: 1.0em;
    font-weight: bold;
    line-height:normal;
    margin: 0px 0px 5px 0px;
}
p
{
    margin: 0px 0px 2px 0px;
}
.hl1 {
    font-family: Arial, Verdana, sans-serif; /* ab 13pt arial statt verdana */
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.3em 0em 1em 0.0em;
    width: 99.9%;
    clear: both;
    color: #333333;
}
* html .hl1 {

}
*:first-child+html .hl1 {

}

h1 {
  font-size: 1.5em;
}

.h2 {
  font-size: 1.2em;
}

.h3 {
  font-size: 1.0em;
}

.h4 {
  font-size: 0.8em;
}

sup
{
    vertical-align: text-top;
    font-size: 0.8em;    
}
sub
{
    font-size: 0.8em;    
}

.input_feld {
  border:1px solid #a5acb2;
    background:#FFFFFF;
}

.underline {
    text-decoration: underline;
}


#nav_right {
    float:right;
    margin:32px 0 0 0;
    border: 0px solid #0000FF; /* <% test */
    font-size:0.7em;
    overflow:hidden;
}

#nav_left_ads_title {
  font-size:0.9em;
  font-weight:bold;    
  padding:3px;    
  padding-left:10px;        
}

#nav_left_ads {
  text-align:center;
}

.nav_left_ad {
  margin:15px;
}
#content {
    font-size: 0.8em;
}

#content_container 
{
    overflow:hidden;
}

#content_container ul,ol { 
    list-style: disc outside;
    margin: 10px 0px;
    padding-left: 16px;
}
#content_container ol { 
    list-style-type: decimal;
}
#content_container li{
    padding-bottom: 3px;
    margin-left: 25px;
}
#content_container caption
{
    text-align: left;
    font-weight: bolder;
}


/* leere "breadcrumb-zeile" fuer home-layout */
#breadcrumb_leer {
  padding-top:3px;
    padding-bottom:0px;
    margin-bottom:0px;    
  /* border: 1px solid #00ff00; */
}

.disclaimer{
    font-family: Verdana, Arial,sans-serif; /* ab 13pt arial statt verdana */
    font-size: 0.8em;
    text-align:left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0.5em;
    color: #333;
    background-color: #fff;
    width: 75%;
    align: center;
    margin-top: 30px;
}
.disclaimerOkButton {
    text-align: left;
}
.disclaimerOkButton a {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(../images/button_bg_right.gif) no-repeat right;
    border-left: 1px solid #989898;
    padding: 0 16px 1px 0;
    font-size: .9em;
    font-weight: bold;
    color: #666;
    text-align: center;
}
.disclaimerOkButton a:hover {
    text-decoration: none;
}

a {  
  color:#0060A7;
}

div#sanofilink{
    float: left;
    position:relative;
    top: -57px;
    left: 663px;
    border: solid 0px;
    margin-bottom: -57px;
}

.c_red
{
    color: #ff0000;
}
.c_red_bold
{
    COLOR:       #ff0000;
    FONT-WEIGHT: bold;
}
.c_bold
{
    FONT-WEIGHT: bold;
}

.pageinfo
{
    background-color: #ededed;
    font-size: 0.7em;
    margin-bottom: 5px;
}
.pagesource
{
    float:right;
    padding-right: 5px;
}
