/* Zakladni definice */
body  {
	font-size: 70%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	background: #fff url(../images/body-bg.jpg) repeat-x left top;
	vertical-align: top;
	text-align: center;
	height: 100%;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, hr, form, fieldset, legend, table, theah, tbody, blockquote { /* resety */
	margin: 0;
	padding: 0;
}

a, a:link, a:active  {
	text-decoration: underline;
	color: #F24F00;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
}

a img {
	border: 0;
}

table {
	font-size: 100%;
}

ul {
	list-style-type: none;
}

/* nahrazeni textu obrazkem */
h1, h2, h3, #logo, #zalozky a, #zalozky strong, .visual, #promo blockquote {
	position: relative;
}

h1 span, h2 span, h3 span, #logo span, #zalozky span, .visual span, #promo blockquote span, .help-info span { /* obrazky pro prepis textu */
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
}
* html h1 a span, * html h3 a span, * html #logo a span, * html #zalozky a span, * html .blok p span.obr, * html .help-info  { /* zmena kurzoru pro IE u replacovanych odkazu */
	cursor: hand;
}

.hidden { /* skryte objekty */
	display: none;
}

.break { /* nasilne zalomeni na novy radek */
	display: block;
}

.screenHide { /* v grafickem rezimu neviditelne objekty */
	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
}

.clear { /* clear pro floaty */
	clear: both;
	height: 1px;
	font-size: 1px;
	display: block;
	overflow: hidden;
}

/* inputy, buttony, selecty, textarea */
input, select {
	vertical-align: middle;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}
input {
	height: 15px;
	padding-top: 2px;
	border: 1px solid #B3B3B3;
	background: #fff url(../images/input-bg.gif) no-repeat left top;
}
* html input, * html select {
	height: 20px;
}
* html select.multiple {
	height: auto;
}
textarea {
	border: 1px solid #B3B3B3;
	background: #fff url(../images/textarea-bg.gif) no-repeat left top;
}
input.button {
	height: 20px;
	padding: 0 10px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	background: #999 url(../images/button.gif) no-repeat left top;
	cursor: pointer;
}
* html input.button {
	padding: 0 4px 0 4px;
	cursor: hand;
}
:root input.button {
	padding-bottom: 2px;
}
input.dark { /* tmava verze buttonu */
	background-color: #6F6F6F;
	background-image: url(../images/button-dark.gif);
}
input.radio, input.checkbox { /* reset */
	height: auto;
	border: 0;
	background-image: none;
}

/* formulare */
fieldset {
	border: 0;
}
legend {
	display: none;
}

/* odkazy pro preskoceni v obsahu */
.skip a {
 	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
	color: #F24F00;
}
.skip a:active, .skip a:focus {
	color: #000;
  	display: block;
  	position: absolute;
  	overflow: visible;
	width: auto;
  	height: 50px;
	max-height: 14px;
	padding: 16px 50px 20px 20px;
  	top: 15px;
  	left: 300px;
	z-index: 100;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #EFEFEF;
	overflow: hidden;
}
* html .skip a:active {
	padding-top: 3px;
}
.skip a:hover {
	color: #F24F00;
}
.skip a span {
	position: absolute;
	display: block;
	top: 5px;
	right: 20px;
	font-size: 28px;
	color: #ddd;
}
.skip a:hover span {
	color: #000;
}

/* odkazy naformatovane jako tlacitka */
.A-Button:link, .A-Button:visited, .A-Button:hover, .A-Button:focus {
	display: block;
	width: auto;
	height: 29px;
	line-height: 27px;
	padding: 0 10px 0 10px;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #EB4D00 url(../images/a-button.gif) no-repeat left top;
	border-right: 1px solid #E75914;
}
:root .A-Button { /* protoze Mozilla zvetsuje i texty v absolutnich jednotkach */
	overflow: hidden;
}
.link-button:link, .link-button:visited, .link-button:hover, .link-button:focus {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 10px;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #6F6F6F url(../images/button-dark.gif) no-repeat left top;
	border-right: 1px solid #737373;
	overflow: hidden;
}
.light {
	background: #A9A9A9 url(../images/button.gif) no-repeat left top !important;
}




/*
Hlavni obsah stranky
*/
#kontejner {
	position: relative;
	width: 982px;
	max-width: 970px;
	padding: 0 6px 0 6px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 10;
	background: url(../images/page-bg-middle.gif) repeat-y left top;
}
#stin-start, #stin-end { /* zacatek stinu - pres gradient na pozadi */
	position: absolute;
	left: 0;
	top: 0;
	display: block;
  width: 982px;
 	height: 630px;
	z-index: -1; /* dulezity zaporny z-index, aby stin nezakryval obsah stranky */
}
#stin-start { /* stin podel okraju stranky */
	background: url(../images/page-bg-start.gif) no-repeat left top; 
}
#stin-end { /* prechod stinu do stracena */
	top: auto;
	bottom: 0;
   height: 300px;
 	background: #fff url(../images/page-bg-end.gif) no-repeat left top; 
	z-index: 1;
}
* html #page-end { /* kryti pro renderovaci bug v IE pri rozbalovani leveho menu */
	position: absolute;
	left: 0;
	bottom: -1000px;
	display: block;
   width: 982px;
 	height: 1200px;
	background-color: #fff;
	z-index: -2;
}

/* 
Hlavicka
*/
#header {
	position: relative;
	width: 970px;
	height: 90px;
	background: url(../images/header-bg.jpg) no-repeat left top;
}


/* Logo CEZ */
#logo {
	position: relative;
	top: 17px;
	left: 26px;
	display: block;
	width: 204px;
	height: 51px;
	line-height: 51px;
	font-size: 22px;
	overflow: hidden;
	color: #F24F00;
}
#logo a {
	color: #F24F00;
}
#logo strong {
	font-weight: normal;
}
* html #logo a span {
	cursor: hand;
}
/* Legenda k logum 
#logo - skupina CEZ (defaultni logo)
.L-mo - monitoring
*/
#logo span {
	background-image: url(../images/logo-skupina.png);
}
#header .L-mo {
	width: 358px;
}
#header .L-mo span {
	background-image: url(../images/logo-skupina.png);
}

/*
Vyhledavani
*/
#hledani {
	position: absolute;
	right: 16px;
	top: 0;
	width: 650px;
	text-align: right;
}
#hledani a, #hledani p, #hledani .noLine {
	display: block;
	float: right;
	padding: 12px 12px 7px 12px;
	background: url(../images/header-links-sep.gif) no-repeat right top;
}
#hledani a, #hledani a:visited {
	color: #666;
}
#hledani a:hover {
	color: #000;
}
#mapa {
	float: right;
	width: 600px;
}
#hledani form {
	float: right;
	padding-top: 10px;
}
#hledani .button {
	margin-left: 9px;
}
#hledani .noLine {
	background: none;
	padding-right: 0;
}


/*
Zalozky
*/
#zalozky {
	position: absolute;
	right: 16px;
	top: 0;
	width: 550px;
	height: 90px;
}
#zalozky ul {
	position: absolute;
	bottom: 0;
	right: 0;
}
#zalozky li {
	float: left;
}
#zalozky a, #zalozky strong {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px 0 16px;
	text-decoration: none;
	background: url(../images/tab.gif) no-repeat left bottom;
}
#zalozky strong {
	color: #000;
	font-weight: normal;
	background-image: url(../images/tab-active.gif);
}
#zalozky a:visited {
	color: #F24F00;
}
#zalozky a:hover {
	margin-top: -10px;
	height: 42px;
	line-height: 42px;
	color: #000;
	background-position: left top;
}
#kontejner #zalozky span {
	right: 0;
	left: auto;
	background-image: url(../images/tab-end.gif);
	background-position: right bottom;
}
* html #kontejner #zalozky span {
	right: -1px; /* korekce */
}
#kontejner #zalozky a:hover span {
	background-position: right top;
}


/*
Menu
*/
#misto-pro-menu { /* vytvoreni mista pro menu */
	width: 730px;
}
#misto-pro-menu span {
	display: block;
	float: left;
	width: 29em;
	height: 35px;
	text-transform: uppercase;
	font-weight: bold;
}

/* top uroven - stale viditelne odkazy */
#menu {
	position: absolute;
	top: 90px;
	left: 8px;
	width: 730px;
	margin-top: 10px;
	z-index: 1000;
}
#menu li {
	position: relative;
	float: left;
	color: #333;
	font-size: 110%;
	background: url(../images/menu-sep.gif) no-repeat right center;
	line-height: 100%;
}
#menu li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 11px 8px 11px;
	border-bottom: 1px solid #fff;
}
#menu li a:hover {
	color: #F24F00;
	text-decoration: underline;
}

/* rozbalovaci menu */
#menu ul {
	width: 155px;
	margin: 0;
}
#menu ul li {
	position: relative;
	padding: 0;
	float: none !important;
}

#menu li.rozb a {
	padding: 9px 11px 14px 12px;
	position: relative;
	left: -1px;
	margin-right: -1px;
	margin-top: -4px;
	color: #333;
	text-decoration: none;
	background-color: #E9E9E9;
}
#menu li.rozb a:hover {
	text-decoration: none;
}
#menu li.rozb li {
	background: #E9E9E9 url(../images/page/menu-sipka.gif) no-repeat 94% center;
	width: 100%;
	opacity: 0.94;
  	-moz-opacity: 0.94;
  	-khtml-opacity: 0.94;
}
#menu li.rozb li:hover {
	opacity: 1;
  	-moz-opacity: 1;
  	-khtml-opacity: 1;
}
#menu li.rozb li a {
	padding: 6px 18px 7px 26px;
	left: 0;
	margin: 0;
	font-weight: normal;
	background-color: transparent;
	background: url(../images/page/menu-odrazka2.gif) no-repeat 12px center;
}
#menu li.rozb li a:hover {
	position: static;
	font-weight: normal;
	padding: 6px 18px 7px 26px;
	margin: 0;
	left: 0;
	background-color: #fff;
	background-image: url(../images/page/menu-odrazka-activ.gif);
}
* html #menu li.rozb li a, * html #menu li.rozb li a:hover {
	padding-bottom: 8px;
}

#menu li li {
	font-size: 100%;
}

#menu div {
	position: absolute;
	top: 31px;
	left: -1px;
}
#menu div div {
	top: auto;
	left: 155px;
	margin-top: -2.15em;
}


/*
Volba jazyka
*/
#jazyky {
	position: absolute;
	top: 90px;
	right: 9px;
	margin-top: 10px;
	z-index: 1001;
}
#jazyky a, #jazyky strong {
	float: left;
	display: block;
	padding: 4px 11px 6px 11px;
	color: #333;
	background: url(../images/menu-sep.gif) no-repeat right center;
}
#jazyky a:hover {
	color: #F24F00;
}


/*
Hlavni box pro obsah stranky s rameckem
*/
#content {
	clear: both;
	padding: 10px;
	text-align: left;
	position: relative;
	z-index: 10;
	width: 970px;
  max-width: 950px;
}
#small #content {
  width: 760px;
  max-width: 740px;
}
#small.rozcestnik #content {
  max-width: 695px;
}
#small #content ul {
  margin-bottom: 20px;
}

/*
Centralni box
*/
#bloky3 {	
	float: left;
	position: relative;
	left: -5px;
	width: 750px;
	background: url(../images/page-box-bg.gif) repeat-x left bottom;	
}
* html #bloky3 {
	height: 100px;
}
/* tri svisle bloky s odkazy */
.blok {
	float: left;
	width: 250px;
	max-width: 220px;
	padding: 15px 10px 60px 15px;
	border-right: 5px solid #fff;
	background: url(../images/page-box-top.gif) no-repeat left top;	
	overflow: hidden;
}
.blok h1 { /* oranzovy velky nadpis sekce */
	width: 240px;
	max-width: 204px;
	height: 50px;
	padding: 0 18px 0 18px;
	margin: -15px 0 3px -10px;
	background-color: #F24F00;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	text-transform: uppercase;
	overflow: hidden;
}
.blok h1 a, .blok h1 a:visited {
	color: #fff;
	text-decoration: none;
}

.blok p {
	position: relative;
	padding-left: 88px;
	padding-top: 15px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.blok p a {
	display: block;
	color: #000;
	margin-bottom: 4px;
	font-weight: bold;
	line-height: 145%;
}
.blok p a:visited {
	color: #666;
}
:root .blok p a {
	line-height: 135%; /* korekce pro FF */
}
.blok p a:hover {
	color: #EB4D00;
}
.blok strong a, .blok strong a:visited { /* nadpisy podsekci */
	display: block;
	font-weight: normal;
	font-size: 84%;
	color: #F24F00;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 3px;
}
.blok strong a:hover {
	color: #333;
	text-decoration: underline;
}
.blok ul a span {
	font-weight: bold;
}

.blok p span.obr {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 65px;
	margin: 0;
}
* html .blok p span.obr {
	left: -88px;
}

.blok .A-Button { /* odkaz nastylovany jako tlacitko */
	position: absolute;
	bottom: 17px;
}

/* dva svisle bloky s odkazy */
.blok2 {
	float: left;
	width: 267px;
	max-width: 237px;
	padding: 15px 10px 0 15px;
	border-right: 5px solid #fff;
	background: url(../images/page-box-top.gif) no-repeat left top;	
	overflow: hidden;
}
.blok2 a {
  color: #000 !important;
}
.blok2 a:hover {
  color: #F24F00 !important;
}
.blok2 h1 { /* oranzovy velky nadpis sekce */
	width: 267px;
	max-width: 237px;
	height: 40px;
	padding: 0 18px 0 18px;
	margin: -15px 0 3px -10px;
	background-color: #F24F00;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	text-transform: uppercase;
	overflow: hidden;
}
.blok2 h1 a, .blok2 h1 a:visited {
	color: #fff;
	text-decoration: none;
}
.blok2 p {
	position: relative;
	padding-left: 88px;
	padding-top: 15px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.blok2 p a {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	line-height: 145%;
}
.blok2 p a:visited {
	color: #666;
}
:root .blok2 p a {
	line-height: 135%; /* korekce pro FF */
}
.blok2 p a:hover {
	color: #EB4D00;
}
.blok2 strong a, .blok2 strong a:visited { /* nadpisy podsekci */
	display: block;
	font-weight: normal;
	font-size: 84%;
	color: #F24F00;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 3px;
}
.blok2 strong {
	display: block;
	margin: 13px 0 14px 0;
	font-size: 110%;
	color: #000;
}
.blok2 strong a:hover {
	color: #333;
	text-decoration: underline;
}
.blok2 ul {
	position: relative;
	margin-bottom: 28px;
}

#content .blok2 li {
	padding-left: 23px;
	margin-bottom: 12px;
	background: url(../images/li-2.gif) no-repeat 0 1px;
}
.blok2 ul a {
	color: #000;
	font-weight: bold;
}
.blok2 ul a:visited {
	color: #666;
}
.blok2 ul a:hover {
	color: #F24F00;
}
.blok2 ul a span {
	font-weight: bold;
}
.blok2 p span.obr {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 65px;
	margin: 0;
}
* html .blok2 p span.obr {
	left: -88px;
}
.blok2 .mapka {
  background: url(../images/page/mapka.jpg) left bottom no-repeat;
}
.blok2 .mapka p {
  padding: 0 12px 12px 12px;
}
.blok2 .mapka strong {
  margin: 20px 0 15px 0;
}
.blok2 .mapka span {
  display: block;
  width: 70px;
}
.blok2 .mapka a {
  color: #000 !important;
  display: block;
  margin-top: 30px;
  width: 100px;
}
.blok2 .mapka a:hover {
  color: #F24F00 !important;
}
.blok2 .mapka span a {
  display: inline;
  margin: 0;
  text-decoration: none;
  width: 18px;
}

/* 
Pravy sloupec
*/
#right {
	float: right;
	width: 200px;
	position: relative;
	z-index: 10;
}
/* Sede boxy v pravem sloupci */
.box {
	width: 200px;
	max-width: 174px;
	padding: 0 13px 15px 13px;
	margin-bottom: 11px;
	background: #F5F5F5 url(../images/right-box-bg.gif) no-repeat left bottom;
	overflow: hidden;
}
.box h3 { /* nadpisy sedych boxu */
	width: 220px;
	max-width: 180px;
	height: 28px;
	padding: 0 10px 0 10px;
	margin-left: -13px;
	margin-bottom: 12px;
	line-height: 28px;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background-color: #E8E8E8;
	overflow: hidden;
}
.box h3.long { /* pro dvouradkove nadpisy */
	height: 50px;
	max-height: 40px;
	padding-top: 10px;
	line-height: 15px;
}
.box h3 a, .box h3 a:visited {
	color: #000;
	text-decoration: none;
}
.box h3 a:hover {
	color: #F24F00;
	text-decoration: underline;
}
.tiskovky h3 span { /* obrazky pro jednotlive nadpisy sekci */
	background-image: url(../images/nadpisy/tiskove-zpravy.gif);
}
.akcie h3 span {
	background-image: url(../images/nadpisy/cena-akcii.gif);
}
.en .akcie h3 span { /* EN */
	background-image: url(../images/nadpisy/cena-akcii-en.gif);
}
.de .akcie h3 span { /* DE */
	background-image: url(../images/nadpisy/cena-akcii-en.gif);
}
* html .tiskovky { /* tiskove zpravy */
	padding-bottom: 4px; /* korekce */
}
* html .tiskovky h3 {
	margin-bottom: 14px; /* korekce */
}
.box a:visited {
	color: #EE9A7D;
}
.box a:hover {
	color: #000;
}
.tiskovky p a {
	display: block;
	margin: 2px 0 15px 0;
}
.akcie p { /* cena akcii */
	padding-left: 100px;
	line-height: 115%;
	color: #000;
	background: url(../images/graf-akcie.gif) no-repeat left top;
}
.akcie a, .akcie a:visited {
	display: block;
	color: #000;
	margin-top: 3px;
}
.akcie a:hover {
	color: #F24F00;
}
.akcie p a#cena, .akcie p a#cena:visited {
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #F24F00;
}
.akcie p a#cena:hover {
	color: #000;
}
.akcie ul {
	margin-top: 10px;
}

/* vycet odkazu se svislitky */
#content .vycet li {
	float: left;
	margin: 0;
	padding-left: 0;
	padding-right: 7px;
	margin-right: 7px;
	background: url(../images/li-sep.gif) no-repeat right center;
}
#kontejner .noB {
	background-image: none !important;
	border-right: 0;
}
.vycet li a, .vycet li a:visited {
	color: #000;
}
.vycet li a:hover {
	color: #EB4D00;
}
#small #right a:hover {
  color: #000 !important;
}
#small #content .vycet li{
	background: #FFF;
}
#small #content .vycet a {
  color: #000;
}
#small #content .vycet a:hover {
  color: #F24F00 !important;
}

/* 
Pata stranky 
*/
#footer {
	margin-top: 5px;
	margin-bottom: 35px;
	width: 100%;
	position: relative;
	z-index: 10;
}
#footer a, #footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #000;
}
#odkazy { /* lista odkazu */
	width: 100%;
	margin-bottom: 15px;
	background-color: #F3F3F3;
}
#odkazy a {
	color: #000;
}
#odkazy a:visited {
	color: #737373;
}
#odkazy a:hover {
	color: #F24F00;
}
#footer li {
	float: left;
	margin-top: 15px;
	padding: 0 12px 15px 12px;
	border-right: 1px solid #fff;
}
#footer form { /* select pro vyber zeme */
	float: right;
	margin-top: 13px;
	padding-right: 12px;
}
#footer label {
	vertical-align: middle;
}
#footer select, #footer input {
	margin-left: 5px;
}
#footer p { /* copyright + created by */
	float: right;
	text-align: right;
}
#footer p#copy {
	float: left;
	width: 790px;
	text-align: left;
}
#copy span {
	padding-left: 3px;
	padding-right: 3px;
}


/* 800 * 600 */
#small #kontejner {
	background: url(../images/page-small-bg-middle.gif) repeat-y left top;
  width: 772px;
  max-width: 760px;
}
#small #header {
  width: 760px;
}
#small #promo {
  background: #FFF;
	position: relative;
	width: 748px;
	height: 160px;
	max-height: 94px;
	padding: 103px 0 0 12px;
	margin: 0;
}
#small #promo span { /* promo foto */
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 760px;
	height: 160px;
	min-height: 195px;
	z-index: 0;
}

#small h1 {
	min-height: 25px;
	padding: 0 18px 0 18px;
}
#small .blok2 h1 {
  height: 40px;
}

#small #bloky3 {	
	float: left;
	position: relative;
	left: -5px;
	width: 534px;
	margin-left: 5px;
	background: url(../images/page-small-box-bg.gif) repeat-x left bottom;
}
#small #right {
	float: right;
	width: 200px;
	position: relative;
	z-index: 10;
}
#small #right a {
  color: #F24F00;
}
#small #right p a {
  display: block;
	margin: 2px 0 15px 0;
}
#small #footer {
  width: 760px;
}

/* rozcestnik */
body#small.rozcestnik  {
	background: #fff url(../images/body-bg.jpg) repeat-x left top;
}
#small.rozcestnik {
  color: #000;
}
#small.rozcestnik #kontejner {
	background: none !important;
}
#small.rozcestnik #header {
	background: #FFF url(../images/header-bg-rozcestnik.jpg) right bottom no-repeat;
	height: 115px;
}
#small.rozcestnik #logo {
	top: 30px;
}
#small.rozcestnik #promo {
	height: 168px;
	max-height: 64px;
}
#small.rozcestnik #promo span { /* promo foto */
	height: 168px;
	min-height: 168px;
}
#small.rozcestnik #content {
  background: #FFF;
  padding: 32px;
}
#small #center h2 {
	background: url(../images/li-3.gif) no-repeat left 3px;
}
#small.rozcestnik p {
  margin: 20px 0;
}
#small.rozcestnik dl {
  border-top: 1px #E8E8E8 solid;
  margin-top: 25px;
  padding-top: 25px;
}
#small.rozcestnik dd {
  margin-bottom: 30px;
}
#small.rozcestnik dt a {
	background: url(../images/page/menu-odrazka-activ.gif) left center no-repeat;
  color: #F24F00;
  font-weight: bold;
  padding-left: 15px;
}
#small.rozcestnik dd {
  margin-left: 15px;
}
#small.rozcestnik #odkazy {
  background: #F24F00;
  margin: 0;
}
#small.rozcestnik #footer {
	margin-top: 0;
}
#small.rozcestnik #footer li {
  border: 0;
  color: #FFF;
  font-weight: bold;
	margin-top: 7px;
	padding: 0 12px 7px 12px;
}
.highlight_0 {
display:inline;
position:static;
color:#333333;
background:#F24F00;
}
