/* im body jeder htm-Datei folgende Deklaration:  */
/* <link rel="stylesheet" type="text/css" href="hotzler.css">  */


/* Randabstand und Hintergrundfarbe */
body
{
margin:0px;
background-color:#FFFFFF;
}

/* Schriftgroesse für Tabellen */
td
{

FONT-SIZE: 14px;
font-family:Verdana,Arial;
font-weight:100;
background-color:#FFFFFF;
}

/* Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <ul> */
ul
{
FONT-SIZE: 14px;
font-family:Verdana,Arial;
background-color:#FFFFFF;
}


/* Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <h1> */
h1
{
FONT-SIZE: 13pt;
font-family:Verdana,Arial;
color:#0000FF;
font-weight:100;
}

/* Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <h2> */
h2
{
font-size:11pt;
font-family:Verdana,Arial;
font-weight:bold;
color:#0000FF;
font-weight:bold;
}
/* Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <h3> */
h3
{
FONT-SIZE: 11pt;
font-family:Verdana,Arial;
color:#00C0C0;
font-weight:bold;
}

/* Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <h5> */
h5
{
FONT-SIZE: 15pt;
font-family:Verdana,Arial;
color:#848284;
font-weight:100;
}

/* Beispiel-Angabe fuer Links ohne Unterstreichung */
A
{
text-decoration: none;
}

/* Beispiel-Angabe fuer Link-Farbe von Links */
A:link
{
color:#FF0000;
}

/* Beispiel-Angabe fuer Link-Farbe von besuchten Links */
A:visited
{
color:#C0C0C0;
}