@CHARSET "UTF-8";

html,body
{
	background-color:			orange;
	text-align:					center;
	margin:						0;
	padding:					0;
}

#container
{
	margin:						0 auto;
	width:						779px;
	text-align:					center;
	z-index:					10;
}

#top
{
	margin:						0;
	padding:					0;
	width:						779px;
	height:						86px;
	background-position:		top center;
}

#middle
{
	padding:					0;
	margin:						18px 0 0 0;
	width:						779px;
	text-align:					center;
	background:					url('http://paperfox.myadmin.hu/img/boxbg.png');
}

#middle .centered
{
	margin:						0 auto;
	width:						757px;
	padding:					0;
	border-left:				1px solid #000000;
	border-right:				1px solid #000000;
	background-position:		top center;
}

#bottom
{
	clear:						both;
	margin:						0 auto 2px auto;
	width:						779px;
	height:						32px;
	background:					url('http://paperfox.myadmin.hu/img/bottom.png');
}

#text1
{
	float:						left;
	position:					relative;
	top:						64px;
	left:						70px;
	width:						160px;
}


/* navbar */

#navbar
{
	text-align:					center;
	margin:						0;
	background-color:			#ffffff;
	width:						100%;
	position:					absolute;
	top:						86px;
	left:						0;
	border-top:					1px solid #292929;
	border-bottom:				1px solid #292929;
	font-size:					12px;
}

#navbar #nav
{
	margin:						auto;
	width:						899px;
	text-align:					left;
	height:						16px;
}

#nav #nav_left
{
	float:						left;
	width:						60px;
	background:					url('http://paperfox.myadmin.hu/img/bargradientleft.gif');
	height:						100%;
}

#nav #nav_center
{
	float:						left;
	background:					url('http://paperfox.myadmin.hu/img/bargradientright.gif');
	background-position:		right;
	background-repeat:			repeat-y;
	background-color:			#292929;
	width:						779px;
}

#nav #nav_right
{
	float:						left;
	width:						60px;
}

#flags
{
	float:						right;
	padding-right:				10px;
	padding-top:				2px;
}

#flags img
{
	margin:						0 9px;
	border:						0;
}


/* navshadow */

#navshadow
{
	width:						100%;
	background-position:		top center;
	background:					url('http://paperfox.myadmin.hu/img/nav_shadow.png');
	height:						10px;
	overflow:					hidden;
	position:					absolute;
	top:						104px;
	left:						0;
	text-align:					center;
}

/* table */
table#cont_table
{
	width:						100%;
	border:						0;
	border-collapse:			collapse;
	border-spacing:				0;
	margin:						0;
	padding:					0;
	font-family:				Arial;
	font-size:					11px;
	vertical-align:				top;
}

#cont_table td
{
	font-family:				Arial;
	font-size:					11px;
	text-align:					left;
	vertical-align:				top;
	padding:					0;
	border:						0;
	border-spacing:				0;
}

/* left_nav_ul */
#left_nav_ul
{
	clear:						both;
	float:						left;
	display:					block;
	list-style-type:			none;
	margin:						25px 0 0 0;
	padding:					0;			
}

#left_nav_ul li
{
	clear:						both;
	display:					block;
	margin:						0 0 0 5px;
	padding:					0;
}

#left_nav_ul li img
{
	float:						left;
	width:						42px;
	height:						42px;
}

.white_top
{
	clear:						both;
	float:						left;
	background:					url('http://paperfox.myadmin.hu/img/white_top.png');
	height:						9px;
	overflow:					hidden;
	width:						100%;
	background-position:		top;
}

.white_bottom
{
	clear:						both;
	float:						left;
	background:					url('http://paperfox.myadmin.hu/img/white_bottom.png');
	height:						9px;
	width:						100%;
}

.art_top
{
	background:					url('http://paperfox.myadmin.hu/img/arttop.png');
}
.art_mid
{
	background:					url('http://paperfox.myadmin.hu/img/artmid.png');
}
.art_bottom
{
	background:					url('http://paperfox.myadmin.hu/img/artbottom.png');
}
