body {
  /*background: #e1e2e2 url(../pic/BG.png) repeat-x; */      
  /*background: url(../images/wood.jpg) no-repeat;*/  
 
  margin: 0;  
  font:  12px Arial, Helvetica, sans-serif;
}



a:link,
a:visited,
a:active {
	color: #012a4f;
}

a:hover {
	color: orange;
}

#body_div{
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

#waitaminute {
	font-size:20px;
	font-weight:bold;
	color:#095683;
	padding-top:140px;
	text-align:center;
}

#main_menu{
  /*background: url(../pic/orange_line.png) no-repeat bottom;   */
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top:40px;
  height: 131px;
}

#main_menu #logo{
  float:left;
  width: 150px;
  text-align: center;
}

#main_menu #buttons{
  float:right;
    margin-top:45px;
}

#main_menu #buttons img{
  border: none;
}

#main_menu #buttons a{
  text-decoration: none;
}

/* LOGIN */
#login{
  background: url(../pic/a_bg.gif) repeat-x;
  margin-left:30px;
  height: 40px;
  width:800px;
  text-align: left;
}

#lform{
  width: 765px;
  margin-left: 50px;
}

#lform input.input_text{
	border: #0367a2  1px solid;
	background: #3984ad;
	font:  10px Arial, Helvetica, sans-serif;
	color: white;
	padding: 3px;	
}

.belep_btn{
	background: url(../pic/btn_belepes.png) no-repeat;
	padding-left: 18px;
	border:none;
	width: 94px;
	height: 24px;
	font:  10px Arial, Helvetica, sans-serif;
	color: white;
	cursor:pointer;
}


.belep_btn:hover{
  background: url(../pic/btn_belepes_over.png) no-repeat;
}

.tartalom {
  background: url(../pic/content_bg.png) repeat-y;
}

/*FELSO BOXOK*/
#top_box_container{
  text-align: center;
  padding-left: 40px;
}

.top_box{
  background: url(../pic/box_bg.png) no-repeat top left;
  float:left;
  width: 190px;
  height: 208px;
  margin: 2px;
}

.top_box_title{
  width: 190px;
}

.top_box_text{  
  width: 180px;
  padding: 5px;
  font-size: 12px;
}

.referencia_felso_img{  
  width:160px; 
  height:160px; 
  overflow:hidden; 
  /*border: 1px #38205c solid;
	border-right: 1px #38205c solid;
	border-bottom: 1px #38205c solid;*/
	cursor: pointer;
	margin-top: 2px;
}

.referencia_img{
  cursor: pointer;
}

.orange_btn{
	background: url(../pic/BTN.png) no-repeat;
	padding-left: 10px;
	padding-top: -5px;
	font-weight: bold;
	border:none;
	width: 94px;
	height: 19px;
	font:  12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	cursor:pointer;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}

.orange_btn:hover{
	filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
}

.kapcsolat_input_text {
  border: none;
	background: #f1f1f1;
	font:  10px Arial, Helvetica, sans-serif;
	color: #095683;
	margin-bottom: 5px;
	width: 170px;
	border: 1px #095683 solid;
	border-right: 1px #095683 solid;
	border-bottom: 1px #095683 solid;
}

.kapcsolat_textarea{	
	border: none;
	background: #f1f1f1;
	font:  10px Arial, Helvetica, sans-serif;
	color: #095683;
	margin-bottom: 5px;
	width: 170px;
	border: 1px #095683 solid;
	border-right: 1px #095683 solid;
	border-bottom: 1px #095683 solid;	
}

/* CONTAINER*/

.title {
	background: url(../pic/title_bg.png);
	background-position: center bottom;
  background-repeat: no-repeat;
  font:  12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 15px;
	margin-left: 33px;
	padding: 5px;
  padding-bottom: 3px;
	padding-top: 230px;
	text-align:left;
	width: 784px;
}
.container a {
  font:  10px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration:none;
}

#container_content{
  padding-left: 45px;
  padding-right: 45px;
}

.footer{
  color: #FFF;
  background: url(../pic/footer.png) no-repeat;
  text-align: center;
  padding-top: 5px;
  height: 69px;
  font-size: 9px;
}

.input_text{
	border: #0367a2  1px solid;
	background: #3984ad;
	font:  10px Arial, Helvetica, sans-serif;
	color: white;
	padding: 3px;	
}



/* #### ALERTBOX #### */
#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	color: #000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:170px;
	border:1px solid #DC7213;
	background-color:#F1F1F1;
	color: #000;
}

#modalContainer > #alertBox {
	position:fixed;
	color: #000;
}

#alertBox h1 {
	margin:0;
	font:0.9em verdana,arial;
	background:#DC7213;
	border-bottom:1px solid #DC7213;
	padding:2px 0 2px 5px;
	color: #000;
}

#alertBox p {
	font:12px verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
	color: #000;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	text-align:center;	
	background: url(../pic/BTN.png) no-repeat;
  text-decoration:none;
	padding-top: 3px;
	border:none;
	width: 94px;
	height: 19px;
	font:  12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	cursor:pointer;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
	
}
#alertBox #closeBtn:hover {
	filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}




/*TABLE*/


table.main {
  background: #dedce0;
  width: 100%;
  margin-bottom: 10px;
  cursor:default;
}

table.main caption{
  font-weight:bold;
  text-align:left;
  padding:4px;
  margin-top:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
  background: #045582;
  color: #FFFFFF
}


table.main tbody tr:hover{
  background: #FFF;
}

table.main .dropdown{
  background: #efedf1;
  padding-left: 15px;
  padding-right: 5px;
}

#szotardiv{
	margin-top: 15px;
	padding: 5px;
}

/*ügyfél és admin  menu*/

#ugyfelmenu{
  text-align: right;
  margin-top: -29px;
  padding-top: 10px;
}

.ugyfelmenuitem{
  float:right;  
  width: 94px;
  height: 19px;
  padding-left: 0px;
  padding-top: 2px;
  background: url(../pic/BTN.png);
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
}

.ugyfelmenuitem a{
  color: #FFFFFF;
  text-decoration: none;
}

