html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #fff 	url(../../img/pozadi.gif) repeat;	
	font-family: verdana;
	font-size: 12px;
	color: black;
}

div#debug {
  position: absolute;
  top: 68px;
  right: 15px;
  border: 2px solid orange;
  background-color: lightyellow;
  padding: 5px;
  z-index: 10;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	background: white;
  border-left: 1px solid gray;
	border-right: 1px solid gray;
}

div#header {
	background: #4693C1;
	text-align: right;
  margin-bottom:-8px;
}

div#header div#languages {
  /*border: 1px solid red;*/
  height: 50px;
  padding-right: 10px;
}

div#header div#languages img {
  padding-top: 10px;
}

div#header div#logo {
  /*border: 1px solid red;*/
  height: 103px;
  background: url(../../img/hp/top.jpg) no-repeat;
}

div#header div#logo a.link {
  /*border: 1px solid red;*/
  position: absolute;
  text-decoration: none;
  left: 15px;
  top: 22px;
  width: 260px;
  height: 45px;
}

div#content {
	/*border: 1px solid blue;*/
  padding: 0px 0px 10px 0px;
	background: white;
}

div#content div.menu {
  /*border: 1px solid green;*/
  background: url(../../img/hp/hp_menu_bg.jpg) repeat-x;
  width:980px;
  font-family:Verdana;
  font-size:11px;
  overflow:hidden;
  font-weight:bold;
  color:#444041;
}

div#content div.menu ul {
	padding: 0px 0px 0px 8px;
	margin: 0px;
	list-style-type: none;
	width: auto;
}

div#content div.menu ul li {
	/*border: 1px solid blue;*/
  display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 10px 0px 12px 0px;
	background: url(../../img/hp/separator.gif) right no-repeat;
}

div#content div.menu ul li a {
	/*border: 1px solid red;*/
  font-weight: bold;
  text-decoration: none;
	color: black;
  padding: 9px 11px 14px 10px;
}

div#content div.menu ul li a:hover {
	/*text-decoration: underline;*/
	background: url(../../img/hp/menu-bg-h.jpg);
}

div#content div#search {
  /*border: 1px solid black;*/
  margin-left: 755px;
  margin-top: 8px;
  &margin-top: 6px;
  width: 220px;
}

form * {
  vertical-align:middle;
}

div#content div#search form {
  margin: 0px;
  padding: 0px;
}

div#content div#search form input {
  border: 1px solid black;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  width: 100px;
}

div#content div#search form .submit {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  background: #C5C5C5 url(../../img/hp/submit_background.png) bottom repeat-x;
  padding:0px;
  height: 19px;
}

div#content div#banner {
  /*border: 1px solid red;*/
  text-align: center;
  padding-bottom: 2px;
  &padding-bottom: 0px;
}

div#content div#banner_menu {
  /*border: 1px solid red;*/
  text-align: center;
}

div#content div#article {
  clear:left;
  margin: 10px;
  font-size: 10px;
}

div#footer {
	position: absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	/*background: #4693C1;*/
	background: #485053;
	color: white;
  text-align: center;
  padding-bottom: 2px;
  letter-spacing: 2px;
}


h1 {
  font-family: trebuchet MS;
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  color: gray;
  font-weight: bold;
  text-align: left;
}

/* MAPA */
#mapka {
	position: relative;
	width: 400px;
	height: 387px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	background : #eaeaea url(../../img/mapa/mapa.gif) no-repeat top left;
	z-index: 1;
	float: left;
}

#mapa_Map {
	position: absolute;
	width: 400px;
	height: 387px;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.MAPA_PL, .MAPA_PL_over, .MAPA_PL_select {
	position: absolute;
	width: 238px;
	height: 220px;
	left: 114px;
	top: 4px;
}

.MAPA_CZ, .MAPA_CZ_over, .MAPA_CZ_select {
	position: absolute;
	width: 165px;
	height: 196px;
	left: 60px;
	top: 146px;
}

.MAPA_SK, .MAPA_SK_over, .MAPA_SK_select {
	position: absolute;
	width: 145px;
	height: 73px;
	left: 171px;
	top: 203px;
}

.MAPA_HU, .MAPA_HU_over, .MAPA_HU_select {
	position: absolute;
	width: 173px;
	height: 111px;
	left: 153px;
	top: 241px;
}

.MAPA_PL {display: none; z-index: 3;}
.MAPA_CZ {display: none; z-index: 3;}
.MAPA_SK {display: none; z-index: 3;}
.MAPA_HU {display: none; z-index: 3;}

.MAPA_PL_over {background: transparent url(../../img/mapa/mapa_pl_over.gif) no-repeat top left; display: block; z-index: 10;}
.MAPA_CZ_over {background: transparent url(../../img/mapa/mapa_cz_over.gif) no-repeat top left; display: block; z-index: 10;}
.MAPA_SK_over {background: transparent url(../../img/mapa/mapa_sk_over.gif) no-repeat top left; display: block; z-index: 10;}
.MAPA_HU_over {background: transparent url(../../img/mapa/mapa_hu_over.gif) no-repeat top left; display: block; z-index: 10;}

.MAPA_PL_select {background: transparent url(../../img/mapa/mapa_pl_select.gif) no-repeat top left; display: block; z-index: 10;}
.MAPA_CZ_select {background: transparent url(../../img/mapa/mapa_cz_select.gif) no-repeat top left; display: block; z-index: 10;}
.MAPA_SK_select {background: transparent url(../../img/mapa/mapa_sk_select.gif) no-repeat top left; display: block; z-index: 10;}
.MAPA_HU_select {background: transparent url(../../img/mapa/mapa_hu_select.gif) no-repeat top left; display: block; z-index: 10;}

#description1, #description2, #description3, #description4, #description5 {
  text-align: left;
  padding: 5px;
  display: none;
}

#description99 {
  display: block;
}