body { /*Weboldal általános beállításai*/
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	text-align:center;
}

img { /*Képek*/
	border:none;
}

.txt { /*Weboldalon lévő szövegek*/
	color:#ff0000;
}

.txttop {/*Toplista legfelső sávjában lévő szöveg*/
	color:#ffffff;
}

.sitetxt {/*Toplistában lévő reklámok szövege*/
	color:#000000;
	font-size:10px;
}

.sitenumbers {/*Toplistában lévő reklámok szövege*/
	color:#000000;
}

a { /*Link*/
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;
}

a:visited { /*Link amire már kattintottak*/
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;
}

a:hover { /*Link ami felett épp az egér van*/
	font-weight:bold;
	text-decoration:underline;
	color:#FF0000;
}

a:active { /*Link amire épp kattintanak*/
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

a.site { /*Link*/
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a.site:visited { /*Link amire már kattintottak*/
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a.site:hover { /*Link ami felett épp az egér van*/
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

a.site:active { /*Link amire épp kattintanak*/
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

div.header { /*Az oldal felső része*/
	width:984px;
	clear:both;
	margin:auto;
	text-align:center;
}

div.body { /*Az oldal középső része*/
	width:984px;
	margin:auto;
	text-align:center;
}

div.footer { /*Az oldal alsó része*/
	width:984px;
	clear: both;
	margin:auto;
	text-align:center;
}

div.left { /*Bal oldali információs vagy reklám sáv*/
	width:160px;
	float:left;
	text-align:center;
	margin-right:8px;
}

div.right { /*Jobb oldali információs vagy reklám sáv*/
	width:160px;
	float:left;
	text-align:center;
	margin-left:8px;
}

div.toplistcontainer { /*A teljes toplista*/
	width:648px;
	float:left;
}

div.toplistheader { /*A toplista legfelső sávja*/
	width:646px;
	float:left;
	height:26px;
	background-color:#2851d8;
	text-align:center;
	border-color:#000000;
	border-left:solid 1px;
	border-right:solid 1px;
	border-top:solid 1px;
}

div.toplistbody { /*A toplistában lévő reklámok*/
	width:646px;
	float:left;
	background-color:#FFFFFF;
	border-color:#000000;
	border-left:solid 1px;
	border-right:solid 1px;
	text-align:center;
	border-bottom:solid 1px;
}

div.topplace { /*A toplista legfelső sávjában a HELY*/
	width:40px;
	text-align:center;
	float:left;
	padding:6px 0 6px 0;
	font-weight:bold;
}

div.topdetails { /*A toplista legfelső sávjában az OLDAL NEVE*/
	width:471px;
	float:left;
	padding:6px 0 6px 0;
	font-weight:bold;
}

div.topin { /*A toplista legfelső sávjában a BE*/
	width:68px;
	float:left;
	padding:6px 0 6px 0;
	font-weight:bold;
}

div.topout { /*A toplista legfelső sávjában a KI*/
	width:67px;
	float:left;
	clear:right;
	padding:6px 0 6px 0;
	font-weight:bold;
}

div.siteplace { /*A toplistában a HELY*/
	width:40px;
	height:140px;
	float:left;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
	background-color:#FAFAFA;
}

div.sitedetails { /*A toplistában a OLDAL NEVE*/
	width:471px;
	height:140px;
	float:left;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
}

div.sitein { /*A toplistában a BE*/
	width:68px;
	height:140px;
	float:left;
	color:#000000;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
	background-color:#FAFAFA;

}

div.siteout { /*A toplistában a KI*/
	width:67px;
	height:140px;
	float:left;
	clear:right;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
}

div.siteplacetxt { /*A toplistában a HELY*/
	width:40px;
	height:80px;
	float:left;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
	background-color:#FAFAFA;
}

div.sitedetailstxt { /*A toplistában a OLDAL NEVE*/
	width:471px;
	height:80px;
	float:left;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
}

div.siteintxt { /*A toplistában a BE*/
	width:68px;
	height:80px;
	float:left;
	color:#000000;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
	background-color:#FAFAFA;

}

div.siteouttxt { /*A toplistában a KI*/
	width:67px;
	height:80px;
	float:left;
	clear:right;
	border-color:#000000;
	border-top:solid 1px;
	padding:6px 0 6px 0;
}


.commonbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:auto;
	background-color:#FFFFFF;
}

a.commonbox:link {
	color: #000000;
}

a.commonbox:visited {
	color: #000000;
}

a.commonbox:hover {
	color: #000000;
}

a.commonbox:active {
	color: #000000;
}
