﻿/* Zakladni definice */
body  {
	font-size: 12px;
/*	line-height: 18px; */
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	text-align: center; 
/*	height: 100%; */
}


body {
	background-position: 0px 0px 0px 0px;
	background: #386F03 url(../img/shp/bg-main-new.png) no-repeat center top;	
}

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: #3F7D23;
        outline: none;
}
a:visited {
	color: #3F7D23;
}
a:hover {
	color: #3F7D23;
/*	font-weight: bold; */
	text-decoration: none;
}

a img {
	border: 0;
}

table {
	font-size: 100%;
}

ul {
	list-style-type: none;
/*	margin-left: 15px; 
	margin-top: 10px;  */	
	width: 189px;
}
/* Media Player */
.mediaspace {
	height:240px;
	margin:20px 0 20px 285px;
	padding:0;
	text-align:center;
	width:320px;
}


/* Obr�zek s popisem (xstandard) */
div.contImgLeft {
	padding: 0 20px 0 0;
	background-color: white;
	margin: 0;
	text-align: left;
	width: 235px;
        height:auto;
	float: left;
}
div.contImgLeft img {
	padding: 0;
	margin: 0 0 -15px 0;
}
div.contImgRight {
	padding: 0;
	background-color: white;
	margin: 0;
	text-align: left;
	width: 235px;
        height:auto;
	float: left;
}
div.contImgRight img {
	padding: 0;
	margin: 0 0 -15px 0;
}
p.description {
	padding: 10px;
	background-color: #E6E6E7;
        color: black;
        margin: 0;
	_margin: -15px 0 0 0;
	text-align: left;
	width: 215px;
        _width: 235px;
        height:auto;  
        clear: both;
}

/* 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, .help-infow 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, * html .help-infow  { /* zmena kurzoru pro IE u replacovanych odkazu */
	cursor: hand;
}

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

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


.screenHide {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}


#logo .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;
	padding-left: 2px;	
	border: 1px solid #B3B3B3;
	margin-right: 2px;	
	background: #fff url(../img/input-bg.gif) no-repeat left top;
}
input.disabled {
	height: 15px;
	padding-top: 2px;
	border: 1px solid #B3B3B3;
	background: #E3E3E3;
}
* html input, * html select {
	height: 20px;
}
* html select.multiple {
	height: auto;
}
textarea {
	border: 1px solid #B3B3B3;
	background: #fff url(../img/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(../img/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(../img/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(../img/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(../img/button-dark.gif) no-repeat left top;
	border-right: 1px solid #737373;
	overflow: hidden;
}
.light {
	background: #A9A9A9 url(../img/button.gif) no-repeat left top !important;
}


#noflash{
	height: 350px;
        margin: 0 0 20px 0;
}

/*
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;
	z-index: 10;
}

* 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: 966px;
	height: 90px;
}


#header .L-fm {
        background:transparent url(../img/logo-motion.gif) no-repeat scroll left top;
        height:48px;
        margin-top:0px;
        width:295px;
        cursor: pointer;
}/*
#logo (
        color:#F24F00;
        display:block;
        font-size:22px;
        height:26px;
        left:26px;
        line-height:51px;
        position:relative;
        top:32px;
        width:26px;
}
*/


#logo {
	position: relative;
	top: 25px;
	left: 26px;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 51px;
	font-size: 22px;
	overflow: hidden; 
	color: #F24F00;
}

#logo1 {
	position: relative;
	background: url(../img/logo-e-motion.gif) no-repeat 15px 15px; 
	height: 51px;
	width: 450px;
}

#logo a {
	color: #F24F00;
}
#logo strong {
	font-weight: normal;
}
* html #logo a span {
	cursor: hand;
}
/* Legenda k logum 
#logo - skupina CEZ (defaultni logo)
.L-pv - pro vetrniky

*/
#logo span {
	background-image: url(../img/logo.gif);
    cursor: hand;
}
#header .L-pv {
	width: 295px;
/*	border: 5px solid lightblue; */
	background: url(../img/logo-kradeze.gif) no-repeat left top;	
	margin-top: 0px;
	height: 48px;
    cursor: hand;
}
#header .L-pv span {
	background-image: url(../img/logo-kradeze.png);
    cursor: hand;
}



/*
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: 0px;
	left: 0px;
	width: 690px;
	margin-left: 310px;
	z-index: 1000;
        font-weight: bold;
	padding-bottom: 40px;
}

#menu-start {
	background: transparent url(../img/menu-start.png) no-repeat left top;
	behavior: url("/edee/content/sys/kel/css/iepngfix.htc");
}
#menu-middle {
/*   	background-color: #F24F00;	*/
	background: transparent url(../img/menu-bck1.png) left top;
	margin-top: -10px;
}
#menu-end {
	height: 21px;
	width: 195px;
	background: transparent url(../img/menu-end.png) no-repeat left bottom;
	behavior: url("/edee/content/sys/kel/css/iepngfix.htc");
}

#menu li {
        color:#333333;
        float:left;
        font-size:110%;
        line-height:100%;
        position:relative;
}

#menu li li {
	margin-left: 20px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
        height: 58px;
        margin-right: 24px;
        overflow: hidden;
        position: relative;
}

#menu li a:hover {
        color: #7FD824;
}

#menu li#p-fmo-100 a {
	background: url(../img/menu_1.gif) 0px 0px no-repeat;
        width: 174px;
}
#menu li#p-fmo-100 a:hover {
        background: url(../img/menu_1.gif) 0px -58px no-repeat;
}
#menu li#p-fmo-100 a.actual, #menu li#p-fmo-100 a.actual:hover {
        background: url(../img/menu_1.gif) 0px -116px no-repeat;
}

#menu li#p-fmo-200 a {
	background: url(../img/menu_2.gif) 0px 0px no-repeat;
        width: 118px;
}
#menu li#p-fmo-200 a:hover {
        background: url(../img/menu_2.gif) 0px -58px no-repeat;
}
#menu li#p-fmo-200 a.actual, #menu li#p-fmo-200 a.actual:hover {
        background: url(../img/menu_2.gif) 0px -116px no-repeat;
}

#menu li#p-fmo-300 a {
	background: url(../img/menu_3.gif) 0px 0px no-repeat;
        width: 99px;
}
#menu li#p-fmo-300 a:hover {
        background: url(../img/menu_3.gif) 0px -58px no-repeat;
}
#menu li#p-fmo-300 a.actual, #menu li#p-fmo-300 a.actual:hover {
        background: url(../img/menu_3.gif) 0px -116px no-repeat;
}

#menu li#p-fmo-400 a {
	background: url(../img/menu_4.gif) 0px 0px no-repeat;
        width: 180px;
}
#menu li#p-fmo-400 a:hover {
        background: url(../img/menu_4.gif) 0px -58px no-repeat;
}
#menu li#p-fmo-400 a.actual, #menu li#p-fmo-400 a.actual:hover {
        background: url(../img/menu_4.gif) 0px -116px no-repeat;
}

/*
#menu li {
	position: relative;
	float: left;
	color: #305675;
	font-size: 12px;
	width: 170px;
	line-height: 100%;
}
#menu li a {
	display: block;
	color: #043862;
	text-decoration: none;
	padding: 5px 11px 8px 11px;
	border-bottom: 1px solid #fff;
}

#menu li a.rozb{
	background: #E9E9E9 url(../img/page/menu-sipka.gif) no-repeat 94% center !important;
}

#menu li a.rozb:hover{
	background: White url(../img/page/menu-sipka.gif) no-repeat 94% center !important;
}


#menu li a:hover {
        border-top: 7px solid #7FD824;
	color: #7FD824;
}
#menu li a.rozb:hover,
#menu li li a:hover {
	color: black;
	text-decoration: none;
}

/* rozbalovaci menu */
/*
#menu ul {
	width: 190px;
	margin: 0;
}
#menu ul li {
	position: relative;
	padding: 0;
	float: none !important;
	line-height: 105% !important;	
}

#menu li.rozb a {
	padding: 9px 11px 14px 12px;
	position: relative;
	left: -1px;
	margin-right: -1px;
	margin-top: -4px;
	min-height: 15px;	
	color: #333;
	text-decoration: none;
	background-color: #E9E9E9;
}
#menu li.rozb a:hover {
	text-decoration: none;
}
#menu li.rozb li {
	background: #E9E9E9 none 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(../img/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(../img/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: 190px;
	margin-top: -2.15em;
}

.menuLeft div div {
  margin-left: -380px;
}

*/


/*
Hlavni box pro obsah stranky s rameckem
*/
#content {
	clear: both;
	padding: 10px 10px 10px 0px;
	text-align: left;
	position: relative;
	z-index: 10;
	width: 940px;
        max-width: 940px;
	margin-left: 25px;

}
* html #content {
	margin-bottom: -50px;
}

#video {
        height: 442px;
        margin: 7px 0 0 0;
        position: relative;
/*        border: 1px solid white; */
}

#shp-promo-links{
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
        height: 380px;
        width: 311px;
}
#shp-smartgrids{
        position: absolute;
        top: -23px;
        right: -20px;
        _right: -30px;
}
#shp-emobility{
        position: absolute;
        bottom: 0px;
        _bottom: 3px;
        right: -20px;
        _right: -30px;
}

#shp-footer-block{
        position: relative;
        margin: 0;
        padding: 0;
        width: 629px;
        height: 69px;
        background: url(../img/shp/bg-shp-footer-block.png) no-repeat;
}
#shp-footer-block a{
        text-decoration: none;
        display: block;
        padding: 11px 0 0 100px;
        _width: 500px;
        _height: 69px;
        color: #fff;
}
#shp-footer-block a em{
        display: block;
        font-size: 19px;
        font-style: normal;
}
#shp-footer-block a b{
       border-bottom: 1px solid #6e9a40 !important;
}
#shp-footer-block a:hover b{
       border-bottom: 1px solid #abd77e !important;
}

/*
Centralni box
*/
#bloky3 {	
/*    background: transparent ; 
	background: black none repeat scroll 0 0 !important; */
	float: left;
	position: relative;
    top: -65px;
	left: 417px;
	width: 296px;
	height: 465px;
    min-height: 465px;
    padding-bottom: 0px;
	font-size: 11px;
}
* html #bloky3 {
	height: 490px;
}

#bloky3 ul {
	margin-left: 10px;
	margin-top: 10px;	
	width: 265px;
	background: url(../img/hr.gif) no-repeat 35px bottom;
	padding-bottom: 1px;
}

#bloky3 .none ul {
	margin-left: 10px;
	margin-top: 10px;	
	width: 265px;
	padding-bottom: 1px;
	backgrond-image: none;
}

.ht span {
	background: url(../img/hr.gif) no-repeat left top;
	display: block;
	width: 160px;
	height: 3px;
}
*/
/* tri svisle bloky s odkazy */
.blok {
	float: left;
	width: 250px;
	max-width: 220px !important; 
	padding: 15px 10px 60px 15px;
	border-right: 5px solid #fff;
	background: url(../img/page-box-top.gif) no-repeat left top;	
	overflow: hidden;
	height: 100%;
}
.blok h1 { /* oranzovy velky nadpis sekce */
	width: 240px;
	max-width: 204px;
	*max-width: 240px;
	height: 50px;
	padding: 0 18px 0 18px;
	*padding: 0 0 0 0;
	margin: -15px 0 3px -10px;
	background-color: #F24F00;
	color: white;
	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: 0pt 5pt;
}

.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 !important;
	bottom: 17px;
}

/* dva svisle bloky s odkazy */
.blok2 {
	background: black none repeat scroll 0 0;
	float: left;
    width: 291px;
	_width: 291px;
	max-width: 355px;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
    height: 355px;
}
* html .blok2 {
    height: 360px;
	_margin-bottom: -60px;
}
.blok2 #obr1{
	background: url(../img/ico1.gif) no-repeat left top;
}
.blok2 #obr2{
	background: url(../img/ico2.gif) no-repeat left top;
}
.blok2 #obr3{
	background: url(../img/ico3.gif) no-repeat left top;
}
.blok2 #obr4{
	background: url(../img/ico4.gif) no-repeat left top;
}
.blok2 #obr5{
	background: url(../img/ico5.gif) no-repeat left top;
}
.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: 0px;
	padding-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 15px;
	font-size: 11px;
}

.blok2nadpis h2 {
	font-family: Arial,Verdana,Helvetica,sans-serif;
    color: white;
	font-size: 18px;
	background: transparent url(../img/h2.gif) no-repeat left 10px;
/*	text-indent: 20px; */
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
    font-weight: normal;
}
.blok2nadpis p a {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	line-height: 145%;
}


.blok2 h2 {
	font-family: Arial,Verdana,Helvetica,sans-serif;
    color: white;
	font-size: 18px;
	background: url(../img/h2.gif) no-repeat left 10px;
/*	text-indent: 20px; */
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
    font-weight: normal;
}
.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: 5px 0 0 0;
	font-size: 110%;
	color: white;
}
.blok2 strong a:hover {
	color: #333;
	text-decoration: underline;
}
.blok2 ul {
	position: relative;
/*	margin-bottom: 28px; */
}

#content .blok2 li {
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 11px;
	color: #B2B2B2;
	text-align: justify;
/*	background: url(../img/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(../img/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(../img/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(../img/nadpisy/tiskove-zpravy.gif);
}
.aktuality h3 span { /* obrazky pro jednotlive nadpisy sekci */
	background-image: url(../img/nadpisy/aktuality.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;
}

/* vycet odkazu se svislitky */
#content .vycet li {
	float: left;
	margin: 0;
	padding-left: 0;
	padding-right: 7px;
	margin-right: 7px;
	background: url(../img/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: 5px 0 0 25px;
        _margin: 45px 0 0 25px !important;
	position: relative;
	color: #fff;
        border-top: 1px solid #5e8d33;
}
#footer a, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#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 {
	text-align: right !important;
        float: right !important;
        background: url(../img/bg-small-e.png) no-repeat 4px 15px !important;
	font-size: 11px !important;
        padding: 15px 0 10px 40px !important;
        position: static !important;
        margin-top: 0 !important;
        padding-left: 40px !important;
}

#copy span {
	padding-left: 3px;
	padding-right: 3px;
}

#frameFooter {
	height: 60px;
}

#center img.fLeft {
	float: left;
	margin: 0px 20px 15px 0px;
}
#center img.fRight {
	float: right;
	margin: 0px 0px 15px 20px;
}

#content img.fLeft {
	float: left;
	margin: 0px 20px 15px 0px;
}
#content img.fRight {
	float: right;
	margin: 0px 0px 15px 20px;
}
#nadpis {
	background: transparent none repeat scroll 0 0;
}
#nadpis .under_h2 {
	background: transparent url(../img/under_h2.gif) repeat-x left top;
	border: none;
	height: 3px;
	_margin-bottom: 0px;
}

img {behavior: url("/edee/content/sys/kel/css/iepngfix.htc") }


#footer p#send {
    background: transparent url(../img/ico_obalka.gif) no-repeat left top;
/*	float: left; */
/*	width: 750px; */
/*	text-align: right; */
    margin-top: -34px;
	font-size: 11px;
	padding-right: 35px;
/*	position: absolute; */
    text-indent: 30px;
	padding-bottom: 5px;
	padding-top: 3px;
}

.facebook {
    position: absolute;
    bottom: 13px;
    right: 0px;
    background:transparent url(../img/ico-facebook.gif) no-repeat scroll 2px 2px;
    font-size:11px;
    line-height:1.3;
    width:225px;
    color:white;
}
.facebook span {
    display:block;
    float:left;
    height:26px;
    margin:0px 10px 0 0;
    width:26px;
    border:1px solid white;
}
.facebook a {
    font-weight: bold;
}

.messageBox .alert {
	background-image: url(../img/hlaska-alert.gif) !important;
}

body .messageBox {
	background-color: #FFFFFF !important;
	border: 1px solid #BCBCBC !important;
	float: none !important;
	margin: 10px 0px 0px 0px !important;
	padding: 0 !important;
	position: relative !important;
	width: 410px !important;
}

body .messageBox p {
	background-color: #DCDCDC !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	border: 3px solid #FFFFFF !important;
	color: #333333 !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 17px 15px 17px 68px !important;
	position: relative !important;
	width: 320px !important;
}

#playbutton {
  background: transparent url(../img/shp/sipka.gif) no-repeat left top;
  height: 81px;
  width: 164px;
/*  position: absolute; */
  left: 50px;
  top: -10px;
  border: none;
  cursor: pointer;
  position: relative;
}


.emobility {
    position: absolute;
    bottom: 14px;
    right: 0px;
    background: transparent url(../img/bannerEMobility.png) no-repeat scroll 2px 2px;
    width: 203px;
    height: 30px;
    left: 525px;
    *top: 16px;
}
.emobility span {
    width: 203px;
    height: 30px;
    display: bottom;
    cursor: pointer;
}
.emobility a {
    height: 30px;
    width: 203px;
    padding-bottom:15px;
    padding-left:203px;
    *padding-bottom:0px;
    *padding-left:0px;
}
/*
.facebook span {
    display:block;
    float:left;
    height:26px;
    margin:0px 10px 0 0;
    width:26px;
    border:1px solid white;
}
.facebook a {
    font-weight: bold;
} */

#shp-brozura {
	float: right;
	padding: 30px 0;
}
#shp-brozura a {
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
}
#shp-brozura a b {
	border-bottom: 1px solid #6E9A40;
}
#shp-brozura a:hover b {
	border-bottom: 1px solid #abd77e;
	color: #fff;
}