body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: 0px;
	padding: 0;
}

a:link, a:visited {
	color: #2c2404;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #2c2404;
	font-weight: normal;
	text-decoration: none;	
}

#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #e9bc22; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 5px 10px 10px 0px; /* padding keeps the content of the div away from the edges */
}
#rightbar {
	float: right;
	width: 150px;
	padding: 5px 10px 15px 10px;
	background-color: #e9bc00;
	text-align:center;
}
#maincontent { 
	margin: 0 200px;
	padding: 1px 20px 10px 20px;
	width: 560px;
}

.logo {
	float: left;
	width: 200px;	
}
.festheader {
	background: url(../images/eyehead.jpg) top right no-repeat;
	float: right;
	width: 780px;
	height: 134px;
	text-align: left;
	position: relative;
}
.festheader h1 {
	font-size: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.festheader h2 {
	font-size: 14px;
}
.slider {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
	width: 980px;
	position:relative;
}

.menu {
    background-color: #f7ad2e;
	border-bottom: 1px solid #FFF;
}
.last {    
	border-right: 1px solid #f7ad2e !important;
}

#contentall {
	background: url(../images/content-bg.jpg) top left repeat-y;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	min-height: 2000px;

} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e9bc00;
	text-align:center;
	border-top: 1px solid #FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.lang {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;	
}

#_content { /* {$CONTENT} div */
	
}

/*
Pager object main index design
*/
.pager_index{
	font-size: 10px;
	padding: 0px 2px 0px 2px;
}
.pager_cindex{
	font-size: 10px;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}
.pager_sep{
	font-size: 10px;
	padding: 0px 2px 0px 2px;
}
.pager_prev{
	font-size: 10px;
	padding: 0px 2px 0px 2px;
}
.pager_next{
	font-size: 10px;
	padding: 0px 2px 0px 2px;
}


.liMenu {
	margin: 0px;
	padding: 0px;
}

.liMenu li{
	list-style-image:none;
	display:inline;
	margin-left:0;
	width:auto;
	padding:5px;
}

/* hirelevel doboz */

.news-letter {
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    margin: 10px auto;
    width: 82%;
    padding: 20px 10px 10px;
    background: white;
    border-bottom: 1px solid #c4c4c4;
    float: left;
}
.news-letter:before, .news-letter:after {
    height: 10px;
    background: inherit;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0px;
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
}

.news-letter:after {
  bottom: 3px;
  border-color: #dcdcdc;
}

.news-letter-title {
    background: none repeat scroll 0 0 #FFFFFF; /* newsletter background  */
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 300;
    line-height: 0;
    margin: 0 0 10px;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background: #fff;
}

.news-letter-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px; /* top header bar height */
  background: #e5bf26;  /* top header bar color */
  border-radius: 0 0 0 0; 
}
input {
    font-family: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-letter-input {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  font-size: 14px;
  background: white;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -2px #ebebeb;
  box-shadow: inset 0 -2px #ebebeb;
}

.news-letter-input:focus {
  border-color: #c4c4c4;
  outline: none;
  -webkit-box-shadow: inset 0 -2px #c4c4c4;
  box-shadow: inset 0 -2px #c4c4c4;
}

.lt-ie9 .news-letter-input {
  line-height: 48px;
}

.news-letter-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 12px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f7ad2e;
    text-transform: uppercase;
    font-weight: bold;
  border: 0;
  border-bottom: 2px solid #b65a51; /* newsletter button shadow */
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #b65a51;
  box-shadow: inset 0 -2px #b65a51;
}

.news-letter-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@font-face {
    font-family: 'swiss924_btregular';
    src: url('swiss-924-bt-webfont.eot');
    src: url('swiss-924-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('swiss-924-bt-webfont.woff') format('woff'),
         url('swiss-924-bt-webfont.ttf') format('truetype'),
         url('swiss-924-bt-webfont.svg#swiss924_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.head-title {
/*padding-top:10px;
font-size:26px;*/

padding-left:40px;
float:left;
text-align:center;

font-family: 'swiss924_btregular';
text-transform: uppercase;
font-size: 38px;
width: 540px;
padding-top: 0;  
}
