input.loginForm { 
	height:19px;
	color:#7A7A7A;
	font-size:11px;
	padding-left:2px;
	padding-top:2px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background-color:#ECECEC;
	background-image:url("../images/input_field_bg.gif")
}

select.loginForm {
	height:19px;
	color:#7A7A7A;
	font-size:11px;
	padding-left:2px;
	padding-top:2px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background-color:#ECECEC;
	background-image:url("../images/input_field_bg.gif")
}
	
html, td {
	color:#5E5E5E;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
}

.Userzahlen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

  button.loginbutton{
	width:191px;
	height:19px;
	padding:0;
	margin:0;
	border:none;
	background: url("../images/login_button_off.gif") 0 0 no-repeat;
	cursor:pointer;
  }

  button.loginbutton:hover {
	background: url("../images/login_button_on.gif") 0 0 no-repeat;
  }

  button.highlight {
	width:191px;
	height:19px;
	padding:0;
	margin:0;
	border:none;
	background: url("../images/login_button_on.gif") 0 0 no-repeat;
	cursor:pointer;
  }



  button.registerbutton{
	width:191px;
	height:19px;
	padding:0;
	margin:0;
	border:none;
	background: url("../images/register_button_off.gif") 0 0 no-repeat;
	cursor:pointer;
  }

  button.registerbutton:hover {
	background: url("../images/register_button_on.gif") 0 0 no-repeat;
  }

  button.registerhighlight {
	width:191px;
	height:19px;
	padding:0;
	margin:0;
	border:none;
	background: url("../images/register_button_on.gif") 0 0 no-repeat;
	cursor:pointer;
  }

.rollover a {
	display:block;
	width:66px;
	background: url("../images/okay_off.gif") 0 0 no-repeat;
}
.rollover a:hover {
	background: url("../images/okay_on.gif") 0 0 no-repeat;
}







  button.homebutton{
	width:231px;
	height:19px;
	padding:0;
	margin:0;
	border:none;
	background: url("../images/home_button_off.gif") 0 0 no-repeat;
	cursor:pointer;
  }

  button.homebutton:hover {
	background: url("../images/home_button_on.gif") 0 0 no-repeat;
  }

  button.homehighlight {
	width:231px;
	height:19px;
	padding:0;
	margin:0;
	border:none;
	background: url("../images/home_button_on.gif") 0 0 no-repeat;
	cursor:pointer;
  }