/* DATEI: asdf.css */

/* <link rel=stylesheet type="text/css" href="asdf.css"> */


/* body */
 body { margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px }


/* black size 2 */
.black2 {  font-family:arial; font-size:12px; color:#333333}


/* black size 2 bold */
.black2bold {  font-family:arial; font-size:12px; color:#000000; font-weight:bold}


/* white size 2 */
.white2 {  font-family:arial; font-size:12px; color:#FFFFFF}


/* white size 2 bold */
.white2bold {  font-family:arial; font-size:12px; color:#FFFFFF; font-weight:bold}


/* navi grey size 2 */
.navi2grey {  font-family:arial; font-size:12px; color:#333333}


/* navi white size 2 */
.navi2white {  font-family:arial; font-size:12px; color:#FFFFFF}


/* text size 2 */
.text2 {  font-family:arial; font-size:12px; color:#000000}


/* text size 2 bold */
.text2bold {  font-family:arial; font-size:12px; color:#333333; font-weight:bold}


/* underline */
/* .underline {  text-decoration:underline} */


/* underline size 2 */
.underline2 {  font-size:12px; text-decoration:underline}


/* underline size 2 bold */
.underline2bold {  font-size:12px; text-decoration:underline; font-weight:bold}


/* link farben siehe body-tag */


/* link */
a:link    {  text-decoration:none; }
a:visited {  text-decoration:none; }
a:active  {  text-decoration:none; }


