html {
    overflow-x: hidden;
	overflow-y: auto;
    scrollbar-face-color:#7C0103;
	scrollbar-arrow-color:#380d0c;
	scrollbar-track-color:#490405;
	scrollbar-shadow-color:#7C0103;
	scrollbar-highlight-color:#7C0103;
	scrollbar-3dlight-color:#7C0103;
	scrollbar-darkshadow-Color:#7C0103;
}
body {
	/*background-color: #7C0103;*/
	background-color: #FEEBCA;
	background-image: url(hatter.jpg);
	background-repeat: repeat;
	font:12px sans-serif;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

select {  background-color: #FCECC8; border: 1 solid lightgrey font-family: Verdana; font-size: 8pt;
   position:relative;
top:3px;   
 }  

div#sitemap {
	overflow: hidden;
	visibility: hidden;
	z-index: 0;
}


div#container {
	position:relative;
	z-index: 10;
	height: 580px;
	width: 800px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
div#intro {
    height: 580px;
	width: 800px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	background-color: #FEEBCA;
	position: relative;
	height: 580px;
	width: 800px;
	z-index: 20;
}

div#header {
	height:161px;
	background-color:#FEEBCA;
	z-index: 30;
	width: 100%;
}

div#zene {
	height:40px;
	position:absolute;
	width:100%;
	background-color:#6C0000;
	z-index: 199;
	top: 550px;
	right: 60px;
	left: 0;
}
/*
div#zene {
	height:40px;
	position:relative;
	width:100%;
	background-color:#6C0000;
	z-index: 40;
	bottom: 340px;
}
*/
div#oldal {
	height:345px;
	width:620px;
	z-index: 48;
	position: relative;
	top: 40px;
	overflow-x: hidden;
	left: 90px;
}

div#almenu {
	position: absolute;
	z-index: 49;
	height: 40px;
	width: 620px;
	left: 180px;
	top: 162px;
}
/*
div#almenu {
	position: relative;
	z-index: 49;
	height: 40px;
	width: 620px;
	left: 89px;
	top: 0px;
}
*/
div#menu {
	z-index: 50;
	position: absolute;
	width: 200px;
	top: 170px;
	height: 380px;
	left: 0px;
}
/*
div#menu {
	z-index: 50;
	position: relative;
	width: 200px;
	height: 380px;
	bottom: 340px;
	right: 300px;
}
*/
