﻿/* --- PC Design Styles --- */

body, html
	{
	margin:0;
	padding:0;
	background:#4c555d url(../images/background.jpg) repeat-x;
	font:normal 12px Verdana, Arial, Helvetica, Sans-Serif;
	color:#000;
	}

H1
	{
	font:bold 20px Arial, Helvetica, Sans-serif;
	color:#e16603;
	padding:10px 0px 0px 0px;
	margin:0;
	text-align: left;
	
	}

H2
	{
	font:bold 16px Arial, Helvetica, Sans-serif;
	color:#e16603;
	text-align: left
	}

H3, H4, H4, H5, H6
	{
	font:bold 14px Arial, Helvetica, Sans-serif;
	color:#e16603;
	text-align: left
	}

a:link, a:visited
	{
	color:#000;
	}

a:hover
	{
	color:#ff7200;
	}

form
	{
	margin:0;
	padding:0;
	}


/* - DIV stílusok - */


#container							/* - Konténer DIV - */
	{
	position:relative;
	margin:0 auto;
	padding:0;
	width:950px;
	}

#container2							/* - Konténer belső DIV - */
	{
	position:absolute;
	top:19px;
	left:49px;
	z-index:1;
	background:url(../images/cont_bg1.gif) repeat-y;
	}

#logo								/* - Logo DIV - */
	{
	position:absolute;
	z-index:10;
	}

#topbuttons							/* - Felső gombsor DIV - */
	{
	display:block;
	position:absolute;
	z-index:9;
	left:269px;
	top:34px;
	}

#date
	{
	position:absolute;
	z-index:8;
	left:482px;
	top:65px;
	color:#eee;
	font-size:11px;
	}

#topnav									/* - Felső navigációs menü - */
	{
	position:absolute;
	top:192px;
	left:240px;
	white-space: nowrap;
	z-index:7;
	color:#fff;
	width: 400px
	}

a.topnavlink:link, a.topnavlink:visited 
	{
	color: #fff;
	text-decoration: none;
	}

a.topnavlink:hover 
	{
	color: #ff7200;
	text-decoration: none;
	}

#header								/* - Fejléc DIV - */
	{
	margin:0;
	padding:0;
	width:902px;
	height:204px;
	background:url(../images/header.jpg) no-repeat;
	}

#leftnavbox							/* - Bal navigációs doboz - */
	{
	position:absolute;
	top:183px;
	left:19px;
	width:198px;
	z-index:20;
	}

#leftnavbox_cont						/* - Bal navigációs doboz tartalom - */
	{
	min-height:135px;
	_height:135px;
	background:url(../images/leftnavbox_cont_bg.gif) repeat-y;
	}

#centerbox							/* - Közép DIV - */
	{
	width:902px;
	min-height:350px;
	_height:350px;
	background:url(../images/content_bg.jpg) no-repeat 122px 0px;
	}

#leftcol							/* - Üres Bal oldali DIV - */
	{
	float:left;
	width:185px;
	}

#contentbox							/* - Tartalom doboz - */
	{
	float:left;
	width:513px;
	}



#content							/* - Tartalom DIV - */
	{
	padding:5px 10px 5px 0px;
	
	}



#content p							/* - Tartalom bekezdés szöveg - */
	{
	text-align:justify;
	}

#rightcol							/* - Jobb oldali akciósbox paraméterei - */
	{
	float:left;
	width:200px;
	right:14px;
	background:;
	}

#right_cont							/* - Jobb oldali akciósbox tartalma - */
	{
	font-size:11px;
	padding:5px 12px 5px 10px;
	color:#fff;
	}

#right_cont img							/* - Jobb oldali akciósbox kép - */
	{
	border:1px solid #fff;
	}

#right_cont p							/* - Jobb oldali akciósbox bekezdés szöveg - */
	{
	text-align:justify
	}

a.rightlink:link, a.rightlink:visited 
	{
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	}

a.rightlink:hover 
	{
	font-weight:bold;
	color: #000;
	text-decoration: underline;
	}

#searchdiv							/* - Kereső DIV - */
	{
	position:relative;
	top:10px;
	left:558px;
	height:25px;
	width:344px;
	}

#searchdiv table
	{
	padding-top:2px;
	}

#searchdiv td
	{
	color:#fff;
	font-size:11px;
	}

.button_search
	{
	width:50px;
	height:20px;
	background:url(../images/button_search.gif) no-repeat;
	border:0;
	cursor:pointer;
	font-size:11px;
	}

.textfield_search
	{
	margin:0px;
	padding:0px 1px 0px 2px;
	width:120px;
	height:18px;
	border:1px solid #4b4239;
	}

#footer									/* - Lábléc - */
	{
	height:110px;
	background:url(../images/footer_bg.jpg) no-repeat;
	}

#footer table
	{
	padding-top:60px;
	}

#footer td
	{
	color:#c7c7c7;
	font-size:11px;
	}

#footer a:link, #footer a:visited
	{
	color:#c7c7c7;
	text-decoration:none;
	}

#footer a:hover
	{
	color:#fff;
	text-decoration:underline;
	}

.clearboth
	{
	clear:both
	}


.shadow {
font-family: Arial;
font-size: 20px;
font-weight: bold; 
position:relative;
display:block;
color:#666;
}
.shadow span {
font-family: Arial;
font-size: 20px;
font-weight: bold; 
position:absolute;
display:block;
top:0px;
}
.shadow font {
font-family: Arial;
font-size: 20px;
font-weight: bold; 
display:block;
padding:1px;
color:#ff7200;
}