@charset "iso-8859-2";
/* CSS Document */

body {
	margin:0px;
	font-size:19px;
	background-size:100%;
	width:auto;
	height:auto;
	background-image:url(../images/hatter.jpg);
	background-repeat:repeat-y;
	
	
	}
	

a:link {color:#000000;text-decoration:none;}      
a:visited {color:#000000;text-decoration:none;}  
a:hover {color:#FF6600;text-decoration:none;}  
a:active {color:#000000;text-decoration:none;}  

#dokterulet {
	position:relative;
	top:20px;
	margin:0px auto;
	width:900px;
	height:900px;
	background-image:url(../images/dokhatter.png);
	background-repeat:repeat;
	border:6px solid #FF6600;
	
	}
	
#fejlec{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:100px;
	background-image:url(../images/fejlec.png);
	
	}

#menuterulet {
	position:absolute;
	top:80px;
	left:0px;
	width:880px;
	height:150px;
	float:left;
	
}

.menugomb {
	position:relative;
	top:10px;
	left:0px;
	width:152px;
	height:30px;
	padding-top:8px;
	padding-left:10px;
	margin-top:10px;
	margin-left:10px;
	font-size:16px;
	background-image:url(../images/dokhatter.png);
	background-repeat:repeat;
	border:2px solid #FF6600;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	float:left;
	
	
	
}




#torzs {
	position:absolute;
	top:260px;
	left:10px;
	width:845px;
	height:600px;
	padding:10px;
	border:2px solid #FF6600;
	background-image:url(../images/dokhatter.png);
	background-repeat:repeat;
	
	
	
}
