@charset "utf-8";

a:link     {text-decoration: none;}
a:hover    {color: #F5821F; font-weight: normal;}
a:visited  {text-decoration: none;}
a:active   {text-decoration: none;}

body {
  background-color: #FFFFFF;
}

#udvozlet {
  position: relative;
  width: 958px;
  height: 13px;
  top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
	padding-left: 5px;
	font-family: Tahoma;
  font-size: 10px;
  color: #BDBABD;
	text-align: left;
}

#kontener {
	position: relative;
	width: 958px;
	height: 2000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#kontener_ba_fe {
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0px;
	top: 0px;
	background-image: url(../images/icon/hatter_bf.png);
}

#kontener_fe {
	position: absolute;
	width: auto;
	height: 4px;
	left: 4px;
	right: 4px;
	top: 0px;
	background-image: url(../images/icon/hatter_f.png);
	background-repeat: repeat-x;
}

#kontener_jo_fe {
	position: absolute;
	width: 4px;
	height: 4px;
	right: 0px;
	top: 0px;
	background-image: url(../images/icon/hatter_jf.png);
}

#kontener_ba {
	position: absolute;
	width: 4px;
	height: auto;
	left: 0px;
	top: 4px;
	bottom: 4px;
	background-image: url(../images/icon/hatter_b.png);
	background-repeat: repeat-y;
}

#kontener_center {
	position: absolute;
	width: auto;
	height: auto;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
}

#kontener_jo {
	position: absolute;
	width: 4px;
	height: auto;
	right: 0px;
	top: 4px;
	bottom: 4px;
	background-image: url(../images/icon/hatter_j.png);
	background-repeat: repeat-y;
}

#kontener_ba_al {
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/icon/hatter_ba.png);
}

#kontener_al {
	position: absolute;
	width: auto;
	height: 4px;
	left: 4px;
	right: 4px;
	bottom: 0px;
	background-image: url(../images/icon/hatter_a.png);
	background-repeat: repeat-x;
}

#kontener_jo_al {
	position: absolute;
	width: 4px;
	height: 4px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/icon/hatter_ja.png);
}

