/* Datei: teuflisch.css */
/* Festlegung aller benötigten Schriftarten und -größen. */ 
 
font, td, p, ul, ol, li, td, th, address, nobr, b, i { font-family: Arial }

/* schwarzer Text, Größe 10 */			        #blacktxt-10	 { font-size:13px; color:#000000; font-weight: 100; text-decoration: none; }
/* schwarzer Text, Größe 10, fett */            #blacktxt-10-f	 { font-size:13px; color:#000000; font-weight: 600; text-decoration: none; }

/* roter Text, Größe 10 */			            #redtxt-10	 { font-size:13px; color:#FF0000; font-weight: 100; text-decoration: none; }
/* roter Text, Größe 10, fett */			    #redtxt-10-f { font-size:13px; color:#FF0000; font-weight: 600; text-decoration: none; }

/* schwarzer Text, Größe 12 */                  #blacktxt-12	{ font-size:15px; color:#000000; font-weight: 100; text-decoration: none; }
/* schwarzer Text, Größe 12, fett */		    #blacktxt-12-f  { font-size:15px; color:#000000; font-weight: 600; text-decoration: none; }
/* schwarzer Text, Größe 12, unterstrichen*/    #blacktxt-12-u  { font-size:15px; color:#000000; font-weight: 100; text-decoration: underline; }
/* schwarzer Text, Größe 12, fett, unterstr */  #blacktxt-12-fu { font-size:15px; color:#000000; font-weight: 600; text-decoration: underline; }

/* roter Text, Größe 12 */                      #redtxt-12	  { font-size:15px; color:#FF0000; font-weight: 100; text-decoration: none; }
/* roter Text, Größe 12, fett */		        #redtxt-12-f  { font-size:15px; color:#FF0000; font-weight: 600; text-decoration: none; }
/* roter Text, Größe 12, unterstrichen*/        #redtxt-12-u  { font-size:15px; color:#FF0000; font-weight: 100; text-decoration: underline; }
/* roter Text, Größe 12, fett, unterstr */      #redtxt-12-fu { font-size:15px; color:#FF0000; font-weight: 600; text-decoration: underline; }

/* schwarzer Text, Größe 14 */                  #blacktxt-14	{ font-size: 17px; color:#000000; font-weight: 100; text-decoration: none; }
/* schwarzer Text, Größe 14, fett */			#blacktxt-14-f	{ font-size: 17px; color:#000000; font-weight: 600; text-decoration: none; }
/* schwarzer Text, Größe 14, unterstrichen*/    #blacktxt-14-u  { font-size: 17px; color:#000000; font-weight: 100; text-decoration: underline; }
/* schwarzer Text, Größe 14, fett, unterstr */  #blacktxt-14-fu { font-size: 17px; color:#000000; font-weight: 600; text-decoration: underline; }

/* roter Text, Größe 14 */                      #redtxt-14	  { font-size: 17px; color:#FF0000; font-weight: 100; text-decoration: none; }
/* roter Text, Größe 14, fett */			    #redtxt-14-f  { font-size: 17px; color:#FF0000; font-weight: 600; text-decoration: none; }
/* roter Text, Größe 14, unterstrichen*/        #redtxt-14-u  { font-size: 17px; color:#FF0000; font-weight: 100; text-decoration: underline; }
/* roter Text, Größe 14, fett, unterstr */      #redtxt-14-fu { font-size: 17px; color:#FF0000; font-weight: 600; text-decoration: underline; }

/* schwarzer Text, Größe 16 */                  #blacktxt-16	{ font-size: 19px; color:#000000; font-weight: 100; text-decoration: none; }
/* schwarzer Text, Größe 16, fett */			#blacktxt-16-f	{ font-size: 19px; color:#000000; font-weight: 600; text-decoration: none; }
/* schwarzer Text, Größe 16, unterstrichen*/    #blacktxt-16-u  { font-size: 19px; color:#000000; font-weight: 100; text-decoration: underline; }
/* schwarzer Text, Größe 16, fett, unterstr */  #blacktxt-16-fu { font-size: 19px; color:#000000; font-weight: 600; text-decoration: underline; }

/* roter Text, Größe 16 */                      #redtxt-16	  { font-size: 19px; color:#FF0000; font-weight: 100; text-decoration: none; }
/* roter Text, Größe 16, fett */			    #redtxt-16-f  { font-size: 19px; color:#FF0000; font-weight: 600; text-decoration: none; }
/* roter Text, Größe 16, unterstrichen*/        #redtxt-16-u  { font-size: 19px; color:#FF0000; font-weight: 100; text-decoration: underline; }
/* roter Text, Größe 16, fett, unterstr */      #redtxt-16-fu { font-size: 19px; color:#FF0000; font-weight: 600; text-decoration: underline; }


/* Links für Linkleiste Standard */             #link-std  { font-size: 17px; font-weight: 600; color:#FF0000; link:#FF0000; visited:#FF0000; active:#FF0000; text-decoration: none; }
/* Links für Linkleiste aktuelle Seite*/        #link-akt  { font-size: 17px; font-weight: 600; color:#000000; link:#E57B70; visited:#000000; active:#000000; text-decoration: none; }