body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Verdana;
}
.text_white_big {
	font-family: Verdana;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.text_white_big a {
	color: #FFFFFF;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
.meniu {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #2a52f4;
	text-decoration: none;
	text-align:right;
}
.meniu a {
	text-decoration:none;
	color:#2a52f4;
}
.meniu a:hover {
	text-decoration:underline;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
}
.text_blue {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2a52f4;
	text-decoration: none;
	line-height: 18px;
}

.text_blue a {
	text-decoration:none;
	color:#2a52f4;
}
.text_blue a:hover {
	text-decoration:underline;
}
.text_bold {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}
.text_white_under {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.text_black11 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text_white_normal {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text_blue11 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2A52F4;
	text-decoration: none;
}
.text_blue11 a {
	color: #2A52F4;
	text-decoration:underline;
}
.text_blue11 a:hover {
	color: #2A52F4;
	text-decoration:underline;
}
.text_green11 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.text_red11 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00CC33;
	text-decoration: none;
}
.text_11 {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
.text_black11bold {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text_title {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

.meniu_hand {
	cursor: pointer;
}

.meniu_hand a {
	display: block;
}

.meniu_hand a:hover {
	color: #CC0000;
}

#alert {
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 10px;
	top: 210px;
	left: 480px;
	width: 210px;
	height: 200px;
	border: 3px solid #999999;
	text-align: center;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#overlay_alert{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#overlay img{
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
}

#overlay span{
	color: #FFFFFF;
	position: absolute;
	top: 55%;
	left: 27%;
	font-weight: bold;
}