/*

     LIONICS

     main stylesheet (CSS)
     last mod: 21.02.2004, lf

*/

/* COMMON */

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background: url(../images/karo.png);
  background-repeat:repeat-y;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

li {
  line-height: 150%;
}

h3 {
  color: #F69510;
  font-size: 20px;
}

h4 {
  color: #F69510;
  font-weight: bold;
  font-size: 12px;
}

td {
  font-size: 12px;
}

input,textarea {
  border: 1px solid rgb(246,149,16);
  background: rgb(255,247,207);
  padding: 2px;
  font-size: 11px;
}

table.references td {
  text-align: center;
  padding-bottom: 35px;
}

table.references img {
  border: 1px solid rgb(204,204,204);
}

table.ttt td {
  border-bottom: 1px solid #bbbbbb;
  vertical-align: top;
}

p.large {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}

div.article {
  padding-left: 25px;
  padding-right: 25px;
}

.fixed {
  font-family: Courier;
}

/* COLORS */

.fg-grey {
  color: #bbbbbb;
}

.fg-mid {
  color: #8b1400;
}

td.grey {
  background-color: #bbbbbb;
}

td.dark {
  background-color: #000000;
}

td.mid {
  background-color: #8b1400;
}

/* NEWS */

p.news-entry {
  font-size: 11px;
}

/* HEADER */

td.header {
  background: url(../images/navstreifen.png);
  background-repeat: repeat-x;
}

td.navi {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

/* MENU */


table.top-menu {
        width: 440px;
        height: 19px;
}

.top-menu td {
        width: 108px;
        height: 15px;
        background: #8B1400;
        color: #ffffff;
        font-size: 12px;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
}

.top-menu a {
        color: #ffffff;
        text-decoration: none;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 {
        position: absolute;
        top: 76px;
        width: 130px;
        overflow: visible;
        visibility: hidden;
        z-index: 102;
}

#menu1 {
        left: 16px;
}

#menu2 {
        left: 126px;
}

#menu3 {
        left: 236px;
}

#menu4 {
        left: 346px;
}

#menu5 {
        left: 456px;
}

#menu6 {
        left: 566px;
}

#menu7 {
        left: 676px;
}

.ausklappmenu {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        font-size: 12px;
        color: #FFFFFF;
}

.ausklappmenu A {
        border-top-width: 0px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-color: #8B1400;
        border-style: none solid solid solid;
        background-color: #F69510;
        margin: 0px 0px 0px 0px;
        padding: 2px 2px 2px 4px;
        display: block;
        text-decoration: none;
        color: #000000;
        width: 122px !important;
        width /**/: 130px;
}

.ausklappmenu A:hover {
        background-color: #8B1400;
        color: #ffffff;
}

/* FOOTER */

td.footer {
  background-color: #f69510;
  color: #ffffff;
  font-size: 10px;
  padding-left: 20px;
}

td.footer a {
  color: #ffffff;
  text-decoration: underline;
}

td.footer a:hover {
  text-decoration: none;
}


/* CONTENT */

p.abstract {
  color: #8b1400;
}

td.content, .content td {
  font-size: 12px;
  line-height: 150%;
}

td.content {
  color: #000000;
  vertical-align: top;
  padding: 20px;
  padding-left: 115px;
}

td.content a {
  color: #F69510;
  text-decoration: underline;
}

td.content a:hover {
  text-decoration: none;
}
