/* reset CSS v1.0 | 20080212 */

.article,
.article div,
.article span,
.article applet,
.article object,
.article iframe,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article p,
.article blockquote,
.article pre,
.article a,
.article abbr,
.article acronym,
.article address,
.article big,
.article cite,
.article code,
.article del,
.article dfn,
.article em,
.article font,
.article img,
.article ins,
.article kbd,
.article q,
.article s,
.article samp,
.article small,
.article strike,
.article strong,
.article sub,
.article sup,
.article tt,
.article var,
.article b,
.article u,
.article i,
.article center,
.article dl,
.article dt,
.article dd,
.article ol,
.article ul,
.article li,
.article fieldset,
.article form,
.article label,
.article legend,
.article table,
.article caption,
.article tbody,
.article tfoot,
.article thead,
.article tr,
.article th,
.article td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
    line-height: 16px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2F4F4F;
    text-align: justify;
}

.article

.article span.links img,
.article span.links p img,
.article span.links div img {
    margin: 5px;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


.article p,
.article li,
.article div,
.article span {

}

.article p {
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
}

.article h1, .article h2, .article h3, .article h4 {
    margin-top: 10px;
    margin-bottom: 10px;

    color: #336633;
    margin-top: 10px;

    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #80773C;
    padding-bottom: 5px;
    line-height: 14px;
    clear: left;
}
.article h1 {
    font-size: 16px;
    line-height: 16px;
}
.article h2 {
    font-size: 14px;
    line-height: 14px;
    border-bottom-color: #D3D3D3;
    border-bottom-style: none;
    margin-top: 35px;
    margin-bottom: 3px;
    margin-left: -12px;
    color: #527B28;
}
.article h3 {
    font-size: 13px;
    line-height: 13px;
    border-bottom-color: #DCDCDC;
    border-bottom-style: none;
    margin-top: 15px;
    margin-bottom: 3px;
    color: #527B28;
}

.article h4 {
    font-size: 12px;
    line-height: 12px;
    border-bottom-color: #DCDCDC;
    border-bottom-style: none;
    margin-bottom: 3px;
    margin-left: 12px;
    color: #555555;
}

.article div.akce {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}


.article ul,
.article ol {
    margin-left: 15px;
    margin-top: 10px;
}


.article ul li {
    padding-left: 15px;
    margin-left: 10px;
    background-image: url(../images/txt_li.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 5px;
    background-color: transparent;
}

.article ol li {
    xpadding-left: 15px;
    margin-left: 35px;
    list-style-type: decimal;
}

.article table.border tr td {
    border-width: 1px;
	border-style: solid;
	border-color: #003300;
    padding: 3px;
}

.article table.border tr td.noborder {
    border-width: 0px;
	border-style: solid;
	border-color: #003300;
    padding: 3px;
    color: #336633
}

.article table.enviweb_table {
   border: 1px solid black;
   background-color: #eeeeee;
}
.article td.enviweb_td {
   padding: 2px;
   padding-left: 15px;
}
.article a.enviweb_a {
   font-weight: bold;
}


.article a {
    border-bottom: 1px dotted #999999;
}

/* show users that links are external */
.article span.links a[href^="http:"] {
      background: url(../images/externalLink.gif) no-repeat right top;
      padding-right:10px;
}


.article span.links a[href^="click.php"] {
      background: url(../images/externalLink.gif) no-repeat right top;
      padding-right:10px;
}

.article span.links a[href^="/"] {
      /*background-image:none;
      padding-right:0px;*/
      background: url(../images/externalLink.gif) no-repeat right top;
      padding-right:10px;
}
/* show users that this is an email link */
.article span.links a[href^="mailto:"] {
      background: url(../images/email.png) no-repeat right center;
      padding-right:15px;
}