body {
  margin: 0px auto 0px auto;
  font-family: Verdana;
  font-size: 12px;
  color: #8d8d8d;
  text-align: center;
}

/* A fo alkotoelemek */

/* ------------------------------ COLORS ----------------------------------------------------- */

/* 
  SZINEK :
 
  SOTETZOLD : 15808A
  VILAGOSZOLD : 5CABB0
  SOTETKEK : 265E93
  BARNA : 9F2C27

*/

#hivatal_neve {
  color: #9F2C27;
}

#kerjuk_jelentkezzen_be {	
  color: #9F2C27;
}

#bejelentkezes_form input.regisztracio {
  color: #fff;
  background-color: #265E93;
  border: 1px solid navy;
}

.szolg_button_1 {    
  background-color: #B1D6D8;
  color: #000;
  border: 1px solid #1680A0;
}

.szolg_button_2 {   
  background-color: #265E93;
  color: #fff;
  border: 1px solid #1680A0;
}

input.submit {  
  color: #fff;
  background-color: #5CABB0;
  border: 1px solid #15808A;  
}

#menupontok a {
  color: #15808A;
}

a {
  color: #9F2C27;
}

#ufut_valaszt_form input.disabled {
  background-color: #f1f1f1;
}

label {
  color: #265E93;
}

/* ------------------------------- COLORS ---------------------------------------------------- */

a {
  font-size: 10px;
}

input, label, select {
  margin: 0px;
  padding: 0px;  	
}

input {
  border: 1px solid #DDD;
}

input.submit {
  font-family: verdana;
  font-size: 12px;
  width: auto;
  padding: 0px;
  margin: 0px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;  
  margin-bottom: 20px;
}

#header_wide_background {	/* A hatterkep alatti szin ami 100% szelessegig huzodik a header kep alatt */
  width: 100%;
  height: 150px;
  background-image: url(images/header_wide_background_default.jpg);
  background-repeat: repeat-x;
}

#header { /* Csak a hatterkepet tartalmazza, mas mezo nincs benne */
  margin: auto;
  width: 980px;
  height: 150px;
  background-image: url(images/header_image_default.jpg);
  background-repeat: no-repeat;	
}

#main {
  margin: auto;
  width: 980px;	
}

#hivatal_neve {
  font-family: Georgia,Myriad Pro,Arial,Helvetica;
  font-size: 20px;  	
  margin: 20px 0px 20px 0px;
  text-align: center;
}

/* BELEPES ----------------------------------------------------------------------------------------------------------------------------------- */

#bejelentkezes {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  background-image: url(images/pc.jpg);
  background-repeat: no-repeat;
  background-position: 150px 10px;
  margin-bottom: 20px;
}

#kerjuk_jelentkezzen_be {  
  text-transform: uppercase;	
  margin: 20px 0px 10px 0px;
  text-align: center;
}

#bejelentkezes_form {	
  padding: 0px 0px 20px 195px;	
}

/* FORM FORMAZASA */

#bejelentkezes_form label {
  font-size: 11px;
  width: 200px;		
  text-align: right;
  float: left;  
  padding: 4px 10px 0px 0px;
}

#bejelentkezes_form input {
  width: 300px;	
  float: left;
  margin-bottom: 10px;		
}

#bejelentkezes_form form {
  text-align: left;
}

br {
  clear: both;
}

#bejelentkezes_form input.submit {
  font-family: verdana;
  font-size: 12px;
  width: auto;
  padding: 0px;
  margin: 0px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;  
  margin-right: 10px;
}

#bejelentkezes_form input.regisztracio {
  width: auto;	
  font-family: verdana;
  font-size: 12px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;  
  margin-right: 10px;  
}

#elfelejtett_jelszo {
  font-size: 11px;	
  text-align: center;
}

#elfelejtett_jelszo form {
  padding-top: 10px;
}

#elfelejtett_jelszo form label {
  font-size: 11px;  
}

#elfelejtett_jelszo form input.submit {
  width: auto;	
  font-family: verdana;
  font-size: 11px;
  padding: 1px 8px 1px 8px;
  text-decoration: none;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  margin-bottom: 0px;
}

#info {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0px 10px 0px;
  margin-top: 8px;
  margin-bottom: 10px;
}

span.bold {
  font-size: 11px;
  color: #000;
  font-weight: bold;
}

span.bold_halvany {  
  display: block;
  font-size: 11px;
  color: #d9d9d9d;  
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;  
}

span.bold_halvany a {
  color: #9F2C27;
}

span.kicsi {
  display: block;  
  padding-bottom: 5px;
  font-size: 10px;
}

span.statisztika {
  color: #000;
}

#footer {
  width: 100%;
  height: 150px;  
  background-image: url(images/footer_background_default.jpg);
  background-repeat: repeat-x;
  margin-top: 20px;
  /*background-color: #5CABB0;*/
  /*border-top: 1px solid #15808A;*/
}

#footer_text {
  font-size: 10px;
  padding-top: 45px;
  color: #555;
}

/* MENU ----------------------------------------------------------------------------------------------------  */

#menupontok {
  margin-bottom: 30px;    
}

#menupontok a {
  font-family: Georgia,Myriad Pro,Arial,Helvetica;
  font-size: 16px;
  display: block;  
  text-decoration: none;  
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

/* BELEPES UTAN -------------------------------------------------------------------------------------------- */

#koszontjuk {
  margin-bottom: 20px;
  font-family: Georgia,Myriad Pro,Arial,Helvetica;
  font-size: 20px;
}

#kerjuk_valasszon {	
  color: #15808A;
  text-transform: uppercase; 	
  margin: 20px 0px 10px 0px;
  text-align: center;
}

span.kerjuk_kicsi {
  text-transform: none;
  font-size: 11px;    
}

#szolg_valaszt {
  width: 980px;  
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  background-image: url(images/web_services.jpg);
  background-repeat: no-repeat;
  background-position: 350px -35px;
  margin-bottom: 20px;  
}

#szolg_valaszt_form form {  
  padding: 0px 0px 35px 0px;
  margin-bottom: 15px;
}

#szolg_valaszt_form label {
  font-size: 11px;
  width: 200px;		
  text-align: right;
  float: left;
  color: #708dc7;
  padding: 5px 10px 0px 0px;
}

#szolg_valaszt_form input {
  width: 300px;	
  float: left;
  margin-bottom: 10px;		
}

#informacio {
  font-size: 11px;
  text-align: left;
  margin-bottom: 30px;
  color: #8D8D8D;
}

#szolg_valaszt input.submit {
  font-family: verdana;
  font-size: 12px;
  width: auto;
  padding: 0px;
  margin: 0px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;  
  margin-right: 10px;
}

#szolg_valaszt select {
  font-size: 18px;
  color: #333;
  width: 470px;  
  float: left;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
}

#szolg_linkek {
  text-align: center;
  margin-bottom: 30px;
}

.szolg_button_1 {  
  padding: 4px;
  margin: 5px;
  text-decoration: none;  
}

.szolg_button_2 {  
  padding: 4px;
  margin: 5px;
  text-decoration: none;  
}

#foglalas_info {  
  margin-bottom: 15px;
}

#foglalas_info img {
  position: relative;
  top: 10px;
  margin-right: 10px;
}

#foglalas_info span.black {
  color: #333;
  line-height: 25px;
}

/* STILUS VALASZT FORM */

#stilus_valaszt_form {  
  padding: 0px 0px 35px 0px;
  margin-bottom: 15px;
}

#stilus_valaszt_form label {
  font-size: 11px;
  width: 360px;		
  text-align: right;
  float: left;  
  padding: 5px 10px 0px 0px;
}

#stilus_valaszt_form input {
  font-size: 18px;
  width: 200px;	
  float: left;
  margin-bottom: 10px;		
}

#stilus_valaszt_form select {
  font-size: 18px;
  color: #333;
  width: 370px;  
  float: left;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
}

/* STILUS VALASZT FORM */

#stilus_valaszt_form {  
  padding: 0px 0px 35px 0px;
  margin-bottom: 15px;
}

#stilus_valaszt_form label {
  font-size: 11px;
  width: 360px;		
  text-align: right;
  float: left;  
  padding: 5px 10px 0px 0px;
}

#stilus_valaszt_form input {
  font-size: 18px;
  width: 200px;	
  float: left;
  margin-bottom: 10px;		
}

/* BEJELENTKEZESEK LISTAJA FORM */

#riport_valaszt_form {  
  padding: 0px 0px 35px 0px;
  margin-bottom: 15px;
}

#riport_valaszt_form label {
  font-size: 11px;
  width: 320px;		
  text-align: right;
  float: left;  
  padding: 5px 10px 0px 0px;
}

#riport_valaszt_form input {
  font-size: 18px;
  width: 200px;	
  float: left;
  margin-bottom: 10px;		
}

/* UFUT LISTAJA FORM */

#ufut_valaszt_form {  
  padding: 0px 0px 35px 0px;
  margin-bottom: 15px;
}

#ufut_valaszt_form label {
  font-size: 11px;
  width: 430px;		
  text-align: right;
  float: left;  
  padding: 5px 10px 0px 0px;
}

#ufut_valaszt_form input {
  font-size: 18px;
  width: 200px;	
  float: left;
  margin-bottom: 10px;		
}

#ufut_buttons {
  padding-left: 430px;
}

/* REGISZTRACIO -------------------------------------------------------------------------------------------- */

#regisztracio {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  background-image: url(images/reg.jpg);
  background-repeat: no-repeat;
  background-position: 540px -60px;
  margin-bottom: 20px;
}

#regisztracios_adatok {	
  color: #5CABB0;
  text-transform: uppercase;	
  margin: 20px 0px 20px 0px;
  text-align: center;
}

#regisztracios_form {	
  padding: 0px 0px 20px 150px;	
}

#regisztracios_form label {
  font-size: 11px;
  width: 200px;		
  text-align: right;
  float: left;  
  padding: 4px 10px 0px 0px;
}

#regisztracios_form input {
  width: 300px;	
  float: left;
  margin-bottom: 10px;		
}

#regisztracios_form form {
  text-align: left;
  padding: 0px 0px 15px 0px;  
}

br {
  clear: both;
}

#regisztracios_form input.submit {
  font-family: verdana;
  font-size: 12px;
  width: auto;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;  
  margin-right: 10px;
}

span.info {
  position: relative;
  top: -5px;
  font-size: 10px;
  color: #9F2C27;
}

/* BEJELENTKEZES VISSZAIGAZOLASA -----------------------------------------------------------------------------*/

#bej_visszaigazolasa {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 30px;  
}

#bej_visszaigazolas_text {
  color: #928423;
  text-transform: uppercase; 	
  margin: 20px 0px 10px 0px;
  text-align: center;
}

#bej_informacio {
  font-size: 10px;
  color: #8C6561;
  padding: 10px;
  background-image: url(images/warning.jpg);
  background-repeat: no-repeat;
  background-position: 170px 2px;
  background-color: #EEE4A7;
  margin-bottom: 20px;
  border: 1px solid #C8B745;
}

#visszaigazolas_buttons {
  margin-bottom: 30px;
}

#visszaigazolas_buttons a {
  padding: 10px;
  font-size: 12px;
}

.visszaig_button_1 {  
  padding: 8px;
  margin: 5px;
  text-decoration: none;  
  background-color: #B1D6D8;
  color: #000;
  border: 1px solid #BDDAF8;
}

.visszaig_button_2 {  
  padding: 8px;
  margin: 5px;
  text-decoration: none;  
  background-color: #BC272D;
  color: #fff;
  border: 1px solid #810102;
}

#visszaig_adatok {
  padding: 0px 340px 0px 340px;
}

#adatok {
  width: 300px;  
}

#adatok ul {
  padding-left: 0px;
  margin-left: 0px;  
  list-style-type: none;
  color: #444;
  font-weight: bold;
}

#adatok li {
  margin-bottom: 15px;
}

span.ugy {
  font-family: Georgia,Myriad Pro,Arial,Helvetica;
  font-size: 18px;
  color: #333;
}

span.sorszam {
  font-family: Georgia,Myriad Pro,Arial,Helvetica;
  font-size: 16px;
  color: #333;
}


/* IDOPONT FOGLALAS */

.bovebb_informacio {
  background-color: #5CABB0;
  font-size: 14px;
  padding: 5px;
  color: #fff;
}

#szolg_szinkod {
  width: 980px;
  margin-bottom: 20px;
}

#szolg_szinkod table {
  font-size: 12px;
  text-align: center;
}

/* TABLAZAT */

.nagytabla {
  width: 980px;
  overflow-x : auto;
  border: none;
  font-family: georgia;
  font-size: 12px;
  color: #768fca;
  color: #666;
}

.nagytabla td {
  /*width: 128px;*/  
  padding: 0px;  
  border: 1px solid #FFF;
}

.nagytabla td.table {
  font-size: 12px;
  text-align: center;  
}

.kozepso_tablazat {
  font-weight: bold;
  color: #fff;  
}

.tableszun {
  /*width: 128px;*/
  color: #d1d1d1;
  text-align: center;
  font-size: 12px;
}

/* BEJELENTKEZESEK LISTAJA */

.bej_listaja {
 width: 980px;
 font-size: 11px;
 border: 1px solid #ddd;
 color: #333;
 text-align: center;
 background-color: #f9f9f9;
}

.bej_listaja td {
  border: 1px solid #fff;
  padding: 8px;
}