
/* Datei html-css-beispiel1.css: */
  /* Alles, was im Body steht (also praktisch jeder Inhalt): */   
  body    { color: black; font-size: 14px; font-family:arial; background-color: #b7b7b7; 
  margin:0;
padding:5px 5px 5px 5px;
border:none;}


a:link  {font-weight:none; color:blue; text-decoration:none; }
a:visited {font-weight:none; color:#551a8b; text-decoration:none;}
a:hover  {font-weight:none; color:red; text-decoration:none; }
a:active {font-weight:none; color:lime; text-decoration:underline;} 
a:focus { font-weight:none; color:none; text-decoration:none; }



.a13     { font-size: 13px; font-family: Arial }
.a17  { font-size: 17px; font-family: Arial }
.b { font-weight: bold }
.17red { color: red; font-size: 17px;font-family: Arial  }
.blue { color: blue }
#17red { color: red; font-size: 17px }
.just { text-align: justify;font-size: 13px ;font-family: Arial }



.randtop2 {
  border-collapse: collapse;
  border-top: 1px solid #FF8450;
}
.schwarz{
   color:            #000000;
 
}
.schwarz a:link {
 
   color:            #000000;
   
}
.schwarz a:visited {

   color:            #000000;

}
.schwarz a:hover {

   color:           #000000;
    
}
.schwarz a:active {

   color:           #000000;
   
}



.randtop {
  border-collapse: collapse;
  border-top: 1px solid #FF8450;
}
.weiss { size: 3px;
   color:            #ffffff;
}
.weiss a:link {
   font-size: 3px;
   color:            #ffffff;
}
.weiss a:visited {
  font-size: 3px;
   color:            #ffffff;
}
.weiss a:hover {
   font-size: 3px;
   color:            #ffffff;
}
.weiss a:active {
   font-size: 3px;
   color:            #ffffff;
}



