<!--
/*styl pro hlavní stranu*/
body {
	background-color: #fff;
}

#log-in-mail {
	display: none;
	height: 18px;
	float: right;
	position: relative;
	top: 2px;
	font-size: 10px;
}

#mini-menu {
	display: none;
	color: #cdba9b;
	font-weight: bold; 
	float: left;
	position: relative;
	background-color: #889fbf;
	padding: 5px 10px 5px 10px;
	/*border-top: 1px solid #14224e;
	border-bottom: 1px solid #14224e;*/
}
#mini-menu a {
	color: white;
	margin-left: 6px;
}
#mini-menu a:hover {
	background-color: #fff;
	color: #889fbf;
}
#main-grafika {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 100px;
	background-color: #fff;
}
#logo-first {
	position: relative;
	float: left;
	left: 0px;
	top: 168px;
}
#motiv-first {
	display: none;
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
}
#lista-obrazek-first {
	display: none;
	clear: both;
	float: none;
}
#lista-text-first {
	display: none;
	clear: both;
	float: none;
}
#pruh-odkazy {
	display: none;
	width: 100%;
	position: absolute;
	clear: both;
	top: 100%;
	margin-top: -80px;
	/*background-color: #ddd;
	border-bottom: 1px solid #14224e;
	border-top: 1px solid #14224e;*/
}
#odkazy {
	display: none;
	width: 751px;
	position: relative;
	left: 50%;
	margin-left: -370px;
}
#odkazy td {
	display: none;
	padding: 0;
}
-->

