a.lenke:link, a.lenke:visited {color:#004FFF;text-decoration:none;}
a.lenke:hover,a.lenke:active {color:#0f0;background:#262626;}

/** ToolTip 2022 **/
.tipz {z-index:16000;}
.tip { 
padding:5px;font:12px Verdana,Arial,Helvetica,sans-serif;color:#000;z-index:13000;
background-color:#eee;border-top:1px solid #897;border-right:1px solid #edd;border-bottom:1px solid #ddc;border-left:1px solid #9a8;
-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;
background: -moz-linear-gradient(top, rgba(202,212,212,0.9) 0%, rgba(243,253,253,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,212,212,0.8)), color-stop(100%,rgba(243,253,253,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(202,212,212,0.8) 0%,rgba(243,253,253,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(202,212,212,0.9) 0%,rgba(243,253,253,0.9) 100%); /* Opera11.10+ */
background: linear-gradient(top, rgba(202,212,212,0.9) 0%,rgba(243,253,253,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CAD4D4, endColorstr=#F3FDFD,GradientType=0); /* IE6+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90CAD4D4, endColorstr=#90F3FDFD)"; /* IE8 only */
background: -ms-linear-gradient(top, rgba(202,212,212,0.9) 0%,rgba(243,253,253,0.9) 100%); /* IE10+ */
-webkit-box-shadow:rgba(0,0,0,0.75) 0px 0px 1px;-moz-box-shadow:rgba(0,0,0,0.75) 0px 0px 1px;box-shadow:rgba(0,0,0,0.75) 0px 0px 1px;
-webkit-background-clip:padding-box;
}
.tip-top {z-index:12000;}
.tip-title {margin:0 30px 0 50px;padding:5px;color:#285895;font-size:13px;font-weight:bold;z-index:14000;
text-shadow:rgba(44,0,0,0.65) 0 -1px 0;}
.tip-text {padding:5px;color:#00f;z-index:14000;}
.tip-bottom {z-index:12000;}
.bug2 {background-image:url("../img/bug2.gif");background-size:70px 52px;background-repeat:no-repeat;background-attachment:fixed;
background-position:70% 70%;}

.banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}