body {
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F2F7FB;
	margin: 0;
	padding: 0;
}
.nadpis {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
}
.text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.text a { text-decoration: underline; color: #333333}
.text a:hover {  text-decoration: underline; color: #CC0000}
.textSub {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
}
.textTop {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
}
.ms {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #0068AE;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
.ms a { text-decoration: none; color: #0068AE}
.ms a:hover {  text-decoration: none; color: #CC0000}

.hlasovani {
	font-size: 11px;
	width: 320px;
}

#ms {
	position:absolute;
	width:250px;
	z-index:1;
	left: 20;
	top: 330;
}

#nadpis {
	position:absolute;
	width:450px;
	z-index:1;
	left: 320;
	top: 130;
	height: 20px;
}

#text {
	position:absolute;
	width:450px;
	z-index:1;
	left: 320;
	top: 200;
}

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 0;
	top: 0;
}

#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 250;
	top: 0;
}


