
a:link { text-decoration: none; color: Maroon; }
a:visited { text-decoration: none; color: DarkRed; }
a:hover { text-decoration: underline; color: IndianRed; }
a:active { text-decoration: none; color: DarkRed; }

 div#Seite    { text-align: left;
	/* Nur fertige Seite */
	width: 800px; height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: dashed;
    border-color: Purple;
  border-width: 1px
}

html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer*/
  }

ul { font-family: Verdana,Arial,Helvetica; font-weight: normal; color: DarkRed; list-style-position:outside; list-style-image: url(img/dot14.jpg); font-size: 0.8em }
ol {font-family: Verdana,Arial,Helvetica; font-weight: normal; color: DarkRed; list-style-type: decimal; list-style-position:outside; font-size: 0.8em }

.text
{
font-size: 1em;
color: #999999;
line-height: 21px;
font-family: Courier New,Courier,Monaco,monospace;
}

.lesen
{
font-size: 0.8em;
color: #666666;
line-height: 18px;
font-family: Verdana,Arial,Helvetica;
}

.head
{
font-size: 3em;
color: White;
font-family:  Lissen;
background-color: DarkRed;
padding-left: 0.5em
}

.smhead
{
font-size: 1em;
color: Maroon;
font-family:  Arial;
}

.tbsmall {
  font-size: 0.6em;
  font-family: Arial;
  color: DarkRed
}
 .tbbody {
  font-size: 0.8em;
color: Maroon;
font-family:  Arial;
 }

.sb {scrollbar-3dlight-color:#666666;
           scrollbar-arrow-color:#cc3300;
           scrollbar-base-color:#ffffff;
           scrollbar-darkshadow-color:#6666666;
           scrollbar-face-color:#ffffff;
           scrollbar-highlight-color:#ffffff;
           scrollbar-shadow-color:}
