/*
 *	Text Styles
 */
 
div.imprint {
  border-top: 1px solid black;
  font-size:9px;
  text-align:right;
  padding-top:5px;
  margin:16px;

} 
 
div.n_headline {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border:none;
    background-color:#C3D4E0; 
    /*padding-left:5px; 
    text-indent:5px;*/
    border-left:8px solid #C3D4E0;
}
div.n_text {
    font-size: 12px;
    line-height: 18px;
    color: black;
    border:none;
    font-family: Arial, Helvetica, sans-serif;
}

div.n_welcomeHead {
  font-style:italic;
  font-weight: bold;
  font-size:12px;
  border:none;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}
div.n_welcome {
  font-style:italic;
  font-size:12px;
  border:none;
  font-family: Arial, Helvetica, sans-serif;
}

div.n_unsubscribe {
  font-style:normal;
  font-weight:bold;
  font-size:11px;
  border:none;
  font-family: Arial, Helvetica, sans-serif;
}


div.optionbox {
  //border-top: 2 solid #C3D4E0;
  //border-bottom: 2 solid #C3D4E0;
  padding-top:5px;
  padding-bottom:5px;

  border-bottom-color: #C3D4E0 2;
  border-top-color: #C3D4E0 2;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


a.nLink {
    border:none;
    color: #092A6D;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;

    font-family: Arial, Helvetica, sans-serif;
}
a.nLinkContent {
    border:none;
    color: #092A6D;
    padding-left: 2px;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;

    font-family: Arial, Helvetica, sans-serif;
}

/*
 *	Bild Postion
 */
div.image_left {
    border:none;
    background-color: #ECEFF4;
    padding-right:5px;
    padding-bottom:10px;
    float:left;
    width:134px;
}
div.image_right {
    border:none;
    background-color: #ECEFF4;
    padding-left:5px;
    padding-bottom:10px;
    float:right;
}


/*
 *       In Ausgabe Box
 */
td.inAusgabeHead {
  border:none;
  //background-color:#70C099;
  background-color:#243574;
  //color: #092A6D;
  color: #ffffff;
  padding-left: 5px;
  line-height:18px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
}
td.inAusgabePunkt {
    border:none;
    //background-color:#C3E5D4;
  background-color:#B8C9DC;
  padding-bottom: 5px;
    color: #092A6D;
    //height:12px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

a.inAusgabeLink {
    border:none;
    background-color:#C3E5D4;
    color: #092A6D;
    //padding-left: 3px;
    //height:18px;

    font-size: 11px;
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
}


td.inAusgabePunktUnten {
    color: #092A6D;
    height:18px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height:18px;

}
a.inAusgabeLinkUnten {
    color: #092A6D;
    // height:18px;
    font-size: 11px;
    padding-left: 3px;
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
}








