/* CSS Document */
body {
	margin: 0px;
	width: auto;
/* auto pro mozilu*/
	text-align: center;
	background-color: #f0dbc8;
}
#uvodnistranka {
	height: 596px;
/* nechci na boku posuvnik*/
}
#uvodnistranka img {
	border: none;
/* uvodni grafika nasich kocek nemuze mit ramecek*/
}
.pata {
	position: relative;
	top: 20px;
/*posunem to trosicku dolu*/
}
/* css pro menu naq uvodni strance*/
a.cesky {
	background-image: url(../image/castistranek/uvodmenu_02.gif);
	position: absolute;
	top: 350px;
	left: 100px;
	text-decoration: none;
	width: 200px;
	height: 50px;
}
/* po najeti mysi zmen */
a.cesky:hover {
	background-image: url("../image/castistranek/uvodmenubile_02.gif");
}
a.anglicky {
	background-image: url("../image/castistranek/uvodmenu_03.gif");
	position: absolute;
	top: 400px;
	left: 150px;
	border: none;
	text-decoration: none;
	width: 200px;
	height: 50px;
}
a.anglicky:hover {
	background-image: url(../image/castistranek/uvodmenubile_03.gif);
}
a.nemecky {
	background-image: url(../image/castistranek/uvodmenu_01.gif);
	position: absolute;
	top: 450px;
	left: 200px;
	border: none;
	text-decoration: none;
	width: 200px;
	height: 50px;
}
a.nemecky:hover {
	background-image: url(../image/castistranek/uvodmenubile_01.gif);
}
