html {
    background: url('../Images/background_2.jpg') no-repeat center center fixed;       
    background-size: cover; 
}


body {
	padding: 2px;	
	margin: 0px;	
	color: #000000;
	font-family: Times New Roman;
  	font-size: 10px;
	text-align: center;   
}


#container
{
	margin: 0 auto;
	width: 1000px;
}

#container-round
{
	margin: 0 auto;
    min-height: 280px;
    height: auto;
    overflow:hidden;
    border:2px solid #a76e39;
    padding:0px 0px;
    background-color : #2e1a06;
    -moz-border-radius:20px; /* Firefox 3.6 and earlier */
    -webkit-border-radius: 15px; /* Safari and Chrome */
    box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'container-round' class */
    border-radius: 20px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    /*Shadow horizontal offset, vert.offset, blur radius, spread radius*/
    -moz-box-shadow: 3px 3px 3px 0px #2c1803;
    -webkit-box-shadow: 3px 3px 2px 0px #2c1803;
    box-shadow: 3px 3px 3px 0px #2c1803;
}


#header
{
    position:relative;
	padding: 0px;
    height: 83px;
    width: 100%;
 /*   background-color : #2c1803;  */
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c1803', endColorstr='#6d5f54'); /* for IE */
/*background: -webkit-gradient(linear, left top, left bottom, from(#2c1803), to(#6d5f54)); /* for webkit browsers */
/*background: -moz-linear-gradient(top,  #2c1803,  #6d5f54); /* for firefox 3.6+ */
 /*   background-image:url('images/lekerekitett_hatteratmenet_fent.jpg');
    background-repeat:repeat-x;  /* The background image will be repeated only horizontally   /
	background-position: 0px 20px;  */
   background-image: url('images/background_2.jpg');  
   background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

#header-menu
{
    clear: both;

    position:relative;
	padding: 0px;
    height: 20px;
    width:100%;
    background-color : #2e1a06;
/*   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c1803', endColorstr='#6d5f54'); /* for IE */
/*   background: -webkit-gradient(linear, left top, left bottom, from(#2c1803), to(#6d5f54)); /* for webkit browsers */
/*   background: -moz-linear-gradient(top,  #2c1803,  #6d5f54); /* for firefox 3.6+ */
}

#header h1 { 
  font-size:35px;
  color: White;			/*Set the text-color*/
  font-weight:bold;
  margin: 0; 
}

#navigation
{

	width: 100%;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;

	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover { background:#6c5f53; }

#content
{
    clear:left;
    padding-bottom: 10px;
    position:relative;
    height : auto;
    width: 100%;
    background-color: #b46d23;
}

#center2
{
    position: absolute;
    width : 20%;
	padding: 2px;
}

#footer
{
    position:relative;
	color: White;	/*Set the text-color*/
	text-align: right;
	padding: 5px;
	padding-left:40px;
	padding-right:40px;
	height: 10px;     

/*    background-image:url('images/lekerekitett_hatteratmenet_lent.jpg');
    background-repeat:repeat-x;  /* The background image will be repeated only horizontally /
	background-position: left bottom;
    */
}

.leftbox
{
  float: left;
  text-align: left;
}

.rightbox
{
  float: right;
  text-align: left;
}

.centerbox
{
  float: left;
  background-color: #b46d23; 
  font-size: 10px;
}

#narrowright540 {
  float: right;
  width: 540px;
  padding: 15px;
  background: #b46d23;
}
#wide {
  float: left;
   width: 698px;
   padding: 15px;
 /* width: calc(100% - 400px);*/
  background: #b46d23;
}

#widerest {
  float: left;
 /*  width: 67%;*/
   padding: 10px;
  width: calc(100% - 550px);
  background: #b46d23;
}
#leftcolumn500 {
  float: left;
  width: 500px;
  padding: 10px;
  text-align: left;
  /*width: calc(100% - 400px);*/
  background: #b46d23;
}

#leftcolumn600 {
  float: left;
  width: 600px;
  padding: 10px;
  text-align: left;
  /*width: calc(100% - 400px);*/
  background: #b46d23;
}
.myButton {
    background:url(/images/alsogomb.jpg) no-repeat;
    cursor:pointer;
    width: 200px;
    height: 100px;
    border: none;
}

