/* Datei: maggusje */
/* Festlegung aller benötigten Schriftarten und -größen. */ 
 
font,td,p,ul,ol,li,td,th,address,nobr,b,i { font-family:Times New Roman; font-size:13px; color:#000000; }



/* Text Größe 12 */			              #txt-12	  { font-weight: 100; text-decoration: none; }
/* Text Größe 12, fett */			       #txt-12-f	  { font-weight: 600; text-decoration: none; }
/* Text Größe 12, unterstrichen*/        #txt-12-u   { font-weight: 100; text-decoration: underline; }
/* Text Größe 12, fett, unterstr */      #txt-12-fu  { font-weight: 600; text-decoration: underline; }

/* Text Größe 12, weiß*/	              #txt-12-w	  { color:#FFFFFF; font-weight: 100; text-decoration: none; }
/* Text Größe 12, fett, weiß */			#txt-12-fw  { color:#FFFFFF; font-weight: 600; text-decoration: none; }
/* Text Größe 12, unterstr, weiß*/       #txt-12-uw  { color:#FFFFFF; font-weight: 100; text-decoration: underline; }
/* Text Größe 12, fett, unterstr, ws */  #txt-12-fuw { color:#FFFFFF; font-weight: 600; text-decoration: underline; }

/* Text Größe 14 */                      #txt-14	  { font-size: 14px; font-weight: 100; text-decoration: none; }
/* Text Größe 14, fett */			       #txt-14-f	  { font-size: 14px; font-weight: 600; text-decoration: none; }
/* Text Größe 14, unterstrichen*/        #txt-14-u   { font-size: 14px; font-weight: 100; text-decoration: underline; }
/* Text Größe 14, fett, unterstr */      #txt-14-fu  { font-size: 14px; font-weight: 600; text-decoration: underline; }

/* Text Größe 14, weiß*/	              #txt-14-w	  { color:#FFFFFF; font-size: 14px; font-weight: 100; text-decoration: none; }
/* Text Größe 14, fett, weiß */			#txt-14-fw  { color:#FFFFFF; font-size: 14px; font-weight: 600; text-decoration: none; }
/* Text Größe 14, unterstr, weiß*/       #txt-14-uw  { color:#FFFFFF; font-size: 14px; font-weight: 100; text-decoration: underline; }
/* Text Größe 14, fett, unterstr, ws */  #txt-14-fuw { color:#FFFFFF; font-size: 14px; font-weight: 600; text-decoration: underline; }

/* Text Größe 16 */	               		#txt-16	  { font-size: 16px; font-weight: 100; text-decoration: none; }
/* Text Größe 16, fett */			       #txt-16-f   { font-size: 16px; font-weight: 600; text-decoration: none; }
/* Text Größe 16, unterstrichen*/        #txt-16-u   { font-size: 16px; font-weight: 100; text-decoration: underline; }
/* Text Größe 16, fett, unterstr */      #txt-16-fu  { font-size: 16px; font-weight: 600; text-decoration: underline; }

/* Text Größe 16, weiß*/	              #txt-16-w	  { color:#FFFFFF; font-size: 16px; font-weight: 100; text-decoration: none; }
/* Text Größe 16, fett, weiß */			#txt-16-fw  { color:#FFFFFF; font-size: 16px; font-weight: 600; text-decoration: none; }
/* Text Größe 16, unterstr, weiß*/       #txt-16-uw  { color:#FFFFFF; font-size: 16px; font-weight: 100; text-decoration: underline; }
/* Text Größe 16, fett, unterstr, ws */  #txt-16-fuw { color:#FFFFFF; font-size: 16px; font-weight: 600; text-decoration: underline; }

/* Text Größe 19, fett */                #txt-19-f   { font-size: 19px; font-weight: 600; text-decoration: none; }
/* Text Größe 19, fett, unterstr */      #txt-19-fu  { font-size: 19px; font-weight: 600; text-decoration: underline; }

/* Text Größe 30, fett, weiß */			#txt-30-fw  { color:#FFFFFF; font-size: 30px; font-weight: 600; text-decoration: none; }


/* Link für bunten Hintergrund */        #link-ws    { font-size: 12px; font-weight: 600; color:#FFFFFF; link:#FFFFFF; visited:#FFFFFF; active:#FFFFFF; text-decoration: underline; }
/* Link für schwarzen Hintergrund */     #link-sw    { font-size: 12px; font-weight: 600; color:#000000; link:#000000; visited:#000000; active:#000000; text-decoration: underline; }
