* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, sans-serif;
	list-style: none;
	text-decoration: none;
	font-size: 12px;
}




.clr:after {
  content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.clear {
  clear: both;
} 

div, ul, li {
  position: relative;
}

button {
  cursor: pointer;
}

h1 {
  margin: 5px 0 20px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #2975c7;
}

h2 {
  margin: 5px 0 20px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #ff4800;
}

p {
  margin: 10px 0;
  font-size: 11px;
  color: #555;
  line-height: 18px;
}

a.butt {
  display: block;  
  height: 37px;
  float: left;
  padding: 0 0 10px 13px;
  margin: 10px 10px 0 0;
  background: url('../images/bg-button-left.jpg') no-repeat left top;
  cursor: pointer;
}

a.butt span {
  display: block;  
  height: 37px;
  float: left;
  padding: 0 13px 0 0;
  background: url('../images/bg-button-right.jpg') no-repeat right top;
  font-size: 11px;
  font-weight: bold;
  color: #003875;
  line-height: 30px;
  white-space: nowrap;  
}

label {
  display: block;
  float: left;
  width: 73px;
  padding: 6px 10px 0 0;  
  font-size: 11px;
  color: #555;
}

span.i {
  float: left;
  width: 230px;
  background: url('../images/bg-input.jpg') no-repeat left top;
  border: solid 1px #cdcdcd;
}

input {
  float: left;
  width: 218px;
  padding: 6px;
  font-size: 11px;
  color: #555;
  background: transparent;
}

input.radio, label.radio {
  float: none;
  display: inline;
  width: 12px;
  padding: 0;
  background: none;
  border: none;
}

label.radio {
  padding: 0;
  margin: 0 7px 0 4px;
  line-height: 12px;
}

span.t {
  float: left;
  width: 230px;
  height: 228px;
  background: url('../images/bg-input.jpg') no-repeat left top;
  border: solid 1px #cdcdcd;
}

textarea {
  float: left;
  width: 218px;
  height: 216px;
  padding: 6px;
  background: transparent;
  font-size: 11px;
  color: #555;
}

/* layout */

#layout {
  width: 960px;
  margin: 0 auto;
}

#header {
  width: 960px;
  height: 246px;
}

#header p {
  position: absolute;
  left: 0;
  top: 46px;
  width: 960px;
  height: 200px;
  margin: 0;
  background: url('../images/bg-header.jpg') no-repeat;
  text-indent: -999em;
}

#header ul {
  height: 46px;
}

#header ul li {
  float: left;
  width: 192px;
  height: 46px;  
  font-size: 11px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}

#header ul li a {
  display: block;
  width: 192px;
  height: 46px;
  color: #535353;
  background: url('../images/bg-menu.jpg') no-repeat right top;
}

#header ul li a.last {
  background: url('../images/bg-menu-last.jpg') no-repeat right top;
}

#header ul li a:hover, #header ul li.act a {
  color: #ffeb9a;
  background: url('../images/bg-menu-act.jpg') no-repeat right top;
}

#header ul li a.last:hover, #header ul li.act a.last {
  background: url('../images/bg-menu-act-last.jpg') no-repeat right top;
}

#content {
  width: 920px;
  margin: 20px auto;
}

#contentCimoldal {
  width: 920px;
  margin: 20px auto;
  background: url('../images/sep.gif') repeat-y 461px 0;
}


#mainContent {
	width: 900px;
	padding: 0 35px 0 0;
}

#mainContentCimoldal {
  width: 425px;
  float: left;
  padding: 0 35px 0 0;
}

#sidebar {
  width: 364px;
  float: left;
  padding: 0 50px 0 45px;
}

form div {
  margin: 10px 0;
}

form div.error span.i, form div.error span.t {
  background: url('../images/bg-input-green.jpg') no-repeat left top; 
  border: solid 1px #d2e5a3;
}

form div.error span.i input, form div.error span.t textarea {
  color: #318231;
}

