body, html {
  margin: 0px;
  padding: 0px;
  background: #14140f;
  color: #d2cba1;
  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: #e3b226;
  text-decoration: none;
}

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

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

.hsz {
	height: 29px; 
	background-color: #14140f; 
	border-top: 1px solid #293527; 
}

.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;
	
}

#menu { 
	height: 26px;
	width: 100%;
}
		

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 26px;
}

#menu ul li {
	display: inline;
	
}