body { color: black; font-size: 12px; font-family: "Trebuchet MS"; line-height: 20px; background-color: #F7F7F7; text-align: justify; }

p {}

td {}

a:link { color: blue }

a:visited { color: blue }

a:hover { color: #e6910e }

a:active { color: #e6910d }

.TXTFELD1{
  margin:0;
  height:25px;
  width:161px;
  background:url(http://gamelox.com/img/textfeld.gif) no-repeat top;
}

.TXTFELD{
  background:none;
  border:none;
  width:161px;
  margin:0;
  padding-left:5px;
  padding-top:3px;
}


.TXTFELD1GEB{
  margin:0;
  height:25px;
  width:50px;
  background:url(http://gamelox.com/img/textfeldgeb.gif) no-repeat top;
}

.TXTFELDGEB{
  background:none;
  border:none;
  width:50px;
  margin:0;
  padding-left:5px;
  padding-top:3px;
}

.TXTFELD1ORT{
  margin:0;
  height:25px;
  width:100px;
  background:url(http://gamelox.com/img/textfeldort.gif) no-repeat top;
}

.TXTFELDORT{
  background:none;
  border:none;
  width:100px;
  margin:0;
  padding-left:5px;
  padding-top:3px;
}

.TXTFELD1ZAHL{
  margin:0;
  height:25px;
  width:35px;
  background:url(http://gamelox.com/img/textfeldzahl.gif) no-repeat top;
}

.TXTFELDZAHLMINI{
  margin:0;
  height:22px;
  width:20px;
  background:url(http://gamelox.com/img/textfeldzahlmini.gif) no-repeat top;
}

.TXTFELDZAHL1MINI{
  background:none;
  border:none;
  width:18px;
  margin:0;
  padding-left:5px;
  padding-top:3px;
}

.TXTFELDZAHL{
  background:none;
  border:none;
  width:35px;
  margin:0;
  padding-left:5px;
  padding-top:3px;
}

/*  
Button
*/

.clear { 
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(http://gamelox.com/img/bg_button_a.gif) no-repeat top right;
    font: normal 12px arial, sans-serif;
	color: #666!important;
	text-decoration: none;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
}

a.button:hover {
color: #000!important;
text-decoration: none;
}

a.button span {
    background: transparent url(http://gamelox.com/img/bg_button_div.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
	color: #000!important;
    padding: 6px 0 4px 18px;
}

