body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	font-size: 10px;
}

/* obrazky*/
img {
	border: 0px;
}

.main {
	background: url(../obrazky/uvod/uvodniobrazek.jpg);
	width: 660px;
	margin: 0px auto;
	height: 500px;
	position: relative;
		top: 0px;
}

#en {
	background: url(../obrazky/uvod/a_en.gif) no-repeat;
	width: 20px;
	height: 14px;
		left: 30px;
		top: 240px;
}

#de {
	background: url(../obrazky/uvod/a_de.gif) no-repeat;
	width: 20px;
	height: 14px;
		left: 50px;
		top: 286px;
}

#sitemap {
	background: url(../obrazky/uvod/asitemap.gif) no-repeat;
	width: 56px;
	height: 16px;
	position: absolute;
		left: 110px;
		top: 116px;
}

#produkty {
	background: url(../obrazky/uvod/cz/amenuprodukty.gif) no-repeat;
	width: 71px;
	height: 14px;
		left: 485px;
		top: 116px;
}

#firma {
	background: url(../obrazky/uvod/cz/amenufirma.gif);
	width: 44px;
	height: 13px;
		left: 527px;
		top: 159px;
}

#informace {
	background: url(../obrazky/uvod/cz/amenuinformace.gif);
	width: 78px;
	height: 13px;
		left: 550px;
		top: 201px;
}

#zamestnani {
	background: url(../obrazky/uvod/cz/amenuzamestnani.gif);
	width: 85px;
	height: 16px;
		left: 559px;
		top: 240px;
}

#aktuality {
	background: url(../obrazky/uvod/cz/amenuaktuality.gif);
	width: 75px;
	height: 13px;
		left: 559px;
		top: 286px;
}

#certifikaty {
	background: url(../obrazky/uvod/cz/amenucertifikaty.gif);
	width: 85px;
	height: 18px;
		left: 545px;
		top: 326px;
}

#uvodnitext {
   background: url(../obrazky/uvod/cz/uvodnitext.gif); 
	width: 480px;
	height: 100px;
	position: absolute;
	left: 90px;
	top: 370px;
}
/* /obrazky*/

.rollover {
	DISPLAY: block;
	position: absolute;
}

.rollover IMG {
	DISPLAY: block; 
	border: 0;
	WIDTH: 100%; 
	HEIGHT: 100%; 
}

.rollover:hover {
	VISIBILITY: visible
}
.rollover:hover IMG {
	VISIBILITY: hidden
}