
 .lexikonbox {
	position: relative;
	margin: 3px;
	padding: 5px;
	clear: both;
}
 
  ul.lexikon-menu {
    margin: 0; padding:0;
    text-align: center;
  /*  border: 1px solid #555;
    background-color: silver;*/
  }
  ul.lexikon-menu li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul.lexikon-menu li a {color:#ff8C00; font-size:14px;
    padding:0 3px;
    text-decoration: none; font-weight: bold;
    /*border: 1px solid black;
    border-left-color: white; border-top-color: white;
     background-color: #ccc;*/
  }

  ul.lexikon-menu li a:hover { color:#ff4500;
   /* border-color:#fff;
    border-left-color: black; border-top-color: black;
     background-color: gray;*/
  }

#lexicon_text { position: absolute; z-index: 2; top:385px; left:370px; }

h1 {
  font-size: 1.1em;
}

#lexiconObject {
  text-align: left;
  z-index: 1000000;
}

#lexiconObject div {
  position: relative;
}

#lexiconObject .lexiconObject_arrow {   /* Left div for the small arrow */
  background: url('../image/arrow_lexicon.gif') center left no-repeat;
  height:30px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 16px;
  z-index: 1000005;
}

#lexiconObject .lexiconObject_content {
  background: #fff;
  border: 2px solid #b9bb7c;
  left: 14px; /* 16px arrow witdth - 2px border */
  min-height: 100px;
  height: 100px; /* IE Hack */
  overflow: hidden; /* Hide overflow content */
  padding: 8px;
  position: absolute;
  top: -70px;
  width: 220px;	/* Width of tooltip content */
  z-index: 1000001;
}

.lexicon-link {
    text-decoration: underline;
}

