/* Scrollbar definition */
BODY {
    font-weight : normal;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 12pt;    
}

/* Text & Darstellung definition */
TD.tableRank {
    background-color: #1D1D16;
    border-style: solid;
    border-width: 1px;
    border-color: #1D1D16;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
}

TD.tableData {
    background-color: #121212;
    border-style: solid;
    border-width: 1px;
    border-color: #121212;
    text-align: center;
    font-size: 10px;
}

li { list-style-type: square}

td,th {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 12pt;
    color: #000000
}

blockquote { color: #C77E36; text-align: justify}

.fett { color:#FFFFFF; font-size:38px; font-family:Arial; FONT-WEIGHT: bold; line-height: 24pt;}

/* Link definitionen */
a               { color:#0000FF; font-weight: bold; }
a:link          { text-decoration: none }
a:visited       { text-decoration: none }
a:hover         { text-decoration: underline }
a:active        { text-decoration: underline }

a.menu              { color:#FFFFFF; font-weight: bold; }
a.menu:link          { text-decoration: none }
a.menu:visited       { text-decoration: none }
a.menu:hover         { text-decoration: underline }
a.menu:active        { text-decoration: underline }

a.downmenu           { color:#BFC2B4; font-weight: normal }
a.downmenu:link      { text-decoration: none }
a.downmenu:visited   { text-decoration: none }
a.downmenu:hover     { text-decoration: underline }
a.downmenu:active    { text-decoration: underline }

a.normal           { color:#00AAFF; font-weight: normal }
a.normal:link      { text-decoration: none }
a.normal:visited   { text-decoration: none }
a.normal:hover     { text-decoration: underline }
a.normal:active    { text-decoration: underline }

a.navbar           { color:#FFFFFF; font-weight: bold }
a.navbar:link      { text-decoration: none }
a.navbar:visited   { text-decoration: none }
a.navbar:hover     { color:#00AAFF; font-weight: bold; text-decoration: none }
a.navbar:active    { color:#00AAFF; font-weight: bold; text-decoration: none }

a.none           { color:#BFC2B4; font-weight: normal }
a.none:link      { text-decoration: none }
a.none:visited   { text-decoration: none }
a.none:hover     { text-decoration: underline }
a.none:active    { text-decoration: underline }

a.bildlink           { color:#000000; font-weight: normal }
a.bildlink:link      { text-decoration: none }
a.bildlink:visited   { text-decoration: none }
a.bildlink:hover     { text-decoration: none }
a.bildlink:active    { text-decoration: none }

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 125px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 10px Verdana, sans-serif; 
  text-align: left;
  }

/* Absoluter Tooltip */
div#links {
  position: relative; 
  top: 10px; 
  left: 0px; 
  width: 170px; 
  height: 160px; 
  font: 16px Verdana, sans-serif; 
  z-index: 100;
  }
  
div#links a {
  display: block; 
  text-align: center; 
  font: bold 1em sans-serif; 
  padding: 5px 10px; 
  margin: 0 0 1px; 
  border-width: 0;
  text-decoration: none; 
  color: #FFFFCC; 
  background: #444444;
  }
  
div#links a:hover {
  color: #441111; 
  background: #AAAAAA;
  border-left: 5px double white;
  border-right: 5px double white;
  }

div#links a span {display: none;}
div#links a:hover span {
   display: block;
   position: absolute; 
   top: 95px; 
   left: 0; 
   width: 160px;
   padding: 5px; 
   z-index: 100;
   color: #000000; 
   background: #FFFFCC;
   font: 10px Verdana, sans-serif; 
   text-align: center;
   }

