@charset "utf-8";
/* CSS Document */



body {
	background: #ffffff;
	margin:0px;
	font: normal 12px georgia;	
	color:#000000;
}


/*--------------------------konténeterek-------------------------------------*/

#page{
	width: 770px;
	margin: 0px auto;
	background: url(images/bg.gif) repeat-y;
}

#head{
	width: 740px;
	height: 49px;
	background:url(images/headbg.gif) no-repeat;
	color: #444444;
	padding: 20px 0px 0px 30px;
}

#menu{
	width: 770px;
	height: 249px;
	background: url(images/menubg.gif) no-repeat;	
}

#nav{
	width: 732px;
	height: 37px;
	background:url(images/navbg.gif) no-repeat;
	color: #444444;
	font: normal 90% georgia;
	padding: 5px 38px 0px 0px;
}

#main{
	width: 770px;
	background: url(images/mainbg.gif) repeat-y;	
}

#right{
	width: 223px;
	height: 500px;
	background: url(images/rightbg.gif) no-repeat;
	float: right;
	padding-left: 20px;
}

#content{
	width: 490px;
	padding: 15px;
}

#foot{
	width: 770px;
	background: #ffffff url(images/footbg.gif) no-repeat;
	text-align:center;
	padding-top: 30px;	
}

/*--------------------------konténeterek vége-------------------------------------*/






/*--------------------------<h>--------------------------------------------------*/

h1{
	font: bold 200% georgia;
	color: #444444;
	margin: 0px;
	padding: 0px;
}

h2{
	font: normal 100% georgia;
	color: #444444;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 120% georgia;
	color: #9d6b46;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

/*--------------------------<h> vége-----------------------------------------------*/


p{
	margin-left: 20px;
	padding: 0px;
}


/*--------------------------lista--------------------------------------------*/
#ulmenu{
	padding: 60px 0px 0px 30px;
	margin: 0px;
}
#ulmenu li{
	list-style: none;
	padding-top: 3px;
}

#ulertekbecsles{
	margin-left: 30px;
	padding:0px;
}
#ulertekbecsles li{
	list-style: url(images/list.gif);
}

#ulelony{	
	margin-left: 30px;
	padding:0px;
}
#ulelony li{
	list-style: url(images/list.gif);
}

#ulertek{	
	margin-left: 30px;
	padding:0px;
}
#ulertek li{
	list-style: url(images/list.gif);
}

#uldokumentumok{	
	margin-left: 30px;
	padding:0px;
}
#uldokumentumok li{
	list-style: url(images/list.gif);
}

#ulmodszer{	
	margin-left: 30px;
	padding:0px;
}
#ulmodszer li{
	list-style: url(images/list.gif);
}

#ulkapcsolat{	
	margin-left: 30px;
	padding:0px;
}
#ulkapcsolat li{
	list-style: url(images/list.gif);
}

/*--------------------------lista vége--------------------------------------------*/




/*--------------------------text styles--------------------------------------------*/

.contenthead{
	font: bold 110% georgia;
}

.righttitle{
	color: #444444;
	font: bold 100% georgia;		
}

/*--------------------------text styles vége--------------------------------------------*/




/*--------------------------hivatkozások--------------------------------------------*/

a{
	 font: normal 100% georgia;
	 color: #000000;
	 text-decoration:underline;	 	 

}
a:hover{
	 font: normal 100% georgia;
	 color: #000000;
	 text-decoration:none;
}


a.menu{
	 font: normal 100% georgia;
	 color: #ffffff;
	 text-decoration:none;	 	 

}
a.menu:hover{
	 font: normal 100% georgia;
	 color: #ffffff;
	 text-decoration:underline;
}

a.nav{
	 font: normal 100% georgia;
	 color: #444444;
	 text-decoration:none;	 	 

}
a.nav:hover{
	 font: normal 100% georgia;
	 color: #444444;
	 text-decoration:underline;
}


a.dokumentum{
	 font: normal 90% georgia;
	 color: #ffffff;
	 text-decoration:none;	 	 

}
a.dokumentum:hover{
	 font: normal 90% georgia;
	 color: #ffffff;
	 text-decoration:underline;
}

/*--------------------------hivatkozások vége--------------------------------------------*/

