html,body {
	margin:auto;
	padding:0;
	height:100%; /* needed for container min-height */
	/*background:#cc9966;*/
    width: 1000px;
	font-family: Tahoma;
	font-size:10px;
	color:#ffffff;
    background: #636363;
}

#top {
    position: absolute;
    top: -30px;
}


#container {
	position: absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	background: #474747;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

#header {
    height: 277px;
    background-image: url(title_bg.jpg);
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

#header a {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#header a:hover {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ff8800;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    padding-top: 23px;
}

#content_title {
	padding:0; /* bottom padding for footer */
    clear: both;
    background: #474747;
    text-align: left;
    margin: auto;
    color: #61ab40;
    padding-bottom: 30px;
    padding-left: 40px;
}

#content {
	padding:0; /* bottom padding for footer */
    clear: both;
    background: #474747;
    width: 80%;
    margin: auto;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

#menu {
    position: absolute;
    padding-left: 270px;
    padding-top: 225px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.nav li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	list-style-type: none;
	display: inline;
}

.nav li:hover {
  color: #ff8800;
}


#table_content td {
    padding-left: 50px;
}

#table_content img {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #2e2012;
}


#bottom2 {
    height: 50px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
    background-image: url(footer_bg.jpg);
    height: 50px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #fbe9c7;
}

#bottom {
    margin-top: 115px;
}

#ajanlatkeres {
    color: #000000;
}

.kapcsolat_content {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 20px;
}

.kapcsolat_content a {
  color: #FFFFFF;
  text-decoration: none;
}

.kapcsolat_content a:hover {
  color: #ff8800;
  text-decoration: none;
}

.gombok a {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #2e2012;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 2px;
}

.gombok a:hover {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #2e2012;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 2px;
  background-color: #ff8800;
}

.galeria {
  width: 80%;
}

/*----------------------Galeria menu-------------------*/
ul.nav li>ul {
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	margin-top: 10px;
}

ul.nav li:hover>ul {
/*When hovered, make them appear*/
	display: inline;
    width: 270px;
    margin-left: -215px;
    padding-top: 5px;
}

.nav ul li a {
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: inline;
}
/*----------------------End of Galeria menu-------------------*/

ul.navgal li>ul {
  display: inline;
  position: absolute;
  margin-top: 10px;
  width: 270px;
  margin-left: -215px;
  padding-top: 5px;
}

.navgal li {
  list-style-type: none;
  display: inline;
}

.cocktailok {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 803px;
}

#kattintson a {
  text-decoration: none;
}


