<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
	color: #FFFFFF;
	font-size: 12px;
	background-attachment:fixed;
	background-color: #202020;
	cursor: url("curser/sib_arrow.gif");

}
#lavalamp img {
	max-width: 24px;
}
/* Sortable tables */
table.sortable thead {
    background-image:url(score/one.png);
    font-weight: bold;
    cursor: default;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

hr
{
color: #2C210D; /* IE */
background-color: #2C210D; /* FF */
}

.defInput {
background-color: #2C210D;
color: white;
font-family: arial, verdana, ms sans serif;
}

.blkTxt {
color: black;
font-family: arial, verdana, ms sans serif;
}

.positiv
{
	background-color:  #007F00 ;
	height: 90px;
	width: 400px;
}

.negativ
{
	background-color: #7F0000 ;
	height: 90px;
	width: 400px;
}

.returnPositiv
{
	background-color:  #007F00 ;
	height: 40px;
	width: 400px;
}

.trOne {
	background-image: url(/score/one.png);
}

.trTwo {
	background-image: url(/score/two.png);
}

.trOne:hover, .trTwo:hover {
	background-color:orange;
}

.BtnDiv
{
margin:auto;
border: 4px solid blue; 
width: 400px; 
text-align:center;
}

.spoiler
    {
    margin: 0px; 
	padding: 6px; 
	border: 1px inset;
	font-size: 0.8em;
    }

.spoilerSlc
{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0.5em;
	margin-top: +2px;
	background-image:url('include/css/dark-hive/images/ui-icons_a83300_256x240.png');
	background-position: -64px -16px;
}

.spoilerSlcd
{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	background-image:url('include/css/dark-hive/images/ui-icons_a83300_256x240.png');
	background-position: -64px -16px;
}

.returnNegativ
{
	background-color: #7F0000 ;
	height: 40px;
	width: 400px;
}

.body{
  position: absolute;
  left: 250px;
  top: 200px;
  z-index: 1; 
  align: center;
}

.tableone
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rowone
{
    text-align: center;
    float: left;
    margin-left: 50;
}

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  }
  
a.tooltip:hover {
  background: transparent;
  }

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

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 400px;
  z-index: 100;
  color: #FFFFFF; 
  border:1px solid #000000; 
  background: #2C210D;
  text-align: left;
  }
 
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}

a.tooltipprice, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  }
  
a.tooltipprice:hover {
  background: transparent;
  }

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

a.tooltipprice:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 100px;
  z-index: 100;
  color: #FFFFFF; 
  border:1px solid #000000; 
  background: #2C210D;
  text-align: left;
  }
 
a.tooltipprice span b {
  display: block;
  margin: 0;
  padding: 0;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}

#suchlayer {
  position: absolute;
  left: 5;
  top: 5px;
  z-index: 5;
  position:fixed;
}

#viewlayer {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 4;
  position:fixed;
}

#calculator {
  position: absolute;
  right: 100px;
  top: 100px;
  width: 100px;
  z-index: 4;
  position:fixed;
}

#navigat {

}

.navigatmenu {
border: 1px outset #323b44;
background-color:#10161D;
font-size:10px;
padding:4px;
color:#B5D8F6;
font-family:Verdana,Arial,Helvetica,sans-serif;
}

.aButton {
    -moz-appearance: none;
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #f6f6f6;
    border: 1px solid #DDD;
    border-radius: 0.3125em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0.7em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.7em;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 #f3f3f3;
    white-space: nowrap;
}

</pre></body></html>