/*  Mittiger Hauptbereich soll folgenden Abstand zur linken und rehcten Navi haben... Der Style bezieht sich auf die mittlere Tabelle in der die Artikel der Homepage stehen. */
#article .margin {
    width: 373px;
    margin-left: 30px;
    margin-right: 17px;
}

/* Generelle Infos für die Schrift im o.g. Bereich: */
#article td {
    text-decoration: none;
    color: #000000;
	font: 8pt/10pt Arial, Helvetica, sans-serif,Courier;
}

/* generelle Infos für Links: */
#article a {
	font-size: 12px;
	text-decoration: none;
    color: #004da3;
    font-weight: normal;

}

/* Überschrift der Artikel */
#article .ueber {
    text-decoration: none;
    color: #004da3;
    vertical-align: top;
    text-align: left;
	font: bold 11pt/13pt Arial, Helvetica, Sans-Serif, Courier;
}

/* Überschrift 2, Subtitle */
#article .ueber2 {
    font-family: Arial, Helvetica, sans-serif,Courier;
    font-size: 9pt;
    text-decoration: none;
    color: #004da3;
    vertical-align: top;
    font-weight: normal;
    line-height: 16px;
}

/* Abstand zwischen Überschrift 2 und Text des Artikels */

#article .ueber2abstandunten, .abstandunten {
    margin-bottom:45px;
}

/* Styles des Fließtextes */
#article .text {
    color:#000000;
    font-size: 9pt;
    line-height: 18px;
    text-align: justify;
    margin-left:5px;
}

/* Styles u.a. datum auf der Startseite */
#article .textrechtsblau {
    color:#004da3;
    font-size: 11px;
    line-height: 16px;
    text-align: right;
}

#article .miniblue {
    font-size: 11px;
    text-decoration: none;
    color: #004da3;
    letter-spacing: 0,3em;
}

#article .miniblack{
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0,3em;
}

#article .linkmehr {
    color: #004da3;
}

#article .textblau {
    color: #004da3;
}

/*u.a. für statische Texte wie faq, normen*/
#article td.textblau {
    color: #004da3;
}

#article .linkmehrinfo {
    color: #004da3;
    text-decoration: underline;
}

#article .footer {
    background-color: #CCE0F5;
}

#article table.footer {
    margin-left:10px;
    margin-top: 30px;
    width:373px;
    height:23px;
}
#article td.footer {
    /*margin-top:10px;*/
    color: #004da3;
    font-size:12px;
    vertical-align:center;
}
#article sup {
  line-height: 10px;
  font-size:11px;
}

.tellAFriend{
	position: relative;
	width: 102px;
	height: 23px;
    background: url("../images/tellAFriend.gif") no-repeat left;
	top: 0;
	left: 0;
}
   
.tellAFriend:hover {
     background: url("../images/tellAFriend_over.gif") top left no-repeat;
   }
