body
{
	padding: 0em;
	margin: 0em;
	font-family: verdana, arial;
	background: url('back.gif');
	color: #000;
	text-align: justify;
	font-size: 8pt;
}
h1
{
	font-weight: normal;
	font-size: 110%;
}
.title
{
	position: absolute;
	top: 2em;
	left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	background-color: #8AB8E6;
	color: #637D8D;
	width: 100%;
}
.line
{
	position: absolute;
	top: 3em;
	left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	background-color: #3078BF;
	width: 100%

}
.btnpos
{
    position: absolute;
	top: 3em;
	left: 1.5em;
	font-size: 10pt;
	white-space: nowrap;
}
.tab1
{
 	position: absolute;
	top: 9em;
    left: 2em;
	width: 420px;
	height: 464px;
	color: #000000;
	background-image: URL('pics/tab1_bg.jpg');
	background-color: #8AB8E6;
	text-decoration: none;
	text-align: left;
	border-width: thin;
	border: 1.2px solid #FFFFFF;
	padding: 1em;
}
.tab2
{
 	position: absolute;
	top: 9em;
	left: 45em;
	width: 250px;
	height: 210px;
	color: #FFFFFF;
	background-image: URL('pics/tab2_bg.jpg');
	background-color: #3078BF;
	text-decoration: none;
	text-align: left;
	border: 1px solid #FFFFFF;
	padding: 1.2em;
	font-align: left;
}
.tab3
{
 	position: absolute;
	top: 32.4em;
	left: 45em;
	width: 250px;
	height: 210px;
	color: #000000;
	background-image: URL('pics/tab3_bg.jpg');
	background-color: #6699CC;
	text-decoration: none;
	text-align: left;
	border: 1px solid #FFFFFF;
	padding: 1.2em;
	font-align: left;
}
.count
{
 	position: absolute;
	top: 20em;
	left: 21em;
}
.dolni
{
	position: absolute;
	top: 99%;
	height: 12px;
	background-color: #537CA5;
	color: #000000;
	width: 100%;
}
.sign
{
	position: absolute;
	right: 0.1em;
	font-size: 80%;
	text-decoration: none;
}
a
{
	color: #6699CC;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:hover
{
	color: #000;
}
a.btn, a.btnon {
	position: relative;
	left:0px;
	padding: 2.5px 0.5em;
	border: 1px solid #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	background: #6699CC;
	color: #000000;
	}
a.btnon {
	background:black;
	color: white;
	}
a.btn:hover {
	background: #E6ECF2;
	}
