/* klugekonzepte.de Stylesheet                              */
/* ============================================ */
/* Formatvorlage für [tat-fuer-tat.de]     */
/* Datum:    2009-04*/



/* Formatvorlage Hintergrund */
/* ========================= */

/* Seitenabstand oben */
body          { margin-top: 0px }

/* Seitenabstand links */
body          { margin-left: 0px }



/* Formatvorlage Text */
/* ================== */
/* f=font, Zahl=Fontgröße, Buchstaben: a=Typo Verdana, Arial, i=Font kursiv, r=Font normal, b=Font fett, g=grau, */

.f8ar        { font-family: Verdana, Arial; font-size: 8pt; color: #444444}
.f8aw        { font-family: Verdana, Arial; font-size: 8pt; color: #FFFFFF}
.f8ab        { font-family: Verdana, Arial; font-size: 8pt; font-weight: bold; color: #444444}
.f9ar        { font-family: Verdana, Arial; font-size: 9pt; color: #FFFFFF}




* Formatvorlage Links */
/* =================== */

/* Standard Hyperlink */
a:link        { color: #660000; text-decoration: none }

/* Besuchter Hyperlink */
a:visited     { color: #660000; text-decoration: none }

/* Aktiver Hyperlink */
a:active      { color: #660000; text-decoration: none }

/* Gehoverter Hyperlink */
a:hover       { color: #E60000; text-decoration: none }



