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


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


/*--------------------------------------Konténerek-----------------------------------------------------*/

#head{
	background:url(images/headbg.gif) repeat-x;
	height: 94px;	
}

#page{
	width: 780px;
}

#content{
	width: 500px;
	padding: 20px;
}

#right{
	float:right;
}

#foot{
	background: url(images/footbg.gif) repeat-x;
	clear:both;
	height: 9px;
}

/*--------------------------------------Konténerek vége-----------------------------------------------------*/


h1{
	font: bold 140% arial;	
}

h2{
	font: bold 110% arial;	
}

li{
	list-style:square;
}
