/* layout */
/* Layout Stylesheet */
/* TITLE */


/* PAGES */
#page_title {
	position:relative;
	z-index:100;
	width:100%;
	height:850px;
	margin:none;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(images/ecocoal-nt-bg.gif);
}
#content_title {
	position:relative;
	z-index:100;
	top:0px;
	left:0px;
	width:951px;
	height:548px;
	color:#333333;
	padding-right:90px;
	_padding-right:0px;
}
#wrap {
	width:100%;
	height:100%;
	border:0px;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#page {
	position: relative;
	z-index:100;
	width:790px;
	_width:790px;
	height: auto;
	margin:none;
	text-align:left;
}

#page_printable {
	position:relative;
	z-index:100;
	width:640px;
	height:auto;
	margin:none;
	font: 0.75em/1.5em "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
    color: #444;
	font-style:normal;
	text-align:left;
	text-align:left;	
	background-color:#FFFFFF;
}
#page_index {
	position: relative;
	z-index:100;
	width:790px;
	_width:790px;
	height: auto;
	margin:none;
	text-align:left;
	background-image: url('images/bg-index.jpg');
	background-repeat:no-repeat;
}
#header {
	position: relative;
	z-index:100;
	left: 0px;
	top: 0px;
	width:790px;
	height:102px;
	border:none;
	text-align: left;
	padding:0;
	margin:0;
}
#header_lng_link {
	position:absolute;
	z-index:150;
	left:683px;
	top:16px;
	width:100px;
	height:26px;
	font-size:11px;
	text-align:right;
	color:#666666;
}
#content {
	position: relative;
	z-index:100;
	left: 0px;
	top: 0px;
	width:790px;
	height:auto;
	text-align: left;
	clear:both;
	color:#333333;
}
#content_text {
	position: relative;
	z-index:100;
	left:0px;
	top:0px;
	width:600px;
	height:auto;
	text-align: justify;
	clear:both;
	color:#333333;
	margin: 20px 0 0 80px;
}

#left {
	position: relative;
	z-index:100;
	float:left;
	width:268px;
	height:auto;
	margin:0;
	padding:8px 10px 12px 0;
	font: 0.75em/1.5em "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
    color: #444;
	font-style:normal;
	text-align:left;
}
#right {
	z-index:100;
	float:right;
	width:508px;
	margin:0;
	padding:8px 4px 12px 0;
	text-align:left;
	font: 0.75em/1.8em "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
	font-style:normal;
    color: #444;
	text-align:left;
}
#left_menu {
	z-index:100;
	float:left;
	width:272px;
	height:282px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(images/submenu_00_11.gif);
	background-repeat:repeat-y;
}
#bottom_menu {
	clear:both;
	height:15px;
}
#right_flash {
	z-index:100;
	float:right;
	width:518px;
	height:282px;
	margin:0;
	padding:0;
	text-align:left;
}
#submenu {
	z-index:100;
	float:left;
	width:270px;
	height:190px;
	margin:0;
	padding:14px 1px 0 1px;
	overflow:hidden;
	font: 11px "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
	line-height:21px;
    color: #444;
	font-style:normal;
	font-weight:bold;
}
#submenu a:link {
	color:#666;
	text-decoration: none;
}
#submenu a:visited {
	color:#666;
	text-decoration: none;	
}
#submenu a:hover, #submenu a:active  {
	color:#FFFFFF;
	text-decoration: none;	
}
.submenu_arrow {
	padding:5px 0 0 0;
	width:24px;
	height:40px;
	float:left;
}
.submenu_item {
	width:270px;
	height:24px;
	border-top: 1px #CCCCCC solid;
	color:#333333;
	overflow:hidden;
}
.submenu_item a:hover {
	width:270px;
	height:24px;
	background:#00b8e7;
	color:#FFFFFF;
}
.submenu_item2 {
	padding:5px 0 0 0;
	width:270px;
	height:32px;
	border-top: 1px #CCCCCC solid;
	color:#333333;
	line-height:1.3;
	overflow:hidden;
}
.submenu_item2 a:hover {
	width:270px;
	height:32px;
	background:#00b8e7;
	color:#FFFFFF;
	line-height:1.3;
	overflow:hidden;
}
.submenu_item_end {
	width:270px;
	height:2px;
	border-top: 1px #CCCCCC solid;
}
#login {
	width:210px;
	height:60px;
	padding:35px 5px 10px 40px;
	margin:10px 0px 20px 4px;
	text-align:left;
	border:solid #CCCCCC 1px;
	background-image:url(images/login-bg.jpg);
	background-repeat:no-repeat;
	background-color:#F0F0F0;
	overflow:hidden;
}
#footer {
	z-index:100;
	clear:both;
	margin-top:0;
	border-top:1px solid #999999;
	padding: 2px 0 5px 0;
	width:790px;
	height:26px;
	font-size:13px;
	text-align: center;
	color:#AAAAAA;
}



/* Design */ 
a:link {
	text-decoration:none;
	color:#009900;
}
a:visited {
	text-decoration:none;
	color:#339900;
}
a:hover {
	text-decoration:underline;
	color:#66CC00;
} 
a:active {
	text-decoration:underline;
	color:#66CC00;
}
body {
    font: 1.1em/1.5em "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
    color: #444;
	font-style:normal;
	margin:0;
	padding:0;
	border:0;
	line-height:1.4;
	line-height:1.4;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #DF0000;
	scrollbar-highlight-color: #DF0000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #DF0000;
	background-color:#FFFFFF;
}
ul
{
    margin: 0px 0px 15px 0px;
    padding: 0;
    list-style-type: none;
    float:left;
    display: block;
    width: 100%;
}
li
{
    border-bottom: solid 1px #e7e7e7;
    background: url(  'images/sipka.gif' ) left center no-repeat;
    padding: 8px 0px 8px 20px;
}
h1, .headline1 {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
	font-size:21px;
	line-height:29px;
	color:#31ace5;
	font-weight: normal;
	padding:5px 0 0 0;
	border-bottom:#AAAAAA 1px solid;
}
.headline_picture1 {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
	font-size:21px;
	border:none;
	color:#31ace5;
	font-weight: normal;
	padding: 0;
	height:34px;
}
h2, .headline2 {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;
	font-size:18px;
	color:#2a76b3;
	font-weight: normal;
}
h3, .headline3 {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size:15px;
	color:#68b400;
	font-weight: bold;
}
h4, .headline4 {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size:14px;
	color:#333333;
	font-weight: bold;
}
table {
 	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
    border-collapse: collapse;
    text-align: left;
    border: none;
    font-size: 90%;
    margin-bottom: 15px;
    _margin-top: 10px;
    float:left;
}
td, th {
    border-bottom: solid 1px #e7e7e7;
    padding: 8px;
}
td.grey {
    background: #f7f7f7;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}
img {
    border: none;
}
th {
    background: #00B8E7;
    font-weight: normal;
    color: #fff;
} 
table.basic, td.basic {
    border: none;
    margin: 0px;
	padding: 0px;
}
td.basic {
    border: none;
    margin: 0px;
	padding: 1px;
	border-bottom:none;
	border-top:none;
}

/* design 2 */
.header_price2 {
	margin: 0;
	width:100px;
	height:16px;
	text-align:right;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	border:#FF9999 1px solid;
	float:left;
}
.kosik_top {
	margin: 0;
	padding: 1px 2px 1px 2px;
	text-align:right;
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
	background-color:#FFFFFF;
}
.topic {
	font-family: arial, helvetica, san-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}
.horsetopic {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size: 9pt;
	font-weight: bold;
	color: #FF5D00;
}
.note {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size: 09pt;
	font-weight: bold;
	color: #FF5D00;
}
.texttopic {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.spacer {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size: 1pt;
}

.rightheadline{
	font-size:10pt; 
	font-weight:bold; 
	color:#990000;
}
.bottom-text {
	font-size:9pt; color:#666666;
}
.photo_description {
	font-size:7pt;
 	color: #FFFFFF;
}
.photo_index {
	font-size:12px;
	font-weight:bold;
 	color: #FFFFFF;
}
.text_nejmensi {
	font-size:8pt;
}
.text_maly {
	font-size:9pt;
}
.big-text {
	font-size:12pt;
}
.basic-text {
	font-size:10pt;
}
.basic-text-desc {
	font-size:10pt; color:#666666;
}
.big-headline {
	font-size:12pt;
}
.big-headline-hilight {
	font-size:12pt; 
	font-weight:bold; 
	color:#990000;
}
.small_text_login {
	font-size:10pt;
	line-height:1;
	height:auto;
}
.table {
	font-size:10pt;
	background-color: #FCEBCD;
}
.table-hili {
	font-size:10pt; background-color:#FED287;
}
.table-hili2 {
	font-size:10pt; background-color:#FF9900;
}
.smallest-text {
	font-size:9px;
}
.photo-desc {
	font-size:9px;
}
.small-text {
	font-size:9pt;
}
.small-text-10 {
	font-size:10px;
}
.basic-text-hilighted {
	font-size:10pt ; color:#D20E00;
}
.basic-text-justified {
	font-size:10pt ; text-align:justify;
}
.basic-text-justified2 {	
	font-size:10pt;
	text-align:justify;
	margin:6px;
}
.basic-text-marked {
	font-size:10pt ; color:#990000 ; background-color:#FAF6EA;
}
.article-list, .content-list {
	font-size: 11px;
	line-height: 1.6;
	color:#1873B4;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
.article-title, .content-title {
	font-family: "Segoe UI", "Lucida Sans Unicode" , Verdana, sans-serif;	
	font-size:15px;
	color:#68b400;
	font-weight: bold;
}
.article-title2 {
	font-size:12px;
	font-weight:bold;
	color: #3399CC;
}

.article-date, .content-date {
	line-height: 1.5;
	color:#666666;
	text-align: right;
}
.article-date2 {
	line-height: 1.3;
	color:#666666;
	text-align: right;
}
.article-perex, .content-perex {
	line-height: 1.5;
	color:#666666;
	text-align: justify;
	/* font-style: normal; */
	font-weight: bold;
}
.article-perex2 {
	line-height: 1.3;
	color:#333333;
	text-align: justify;
	/* font-style: normal; */
}
.article-text {
	font-style: normal;
}
.article-more2 {
	font-size:11px;
	font-weight:bold;
	color: #3399CC;
	text-align:right;
}
.article-blue2 {
	line-height: 1.2;
	color:#0271A6;
	text-align: left;
	font-style: normal;
}
.article-gray {
	font-size: 11px;
	line-height: 1.2;
	color:#666666;
	text-align: left;
	font-style: normal;
}
.article-image {
	margin: 4px 6px 4px 0;
	border:#666666 1px solid;
}
.page-image {
	margin: 4px 10px 4px 0;
	border:#cccccc 1px solid;
}
.article-left {
	float:left;
	width:125px;
	_width:150px;
	text-align:right;
	margin: 0 0 0 80px;
	_margin: 0 0 0 25px;
}
.article-right {
	float:right;
	width:460px;
	_width:460px;
	text-align:justify;
	margin: 0 80px 0 0;
	_margin: 0 40px 0 0;
}
.article-right2 {
	text-align:justify;
}
.article-spacer {
	width:100%;
	height:5px;
	line-height:1px;
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
	border-bottom:#666666 dotted 1px;
}
.article-spacer2 {
	width:290px;
	height:5px;
	line-height:1px;
	margin:4px0 0 5px 0;
	padding:0;
	clear:both;
	overflow:hidden;
	border-bottom:#CC0000 dotted 2px;
}


.table-box {
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
	font-style: normal;
	background-color: #E9F0F8;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
.form1 {
	font-size:12px;
	padding: 2px;
	color:#000000;
	border-top-color:#333333;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color:#333333;
	border: solid 1px;
}
.horline {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/hor_line.gif);
}
.banner {
	filter: Alpha(Opacity=50, FinishOpacity=50);
}


.karta-obr, .karta-obr.a, .karta-obr.a:link, .karta-obr.a:visited, .karta-obr.a:active, .karta-obr.a:hover {
	color:#FFFFFF;
	border: 2px solid #FFFFFF;
}

.karta-link-right, .karta-link-right.a:link, .karta-link-right.a:visited, .karta-link-right.a:active, .karta-link-right.a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.karta-link-right.a:hover {
	color:#FFFFFF;
	text-decoration: undelined;
}
.copy {
	color:#333333;
}


/* ITEM ICON */
.item_icon {
	position:relative;
	width:150px;
	height:195px;
	margin:2px 3px 2px 2px;
	padding:0px;
	float:left;
	overflow:hidden;
	line-height:1.1;
	font-size: 8pt;
	color:#183b57;
	font-weight:boldx;
	border:#999999 solid 1px;
	background-color:#FFFFFF;
}
.item_icon_desc {
	position:absolute;
	top: 150px;
	left: 0px;
	height: 35px;
	width: 125px;
	_width: 115px;
	padding: 5px;
}
.item_icon_more {
	position:absolute;
	top: 174px;
	left: 100px;
	height: 17px;
	width: 45px;
	padding: 5px;
}
.item_icon_cleaner {
	height:1px;
	width:420px;
	overflow:hidden;
	clear:both;
}
.cleaner {
	height:1px;
	overflow:hidden;
	clear:both;

}
.cleaner2 {
	height:4px;
	overflow:hidden;
	clear:both;
	width:100%;
	border-top:1px #999999 dotted;}
.red {
	color:#FF0000;
}
.form-compact {
	padding:0;
	margin:0;
}
.titlecopy {
	z-index:100;
	clear:both;
	padding: 8px 0 10px 0;
	font-size:12px;
	text-align: center;
	color:#AAAAAA;
}

