/* Styles für die Front-Seiten(d,e)*/


/* Blöcke mit blauem Hintergrund, Schrift: Größe 4, Arial, silber */
		td.f4,a.clink
					{font-family: arial,helvetica,'univers white';
						font-size: 13pt;
						font-style: normal;
						font-weight: bold;
						color: #cdcdcd;
						background-color: #003A7A;
						vertical-align: middle;
						text-align: center;
						text-decoration: none;
						line-height: normal;
					}


/* Schrift fuer Text, Größe 2, schwarz, bold, Arial, Hintergrung weiß */
		p.text2bs,a.text2bs,tr.text2bs,th.text2bs,td.text2bs,span.text2bs
					{font-family: arial,helvetica,'univers white';
						font-size: 10pt;
						font-style: normal;
						font-weight: bold;
						color: #000000;
						background-color: #ffffff;
						vertical-align: top;
						text-align: left;
						text-decoration: none;
						line-height: normal;
					}

/* Schrift fuer Text, Größe 2, schwarz, Arial, Hintergrung weiß */
		p.text2s,tr.text2s,th.text2s,td.text2s,span.text2s
					{font-family: arial,helvetica,'univers white';
						font-size: 10pt;
						font-style: normal;
						font-weight: normal;
						color: #000000;
						background-color: #ffffff;
						vertical-align: top;
						text-align: left;
						text-decoration: none;
						line-height: normal;
					}

/* Schrift fuer Text, Größe 2, blau Arial, Hintergrung weiß */
		span.text2blb,a.text2blb
					{font-family: arial,helvetica,'univers white';
						font-size: 10pt;
						font-style: normal;
						font-weight: bold;
						color: #003A7A;
						background-color: #ffffff;
						vertical-align: top;
						text-align: left;
						text-decoration: none;
						line-height: normal;
					}


/* Schrift fuer Kommentar ohne Unterstreichung, Größe 0, blau, Arial, Hintergrung weiß */
		td.text0bl,span.text0bl,a.text0bl 
					{font-family: arial,helvetica,'univers white';
						font-size: 8pt;
						font-style: normal;
						font-weight: normal;
						color: #003A7A;
						background-color: #ffffff;
						vertical-align: top;
						text-align: left;
						text-decoration: none;
						line-height: normal;
					}


/* Schrift fuer Kommentar ohne Unterstreichung, Größe 0, schwarz, Arial, Hintergrung weiß */
		td.text0s,span.text0s 
					{font-family: arial,helvetica,'univers white';
						font-size: 8pt;
						font-style: normal;
						font-weight: normal;
						color: #000000;
						background-color: #ffffff;
						vertical-align: top;
						text-align: left;
						text-decoration: none;
						line-height: normal;
					}


/* Schrift fuer Kommentar ohne Unterstreichung, Größe 0, bold, schwarz, Arial, Hintergrung weiß */
		td.text0sb,span.text0sb,a.text0sb 
					{font-family: arial,helvetica,'univers white';
						font-size: 8pt;
						font-style: normal;
						font-weight: bold;
						color: #000000;
						background-color: #ffffff;
						vertical-align: top;
						text-align: left;
						text-decoration: none;
						line-height: normal;
					}


/* Schrift fuer Kommentar ohne Unterstreichung, Größe 0, rot, Arial, Hintergrung weiß */
		td.text0r,span.text0r,a.text0rb 
					{font-family: arial,helvetica,'univers white';
						font-size: 8pt;
						font-style: normal;
						font-weight: bold;
						color: #FF0000;
						background-color: #ffffff;
						vertical-align: top;
						text-align: left;
						text-decoration: none;
						line-height: normal;
					}

/* Formatierung der Social-Buttons */          
      a.buttonfb {
          background: url(../fb.png) no-repeat; 
          width:112px; 
          height: 24px; 
          display: block;
        }
      a.buttonfb:hover {
          background: url(../fb_pressed.png) no-repeat; 
          width:112px; 
          height: 24px;
        }
      
      a.buttontw {
          background: url(../twitt.png) no-repeat; 
          width:112px; 
          height: 24px; 
          display: block;
        }
      a.buttontw:hover {
          background: url(../twitt_pressed.png) no-repeat; 
          width:112px; 
          height: 24px; 
          display: block;
        }
      
      a.buttonin {
          background: url(../linkedin.png) no-repeat; 
          width:112px; 
          height: 24px; 
          display: block;
        }
      a.buttonin:hover {
          background: url(../linkedin_pressed.png) no-repeat; 
          width:112px; 
          height: 24px; 
          display: block;
        }

	//-->
</STYLE>

/* zuletzt geändert 3.8.05 */

