/**
 * Generic elements
 */
body {
  direction: ltr; /* LTR */
  color: #000;
  font-size: 1em;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  text-align: justify; /* LTR */
  margin: 0 auto;
  padding: 0;
}

a, a:hover, a:active, a:visited {
	color:#000;
	text-decoration: none;
	text-align: center;
}

h1{
text-align: center;
font-size: 1.0em;
}
h2 {
text-align: center;
font-size: 1.1em;
}
h3{
text-align: center;
font-size: 1.2em;
}
h4 {
text-align: center;
font-size: 1.3em;
}
h5 {
text-align: center;
font-size: 1.4em;
line-height: 1.2em;
}
pre {
  font-family: Tahoma, Geneva, sans-serif;
}


#contener {
margin: auto 0px;
}

#keret-top {
height: 32px;
width: 900px;
background: url('keret-teteje.png') no-repeat bottom left;
margin: 0 auto;
}

#keret {
width: 900px;
background: url('keret.png') repeat-y bottom left;
padding: 3px 0 25px;
margin: 0 auto;

}

#keret-bottom {
width: 900px;
height: 40px;
background: url('keret-alja.png') no-repeat bottom left;
margin: 0 auto;
}


#header {
height: 280px;
background: url('bck.png') no-repeat top center;
margin: 0 50px;
}

#header h1 {
/*	color: #ffbf00;*/
	color: #cc6600;

	margin: 0;
	padding: 230px 0px 0 10px;
	text-align: left;
	font-size: 1.8em;
	
}

#header h4 {
	color: #cc6600;
	margin: 0;
	padding: 7px 0px 0 30px;
	text-align: left;
	font-size: 1.0em;
}
#menu {
	font-size: 1.0em;	
	position: relative;
	width: 780px;	
	height: 50px;
	padding: 0;
	margin: 20px 60px;
	background: #cc6600;
}

#nav {
	position: absolute;
/*	top: 10px;
	left: 10px;*/
	list-style: none;
	margin: 0;
	padding: 18px 50px 0 50px;
	height: 32px;
	display: inline;
	overflow: hidden;
	/*width: 201px;*/	
}

/*	padding: 0;*/

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 7px 20px 0 20px;
	overflow: hidden;
	height: 32px;
	width: 60px;
}
	
	
	
#nav a:hover, #nav a:active{
	background-position: 0px -32px;
	}

#nav a.selected {
	background-position: 0px -64px;
}

#thome a {
	width: 68px;
/*	background: url(68.png) top left no-repeat;*/
	background: url(menuelemek/fooldal.png) top left no-repeat;
	}

#tgallerie a {
	width: 69px;
	background: url(menuelemek/galeria.png) top left no-repeat;
	}

#tprice a {
	width: 61px;
	background: url(menuelemek/araink.png) top left no-repeat;
	}

#tcontact a {
	width: 138px;
	background: url(menuelemek/elerhetosegek.png) top left no-repeat;
	}

#tmember a {
	width: 144px;
	background: url(menuelemek/tisztsegviselok.png) top left no-repeat;
}



#content {
margin: 0 50px;
padding: 20px 20px;
}

#content img {
padding: 5px 5px;
margin: 10px 20px;
border: solid 1px black;

}

#content a {
text-decoration: none;
color: #cc6600;
}

#foot {
text-align: center;
 font-size: 0.9em;

}

