body {
	background-color: #222222;
	font-family: "Comic Sans MS", Tahoma, Arial;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}	
	

	
/***************
Oldal felépítése
****************/
.oldalkeret {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	word-wrap:break-word;
	background-color: #FA6501;
}


/* 4) Tartalomrész */
.torzs {
	width: auto;
	overflow: hidden;
	background-image: url(tartalom_hatter_fej.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.torzs_lab {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 22px;
	width: 990px;
	background-image: url(tartalom_hatter_lab.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}


/* 5) Lábléc */
.lablec {
	width: auto;
	height: 36px;
	background: url(menusor_hatter.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 14px;
	color: #FFFFFF;
}


/********
Menü link
*********/
.menulink a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.menulink a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.menulink a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.menulink a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}

/***
Gomb
****/
.gomb {
	font-size:13px;
	font-family:Comic Sans MS;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	padding:3px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #242324), color-stop(100%, #949294) );
	background:-moz-linear-gradient( center top, #242324 5%, #949294 100% );
	background:-ms-linear-gradient( top, #242324 5%, #949294 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#242324', endColorstr='#949294');
	background-color:#242324;
	color:#ffffff;
	display:inline-block;
	text-shadow:0px 0px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.gomb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #949294), color-stop(100%, #242324) );
	background:-moz-linear-gradient( center top, #949294 5%, #242324 100% );
	background:-ms-linear-gradient( top, #949294 5%, #242324 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#949294', endColorstr='#242324');
	background-color:#949294;
}

.gomb:active {
	position:relative;
	top:1px;
}



.csik {
	background: url(csik.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}



.doboz {
	margin:0px auto; 
	padding: 30px;
	background-color: #FE7216;
}



.muveletikon {
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}


.sportagikon {
	height: 26px;
	border: none;
}



/****
Címek
*****/
.oldalcim {
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

.alcim {
	text-align: left;
	color: #222222;
	font-weight: bold;
	font-size: 16px;
}

.figyelmeztetescim {
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

