/*e-dot interactive studio | www.e-dot.hu | info@e-dot.hu*/
body{
margin: 0px;
color: #000000;
font-family: tahoma, verdana, arial, sans-serif;
background: url(../images/bodybg.jpg) repeat-x #ffe291;
text-align: left;
}

form {
padding: 0px;
margin: 0px;
}

a{
font-family: tahoma, verdana, arial, sans-serif;
color: black;
text-decoration: none;
}

a:hover{
font-family: tahoma, verdana, arial, sans-serif;
color: black;
text-decoration: underline;
}

img{
border-width: 0pt;
}

/* Layout Start */

#container{
text-align: left;
font-size: 12px;
/*CENTER
margin-left: auto;
margin-right: auto;
*/
background: url(../images/container-bg.jpg) repeat-y;
width: 786px;
}

#top{
width:766px;
height:254px;
background:#eff9c9;
}

#top-left{
width:235px;
float:left;
background: #eff9c9;
}

#top-main{
width:531px;
float:left;
}

#logo{
width:235px;
height:136px;
background: url(../images/top-logo.jpg) no-repeat;
}


#topnavigation img{
float:left;
}


#header{
clear:both;
width:531px;
height:207px;
background: url(../images/header.jpg) no-repeat;
}


#greenline{
clear:both;
width:766px;
height:11px;
background: url(../images/greenline.jpg) no-repeat;
}

/*CONTENT*/

#navigationbar{
float:left;
width:237px;
height:100%;
}

#content{
margin-left:10px;
float:left;
width:510px;
text-align:justify;
}

#support{
position:absolute;
width:235px;
bottom:100px;
height:169px;
left: 0px;
background: url(../images/support.gif) no-repeat;

}

.clear{
clear:both;
}

.button{
background:#b4e102;
border:1px solid black;
font-family: tahoma, verdana;
font-size:10px;
}

.input{
height:16px;
color:black;
border:1px solid black;
background: #FFC59F;
}

.select, .file_input{
color:black;
background: #FFC59F;
font-size: 12px;
}

.textarea {
color:black;
border:1px solid black;
background: #FFC59F;
}

/*BOXOK*/

.box{
background: url(../images/boxrep.jpg) repeat-y;
width:219px;
margin-left:5px;
margin-top: 10px;
margin-bottom: 10px;
}

.box-content{
padding-left:5px;
color:white;
font-weight:bold;
}

.box-foot{
background: url(../images/boxfoot.jpg) no-repeat bottom left;
width:219px;
height:20px;
}

.box-foot a{
font-size:10px;
color:white;
}

.box-foot a:hover{
font-size:10px;
color:white;
}


#search-head{
background: url(../images/search-head.jpg) no-repeat;
height:40px;
}


#login-head{
background: url(../images/login-head.jpg) no-repeat;
height:40px;
}

#newsletter-head{
background: url(../images/newsletter-head.jpg) no-repeat;
height:40px;
}

#tantargy-head{
background: url(../images/tantargy-head.jpg) no-repeat;
height:40px;

}


/*NAVIGATION CSS MENU*/

ul.tantargyak {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-family:verdana,tahoma;
	font-size:11px;
	}
	
ul.tantargyak li {
	position: relative;
	}

li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	}


/* Styles for Menu Items */

li a.parent {
	display: block;
	text-decoration: none;
	color: white;
	background: #FF6400;
	padding: 4px;
	border-bottom: 1px solid white;
	cursor: pointer;
}
	
li a.parent:hover{
color:white;
text-decoration:none;
border-right:10px solid #B4E102;
}

li.child{
	border-bottom: 1px solid white;
	background: #B4E102;
	color: white;
	padding: 4px;
}

li.child:hover {


}

li.leaf a {

}

li.leaf:hover {
	border-left:10px solid #FF6400;
}

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


li:hover ul, li.over ul { display: block; }

/*FOOTER*/

#footer{
height: 49px;
background: url(../images/footer-bg.jpg) repeat-x;
color:white;
}

#footer-left{
float:left;
background: url(../images/footer-left.jpg) no-repeat;
width:252px;
height:49px;
}

#footer-center{
float:left;
color:black;
width:514px;
text-align:center;
font-size:10px;
font-family: verdana, tahoma;
}

#footer-center div{
margin-top:23px;
}

#footer-center a{
color:black;
text-decoration:none;
}

#footer-center a:hover{
color:black;
text-decoration:underline;
}

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

#logged_panel {
	text-align:center;
	color: white;
}

div.system_message {
	text-align: center;
	font-weight: bold;
	color: green;
}

.mezohead {
	text-align: center;
	font-weight: bold;
	color: green;
	font-size: 14px;
}

.bg1 {
background: #FFC59F;
}

td.mezo1 {
	width: 30%;	
	text-align: right;
	padding-right: 10px;
}

div.InputError_label {
	color: red;
	font-weight: bold;
	padding-top: 5px;
}

div.InputError_text {
	color: black;
}