html {
	background: #1b1316;
	font-family: 'Tahoma', sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #b89e95;
	padding: 0;
	margin: 0;
}

td {
	font-size: 11px;
	line-height: 18px;

}

body {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	min-width: 980px;
	text-align: center;

}

h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 30px;
	top: 20px;
	font-family: 'Georgia', serif;
	font-weight: normal;
}

h1 a {
	color: #ffffd6;
	display: block;
	width: 83px;
	height: 153px;
	position: relative;
	overflow: hidden;
}

h1 a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.jpg) 0 0 no-repeat;
}

h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	color: #ffffd6;
	font-style: italic;
}

h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a { color: #ffffd6; cursor: pointer;}

a:hover { color: #fff; }

p {
	margin: 12px 0 6px 0;

}

.wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto 0 auto;
	overflow: hidden;

}

.header {
	width: 960px;
	height: 360px;
	background: url(../images/header.jpg) 0 0 no-repeat;
	position: relative;
}


.header ul {
	position: absolute;
	left: 0;
	top: 290px;
	width: 960px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../images/menu.gif) 0 0 no-repeat;
}

.header ul li {
	float: left;
	width: 12.5%; /* ez állítja a listaelemek szélességet */
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/menu_seperator.gif) top right no-repeat;
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 50px;
}

.header ul li a { color: #b89e95; text-decoration: none; }
.header ul li.last { background: none; }
.header ul li.last a { color: #b89e95; }
.header ul li.last a.active { color: #ffffd6; }

.header ul li.last a{
	position: relative;
	width: 32px;
	height: 18px;
	overflow: hidden;
}

.header ul li.last a span{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.header ul li.last a.eng span,
.header ul li.last a.eng:hover span { background: url(../images/flag_eng.png) 0 0 no-repeat; }

.header ul li.last a.hun span,
.header ul li.last a.hun:hover span { background: url(../images/flag_hun.png) 0 0 no-repeat; }


.header ul li a span{
	display: block;
	width: 100%;
	height: 100%;
}

.header ul li a:hover { color: #fff; }

.header ul li.active.first a span,
.header ul li.first a:hover span { background: url(../images/menu.gif) 0 -50px no-repeat; }

.header ul li.active a span,
.header ul li a:hover span { background: url(../images/menu.gif) -30px -50px no-repeat;}

.header ul li.last a:hover span { background: url(../images/menu.gif) right -50px no-repeat; }

.content {
	width: 960px;
	font-size: 12px;
	clear: both;
	display: table;
}

.content .more {	
	font-family: 'Georgia', serif;
	font-weight: normal;
	color: #ffffd6;
	font-style: italic;
}

.content h2 .more {	
	font-size: 10px;
	float: right;
}


.content .col {
	float: left;
	width: 300px;
	margin: 0 10px 0 10px;
	padding: 0;
	overflow: hidden;
}

.content .col2 {
	float: left;
	width: 610px;
	margin: 0;
}

.content .col4 {
	width: 450px;
	float: left;
	margin: 0 10px 0 10px;
}

.content .last {
	float: left;
	width: 300px;
	margin: 0 0px 0 10px;
	padding: 0;
	overflow: hidden;
}


.content .box {
	width: 300px;
	background: url(../images/box.gif) top left no-repeat;
	margin: 10px 0 20px 0;
}

.content .box h2 { margin-top: 0; }

.content .box .content {
	width: 300px;
	_width: 300px;
	padding: 10px;
	background: url(../images/box_footer.gif) bottom left no-repeat;
}

.content ul {
	display: block;
	list-style-position: inside;
}

.content ul li {
	font-size: 13px;
	line-height: 21px;
	font-family: 'Georgia', serif;	
}

.content table {
	margin: 20px 0 10px 0;
	width: 300px;
	border-collapse: collapse;
}

.content table td { 
	vertical-align: center;
	text-align: left;
	padding: 0 0 20px 0;
}

.content table a img {
	border: 1px solid #6c434e;
}

.content table a:hover img {
	border: 1px solid #ffffd6;
}


.footer {
	clear: both;
	display: table;
	width: 960px;
	height: 140px;
	background: url(../images/footer.gif) 0 0 no-repeat;
}

.footer div {
	width: 320px;
	height: 140px;
	float: left;
	text-align: center;
	background: url(../images/footer_seperator.gif) top right no-repeat;
}

.footer div.last { background: none; }

.footer span {
	color: #ffffd6;
}

.footer a {
	text-decoration: none;
}

/* misc defs */

.justify {
	text-align: justify;
}

.capitalize {
	font-weight: bold;
	text-transform: uppercase;
}

.col2 table {
	width: 100%;
	border-collapse: collapse;
}

.col2 table tr {
	border-bottom: 1px dotted #4a3d3c;
}

.col2 table tr td {
	margin: 0;
	padding: 0;
	height: 36px;
	vertical-align: center;
}

.col2 table tr td.price {
	text-align: right;
}

#hungaricum td {
	vertical-align: bottom;
	padding: 10px 0 10px 0;

}

#hungaricum td p {
	margin: 0;
}

#hungaricum table h3 {
	color: #ffffd6;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#hungaricum .image {
	width: 100px;
	vertical-align: top;
}

#lunch td {
	vertical-align: bottom;
	padding: 10px 0 10px 0;
}

#lunch td p {
	margin: 0;
	padding: 0;
}

#lunch .date {
	width: 100px;
	vertical-align: top;
	background: url(../images/date.png) 3px 10px no-repeat;
	text-align: center;
	color: #341d27;
	font-family: 'Georgia', serif;
	font-size: 11px;
}

#lunch .date h3 {
	font-weight: bold;
	margin: 14px 0 0 0;
	padding: 0;
}


/* id defs */
#cart{
	height: 360px;
	overflow:hidden;
}

#cart img{
	float: left;
	margin-right: 10px;
}


#lunch_menu div{
	height: 215px;
	overflow:hidden;
	background: url(../images/lunch.png) top left no-repeat;
}

#lunch_menu div a.more {
	margin-top: 50px;
	display: block;
}

#sales_info div {
	height: 215px;
	overflow:hidden;
	background: url(../images/sales_info.png) top left no-repeat;
	
}

#en_sales_info div {
	height: 260px;
	overflow:hidden;
	background: url(../images/sales_info.png) top left no-repeat;
	
}

#sales_info div a.more {
	margin-top: 20px;
	display: block;
}

#banner {
	width: 280px;
	height: 110px;
	text-align: center;
	line-height: 110px;
}

#drinks {
	margin-top: 10px;
	list-style-type: none;
}

#drinks a {
	font-style: italic;
	text-decoration: underline;
}

#gallery table {
	margin: 0 0 40px 0;
}

#gallery tr {
	border: 0;
}

#gallery td {
	padding: 20px 20px 0 0;
	border: 0;
}

#gallery ul {
	margin: 20px 0 0 0;
	padding: 0;
}

#gallery ul li {
	margin: 0;
	padding: 0;
}

#cart tr {
	margin: 0;
	padding: 0;
}

#cart td {
	padding: 5px 0 5px 0;
	margin: 0;
	vertical-align: top;
	height: auto;
}

#contact em {
	color: #ffffd6;
}

#hellagain {
	height:265px;
	overflow:hidden;
}
#hellagain span {
	display: block;
	width: 90px;
	height: 60px;
	background-position: center center;
	border: 1px solid #6c434e;
}

#cart h3 {
	width: 100%;
	display: block;
	color: #ffffd6;
	font-weight: normal;
	font-size: 13px;
	margin: 50px 0 0px 0;
	padding: 0 0 10px 0px;
	line-height: 13px;
	border-bottom: 1px solid #330000;
}

#cart h3 .more {
	float: right;
	font-size: 10px;
}

#cart table {
	width: 600px;
	margin: 0 10px 0 10px;
}

#cart .first {
	margin-top: 15px;
}

