body, html {
  margin: 0px;
  padding: 0px;
  background: #000000;
  color: #000000;
  font-family: Tahoma;
  font-size: 11px;
  height: 100%;
  background-image: url('images/bg_main.jpg');
  background-repeat: repeat;
}

body {
  min-width: 800px;
  height: 100%;
}

.clear {
  width: 0px;
  height: 0px;
  clear: both;
  line-height: 0px;
  overflow: hidden;
  font-size: 0px;
}

.nothing {
  line-height: 0px;
  overflow: hidden;
  font-size: 0px;
}

ul {
  padding-left: 20px;
}

img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover, a:active  {
  color: #000000;
  text-decoration: underline;
}

#wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.hsz {
	height: 29px; 
	background-color: #e3b226; 
	border-top: 1px solid #000000; 
	border-bottom: solid 7px #000000;
}

.def_input {
	border: 1px solid #000000;
	font-family: Tahoma;
  font-size: 12px;
	padding: 10px;
}

.hiba {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF0000;
	font-size: 11px;
	
}