@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff url(/images/bg.gif) repeat-y;
	margin:0px;
	font: normal 12px arial;
	color:#824500;
}

p{
	margin: 13px 0px 13px 0px;
}

img{
	border: 0px;
}


a{
	color: #824500;
	text-decoration: underline;	
}
a:hover{
	text-decoration: none;	
}

ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-position: inside;
	list-style-type: square;
	color: #f1a81d;
}
li span{
	color: #824500;
}


/*---------------------------------------KONTÉNEREK------------------------------------------------------*/
#page{
	width: 980px;
}


#left{
	width: 658px;
}
#right{
	width: 307px;
	float: right;
}


#top{
	width: 258px;
	height: 47px;
	background: url(images/top.gif);
	padding: 25px 0px 0px 400px;
}

#menu{
	background: url(images/menubg.gif);
	width: 598px;
	height: 45px;	
	padding: 0px 0px 0px 60px;
}


#content_line{
	width: 658px;
	background: url(images/content_line.gif);
}

#content{
	width: 514px;
	background: url(images/contentbg.gif) no-repeat;
	padding: 20px 46px 0px 96px;
}


#reftop{
	text-align: right;
	padding: 20px 80px 0px 0px;	
}

#refcontent{	
	text-align: left;
	padding: 40px 80px 0px 0px;
}
#refcontent a{
	color: #824500;
	text-decoration: none;
}
#refcontent a:hover{
	color: #f1a81d;
}

/*---------------------------------------KONTÉNEREK------------------------------------------------------*/








/*---------------------------------------H------------------------------------------------------*/
h1{
	font: bold 16px arial;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

h2{
	font: bold 14px arial;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

h3{
	font: bold 13px arial;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
/*---------------------------------------H------------------------------------------------------*/