html,body{margin:0;padding:0}

body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url('grass.jpg');
	/*background-image: url('sky08.jpg');*/
	/*background-color: #aabcee;*/
	background-attachment: fixed;
	}

h1,h2,h3,h4,h5,h6 {line-height: 100%;}

h1{
	font-size: 170%;
	text-align: center;
	}

p{margin:0 10px 10px}

td, th {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
}

div#container{
	text-align:left;
	width:960px;margin:0 auto;
	}

div#header{
	background-image: url('head.jpg');
	}
div#header h1{height:160px;line-height:140px;margin:0;padding-left:10px;}

div#wrapper{
	float:left;width:100%;
	background-image: url('wrapper_bg.jpg');
	background-attachment: fixed;
	background-position: top center;
}

div#content p{line-height:1.4}
div#content{
	border-style:solid;
	border-width:0px;
	margin:5px 180px;
}

div#navigation{
    float:left;width:180px;margin-left:0px;
	text-align: center;
	height: 800px;
	}
	
.menukeret{
	/*border-style: solid;
	border-width: 1px;*/
	padding: 10px;
	margin: 5px;
	width: 150px;
	/*background-color: lightblue;*/
  }

.menukeret h1,
.menukeret h2,
.menukeret h3,
.menukeret h4{line-height:0px;margin:0;}

.menukeret_top{
    background-image: url('keret.gif');
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 0;
    }

.menukeret_center {
    background-image: url('keret_kozep.png');
    background-repeat: repeat-y;
    background-position: top center;
   }

.menukeret_bottom{
    height: 15px;
    margin-top: -12px;
    background-image: url('keret.gif');
    background-repeat: no-repeat;
    background-position: bottom center;
    }

div#navigation ul{padding:0; list-style-type:none;}
div#navigation li{}

div#extra{float:right;width:180px;}

div#footer{background-color: grey;}
div#footer p{margin:0;padding:5px 10px}
div#footer{clear:left;width:100%}

div#almenu {margin-bottom: 10px}

div#almenu ul {
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
  background-color:#90EE90;
}

div#almenu a {
  float:left;
  /*width:6em;*/
  text-decoration:none;
  color:black;
  background-color:#90EE90;
  padding:0.2em 0.6em;
  border-right:1px solid black;
}

div#almenu a:hover { background-color:#50E450}
div#almenu li {display:inline}

.cimsor {
  background-color: grey;
  height: 50px;
  margin: 0px;
}

