body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 990px;
  text-align: center;
  font-size: 11px;
  font-family: verdana;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  }



/*belépéshez*/
div#bel {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; 
  width: 242px;
  }
  
div#belep {
  padding: 10px;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  -moz-border-radius: 8px;
  }  



/*konténer*/  
div#kont {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 0px; 
  width: 999px; 
  height: 612px;
  }
  
  
  
/*menü*/  
div#menu {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; 
  width: 999px; 
  height: 20px;
  text-align: center;
  }
 
 
  
/* lista*/  
div#list { 
  float: left;
  width: 270px; 
  height: 600px; 
  padding: 5px;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  overflow: auto;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  _width: 280px;
  }
  
div.lista { 
  float: left;
  width: 150px;
  height: 14px;
  overflow: hidden;
  margin-top: 6px;
  margin-right: 4px;
  padding: 1px;
  border: 1px solid #eee;
  background-color: #fdfdfd;
  }
  
div.lista_akt { 
  float: left;
  width: 150px;
  height: 14px;
  overflow: hidden;
  margin-top: 6px;
  margin-right: 4px;
  padding: 1px;
  border: 1px dashed #999;
  background-color: #fff;
  }
  
/* !!! extra admin !!! */
div#list a { 
  color: #333;
  margin-left: 15px;
  font-weight: normal; 
  text-decoration: none;
  }
div#list a.akt {
  color: #e00;
  font-weight: bold;
  }
/* !!! extra admin !!! */
  
  
  
/*selection*/
div#sel { 
  float: left;
  height: 526px; 
  margin-left: -1px;
  }

div#sel_kilep { 
  float: left;
  height: 84px; 
  margin-left: -1px;
  }
    
div#sel_akt { 
  width: 16px; 
  height: 15px;
  margin-bottom: 2px; 
  border: 1px solid #e6e6e6;
  border-left: 1px solid #f3f3f3;
  padding: 15px;
  -padding: 10px;
  -padding-bottom: 12px;
  padding-left: 14px;
  padding-top: 10px;
  text-align: center;
  background-color: #f3f3f3;
  position: relative;
  z-index: 100;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  }

div#sel_ina { 
  width: 14px; 
  height: 15px; 
  margin-bottom: 2px;
  border: 1px solid #e6e6e6;
  padding: 15px;
  -padding: 10px;
  -padding-bottom: 12px;
  padding-left: 8px;
  padding-top: 10px;
  text-align: center;
  background-color: #f9f9f9;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  } 
  
input.sel_txt {
  width: 16px; 
  height: 11px;
  border: 0px; 
  cursor: pointer;
  }
  
input.sel_tab {
  width: 16px; 
  height: 11px;
  border: 0px; 
  background-image: url('../kep/flags/_tab.png');
  cursor: pointer;
  }
  
input.sel_kep {
  width: 16px; 
  height: 11px;
  border: 0px; 
  background-image: url('../kep/flags/_kep.png');
  cursor: pointer;
  }
  
input.sel_kom {
  width: 16px; 
  height: 11px;
  border: 0px; 
  background-image: url('../kep/flags/_kom.png');
  cursor: pointer;
  }
  
div#sel_x { 
  width: 16px; 
  height: 16px;
  margin-bottom: 2px; 
  border: 1px solid #e6e6e6;
  border-left: 1px solid #f3f3f3;
  padding: 15px;
  -padding: 10px;
  padding-left: 14px;
  padding-top: 9px;
  text-align: center;
  background-color: #f3f3f3;
  position: relative;
  z-index: 100;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  }
  
div#sel_a { 
  width: 14px; 
  height: 16px; 
  margin-bottom: 2px;
  border: 1px solid #e6e6e6;
  padding: 15px;
  -padding: 10px;
  padding-left: 8px;
  padding-top: 9px;
  text-align: center;
  background-color: #f9f9f9;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  }
  
div#sel_blank { 
  width: 14px; 
  height: 42px; 
  margin-bottom: 2px;
  border: 0;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  }
  
input.sel_x {
  width: 15px; 
  height: 15px;
  border: 0px; 
  background-image: url('../kep/flags/_xxx.png');
  cursor: pointer;
  }
  
input.sel_a {
  width: 15px; 
  height: 15px;
  border: 0px; 
  background-image: url('../kep/flags/_aaa.png');
  cursor: pointer;
  background-color: transparent;
  }
  
input.sel_met {
  width: 15px; 
  height: 15px;
  border: 0px; 
  background-image: url('../kep/flags/_met.png');
  cursor: pointer;
  background-color: transparent;
  }
  
input.sel_fil {
  width: 16px; 
  height: 11px;
  border: 0px; 
  background-image: url('../kep/flags/_fil.png');
  cursor: pointer;
  background-color: transparent;
  }
 
  
/*tartalom*/  
div#tart {
  float: left;
  width: 650px; 
  height: 600px; 
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-left: 0;
  background-color: #f3f3f3;
  overflow: auto;
  _margin-left: -10px;
  }
  
div#tart_tl {
  float: left;
  width: 400px; 
  }
  
div#tart_tr {
  float: left;
  width: 200px; 
  }
  
div#tart_t {
  margin: 5px;
  margin-bottom: 10px;
  }
  
div#tart_t a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  }
  
div#tart_sub {
  float: right;
  text-align: right;
  margin-right: 10px;
  }
  
div.tart_kep_gal {
  float: left;
  width: 404px;
  height: 141px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
  }
  
div.tart_kep_gal img {
  margin-right: 5px;
  }
  
div.tart_kep_gal textarea {
  width: 248px;
  height: 105px;
  }
  
div.tart_kep_gal_kont {
  float: left;
  width: 180px;
  height: 141px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
  }
  
div.tart_kom {
  float: left;
  width: 410px;
  height: 106px;
  margin: 5px;
  padding: 2px;
  border: 1px solid #ddd;
  }
  
div.tart_kom_kont {
  float: left;
  width: 180px;
  height: 100px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
  }
  
div.tart_kom textarea {
  width: 400px;
  height: 92px;
  }
  
div.tart_kom textarea.fil {
  width: 400px;
  height: 80px;
  }
  
div.tart_kom a {
  margin-left: 5px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  }
  
  
/* !!! extra admin !!! */
div#tart_nap {
  float: left;
  padding: 5px;
  width: 190px;
  height: 140px;
  margin: 10px;
  margin-left: 7px;
  margin-right: 7px;
  border: 1px solid #ddd;
  }
div#tart_nap input {
  width: 180px;
  }
div#tart_nap select {
  width: 250px;
  }
div#tart_nap_sub {
  float: left;
  padding: 5px;
  padding-top: 120px;
  padding-left: 20px;
  width: 170px;
  height: 20px;
  margin: 10px;
  }
  
div#tart_kiem {
  float: left;
  padding: 5px;
  width: 330px;
  height: 310px;
  margin: 10px;
  margin-left: 7px;
  margin-right: 7px;
  border: 1px solid #ddd;
  }
div#tart_kiem input {
  width: 320px;
  }
div#tart_kiem select {
  width: 320px;
  }
div#tart_kiem_sub {
  float: left;
  padding: 5px;
  padding-top: 290px;
  padding-left: 20px;
  width: 170px;
  height: 20px;
  margin: 10px;
  }
/* !!! extra admin !!! */
 
  
    
/*más, általános cuccos*/  
hr {
  height: 1px;
  border: 0px;
  margin: 8px;
  *margin: 0px;
  color: #e6e6e6;  
  background-color: #e6e6e6;
  }
  
p, form {
	margin: 0;
	padding: 0;
  }
  
.clear {
  clear: both;
  }
  
label {
  font-weight: bold;
  }
  
input, select, textarea {
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  width: 500px;
  margin: 2px;
  margin-top: 4px;
  padding: 2px;
  color: #333;
  border: 1px solid #ccc;
  background-color: #fff;
  }
  
input.submit_uj, input.submit_uj_akt {
  width: 30px;
  color: #fff;
  background-color: #bbb;
  border: 1px solid #aaa;
  cursor: pointer;
  -moz-border-radius: 5px;
  }
  
input.submit_szerk {
  width: 66px;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 5px;
  background-color: #bbb;
  border: 1px solid #aaa;
  }
  
input.uj {
  width: 205px;
  padding: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  }
  
input.ch {
  width: 20px;
  margin-right: 20px;
  border: 0;
  background-color: #f3f3f3;
  }
  
input.ch_sel {
  width: 20px;
  border: 0;
  background-color: #f3f3f3;
  }
  
select {
  width: 150px;
  padding: 1px;
  }
  
select.sor, select.sor_akt {
  width: 50px;
  }
  
select.sel_kat {
  width: 376px;
  }
  
input.sor {
  width: 30px;
  text-align: right;
  }
  
input.wi0_d {
  width: 105px;
  color: #fff;
  background-color: #88bb55;
  }
  
input.wi00_d {
  width: 50px;
  color: #fff;
  background-color: #88bb55;
  }
  
input.wi2_d {
  width: 320px;
  color: #fff;
  background-color: #88bb55;
  }
  
input.wi_it {
  width: 25px;
  }
  
input.wi0 {
  width: 105px;
  }
  
input.wi1 {
  width: 200px;
  }
  
input.wi2 {
  width: 370px;
  }
  
input.wi3 {
  width: 480px;
  }
  
textarea {
  width: 610px;
  }
  
textarea.he1 {
  height: 42px;
  }
  
textarea.he2 {
  height: 120px;
  }
  
textarea.he3 {
  height: 250px;
  }
  
textarea.he4 {
  height: 450px;
  }
  
div.koz_sel {
  float: left;
  overflow:hidden;
  width: 120px;
  height: 18px;
  padding: 2px;
  }
  
p.szinsema {
  margin-top: 10px;
  }
  
#nav LI {
  background-color: #ddd;
  }

#nav LI.aktiv, #nav LI:hover, #nav LI.sfhover {
  background-color: #bbb;
  }
  
.tab_top {
  float: left;
  margin: 20px;
  border-collapse: collapse;
  border: 1px solid #f5d190;
  background-color: #fbf1df;
  }
  
.td_fav {
  width: 15px;
  height: 15px;
  text-align: center;
  background-image: url('../kep/fav_m.png');
  background-repeat: no-repeat;
  }
  
.td_fav_p {
  width: 15px;
  height: 15px;
  text-align: center;
  background-image: url('../kep/fav_p.png');
  background-repeat: no-repeat;
  }
  
#top {
  background-position: 6px 7px;
  }
  
.rad {
  width: auto;
  }