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

body, #stin-start {
	background-position: 0px 0px 0px 0px;
	background: #fff url(../img/shp/background.jpg) 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: #043862;
}
a:visited {
	color: #043862;
}
a:hover {
	color: #F24F00;
}

a img {
	border: 0;
}

table {
	font-size: 100%;
}

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

/* 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;
}




/*
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;
}
#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(../img/page-bg-start.gif) no-repeat left top;  */
}
#stin-end { /* prechod stinu do stracena */
	top: auto;
	bottom: 0;
        height: 300px;
	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: 966px;
	height: 90px;
}

/* Logo CEZ */
#logo-cez {
	position: absolute;
/*	top: 0px; */
/*	margin-left: 28px; */
/*	_margin-left: 16px;	 */
/*	_left: 0px !important; */
	display: block;
	width: 26px;
	height: 30px;
	line-height: 26px; 
	font-size: 22px;
/*	overflow: hidden; */
	color: #F24F00;
	cursor: hand;
/*	background: url(../img/logo.gif) no-repeat left 8px; */
}

#logo {
	position: relative;
	top: 17px;
	left: 26px;
	display: block;
	width: 26px;
	height: 26px;
	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-pv - pro vetrniky

*/
#logo span {
	background-image: url(../img/logo.gif);
    cursor: hand;
}
#header .L-pv {
	width: 200px;
/*	border: 5px solid lightblue; */
	background: url(../img/logo-vetrniky.gif) no-repeat left top;	
	margin-top: 0px;
	height: 45px;
    cursor: hand;
}
#header .L-pv span {
	background-image: url(../img/logo-vetrniky.gif);
    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: 160px;
	margin-top: 110px;
	margin-left: 40px;
	_margin-left: 40px !important;
	z-index: 1000;
    font-weight: bold;
}

#menu li{
	list-style: none;
	list-style-position: outside;
    padding: 4px 0px 4px 0px;
    _padding: 0px 0px 0px 0px;
	_margin: -5px 0px -5px 0px;
}

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

#menu li a{
	color: #305675;
	text-decoration: none;
	padding: 3px 0px 0px 16px;
	background: url(../img/li.gif) left 6px no-repeat;
	display: block;
}

#menu li.expanded a{
	background: url(../img/li.gif) left 6px no-repeat;
}


#menu li.expanded a{
	background: url(../img/li-1.gif) left 6px no-repeat;	
}

#menu li.expanded li a{
	background: url(../img/li3.gif) left 6px no-repeat;	
}

#menu li a:hover{
	color: #F24F00;
	background: url(../img/li-hover.gif) left 6px no-repeat;
}

#menu li #active{
	color: #F24F00;
	background: url(../img/li-hover.gif) left 6px 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 {
	color: #F24F00;
}
#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;
	text-align: left;
	position: relative;
	z-index: 10;
	width: 720px;
        max-width: 720px;
	margin-left: 220px;
}

/*
Centralni box
*/
#bloky3 {	
	float: left;
	position: relative;
    top: -52px;
	left: 327px;
	width: 380px;
	height: 340px;
    min-height: 340px;
    padding-bottom: 55px;
}
* html #bloky3 {
	height: 100px;
}
/* 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: #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: 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 {
	float: left;
        width: 360px;
	_width: 387px;
	max-width: 387px;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
        height: 340px;
}
.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-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 15px;
	font-size: 11px;
}
.blok2 h2 {
	font-family: Arial,Verdana,Helvetica,sans-serif;
    color: #043862;
	font-size: 24px;
	background: url(../img/h2.gif) no-repeat left 10px;
	text-indent: 20px;
	padding-bottom: 15px;
    font-weight: normal;
}
#energet-hospodarstvi p a {
	display: inline;
}
.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: #F24F00;
}
.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(../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-top: 25px;
	margin-bottom: 35px;
	width: 966px;
	position: relative;
	z-index: 10;
	color: #85A0B6;
}
#footer a, #footer a:visited {
	color: #85A0B6;
}
#footer a:hover {
	color: #F24F00;
}
#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: 750px; */
	text-align: left;
    margin-top: 29px;
    _margin-top: 30px;
	*margin-left: 72px;
	margin-left: 72px;	
	_margin-left: 0px !important;		
/*	
	margin-left: 71px;	
	_margin-left: 35px !important;
	*/
}
* html #footer p#copy {
	margin-left: 72px !important;
}

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

#frameFooter {
	height: 70px;
	width: 750px;
	background: url(../img/logo.gif) no-repeat left 23px;
}

#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;
}
