/* Zadefinovanie grafiky stranky*/

body {
	margin: 0px;
	background-color: #336699;
	padding: 0;
}

/* Modry pruh*/

#page {
	width: 100%;
	height: 400px;
	color: White;
	position: absolute;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid  #FFFFFF;
	background-color: #DEE6EE;
	top: 20%;
}

/* top 10 */

#toplist_right {
	width: 250px;
	height: 275px;
	top: 5%;
	left: 70%;
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

/* Hlavny panel */

#toplist {
	width: 48%;
	height: 90%;
	top: 5%;
	left: 20%;
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
}

/* Zlty nadpis */

#nadpis {
	width: 100%;
	text-align: center;
	height: 20px;
	color: #000000;
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	border-bottom: 1px solid #000000;
	padding-top: 2px;
}

/* Scroll */

#scroll {
	width: 200px;
	height: 86px;
	overflow: auto;
}

/* Hlavne menu prava strana index.htm */

#toplist1 {
	width: 49%;
	height: 90%;
	color: #000066;
	position: absolute;
	background-color: #FFFFFF;
	text-align: right;
	border-right: 2px solid #CCCCCC;
	padding-right: 1%;
}

/* Submenu prava strana */

#sub_left {
	width: 20%;
	height: 90%;
	color: #000066;
	background-color: #FFFFFF;
	text-align: left;
	border-right: 2px solid #CCCCCC;
	padding-right: 1%;
}

/* Hlavne menu lava strana index.htm */

#toplist2 {
	width: 47%;
	height: 90%;
	color: #000066;
	position: absolute;
	left: 51%;
	background-color: #FFFFFF;
}

#reklama_kasino {
	color: #000066;
	position: absolute;
	left: 70%;
	top: 5%;
	font-size:12px;
	background-color: #336699;
}

/* Submenu top strana */

#toplist_sub {
	width: 100%;
	height: 20%;
	color: #000066;
	position: absolute;
	text-align: right;
	background-color: #FFFFFF;
	border-right: 2px solid #CCCCCC;
	padding: 1%;
}

/* Logo */

#logo {
	position: absolute;
	top: -13%;
	left: 5%;
}

#country {
	position: absolute;
	top: 5%;
	left: 20%;
}
#top_navigacia {
	width: 25%;
	height: 20px;
	background-color: #336699;
	position: absolute;
	top: 87%;
	left: 65%;
	text-align: center;
}

/* ------------------ Text stranky ---------------------  */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: lighter;
}
h1 {
	font-family: "Humanst521 UBd BT";
	font-size: 20px;
	text-align: center;
	position: absolute;
	width: 50%;
	font-weight: lighter;
	color: #FFCC00;
	top: 12%;
	left: 18%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: lighter;
	color: #000000;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px;
}

/* ------------------ Linky a tlatka ---------------------  */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	font-weight: lighter;
}
a.hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: lighter;
}

a.navigacia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
a.navigacia:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------ Prezentaciu vytvoril ---------------------  */

a.create {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.create:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#creade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position: absolute;
	left: 10%;
	top: 90%;
}

/* ------------------ Menu v lavo ---------------------  */

a.menu {
	PADDING-RIGHT: 2px;
	DISPLAY: block;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	FONT: bold 12px Verdana, Arial, Helvetica, sans-serif;
	WIDTH: 140px;
	COLOR: #000000;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #000000 1px solid;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
}
a.menu:hover {
	COLOR: #ffffff;
	FONT: bold 12px Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #a4c0e2;
	TEXT-DECORATION: none;
	width: 140px;
}
#menu {
	width: 10%;
	height: 40%;
	background-color: #DEE6EE;
	border: 1px solid #DEE6EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
	left: 3%;
	top: 30%;
	color: #000000;
}
