body {
	margin: 0px;
	background-color : #e0e0e0;
}
.footer {
	color: #9D2B34;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.udv {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	color: #9D2B34;
}
.normtext {
	color: #9D2B34;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.menunev {
    color: #9D2B34;
    font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
}
.introtext {
    color: #9D2B34;
    font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.inputbox {
  float            : center;
  margin-top       : 0px;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width´           : 180px !important;
  width            : 180px;
  /*height           : 16px !important;
  height           : 16px;*/
  overflow         : hidden;
}
.inputbox2 {
  float            : center;
  margin-top       : 0px;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width´           : 40px !important;
  width            : 40px;
  /*height           : 16px !important;
  height           : 16px;*/
  overflow         : hidden;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #9D2B34;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
	font-size: 11px;
	color: #9D2B34;
}
a:active {
	text-decoration: none;
}