body{
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #bdd1f3;
	margin: 0 0 30px 0;
	font : 11px Trebuchet Ms;
	color: #3c3c3c;
}
A:link,A:visited{
	text-decoration: none;
	color: #3c3c3c;
}
A:hover {
	text-decoration: underline;
}
h1{
	font-size: 16px;
	margin: 0;
}
h2, h3, h4, h5{
	font-size: 14px;
	margin: 0;
}

p { margin: 0; padding: 0; }

img {
	border: 0; 
}
form{
	margin: 0px;
	padding: 0px;
}
label{
	cursor: pointer;
}
hr{
	color: #D1D1D1;
	height: 1px;
	border: 0;
	margin: 10px 0;
	border-bottom: 1px solid #D1D1D1;
}
/*---------------Layout------------------------------*/
#laycent{	
	text-align: left;
	margin: 0 auto;	
	width: 1000px;
	position: relative;
	padding: 0px;
}
#top{
	background-image: url(images/headerbg.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height:220px;
	position:relative;
	
}

#logo{
float:left;
margin-top:20px;
margin-left:45px;
}

#top #contact{
float:left;
margin-left:30px;
margin-top:0px;
}

#top #loginForm{
position:relative;
float:right;
width:550px;
margin-top:15px;
margin-right:15px;
text-align:right;
}

#top #loginForm form{
float:right;
}

#top #loginForm label{
font-weight:bold;
}

#top #loginForm input.text{
width:173px;
height:18px;
background:transparent;
background-image:url(images/login-input-bg.jpg);
background-repeat:no-repeat;
border:0px!important;
font-size:11px;
font-family:Trebuchet Ms;
padding-top:4px;
padding-left:5px;
color:#3c3c3c;
}

#top #loginForm input.submit{
width:73px;
height:25px;
background:transparent;
border:0px!important;
background-image:url(images/btn-login-bg.jpg);
text-align:center;
font-family:Trebuchet Ms;
font-size:12px;
color: #3c3c3c;
float:right;
margin-top:10px;
position:relative;
cursor:pointer;
}

#top #menu{
clear:left;
float:left;
position:relative;
margin-left:10px;
margin-top:18px;
}

#menu ul{
margin:0px;
padding:0px;
float:left;
width:650px;
}

#menu ul li{
list-style-type:none;
float:left;
height:30px;
margin:0px;
margin-left:4px;
margin-right:4px;
text-align:center;
}

#menu ul li:hover{

}

#menu ul li ul{
position:absolute;
margin-left:10px;
margin-top:5px;
z-index:100;
display:none;
}

#menu ul li:hover ul{
/*display:block;*/
}

#menu ul li ul{
width:auto;
}

#menu ul li ul li{
float:none;
margin:1px;
}

#menu a{
font-size:14px;
font-weight:bold;
vertical-align:middle;
color:#4e4d4d;
display:block;
width:100%;
height:100%;
vertical-align:middle;
padding-left:5px;
padding-right:5px;
padding-top:3px;
}

#menu a:hover, #menu a.menuactive{
text-decoration:none;
background-image:url(images/menuhover.jpg);
outline:1px #fff solid;
background-repeat:repeat-x;
}
/*#headerimg{
	float:right;
	margin-top:80px;
	width:371px;
	height:269px;
	display:block;
	position:relative;
	background-image:url(images/headerimg.png);
	background-repeat:no-repeat;
	z-index: 10;
}*/

#headerimg_bottom{
	float:right;
	margin-top:-140px;
	width:371px;
	height:269px;
	display:block;
	position:relative;
	background-image:url(images/headerimg.png);
	background-repeat:no-repeat;
	z-index: 10;
}

#left{
	width: 620px;
	float: left;
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
	text-align:justify;
}

#left p{
	margin-top:5px;
	margin-bottom:10px;
}

#left #lft{
float:left;
width:48%;
}

#left #rght{
float:right;
width:48%;
}

#right{
	width: 349px;
	float: right;
	font-size:12px;
}
#center{
	padding: 20px;
	line-height: 140%;
}
#bottom{
	padding: 5px 0;
	font-size: 9px;
	color: #4096EE;
	text-align: left;
	font-size:12px;
/*	margin-top:20px;
	margin-bottom:20px;
	padding-top:75px;*/
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	background-position:bottom center;
}
/*---------------Common------------------------------*/

#right p{
text-align:justify;
}

#right ul.submenu, #bottom ul{
margin:0px;
padding:0px;
}

#right ul.submenu li, #bottom ul li{
height:25px;
list-style-type:none;
padding:3px;
}

#right ul.submenu li a, #bottom ul li a{
display:block;
width:100%;
height:100%;
font-size:16px;
border-bottom:1px dotted #4096EE;
/*color:#4096EE;*/
color:#3c3c3c;
}

#right ul.submenu li a:hover, #bottom ul li a:hover{
text-decoration:none;
/*color:#3c3c3c;*/
color:#4096EE;
}

#left ul{
margin:5px;
padding:0px;
margin-bottom:10px;
position:relative;
float:none;
}
#left ul li{
list-style-type:square;
padding:2px;
}

.attention1{
width:300px;
height:335px;
position:relative;
margin:auto;
background-image:url(images/attention-bg.png);
background-repeat:no-repeat;
background-position:top;
color:black;
}

.attention1 h1{
padding-top:5px;
text-align:center;
font-size:16px;
}

.attention1 p{
margin:10px;
text-align:justify;
font-size:11px;
}

.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}

/*#bottom a:link,
#bottom a:visited{
	font-weight: bold;
	color: #356AA0;
}
#bottom .sep{
	margin: 0 10px;
}*/

#bottom a:link,
#bottom a:visited{
	/*font-weight: bold;*/
	/*color: #356AA0;*/
	color:#3c3c3c;
	font-size:14px;
}

#bottom ul li a:hover{
	color:black;
	font-size:14px;
}

#bottom h4{
margin-bottom:10px;
font-size:14px;
}

#bottom .sep{
	margin: 0 10px;
}

.hbox{
position:relative;
margin:auto;
margin-top:10px;
display:block;
width:300px;
height:100px;
background-image:url(images/hbox-bg.png);
background-repeat:no-repeat;
}

.hbox p{
margin:15px;
padding-top:15px;
font-weight:bold;
color:#CC0000;
}

table{
border-collapse:collapse;
border:1px solid #3c3c3c;
margin-bottom:10px;
}

table thead th{
font-size:12px;
text-align:center;
padding:7px;
background-color:#ffe700;
border-bottom:1px solid #3c3c3c;
font-weight:normal;
}

table tbody th{
font-size:12px;
text-align:left;
padding:7px;
background-color:#CDEB8B;
border-bottom:1px solid #3c3c3c;
font-weight:normal;
}

table tbody td{
border:1px solid #3c3c3c;
text-align:right;
vertical-align:middle;
font-weight:bold;
padding:5px;
}

#left table{
width:598px;
margin:auto;
}

#left ul{
padding-left:30px;
}

#left h1, #right h1{
font-size:18px;
/*color:#4096EE;*/
/*border-bottom:1px dotted #4096EE;*/
margin-bottom:5px;
padding:3px;
}

.ugyintezo-info{
display:block;
width:300px;
height:133px;
margin:auto;
background-image:url('images/att2bg.png');
background-repeat:no-repeat;
}

.ugyintezo-info p{
font-size:12px;
padding:10px;
color:#333;
font-weight:bold;
}

/*------------------Megrendeles--------------------*/
.megrendeles fieldset{
margin:5px;
padding:15px;
border:1px solid #4096EE;
}
.megrendeles fieldset legend{
font-size:16px;
color:#4096EE;
font-weight:bold;
}

.megrendeles label{
float:left;
width:140px;
}

.megrendeles br{
clear:both;
}

.megrendeles fieldset div{
margin-top:5px;
}

.bizonylat fieldset div{
margin-top:0px!important;
}

.megrendeles fieldset input{
border:1px solid #4096EE;
padding:2px;
background-color:#CDEB8B;
font-family:trebuchet ms;
font-size:11px;
color:#3c3c3c;
width:250px;
}

 .megrendeles fieldset select, .megrendeles fieldset textarea{
border:1px solid #4096EE;
padding:2px;
background-color:#CDEB8B;
font-family:trebuchet ms;
font-size:11px;
color:#3c3c3c;
}

.megrendeles .blocklink{
display:block;
margin:5px;
padding:5px;
border:1px solid #4096EE;
text-align:center;
background-color:#FFFF88;
}

.megrendeles .blocklink a{
display:block;
width:100%;
height:100%;
text-align:center;
color:#3c3c3c;
}

.megrendeles .blocklink a:hover{
text-decoration:none;
}

.megrendeles .error{
border:10px solid #FF1A00;
color:#FF1A00;
/*background-color: #FF1A00;*/
padding:5px;
}

.megrendeles a{
color:#FF1A00;
}

.megrendeles a:hover{
text-decoration:underline;
}
/*-------------------------------------------------*/
.nopadding{
padding:0px!important;
}

fieldset.nopadding legend{
margin-left:15px;
}

.megrendeles table{border:1px solid #4096EE;}

.megrendeles table td{text-align:left;}

.megrendeles table thead th{
border-bottom:1px solid #4096EE;
}

.megrendeles table tbody th{
border-bottom:1px solid #4096EE;
}

.megrendeles table tbody td{
border:1px solid #4096EE;
}

table strong{
color:#ff1A00;
}

.formfooter{
position:relative;
margin-top:10px;
text-align:center;
border: 1px solid #4096EE;
padding:5px;
}

.textareacont{
text-align:center;
}

.textareacont textarea{
width:98%;
height:60px;
}

.Deleted{
background-color:#ccc;
border:1px solid #888!important;
}

.Deleted legend{
color:#888!important;
}

fieldset.megrview label{
padding:0px;
width:75px;
margin-right:5px;
font-weight:bold;
color:#4096EE;
}

h1.colored{
color:#4096EE;
}

fieldset table{
width:auto!important;
}