/* DATEI: ipc01.css */

body {background-color:#FFFFFF; }

/* ul { list-style-image:url(/img/listimg1.gif); } */

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Helvetica,Arial,sans-serif; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,Helvetica,sans-serif = Arial und serifenlose Schrift */

/* p,ul,ol,li,div,td,th,address,b,i { font-size:2ex; } */
/* p,ul,ol,li,div,th,address,b,i, { line-height:3ex; } */
/* normaler Text */
/* font-size = Schriftgroesse */
/* 100% = Standard im Browser - Vom Anwender aenderbar */

/* big { font-size: 130%; } */
/* small { font-size: 70%; } */
/* big { font-size: 2.5ex; } */
/* small { font-size: 1.5ex; } */

li         { font-size: 14px; font-weight:bold } 

div.logo   { font-size: 13px; font-weight:bold   }
h4.logo    { font-size: 13px; font-weight:bold   }
h4.fett    { font-size: 14px; font-weight:bold   } 
h4.normal  { font-size: 14px; font-weight:normal } 
/* Gut lesbare Schriften sind am PC zwichen 13px und 14x = 13/14 Pixel */
/* Und am MAC zwischen 12px und 13px */ 
/* px Anaben und Grafiken wirken am MAC um 2px größer als am PC */

a { text-decoration:none; }
/* Schaltet bei Links das Unterline aus !!! */

a:hover { color: #FF9900; font-weight:bold}
/* Wird bei Mausberührung aktiv !!! */

a:link { color:#006666; text-decoration:underline; font-weight:bold}
a:visited { color:#006666; text-decoration:none; font-weight:bold}
a:active { color:#FF9900; text-decoration:none; font-weight:bold}
/* a:link { color:#006666; text-decoration:underline; } */
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #006666 = IFO.net grün */
/* #666666 = dunkles grau */
/* #000000 = schwarz */
/* #FF9900 = goldgelb */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

