@charset "windows-1250";
/* CSS Document */

.hMenu {
	position: fixed;
	height: 100px;
	top: 0px;
	width: 100%;
	left: 0px;
	text-align: center;
	z-index: 10000;
	background-color: #FFF;
}

#obal {

	width: 100%;
	top: 90px;
	position: relative;
}

#maska {
	position:absolute;
	width:100%;
	height:275px;
	z-index:1000;
	left: 0px;
	top: 0px;
	color: #666;
}
#karta {
	position:absolute;
	width:300px;
	height:358px;
	z-index:1100;
	left: -130px;
	top: 30px;
	color: #666;
	background-image: url(img/karta.png);
	background-repeat: no-repeat;
}
#stativ {
	position:absolute;
	width:300px;
	z-index:1100;
	left: 530px;
	top: 70px;
	/*visibility: hidden;*/
}
#obalMaska {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	top: auto;
	position: relative;
}
#obalKarta {
		margin-left: auto;
	margin-right: auto;
	top: auto;
	position: relative;
	height: 0px;
}
.oranzNadpis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #F60;
	font-weight: bold;
}
.oranzNadpisStred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F60;
	font-weight: bold;
}
.oranzNadpisMaly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F60;
	font-weight: bold;
}
.beznyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.beznyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.beznyTextBoldOranz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	font-weight: bold;
}
.menuTelefon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #666;
	font-weight: bold;
}
.bilaMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}
body {
	margin-top: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.mail a:link {
	color: #F60;
	text-decoration: none;
}
.mail a:visited {
	color: #F60;
	text-decoration: none;
}
.mail a:hover {
	color: #F60;
	text-decoration: none;
}
.mail a:active {
	color: #F60;
	text-decoration: none;
}