/* CSS Document */
* { padding: 0; margin: 0; }

body {
	background: #262626;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #5b5b5b;
	background:url(../images/design/hatter.jpg);
	}
/*
	Wrapper design
*/
#wrapper
{
	margin:0 auto;
	width:770px;
	position: relative;
}
#main_top_corner
{
	width:770px;
	height:20px;
	background:url(../images/design/wrapper_back_r1_c1_s1.png) top left no-repeat;
}
#main_bottom_corner
{
	width:770px;
	height:20px;
	background:url(../images/design/wrapper_back_r10_c1_s1.png) top left no-repeat;
}
#main_content_wrapper
{
	width:730px;
	background:url(../images/design/wrapper_back_r3_c1_s1.png) repeat-y left;
	padding-left:20px;
	padding-right:20px;	
}
/* Fejléc rekesz */
#main_top
{
	width:730px;
	background:url(../images/design/newdesign_r3_c9_s1.png) repeat-x top #010000;
	height:150px;
}
/* Reklámok */

#sideads
{
    width:160px;
    position: absolute;
    right: -150px;
    top:187px;
}
#sideads > div.top
{
    height: 10px;
    background: url(../images/ads/design_r1_c1_s1.png) no-repeat top;
}
#sideads > div.content
{
    background: url(../images/ads/design_r2_c1_s1.png) repeat-y;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#sideads > div.end
{
    height: 10px;
    background: url(../images/ads/design_r4_c1_s1.png) no-repeat top;
}

/* Tartalom rekesz */
#main_content
{
	width:730px;
	padding-top:8px;
	padding-bottom:10px;
	background-color:#fff;
}
/* Lábléc rekesz */
#main_footer
{
	width:730px;
	background:url(../images/design/newdesign_r9_c4_s1.png) repeat-x top #1E1206;	
}
#main_footer p
{
	color:#fff;
	font-size:12px;
	text-align:left;
	margin:0px;
}
/* Fejléc style */
#main_top_img
{
	width:247px;
	height:150px;
	float:left;
}
#page_tittle
{
	width:460px;
	float:right;
	text-align:right;
	color:#fff;
	margin-right:10px;
	margin-top:10px;
	height:66px;	
}
#main_top_info
{
	width:460px;
	height:53px;
	padding-top:12px;
	float:right;
	
}
#main_top_info p
{
	text-align:right;
	color:#fff;
	margin:0px;
	margin-right:10px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	word-spacing: 1ex;
	letter-spacing: 0.1ex;		
}


