body										{	margin: 0px;
											background: url('/img/background.jpg') #0f0304 50% 0% no-repeat;
											font-family: Arial, Verdana, Helvetica, sans-serif;
											font-size: 13px;
											color: #937525;
										}

a										{	color: #000;
											text-decoration: none;
										}
a img										{	border: 0px;
										}
table										{	font-size: 1.0em;
										}


#main										{	width: 760px;
											margin: 0px auto;
											position: relative;
										}


#main #header									{	height: 120px;
											background: url('/img/base_head.png') left bottom no-repeat;
											position: relative;
										}
#main #header a									{	display: block;
										}
#main #header a#logo								{	width: 224px;
											height: 84px;
											background: url('/img/logo.png') left top no-repeat;
										}
#main #header a#services							{	width: 225px;
											height: 45px;
											position: absolute;
											left: 224px;
											bottom: 28px;
											background: url('/img/menu/szolg.png') left top no-repeat;
										}
#main #header a#services:hover,
#main #header a#services.menu_act						{	background: url('/img/menu/szolg_hover.png') left top no-repeat;
										}
#main #header a#prices								{	width: 128px;
											height: 45px;
											position: absolute;
											left: 449px;
											bottom: 28px;
											background: url('/img/menu/araink.png') left top no-repeat;
										}
#main #header a#prices:hover,
#main #header a#prices.menu_act							{	background: url('/img/menu/araink_hover.png') left top no-repeat;
										}
#main #header a#specials							{	width: 136px;
											height: 45px;
											position: absolute;
											left: 577px;
											bottom: 28px;
											background: url('/img/menu/akciok.png') left top no-repeat;
										}
#main #header a#specials:hover,
#main #header a#specials.menu_act						{	background: url('/img/menu/akciok_hover.png') left top no-repeat;
										}


#main #sticker									{	background: url('/img/sticker.png') left top no-repeat;
											width: 140px;
											height: 139px;
											position: absolute;
											right: 15px;
											top: 100px;
											z-index: 99;
										}


#main #cont									{	background: url('/img/base_pattern.png') 1px 0px repeat-y;
											position: relative;
										}
#main #cont #contcont								{	padding: 5px 30px;
											text-align: justify;
											background: url('/img/base_pattern_top.png') left top no-repeat;
											min-height: 188px;
										}


#main #foot									{	height: 55px;
											background: url('/img/base_footer.png') 1px 0px no-repeat;
											position: relative;
										}
#main #foot img									{	position: absolute;
											left: 245px;
											bottom: 0px;
										}


#main.startpage #sticker							{	display: none;
										}
#main.startpage #cont #contcont							{	padding: 0px 0px 0px 1px;
											margin-top: -5px;
										}


.arainktable									{	width: 100%;
											border-left: 2px solid #5a3219;
											border-top: 2px solid #5a3219;
											font-size: 0.8em;
										}
.arainktable td									{	border-right: 2px solid #5a3219;
											border-bottom: 2px solid #5a3219;
											padding: 2px;
											text-align: center;
											background: #edd66b;
											color: #5a3219;
											font-weight: bold;
										}
.arainktable .arainkhead td,
.arainktable td.arainkcol							{	background: #9a742b;
											color: #edd66b;
										}
.arainktable td.arainkcross							{	background: #c8942c;
										}



