/* Newsbox auf index.html*/

#news {
   float: right;
   color: #fffaf0;
   background-color: #ff8c00;
   width: 215px;
   /*-moz-border-radius: 30px;*/
   margin: 2em 3em 1em 1em;
   padding: 3px;
   }
   
#news p {
   font-size: smaller;
   text-align: left;
   }
   
 #news h4 {
   text-align: center;
   }

/* Kontakte auf index.html*/

#kontakt {
   color: #483d8b;
   background-color: #ffcc00;
   /*-moz-border-radius: 20px;*/
   width: 120px;
   margin: 1em auto;
   padding: 7px;
   }
   
#kontakt a {
   display: block;
   font-size: 100%;
   /*font-family: comic sans ms, fantasy;*/
   text-decoration: none;
   }
   
#kontakt a:hover {
   color: #1e90ff;
   background-color: #ffcc00;
   }
   
/* Linkliste auf links.html*/
  
.linkliste {
   display: block;
   text-align: left;
   font-size: smaller;
   width: 80%;
   margin: 30px auto 12px auto;
   }

.linkliste td {
   border: /*1px solid #696969*/ none;
   padding: 4px 1em 4px;
   vertical-align: top;
   }
   
.linkliste td h3 {
   display: block;
   color: #fffff0;
   background-color: #483d8b;
   font-size: 135%;
   font-style: italic;
   font-weight: bolder;
   padding: 4px 3em 4px 3em;
   margin: 0px;
   }
   
.linkliste td a {
   font-weight: bolder;
   display: block;
   text-align: right;
   text-decoration: none; 
   }

.linkliste td a:hover {
   text-decoration: underline;
   }
   
   