* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #DCDCDC;
}

body {
    color: #333333;
    font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
    padding: 20px 0;
}

section {
  width: 1050px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #A9A9A9;
  border-radius: 3px;
  box-shadow: 10px 10px 5px #A9A9A9;
}

header {
  height: 140px;
}

header h1 {
  height: 80px;
  line-height: 80px;
  font-weight: normal;
  color: #66116D;
  padding-left: 110px; 
  font-size: 3.5em;
  background: url('../images/logo.png') no-repeat 33px 0px;
}

header p {
  color: #FFFFFF;
  background: #66116D;
  height: 60px;
  line-height: 60px;
  padding-left: 110px; 
  font-size: 2.2em;
}

nav {
  padding: 2px 5px 0 0;
  text-align: right;
}

nav a {
  color: #333333;
  margin-left: 20px;
  padding: 1px 3px;
}

nav a:hover {
  background: #c7d1d6;
}

article {
  padding: 20px;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

h2 span {
  font-size: 14px;
  line-height: 14px;
  margin-left: 25px;
  color: #FF0000;
  cursor: pointer;
}

p {
  margin-bottom: 10px;
}

p#needjs {
  text-align: center;
  color: #E80C4D;
  font-size: 1.2em;
  font-weight: bold;
}

.clear {
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0px;
  outline: none;
  clear: both;
}

dl {
  width: 98%;
  padding: 1%;
  border: 1px solid #c1c1c1;
  float: left;
  margin-bottom: 10px;
}

dt {
  width: 20%;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

dd {
  width: 80%;
  float: left;
  margin-bottom: 10px;
}

span.cimazon {
  background-color: #D3DCE0;
  border: 1px solid #787878;
  cursor: pointer;
  padding: 0 2px;
}

input[type=text], input[type=password], select {
  color: #333333;
  font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
  font-size: 1.2em;
  border: 1px solid #c1c1c1;
}

input[type=text], select {
  width: 99%;
}

input.dieta {
 width: 530px;
}

input.irsz {
 width: 50px;
}

input.telepules {
 width: 150px;
}

input.utca {
 width: 250px;
}

input.hsz {
 width: 80px;
}

select {
  margin-bottom: 2px;
}

input[type=password] {
  width: 250px;
}

input[type=button] {
    padding: 5px;
    background-color: #D3DCE0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;  
}

li {
  list-style: none;
  margin-bottom: 5px;
}

.formhiba {
  border: 1px solid #E80C4D!important;
}


footer {
    text-align: center;
    background-color: #C0C0C0;
    color: #000000;
    font-size: 11px;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}

footer a {
  color: #000000;
}