/*(C) Georg Schmid*/

div.banner {
  margin: 0;
  font-weight: bold;
  font-size: 13;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  position: fixed;
  top: 79px;
  left: 0px;
  width: 159px;
  right: 167px;
  z-index: 1;
}

div.banner p {
  margin: 0; 
  padding: 6px 6px;
  font-family: Arial, Helvetica, sans-serif;
  background: #F5F5F5;
  border-bottom: thin outset #663333;
  color: #191970;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #458B74 }
div.banner a:first-child { border-top: none }
div.banner em { color: #333366; }
div.banner img { border: none; margin-bottom: 1em; margin-left: 0; margin-top: 0 }

div.banner a:link { text-decoration: none; color: #000000 }
div.banner a:visited { text-decoration: none; color: #454545 }
div.banner a:hover { background: #333366; color: #ffffff }
