<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY{
	FONT-SIZE: 11pt;
	font-family: Arial,sans-serif;
	color: #111;
	padding: 0; margin: 0;
}
a.screenshot {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.3);
    padding: 4px;
    margin: 3px;
    width: 144px;
    float: left;
}
table {
    color: #666666;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
}
table.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.3);
    display: block;
    padding: 4px;
}
table.keywords{
    width: 960px;
    background-image: url('img/bg2.jpg');
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    height: 200px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.75);
}
table.keywordsplace{
    background-image: url('img/keywordbg.png');
    padding: 5px;
    width: 100%;
    height: 60px;
}
table.results{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
table.headline{
    width: 740px;
    height: 34px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-image: url('img/headline.jpg');
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.3);
}
td.contentkopf{
    background-image: url('img/contenttable-kopf.jpg');
    height: 19px;
    width: 920px;
}
td.content{
    background-image: url('img/contenttable-bg.jpg');
    width: 920px;
    padding-right: 20px;
    padding-left: 10px;
}
td.contentfuss{
    background-image: url('img/contenttable-fuss.jpg');
    height: 19px;
    width: 920px;
}
div.shadow1{
    width: 960px;
    background-image: url('img/shadow1.png');
    height: 9px;
    position: absolute;
    top: -10px;
    left: 0px;
}
.bubble {
  position: relative;
  background-color:#eee;
  margin: 0;
  padding:10px;
  text-align:center;
  width:620px;
  min-height: 60px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  font-size: 11pt;
  font-style: italic;
}
.bubble:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: #eee transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:16px; /* controls vertical position */
  right:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:10px 0 10px 50px;
  border-color:transparent #eee;  
}
.keyword_category{
    text-shadow: 1px 1px 0px #666666;
    font-family: Arial,sans-serif;
    color: #fff;
    font-size: 10.5pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.reg_item_input{
    border: 2px solid #dadada;
    font-size: 12pt;
    margin: 4px;
    padding: 4px;
    font-weight: bold;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: Arial;
    color: #000;
}
.reg_item_input:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.item_titel{
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
    font-family: Arial;
}
.blue{
    color: #3d86c3;
}
.blue:hover{
    color: #4692df;
}
table.error{
    width: 80%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #ffdada;
    height: 50px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.btn_green {
	-moz-box-shadow:inset 0px 1px 0px 0px #b0db24;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b0db24;
	box-shadow:inset 0px 1px 0px 0px #b0db24;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7fb220), color-stop(1, #568d09) );
	background:-moz-linear-gradient( center top, #7fb220 5%, #568d09 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb220', endColorstr='#568d09');
	background-color:#7fb220;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #66a51e;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:32px;
	line-height:32px;
	min-width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #495d27;
    padding-left: 10px;
    padding-right: 10px;
}
.btn_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #568d09), color-stop(1, #7fb220) );
	background:-moz-linear-gradient( center top, #568d09 5%, #7fb220 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#568d09', endColorstr='#7fb220');
	background-color:#568d09;
}.btn_green:active {
	position:relative;
	top:1px;
}
.btn_menue {
	-moz-box-shadow:inset 0px 1px 0px 0px #b0db24;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b0db24;
	box-shadow:inset 0px 1px 0px 0px #b0db24;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7fb220), color-stop(1, #568d09) );
	background:-moz-linear-gradient( center top, #7fb220 5%, #568d09 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb220', endColorstr='#568d09');
	background-color:#fff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	min-width:50px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #495d27;
    padding-left: 10px;
    padding-right: 10px;
}
.btn_menue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #568d09), color-stop(1, #7fb220) );
	background:-moz-linear-gradient( center top, #568d09 5%, #7fb220 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#568d09', endColorstr='#7fb220');
	background-color:#568d09;
}.btn_menue:active {
	position:relative;
	top:1px;
}
.btn_green_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #b0db24;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b0db24;
	box-shadow:inset 0px 1px 0px 0px #b0db24;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7fb220), color-stop(1, #568d09) );
	background:-moz-linear-gradient( center top, #7fb220 5%, #568d09 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb220', endColorstr='#568d09');
	background-color:#7fb220;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	min-width:50px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #495d27;
    padding-left: 10px;
    padding-right: 10px;
}
.btn_green_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #568d09), color-stop(1, #7fb220) );
	background:-moz-linear-gradient( center top, #568d09 5%, #7fb220 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#568d09', endColorstr='#7fb220');
	background-color:#568d09;
}.btn_green_small:active {
	position:relative;
	top:1px;
}
.btn_keyword {
	-moz-box-shadow:inset 0px 1px 0px 0px #b0db24;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b0db24;
	box-shadow:inset 0px 1px 0px 0px #b0db24;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7fb220), color-stop(1, #568d09) );
	background:-moz-linear-gradient( center top, #7fb220 5%, #568d09 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb220', endColorstr='#568d09');
	background-color:#7fb220;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	min-width:0px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #495d27;
    padding-left: 10px;
    padding-right: 10px;
    margin: 2px;
}
.btn_keyword:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #568d09), color-stop(1, #7fb220) );
	background:-moz-linear-gradient( center top, #568d09 5%, #7fb220 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#568d09', endColorstr='#7fb220');
	background-color:#568d09;
}.btn_keyword:active {
	position:relative;
	top:1px;
}
.btn_keyword_grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #e1e4d8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e1e4d8;
	box-shadow:inset 0px 1px 0px 0px #e1e4d8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aab09e), color-stop(1, #8e9288) );
	background:-moz-linear-gradient( center top, #aab09e 5%, #8e9288 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aab09e', endColorstr='#8e9288');
	background-color:#b9c1af;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	min-width:0px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #495d27;
    padding-left: 10px;
    padding-right: 10px;
    margin: 2px;
}
.btn_keyword_grey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8e9288), color-stop(1, #aab09e) );
	background:-moz-linear-gradient( center top, #8e9288 5%, #aab09e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e9288', endColorstr='#aab09e');
	background-color:#8e9288;
}.btn_keyword_grey:active {
	position:relative;
	top:1px;
}
.btn_keyword_black {
	-moz-box-shadow:inset 0px 1px 0px 0px #e1e4d8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e1e4d8;
	box-shadow:inset 0px 1px 0px 0px #e1e4d8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5b5b5b), color-stop(1, #1e1e1e) );
	background:-moz-linear-gradient( center top, #5b5b5b 5%, #1e1e1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#1e1e1e');
	background-color:#b9c1af;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	min-width:0px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #495d27;
    padding-left: 10px;
    padding-right: 10px;
    margin: 2px;
}
.btn_keyword_black:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e1e1e), color-stop(1, #5b5b5b) );
	background:-moz-linear-gradient( center top, #1e1e1e 5%, #5b5b5b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#5b5b5b');
	background-color:#1e1e1e;
}.btn_keyword_black:active {
	position:relative;
	top:1px;
}
.btn_black {
	background: #000000;
	background: -moz-linear-gradient(top, #161616 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #161616 0%,#000000 100%);
	border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	display: block;
	width: 140px;
}
		
.btn_black:hover {
	background: -moz-linear-gradient(top, #202020 0%, #161616 100%);
	background: -webkit-linear-gradient(top, #202020 0%, #161616 100%);
}

.btn_white {
	background: #fefefe;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 0%,#fefefe 100%);
	border-left:1px solid #eeeeee; border-top:1px solid #eeeeee; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc; 
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 6px;
	display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

table.game1{
    height: 80px;
    background: #e4e4e4 url('img/pattern_400.gif') top left repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.3);
}
table.game2{
    height: 80px;
    background: #e4e4e4 url('img/pattern_401.gif') top left repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.gametitle{
    font-size: 16.5pt;
    font-weight: bold;
    line-height: 34px;
    color: #151515;
}
.gamesubline{
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 17px;
}
.gameimage{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.footer{
    font-family: Arial;
    font-size: 8pt;
}
a.footer{
    color: #666666;
}
a.footer:hover{
    color: #fff;
}
.head1{
    color: #2563b8;
    font-weight: bold;
    font-size: large;
    font-family:arial, sans-serif;
}
.title{
	font-family:Arial; 
	font-size:12px; 
	color: #1c1b1b;
	font-weight: bold;
	padding-left:5px;
	text-shadow: 1px 1px 0px #ffffff;
}
.title:link, .title:visited {
	color:	#1c1b1b;
	text-decoration: none;
}
.title:link:hover {
	color:	#1c1b1b;
    text-decoration: underline;
}
.reg_item_input{
    border: 2px solid #dadada;
    font-size: 11pt;
    margin: 4px;
    padding: 4px;
    font-weight: bold;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: Arial;
    color: #000;
}
.reg_item_input:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-style: dotted;
    border-width: 0 0 1px;
}
table.share{
    background-image: url('img/headlinebg.png');
    font-family: Arial;
    font-size: 8pt;
    color: #fff;
    min-width: 260px;
}

/* Loading */
table.loadingbox{
    display: block;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
    padding: 5px;
    font-family: Arial;
}
/* Second Loadin Circle */

.circle {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #2187e7;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite linear;
}
.circle1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #2187e7; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-50px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

/* STOP ANIMATION */

.stop {
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
}
.loadingtext{
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial;
    text-shadow: 1px 1px 0px #fff;
}</pre></body></html>