/* DATEI: formate.css */

/* Dies ist die Datei, die die Formate der URL: www.turnen-weil.de definiert */
/* Bei Fragen bitte mail an den Author: webmaster@turnen-weil.de */

/*allgemeine Formatierungsangaben*/
p,h4,ul,ol,li,div,td,th,address,blockquote,nobr,i
      { font-family:Arial,sans-serif; font-size:10pt; }

/*Logo-Überschrift*/
h1    { font-family:Arial,sans-serif; text-align:center; font-size:24pt }

/*Seiten-Überschrift*/
h2    { font-family:Arial,sans-serif; text-align:left; font-size:12pt; font-weight:normal;
        border-bottom-style:solid; border-bottom-width:3px; border-color:#C0C0C0; }

/*News-Überschrift*/
h3    { font-family:Arial,sans-serif; text-align:left; font-size:8pt; font-weight:normal;
        border-bottom-style:solid; border-bottom-width:1px; border-color:#C0C0C0; }

/*Formulare*/
.rahmen {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size:8pt;
        color:#000000;
        width:250px;
        background:#ffffff;
        border: 1px solid #C0C0C0;
}

/*Link-Formatierung*/
a:link   { color:#003366; text-decoration:none; }
a:visited{ color:#003366; text-decoration:none; }
a:active { color:#003366; text-decoration:none; }
a:hover  { color:#003366; text-decoration:underline; }
