/* DATEI: schrift.css */



body {
background-color:#ffffff ;
font-size: 14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-variant: normal;
color:#555555 ;
}

.orange { color: #ff6400 }
.klein { font-size:0.75em; }
.fett { font-weight: bold; }

h1 { font-size:1.9em; color: #ff6400; }

h2 { font-size:1em; font-weight: normal; color: #ff6400; }

h3 { font-size:1em; font-weight: bold; letter-spacing:0.02em;}

h4 { font-size:0.75em; font-weight: normal; color:#555555}

h5 { font-size:0.75em; font-weight: normal; line-height: 0.9em; letter-spacing:0.01em;}

A:link {text-decoration: none; color:#555555;}
A:visited {text-decoration: none; color:#555555;}
A:active {text-decoration: none}
A:hover {text-decoration: none; font-weight: bold; color:#555555;}

