@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bg_repeat.png) repeat-x #000000;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #494949;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 550px;
	height: 400px;
	background: url(../img/decoration.png) no-repeat;
	margin: 43px auto 0 auto;
}

#czLink span, #enLink span, #flashLink span {
	display: none;
}

#czLink {
	position: absolute;
	top: 200px;
	left: 70px;
	display: block;
	width: 104px;
	height: 24px;
	background: url(../img/vstoupit.gif);
	overflow: hidden;
}

#czLink:hover {
	background-position: 0 24px;
}

#enLink {
	position: absolute;
	top: 200px;
	left: 310px;
	display: block;
	width: 80px;
	height: 23px;
	background: url(../img/enter.gif);
	overflow: hidden;
}

#enLink:hover {
	background-position: 0 23px;
}

#flashLink {
	position: absolute;
	top: 246px;
	left: 437px;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/flash.gif);
}

#czechAddress {
	position: absolute;
	top: 283px;
	left: 3px;
}

#slovakAddress {
	position: absolute;
	top: 283px;
	left: 299px;
}
a.designblok {
	display:block;
	position:absolute;
	top:349px;
	left:298px;
	width:171px;
	height:98px;
	text-indent:-2000px;
	background:url(../img/designblok.jpg) no-repeat 0 0;
}