/* Vstup */
*{padding: 0px; margin: 0px; list-style-type: none;}

.vstupte
{
	width: 600px;
	height: 158px;
	background: url('./images/vstupte_bg.png') no-repeat 0% 0%;
	margin: auto;
}

.vstupte a
{
	display: block;
	width: 99px;
	height: 26px;
	text-align: center;
	padding-top: 85px;
	color: white;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
}

.vstupte li
{
	width: 100px;
	float: left;
}

.vstupte li.cz {background: url('./images/lang_cz.png') no-repeat 0px 15px;}
.vstupte li.en {background: url('./images/lang_en.png') no-repeat 0px 15px;}
.vstupte li.de {background: url('./images/lang_de.png') no-repeat 0px 15px;}
.vstupte li.sk {background: url('./images/lang_sk.png') no-repeat 0px 15px;}
.vstupte li.hu {background: url('./images/lang_hu.png') no-repeat 0px 15px;}
.vstupte li.pl {background: url('./images/lang_pl.png') no-repeat 0px 15px;}
.vstupte li.cz_hover {background: url('./images/lang_cz.png') no-repeat -100px 15px;}
.vstupte li.en_hover {background: url('./images/lang_en.png') no-repeat -100px 15px;}
.vstupte li.de_hover {background: url('./images/lang_de.png') no-repeat -100px 15px;}
.vstupte li.sk_hover {background: url('./images/lang_sk.png') no-repeat -100px 15px;}
.vstupte li.hu_hover {background: url('./images/lang_hu.png') no-repeat -100px 15px;}
.vstupte li.pl_hover {background: url('./images/lang_pl.png') no-repeat -100px 15px;}