/* CSS Document */

#holder {
	position:absolute;
	left:0;
	top:0;
	width:700px;
	height:500px;
	margin-left:20%;
	margin-top:36px;
	background-image:url(elemek/hatter.jpg);
	z-index:1;
}

#menu {
		position:absolute;
		left:18px;
		top:168px;
		width:127px;
		height:123px;
		z-index:3;
	}

	#logoplace {
		position:absolute;
		left:16px;
		top:16px;
		width:125px;
		height:125px;
		z-index:2;
	}


	#scroller {
	position:absolute;
	left:163px;
	top:25px;
	width:528px;
	height:440px;
	z-index:2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#b2bc00;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#b2bc00;
	border:solid;
	border-color: #cccccc;
	border-width:1px;
}
	
	#textfield {
				position:absolute;
				left:0px;
				top:0px;
				width:505px;
				height:436px;
				z-index:3;
				
				}
