/**
*
* Soubor s CSS styly specifickými pro aplikaci
*
* @package		slModules
* @subpackage	cms-core-public
* @version		$Id: document.css 12051 2009-09-24 14:53:22Z filip $
* @encoding		utf-8
* @author			filip Zach <filip.zach@e4you.cz>
* @author			Jakub Kratina <jakub.kratina@e4you.cz>
* @copyright	(c) e4you spol. s r.o. 2002-2008, <design@e4you.cz>
*
* Obsah tohoto souboru je majetkem e4you spol. s r.o. Jeho kopírování,
* pozměňování, šíření a jakékoli další využití je možné výhradně
* se souhlasem e4you spol. s r.o.
*
*/

body {
	background: #eaecef url('../../images/layout/background.png') repeat-x;
	margin: 0;
}

a {
	color: #d72d38;
}

a:hover {
	color: #d72d38;
	text-decoration:none;
}

#homepage h1 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}

li{
	list-style-image:url('../../images/layout/red_disc.png');
}
img {
	border-style:none;
}
.left{
	float:left;
}
.clear{
	clear:both;
	font-size:1px;
	visibility:hidden;
}
.homepage-image{
	float:left;
	margin-right:3px;
	width:224px;
	text-align:center;
}
.homepage-image p{
	padding:2px;
}
#main_box {
	padding:0 5px;
	width: 990px;
	position: relative;
	margin: 8px auto;
}
#pruh{
	height:11px;
	margin-bottom:4px;
	background:#d72d3a;
}
#holder {
	padding: 0;
	position:relative;
}
#page_top{
	border:1px solid #e5e6e8;
	margin-bottom:40px;
	background:white;
}
#page_middle{
	width:972px;
	margin-top:10px;
	border:1px solid #e5e6e8;
	padding:8px;
	background:white;
	position: relative;
}
/*** HLAVIČKA ***/
#header_box {
	margin-bottom:3px;
	background: #fff;
	height: 144px;
	position: relative;
}
#header-left{
	width:577px; /* 578 */
	height: 144px;
	float:left;
	background:url('../../images/layout/header-left.png');
	background-repeat:no-repeat;
}
#header-right{
	width:406px; /* default 406 */
	height: 144px;
	float:left;
	background:url('../../images/layout/image.png');
	background-repeat:no-repeat;
	margin-left:5px;
	overflow:hidden;
}
/*91948b*/
/*** OBSAH ***/
#content {
	margin: 0 ;
	float:left;

}

#text {
	float: left;
	width: 100%;

}

#intext {
	width:694px;
	float: left;
	padding: 15px;
	font-size:11px;
	border:1px solid #e1e1e3;
	color:#555555;
	min-height: 457px;
}

#intext p{

}

#homepage #intext {
	background-image:url('../../images/layout/bg-content-repeat.png');
	background-repeat: repeat-x;
	padding: 15px 15px 7px 15px;
	width:694px;
	height:195px;
	min-height: 195px;
}


#news {
	background-image: url("../../images/layout/bg-homepage-box.png");
    background-position: bottom;
    background-repeat: repeat-x;
	background-color: #F0F1F3;
	border:1px solid #E1E2E4;
	padding:12px;
	margin-top:11px;
	position:absolute;
	width:205px;
	height: 397px;
	overflow:hidden;
}

#news h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.news_preview {
	padding:10px 0;
	border-top: 1px solid #DADBDF;
	line-height:120%;
}

.news_preview .date{
	font-size: .9em;
	color:#515254;
}

.news_preview .perex{
	color:#515254;
}

.news_preview .perex p{
	margin:0;
	padding:0;
}


.news_preview h3{
	font-weight:bold;
	font-size: 1.1em;
	color:#D72D3A;
	text-decoration:none;
	margin:0;
	padding:0;
}

.news_preview h3 a{
	color:#D72D3A;
	text-decoration:underline;
}

.news_preview h3 a:hover{
	color:#D72D3A;
	text-decoration:none;
}



#right_column_articles {
	float:left;
	margin-left:3px;
	width:222px;
	border:1px solid #E1E1E3;
	padding:15px 10px 10px 10px;
	height:212px;
}

#intext_wide {
	padding-left: 220px;
}
h1 {
	margin: 0 0 .5em 0;
	font-size: 1.7em;
	font-weight:normal;
}
h2, h3, h4 {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
}


/** stylovani formulare (rozcesti) **/

.links-form{
	background:#eee;
	border:#efefef;
	padding:5px;
}
.links-form a{
	display:block;
	color:#333;
	text-decoration:underline;
	font-size:13px;

}
.links-form a:hover{
	text-decoration:none;
}
/** contact **/
.contact span{
	font-weight:bold;
	color:#555;
}
/** stylovani tabulek **/
table,td,tr{
	border:0;
}

td{
	border:1px solid white;
	text-align:center;
	margin:1px;
	padding:1px;
}
tr.row-caption{
	background-color:#1c3e7a;
	color:white;
}
tr.row1{
	background-color:#eee;
}
tr.row2{
	background-color:#ddd;
}
/** stylove boxy **/
.box1{
	background:#e8e7e4;
	padding:5px;
	display:block;
	width:100%;
	margin:5px 0;
}
.box2{
	background:#e8e7e4;
	padding:5px;
	display:block;
	width:100%;
	margin:5px 0;
	border:1px solid #efefef;
}
.box2 .item{
	margin-top:10px;
	float:left;
	width:300px;
}
.box2 .item a{
	text-decoration:none;
	margin-left:10px;
	display:block;

}
.box2 img{
	vertical-align:middle;
}
.box2 span{
	margin-left:5px;
	vertical-align:middle;
	font-size:15px;
}
.box2 span:hover{
	text-decoration:underline;
}
/** styly pouziti **/
.pouziti-image{
	float:left;
}
.pouziti-text{
	width:300px;
	margin-left:10px;
	float:left;

}

/** styly autoplyn **/
.autoplyn-left{
	float:left;
	width:47%;
	margin-left:10px;
}


/*** PŘEHLED ČLÁNKŮ  *****/
#homepage .section_content {
	width: 450px;
}
.article_preview a{
	color:#555555;
	text-decoration:none;

}
.article_preview {
	margin-bottom: 1em;
}

.article_image {
	float: left;
	margin: 0 .5em .5em 0;
	color: #aaa;
	border: 1px solid #eee;
}

.article_image img {
	border: 1px solid #ddd;
}

.article_date {
	color: #000;
	font-weight:bold;
	margin-bottom:0.7em;
}
/*** menu ***/
#topmenu{
	padding-left:18px;
	position:absolute;
	top:7px;
	left:0;

}
#topmenu a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	margin-right:19px;
}
#topmenu a:hover{
	color:#D82E39;
}
#topmenu .links{
	float:left;
	margin-top:1px;
}
#topmenu label{
	font-size:11px;
}
#topmenu form{
	float:left;
	color:#fff;
	font-size:11px;
	position:relative
}
#topmenu input{
	font-size:11px;
	color:#2f4e84;
	background:url('../../images/layout/input_search.png') no-repeat;
	border:none;
	width:148px;
	padding:4px;
	margin:0;
}
#topmenu input.submit{
	background:url('../../images/layout/submit_search.jpg') no-repeat;
	background-position:top;
	padding:3px;
	height:20px;
	position:absolute;
    left: 114px;
	top:0;
	border:none;
	width:35px;
	cursor:pointer;
	margin:0;
	overflow:hidden;
}

#menu {
	border-bottom:5px solid #193b78;
	position:relative;

}
.long {
	height:40px;
}
.short {
	height:10px;
}
#menu #mainMenu{
	color:#cecece;
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px solid #cecece;
	height:40px;
	background:url('../../images/layout/bg_menu.png') repeat-x;

}
#menu #mainMenu li{
	list-style-image:none;
	float:left;
	height:40px;
	border-left:1px solid #dcdcde;
}
#menu #mainMenu li#section_uvod{
	border-left:none;
}
#menu #mainMenu a{
	color:#525252;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	height:39px;
	display:block;
	background:url('../../images/layout/bg_menu.png') repeat-x;
	padding:10px 28px;
}
#menu #mainMenu a:hover{
	color:white;
	background:url('../../images/layout/bg_menu_over.png') repeat-x;
}
#menu #mainMenu a.selected,#menu #mainMenu a.selected:hover{
	color:white;
	background:url('../../images/layout/bg_menu_over.png') repeat-x;
}
#menu #mainMenu .submenu_holder{
	position:absolute;
	left:-1px;
	top:44px;
	display:block;
	height:30px;
	background:#193b78;
	width:100%;
}

#menu #mainMenu .submenu_holder .submenu_list li{
	list-style-image:url('../../images/layout/red_disc_small.png');
	border:none;
	height:30px;
	margin:5px 0 5px 20px;
}



#menu #mainMenu .submenu_holder .submenu_list{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu #mainMenu .submenu_holder .submenu_list a{
	color:#91948b;
	text-decoration:none;
	font-size:11px;
	margin:0;
	padding:0;
	text-transform:none;
	background:none;
	color:#c2d2e9;
}
#menu #mainMenu .submenu_holder .submenu_list a:first-letter{
	text-transform: capitalize;
}
#menu #mainMenu .submenu_holder .submenu_list a:hover{
	color:white;
	text-decoration:underline;
}
#menu #mainMenu .submenu_holder .submenu_list a.selected{
	color:white;
	text-decoration:underline;
}

#menu #mainMenu .submenu_holder .submenu_list .submenu_holder{
	position:relative;
	float:left;
	left:0;
	top:0;
	display:block;
	height:30px;
	background:none;
	width:auto;
	margin:0;
	padding:0;
}

#menu #mainMenu .submenu_holder .submenu_list .submenu_holder li{
	list-style-image:url('../../images/layout/arrow.png');
	border:none;
	height:30px;
	margin:5px 0 5px 20px;
}


#menu #mainMenu .submenu_holder .submenu_list .submenu_holder a{
	color:#b8dc22;
}


#menu_bottom{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:15px;
	display:block;
	width:975px;
	height:92px;
	background:url('../../images/layout/bomb.jpg') no-repeat right top;
}
#menu_bottom .full_tree_menu{
	float:left;
	margin-right:15px;
	padding:0;
	width:100px;
}
#menu_bottom a.title{
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	font-size:10px;
	color:#91948B;
	font-weight:bold;
}
#menu_bottom a{
	text-transform:none;
	text-decoration:none;
	display:block;
	font-size:10px;
	color:#91948B;
	font-weight:normal;
}
/*** Levý sloupec ***/
#left_column {
	width: 200px;
	float: left;
	margin: 35px 0 1em 0;
	padding-bottom: 5em;
	background: #ddd;
}

#left_menu {
	margin: 0;
	padding: 0;
}

.menu_list {
	margin: 0;
	position: relative;
}

.menu_list li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu_list span {
	display: block;
}

.menu_list a {
	display: block;
	text-decoration: none;
	padding: 4px;
	border-bottom: 2px solid #88bbee;
}

.menu_list a.selected {
	font-weight: bold;
}

.menu_list a:hover {
	background: #fc0;
}

.submenu_list {
	margin: 0 0 0 1em;
	padding: 0;
}

li.submenu_holder {
	background: none;
}

/*** PRAVÝ SLOUPEC ****/
#right_column {
	width: 230px;
	float: right;
	margin-left:11px;
}
#right_column .eshop {
	text-align:center;
}
#right_column .eshop .info {
	text-align:left;
	padding:10px;
	margin:10px 0;
	font-size:11px;
}
#right_column .eshop .link img {
	padding:0px;
	margin:15px 2px 0 2px;
	font-size:11px;
}
.news {
	padding: 1em;
}

.news p {
	margin: 0;
}

.news_perex {
	clear: left;
}


/*** PATICKA ***/
#footer {
	position:relative;
	width:978px;
	height:100px;
	margin: 10px auto 0 auto;
	padding: 5px;
	text-align:right;
	color:#1A3C78;
	font-size:11px;
	border-top:1px solid #e5e6e8;
	border-left:1px solid #e5e6e8;
	border-right:1px solid #e5e6e8;
	background:white;
	border-bottom:10px solid #d72d3a;
}
#footer p{
	margin: 5px 0;
}
#footer strong{
	font-size:11px;
	font-weight:normal;
}
#footer a {
	font-size:11px;
	color:#d72d3a;
}

#bottomlinks {
	text-align:right;
	color:#1b3f79;
	font-size:11px;
	margin:0px;
}
#bottomlinks p{
	margin:0;
	padding:0;
}

#bottomlinks a {
	color:#d72d3a;
	font-size:11px;
}

#dbqueries {
	color: #666;
}

#homepage_link {
	display: block;
	position: absolute;
	width : 350px;
	height: 80px;
	top: 70px;
	left: 0px;
}

.article_preview .files_table {
	clear: none;
	margin-bottom: 1em;
}

.files_table {
	clear: both;
}

.files_table td {
	padding: .1em .6em;
}

.files_table th {
}

.files_table .even td {
}

.return_link {
	margin: 1em 0;
}

/*** GALERIE ***/
.gallery {
	width: 100%;
}

.gallery_item {
	float: left;
	padding: .5em;
	height: 180px;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.gallery_item  img {
	border: 4px solid #fff;
	margin-bottom: .2em;
}


/*** LANGUAGE SELECTOR ***/
#language_selector{
	position:absolute;
	right:10px;
	top:177px;
}
#language_selector a{
	width:24px;
	height:16px;
	display:block;
	float:right;
	margin:0 3px;
}
#language_selector span{
	display:none;
}
#language_selector .en{
	background:url('../../images/layout/flag_en.png') no-repeat;
}
#language_selector .cs{
	background:url('../../images/layout/flag_cs.png') no-repeat;
}


/** formulare **/

form .info{
	padding:5px;
	background:#eee;
	border:1px solid #ddd;
	margin:2px;
}

form .info p{
	margin:0;

}

form .info span{
	color:#193B78;
	font-weight:bold;
	width:20px;
	display:block;
	float:left;
}

.slFormContainer {
	margin-top:1em;
}

.slFormBorder {
	border:1px solid #999;
	margin-bottom:.5em;
}

.slForm {
/*	padding:10px; */
	border-top: 1px solid #c1c2c6;
	padding:5px;
	margin:0;
	background-color:#ebecf0;
/*	border:1px solid #666; */

}

.slForm h2 {
	padding:.1em .2em;
	margin: 0 0 .2em 0;
	border:1px solid #666;
	background-color:#C0C8EE;
}
.slForm table td{
	border:0;
}
.formnumberoflahve{
	width:280px;
}
.formnumberoflahve .left{
	color:#d82e39;
	font-weight:normal;
}
.formnumberoflahve p{
	color:#d82e39;
	font-weight:bold;
	margin:0 0 10px 0;
}
.formnumberoflahve span{
	color:#193b78;
	font-weight:bold;
}
.formnumberoflahve table{
	width:280px;
}
.formnumberoflahve td{
	margin:0;
	padding:0;
	color:#193b78;
	font-weight:bold;
	width:50%;
	text-align:right;
}

fieldset {
	margin-bottom:.5em;
	border:none;
}



legend {
    padding:.3em;
	color:#D72D3A;
	font-size:1.3em;
}

.slFormLabel, .slFormLabelWide {
	display:block;
	clear:both;
	float:left;
	width:200px;
	text-align: right;
	padding-right:1em;
	color:#193b78;
	font-weight:bold;
}
.slFormLabellong {
	display:block;
	clear:both;
	float:left;
	width:250px;
	text-align: right;
	padding-right:1em;
	color:#193b78;
	font-weight:bold;
}
.slFormLabelblock {
	display:block;
	clear:none;
	float:left;
	width:240px;
	text-align: right;
	padding-right:1em;
	color:#193b78;
	font-weight:bold;
}
.slFormLabelWide {
	width: 370px;

}


.subMenuForm{

}
.slFormButton {
	border: none;
	background-color: transparent;
	padding:0;
	color:#ebecf0;
	font-size:12px;
	width:95px;
	height:25px;
	cursor:pointer;
}
.reset {
	float:right;
	position:relative;
	top:5px;
	right:20px;
	display:block;
	width:101px;
	height:25px;
	margin:5px;
	cursor:pointer;
	background: url('../../images/layout/submit_vymazat.jpg') no-repeat;
}
.send {
	float:right;
	margin:5px;
	position:relative;
	top:5px;
	right:20px;
	display:block;
	width:85px;
	height:25px;
	cursor:pointer;
	background: url('../../images/layout/submit_odeslat.jpg') no-repeat;
}

fieldset.account .item {
	margin: 0 2px;
	padding: 0;
	float:left;
}

fieldset.account label {
	display: block;
}

fieldset.account .bankList {
	background-image: url('../../images/layout/ui-scroll-pane-tree.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	display: block;
	margin-top: 22px;
}

.slFormInput {
	border-left: 1px solid #c1c2c6;
	border-top: 1px solid #c1c2c6;
	background-color: white;
	margin:1px;
	padding:3px;
	width:200px;
}

.slFormInput.inputShort {
	width: 50px;
}

.slFormSelect {
	background-color: white;
	margin:1px;
	padding:1px 2px;
	width:200px;
}

.slFormTextBox {
/*	border: 1px solid green;
	vertical-align: middle; */
	padding:2px 0;
}

.slFormYesNoBox {
/*	border: 1px solid red;
	vertical-align: middle; */
	padding-bottom:2px;

}

.slFormBitmapBox, slConfiguredHTMLForm {
	padding-bottom:2px;
}


.slFormPhotoBox img {
	margin-bottom:2px;
}

#slFormTabs {
	margin:0;
	padding: 0 0 2px 0;
}

#slFormTabs {
	padding: 2px 0 1px 0; /*pro IE*/
}

#slFormTabs li {
	margin: 0;
	margin-bottom: 1px;
	padding: 2px 0;
	border:1px solid #999;
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #666;
	list-style: none;
	display: inline;
	background-color:#EBF0FA;
}

#slFormTabs li {
	padding: 1px 0;
}

#slFormTabs li.ed {
	padding-bottom:2px;
	border-bottom: 2px solid #E0E4F0;
	background-color:#E0E4F0;
}

#slFormTabs li a:hover {
	background-color:#FFF;
	color:#000;
}

#slFormTabs li a {
	margin: 0;
	padding: 0px 10px 0 5px;
	color:#333;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:none;
	border-bottom:none;
	text-decoration:none;
}


#slFormTabs li.selected a {
	color:black;
	text-decoration:none;
}

#slFormTabs li.alltabs {
	background: none;
	border: none;
	text-decoration: underline;
}

#slFormTabs li.alltabs a {
	text-decoration: underline;
	border: none;
}
#reklam {
	margin-top:10px;

}
#reklam .item{
	margin-left:3px;
	float:left;
	width:240px;
	background-image: url('../../images/layout/bg-homepage-box.png');
	background-repeat: no-repeat;
	background-position: bottom;

	height:260px;
}

#reklam .item p, #reklam .itemend h2, #reklam .itemend p{
	margin:10px 18px;
	color:#515254;
}

#reklam .first{
	margin-left:0;
}

.box-with-forms-links {
	padding:15px;
	float:left;
	width:200px;
	height:160px;
	border:1px solid #E1E2E6;
	background-image: url('../../images/layout/bg-form-links-repeat.png');
	background-repeat: repeat-x;
	position:absolute;
	left:490px;
	margin:0;
	top:20px;
}

.box-with-forms-links li {
	list-style-image: none;
	height:35px;
	list-style-type: none;
}

.box-with-forms-links a{
	color:#565656;
	font-weight:bold;
	text-decoration: none;
}

.box-with-forms-links h2{
	color:#1d3b77;
	text-transform: uppercase;
	font-size: 1.2em;
	margin:0;
	padding-bottom:10px;
}

.box-with-forms-links img{
	float:left;
	margin:5px 10px;
}

.box-with-forms-links p {
	font-weight:bold;
	margin:0;
	padding:7px 0;
	border-top:1px solid #dadbdf;
}
/* oznaceni hodnoty ktera je povinne zadavatelna */

.requiredInForm { color: red; }

.onlineFormButton{

}
.subMenuForm{
	text-align:left;
}
.onlineForm legend{

}
.logobottom{
	float:left;
	background:#fff;
	padding:3px;
}

#kalkulacka-uspor {
	margin-top: 10px;
}

#savings-table {
	border-collapse: collapse;
	color: #000;
	width: 75%;
}

#savings-table th {
	background-color: #B6B7B9;
	border: 1px solid #fff;
	text-align: left;
	padding: .5em 1em;
	color: #fff;
}

#savings-table td {
	background-color: #EEEEF0;
	border: 1px solid #fff;
	padding: .5em 1em;
}

#savings-table .savigns-lpg-row td {
	background-color: #E9F2C3;
	font-weight: bold;
}

#savings-table .savigns-lpg-row th {
	background-color: #A6C915;
}

#savings-table td input {
	width: 3em;
	border: 1px solid #aaa;
}

#saving_results {
	background: #E3F798;
	margin: 2em 0 1em 0;
	width: 75%;
	position: relative;
}

#thumb-up {
	display: block;
	width: 61px;
	height: 90px;
	background: url(../../images/layout/thumb-up.png) no-repeat;
	position: absolute;
	top: -10px;
	left: 50%;
}

#saving_results h3 {
	background: #A6C915 url(../../images/layout/savings-bg.jpg) no-repeat -10px 2px;
	color: #fff;
	padding: .2em 1em;
	margin: 0;
}

#saving_results div {
	border-top: 1px solid #fff;
	padding: .3em 1em;
	font-weight: bold;
	color: #809610;
	text-align: left;
	position: relative;
}

#saving_results div span {
	font-size: 1.5em;
	color: #000;
	position: absolute;
	right: .8em;
	top: 0;
}

#info_emise {
	color: #95B213;
	background: url(../../images/layout/green-leaf.png) no-repeat 0 50%;
	padding: 5px 0 5px 30px;
	margin: 1em 0 .3em 0;
}

.site_map  li {
	margin:5px 0;
}

.site_map  li a {
	color:#555555;
}

#invoiceForm fieldset {
	background-image: url(../../images/layout/arrow-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:1em 5px 2em 5px;
	margin:10px 0;
}

#invoiceForm label {
	cursor: pointer;

}

#invoiceForm #contact input {
	display: block;
	padding:4px;
	border:1px solid #C1C2C6;
	margin:5px 0;
	width: 280px;
}

#invoiceForm .chooseOfMethods input {
	margin-left:15px;
}

#invoiceForm .required {
	color: #193B78;
	font-weight: bold;
}

/*
#invoiceForm {
	padding:0;
}

#invoiceForm .chooseOfMethods {
	overflow: auto;
	padding:0;
}

#invoiceForm .chooseOfMethods label {
	display:block;
	float:left;
	background-color: #C1C2C6;
	padding:5px;
	margin-right: 3px;
	color:#000;
	cursor: pointer;
}

#invoiceForm .chooseOfMethods label.selected {
	display:block;
	float:left;
	background-color: transparent;
	padding:5px;
	margin-right: 3px;
	color:#000;
	cursor: auto;
}

#invoiceForm .chooseOfMethods label.selected:hover {
	text-decoration: none;
}

#invoiceForm .chooseOfMethods label:hover {
	text-decoration: underline;
}

#invoiceForm .chooseOfMethods input {
	visibility: hidden;
}
*/


