/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a,
em, font, img, ins, q, s, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  vertical-align: baseline;
  background: transparent;
  font-size: 11px;
}

table,
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

input {
  outline: none;
  width: 200px;
  color: #000;
  font-size: 12px;
  padding: 3px;
  border: 1px solid #88c53a;
  background-color: #fff;
}

input.button {
  width: 80px;
}

input:focus {
  outline: none;
  border: 1px solid #319ec1;
}

.input-bad {
  border: 1px solid #ff5b35;
  background-color: #f4e0e0;
}

table td {
  padding: 2px 5px;
}

h1 {
  font-size: 18px;
  padding: 5px 0;
}

h5 {
  font-size: 14px;
  font-weight: normal;
  padding: 3px 0;
}

h6 {
  position: absolute;
  top: -58px;
  left: 20px;
  font-size: 11px;
  padding: 7px;
  border: 1px solid #ff5b35;
  color: #ff5b35;
  background-color: #f4e0e0;
  z-index: 1;
}

#login_user_username {
  position: absolute;
  top: 15px;
  left: 20px;
}
#login_user_password {
  position: absolute;
  top: 15px;
  left: 240px;
}
#login_submit{
  position: absolute;
  top: 12px;
  left: 460px;
  color: #ffffff;
  background: #ff911e;
  border: none;
  border-radius: 30px;
  -moz-border-radius: 30px;
  text-transform: uppercase;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
  overflow-y:hidden;
}

#body {
  height: 100%;
  min-height:100%;
  position:relative;

}

#header {
  height: 74px;
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  border-bottom: 6px solid #363636;
  z-index: 2;
  position: relative;
}

#header h1{
  background: #fff;
  padding: 15px 0 0 0;
}
#header h1, #header img, #header div{
  display: inline-block;
  vertical-align: top;
  z-index: 3;
}

#logo_bal{
  max-width: 100%;
  position: absolute;
  left: 40px;
}
#logo_jobb{
  max-width: 100%;
  position: absolute;
  right: 40px;
}

#page {
  position: absolute;
  padding-bottom:20px;   /* Height of the footer */
  width: 100%;
  text-align: center;
  z-index: -1;
}

#page #tartalom {
  display: inline-block;
  margin: 0 auto;
  max-height: 100%;
  z-index: 1;
}

#login_content_container{
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 4 !important;
}

#login_form_container{
  height: 70px;
  width: 570px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 20px 20px;
}

#login_szoveg{
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 13px;
  color: #88c53a;
}

#kepzes_content_container{
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: 3;
}

#kepzes_container{
  /*
  height: 70px;
  width: 350px;
  */
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 21px 20px;
}
#kepzes_container p{
  font-size: 14px
}

#kepzes_button{
  color: #ffffff;
  background: #ff911e;
  border: none;
  border-radius: 30px;
  -moz-border-radius: 30px;
  text-transform: uppercase;
  padding: 0.4em 1em;
  width: 80px;
  font-size: 12px;
}

#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:20px;   /* Height of the footer */
  background: #a2a2a2 url(../../images/footer-left.jpg) no-repeat top left;
}

#footer div {
  height: 20px;
  background: url(../../images/footer-right.jpg) no-repeat top right;
}
