.greybox {
   background-color:#C0C0C0;
   border-style:solid;
      border-left-width:3px;
      border-right-width:3px;
      border-bottom-width:0px;
      border-top-width:0px;
      border-color:#C0C0C0;    }
.termdat {
   font-style: italic; }
.termtitel {
   font-weight: bold;
   font-variant: small-caps;   }

.infotab {
	border-style:dashed;
         border-color:orange;
         border-width:thin	}

<!-- Scroller  -->
#marqueecontainer{
position: relative;
width: 700px; /*marquee width */
height: 50px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px dotted orange;
padding: 2px;
padding-left: 4px;
}