/*
 * CSS 
 */


/****** BASIC STYLES **********************************************************/

body {
	background: #e6e6e6 url('../images/bg.gif');
	text-align: center;
	font: 12px Arial, Tahoma, sans-serif;
}

a {
	color: #0084a1;
}

a:hover {
	text-decoration: none;	
}

strong {
	font-weight: bold;	
}

div#center {
	width: 860px;
	margin: auto;
	text-align: center;
}

/****** HELPERS ***************************************************************/

.blind {
  position:absolute;
  top:-4000px;
  left:-4000px;
  width:1px;
  height:1px;
  overflow:hidden
}

hr {
  display: none;
}

.dummy {
  clear: both;
  width: 100%;
  height: 1px;
}

.fr{
  float: right;
}

.close{
  margin: 0px;
  padding: 0px;
}


/****** CONTENT ***************************************************************/

div.content {
	position: relative;
	width: 820px;
	margin: 0 auto;
	background: #0084a1 url('../images/bgContent.gif') left repeat-y;
	text-align: left;
}


/****** PAGE  ***************************/
#page table td{
  border-bottom: 1px solid #e0e0e0;
	padding: 3px 15px;     
}

#page table th{      
  text-align: center;
  color: #0084a1;	
  padding:  3px 15px;
}

#page p.buttonheading{
  display: block;
  text-align: right;
  width: 100%;
  height: 4px;
}

#page li{
  list-style-type: square;
  margin-left: 14px;
}

/****** FOTOGALERIE *********************/

#page .photogallery_box{
  margin:0px;
}

#page .photogallery_image_box img{
  display: block;
	float: left;
	border: 4px solid #e0e0e0;
	margin: 20px 20px 0 0;
	width:  90px;
	height: 90px;
} 

#page .photogallery_image_box a:hover img {
	border: 4px solid #000;
}
 
/****** FORMULAR ************************/
 
input.jftextbox,
input.jflist,
textarea.jftextarea{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #A8A8A8;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

fieldset{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #A8A8A8;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

/****** Kontakt *************************/
div.contact_box{
  width: 185px;
  height: 130px;
  float: left;
  margin: 0 10px 10px 0;
  border-bottom: 1px solid #e0e0e0; 
}
  
div.longer_cb{
  height: 200px;
}


/****** MENU ******************************************************************/

h1.logo, h2.blindLogo {
	display: inline;
	float: left;
	width: 182px;
	height: 70px;
	margin-left: 32px;
	background: url('../images/logoEcko.gif') no-repeat;
	text-indent: -9999px;	
}

div.no-logo h1,
div.no-logo h2{
	background: none;
}  

div.menu {
	position: relative;
	width: 860px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

span.cornerLeftTop {
	position: absolute;
	top: -13px;
	left: 0;
	width: 20px;
	height: 13px;
	background: url('../images/cornerLeftTop.gif') no-repeat;
}

span.cornerRightTop {
	position: absolute;
	top: -13px;
	right: 0;
	width: 20px;
	height: 13px;
	background: url('../images/cornerRightTop.gif') no-repeat;
}

span.cornerLeftBottom {
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	width: 20px;
	height: 13px;
	background: url('../images/cornerLeftBottom.gif') no-repeat;
}

span.cornerRightBottom {
	position: absolute;
	top: 70px;
	right: 0;
	width: 20px;
	height: 13px;
	background: url('../images/cornerRightBottom.gif') no-repeat;
}

div.menu ul {
	display: inline;
	float: right;
	margin: 28px 21px 0 0;
}

div.menu li {
	display: inline;
	margin-right: 5px;
}

div.menu li a {
	padding: 2px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

#active_menu-nav,
div.menu li a:hover,
 div.menu li.selected a {
	background: #00a0be;
	color: #ffffff;
}

/* zneviditelneni odkazu kontakt na strance kontaktu pro centrum ecko */
li.item80{
  display: none;
}

/****** SLIDESHOW *************************************************************/
                                            
span#slideshow img {
	display: block;
}


/****** COLUMNS ***************************************************************/

div.mainContent {
	overflow: hidden;
	width: 800px;
	height: 100%;
	background: url('../images/bgContentTop.gif') no-repeat;
	line-height: 1.5;
}

div.leftCol {
	display: inline;
	float: left;
	width: 400px;
	margin-left: 25px;
	text-align: justify;
}

div.rightCol {
	display: inline;
	float: right;
	width: 340px;
	padding:30px 0px;
}

div.bottom {
	width: 800px;
	height: 10px;
	background: url('../images/bgContentBottom.gif') bottom no-repeat;
}

div.leftCol h2 {
	padding: 22px 0 0 0;
	font-size: 24px;
	color: #0084a1;	
}

div.leftCol p {
	padding: 0 0 14px 0;
}

div.rightCol h3 {
	padding: 14px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #00a0be;
}

div.rightCol p {
	padding: 0 0 0 20px;
}

img.creditCards {
	display: block;
	margin: 8px 0 25px;
}

span.miniGallery {
	display: block;
	overflow: hidden;
	height: 100%;
	margin: -5px 0 0 20px;
	max-height: 300px;
}

span.miniGallery a img {
	display: block;
	float: left;
	border: 4px solid #e0e0e0;
	margin: 14px 14px 0 0;
	width: 65px;
}

span.miniGallery a:hover img {
	border: 4px solid #000;
}

/* nevim proc, ale fotogalerie se zobrazuje odsazena*/
span.miniGallery h3{
	margin-left: -18px;
	margin-bottom: -4px;
}

div.dailyMenu table{
	width: 300px;
	margin: 1px 0 0 20px;
}

div.dailyMenu table th, div.dailyMenu table td {
	border-bottom: 1px solid #e0e0e0;
	padding: 3px 0;
}

div.dailyMenu table td {
	text-align: right;
}

img.menu_icon{
  margin-left:-10px;
  margin-top: 12px;
  float: left;     
}

div.menu_icon_text{
  float: right;
  width: 194px;
  height: 130px;
  padding: 8px 0px 0px 8px;
}

.menu_icon_subtext{
  font-size: 90%;
  color: #8a8a8a;
}

/****** SECOND MENU ***********************************************************/

div.secondMenu {
	position: absolute;
	top: 0;
	right: 0;
	line-height: normal;
}
div.moduletable{
	display: inline;
}


div.secondMenu strong a {
	float: right;
	padding: 4px 13px 4px 26px;
	background: #0084a1 url('../images/blueSep.gif') top left no-repeat;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

div.secondMenu strong a:hover {
	color: #00b4dc;
}

div.secondMenu ul {
	overflow: hidden;
	height: 100%;
	float: right;
	padding: 4px 4px 4px 30px;
	background: url('../images/bgSecondMenu.gif') bottom left no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
}

div.secondMenu li {
	float: left;
	padding-left: 15px;
}

div.secondMenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

div.secondMenu li a:hover {
	color: #00778d;
}


/****** FOOTER ****************************************************************/

div.footer {
	overflow: hidden;
	height: 100%;
	margin-bottom: 40px;
	background: #e0e0e0;
}

div.footer p {
	padding: 5px 0 5px 10px;
	font-size: 10px;
	color: #808080;
}

div.footer a {
	float: right;
	padding: 4px 13px 4px 26px;
	background: #0084a1 url('../images/graySep.gif') top left no-repeat;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

div.footer a:hover {
	color: #00b4dc;
}