/*------------------------------------------default------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	line-height: 1.4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 88%;
	text-align: center;
	background-color: #eaf4ff;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 100%;
}
a {
	color: #2f3192;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
ul, li {
	list-style-type: none;
}
li {
	line-height: 1.6;
}
ul {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-size: 100%;
}
img {
	border-style: none;
}
.hide {
	display: none;
}
h2  {
	font-size: 190%;
	font-weight: normal;
	color: #2e3092;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3 {
	color: #a1b41d;
	font-size: 130%;
	font-weight: normal;
	display: inline;
}



/*------------------------------------------hlavicka------------------------------------------*/
#header {
	width: 996px;
	height: 180px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#search {
	position: absolute;
	top: 17px;
	right: 48px;
	background-image: url(../img/bg_hledani.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	width: 268px;
	display: block;
}
#search input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	position: absolute;
	left: 35px;
	top: 9px;
}
#search .tlc {
	position: absolute;
	top: 0px;
	left: 195px;
}
#jazyk {
	display: block;
	position: absolute;
	top: 19px;
	right: 370px;
}
#jazyk a {
	color: #cc82b1;
}
#jazyk a:hover {
	color: #FFF;
	text-decoration: none;
}
#jazyk .cz {
	background-image: url(../img/ico_cz.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 35px;
	height: 31px;
	line-height: 31px;
	float: left;
	margin-right: 20px;
}
#jazyk .en {
	background-image: url(../img/ico_en.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 31px;
	height: 31px;
	padding-left: 35px;
	display: block;
	float: left;
}





/*------------------------------------------logo------------------------------------------*/
h1 {
	height: 127px;
	position: absolute;
	overflow: hidden;
	display: block;
	width: 141px;
	left: 56px;
	top: 0px;
}
h1 span {
	position: absolute;
	left: 0px;
	height: 127px;
	width: 141px;
	cursor: pointer;
	top: 0px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1 a {
	font-size: 250%;
	color: #FFD102;
}





/*------------------------------------------menu------------------------------------------*/
menu {
	background-color: transparent;
	position: absolute;
	right: 48px;
	top: 85px;
}

menu li {
	display: inline;
	list-style-type: none;
}
menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
	font-size: 140%;
	margin-top: 0;
	margin-bottom: 0;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	padding-left: 6px;
	position: relative;
	padding-right: 6px;
}
menu   li.uvod    a img {
	display: block;
	padding-top: 10px;
}
menu  li  a:hover, menu li a.aktiv {
	background-color: #7b024f;
	background-image: url(../img/bg_menu-hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
menu  li  a:hover  span, menu li a.aktiv span {
	display: block;
	background-image: url(../img/bg_menu-hover2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 6px;
	position: absolute;
	top: 0px;
	right: -1px;
}





/*------------------------------------------obsah------------------------------------------*/
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	padding-top: 10px;
}
#container strong {
	font-weight: bold;
	color: #a1b41d;
}
#container-1 {
	float: left;
	width: 430px;
	padding-left: 20px;
}
#container-2 {
	float: right;
	padding-right: 20px;
	width: 400px;
}
#container-3 {
	padding-right: 20px;
	padding-left: 20px;
	width: 860px;
}

.seznam   {
	background-image: url(../img/bg_seznam-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F9F9F9;
	width: 425px;
	position: relative;
}
.seznam  ul {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
}
.seznam  li   {
	padding-left: 20px;
	background-image: url(../img/ico_seznam.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 10px;
}
.seznam .fott {
	background-image: url(../img/bg_seznam-down.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 425px;
	position: absolute;
	left: 0px;
	bottom: -10px;
}
.akt {
	margin-bottom: 30px;
}
.akt .date {
	background-image: url(../img/bg_datum.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #B60876;
	display: block;
	height: 36px;
	width: 51px;
	float: left;
	color: #FFF;
	text-align: center;
	line-height: 1.1;
	padding-top: 15px;
}
.akt   .obs {
	display: block;
	margin-left: 65px;
}
.akt a {
	font-size: 120%;
	font-weight: bold;
}
a.link {
	background-image: url(../img/ico_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.nazev {
	color: #797979;
}
ul.puncochace {

}
img.plovouci {
	float: left;
	margin-left: 20px;
}
.box {
	float: left;
}







/*------------------------------------------paticka------------------------------------------*/
#paticka {
	width: 860px;
	background-image: url(../img/bg_paticka.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	position: relative;
	margin-top: 20px;
	color: #979797;
	font-size: 85%;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
}
#paticka p {
	margin: 0px;
	padding: 0px;
}
#paticka   #baba {
	background-image: url(../img/baba.gif);
	height: 311px;
	width: 202px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	right: -75px;
	bottom: 30px;
	display: block;
}
#paticka a {
	color: #2f3192;
}
#paticka a:hover {
	text-decoration: none;
}
#paticka ul.links {
	padding-top: 30px;
}
#paticka .links li {
	display: inline;
}

#paticka  ul.links  li a {
	color: #a4b1c0;
	text-decoration: underline;
	float: left;
	margin-right: 5px;
}
#paticka ul.links li a:hover {
	text-decoration: none;
}
