/* ----------------------------------------------------- */
/* Cascading Style Sheet for frame main                  */
/* name: main.css                                        */
/* version: 2.0                                          */
/* date: 19/06/2001                                      */
/* author: Edwin Gross-Hardt (http://www.gross-hardt.de) */
/* may be copied and altered,                            */
/* but the head must not be changed                      */
/* ----------------------------------------------------- */


/* 1 BLATT */
body { background-color:#94aad6; }


/* 2 ZEICHEN */
/* Überschriften */
h2           { font-family:Arial; font-size:18px; font-weight:normal; color:#000000; }
.head3       { font-family:Arial; font-size:15px; font-weight:bold  ; color:#ffffff; }

/* Paragraphen */
p            { font-family:Arial; font-size:13px; }
.b           { font-family:Arial; font-size:15px; font-weight:normal ; color:#000000; }
.b2          { font-family:Arial; font-size:15px; font-weight:normal ; color:#000000; }
.b3          { font-family:Arial; font-size:15px; font-weight:bold ; color:#000000; }

/* Untertitel */
.sub1        { font-family:Arial; font-size:13px; }
.sub2        { font-family:Arial; font-size:10px; }



/* 4 PSEUDOELEMENTE */
/* E-Mail-Adressen */
.email    { font-family:Arial; font-size:13px; font-style:italic; }

/* Links */
a:link    { color:#0000ff; text-decoration:none; } 
a:visited { color:#4444ff; text-decoration:none; } 
a:hover   { text-decoration:underline overline; }
a:active  { text-decoration:none; } 

