#hlavicka #microsite-link {
	margin: 0 0 0 00px;
	position: absolute;
    left: 0px;
	top: 130px;
	width: 890px;
	border-bottom: 1px solid #8CACBB;
	font-size: 120%;
}

#hlavicka #microsite-link a {
    color: #000;
	font-size: 145%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.article {
    font: 120% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #000;
}

div.article p, div.article blockquote, div.article table, div.article pre {
    margin: 0 0 1.0em 0;
}

div.article hr {
    border: 0px;
    border-top: 1px solid #8cacbb;
    text-align: center;
    height: 0px;
}

#columnwrap .article a:link, div.article a:visited {
    color: #DD4814;
    text-decoration: none;
}

#columnwrap div.article a:hover, #columnwrap div.article a:active {
    color: #DD4814;
    text-decoration: underline;
}

#columnwrap .article h1 a, #columnwrap div.article h2 a, #columnwrap div.article h3 a, #columnwrap div.article h4 a, #columnwrap div.article h5 a, #columnwrap div.article a.nolink {
    color: #000 !important;
    text-decoration: none !important;
}

#columnwrap div.article h1, #columnwrap div.article h2, #columnwrap div.article h3, #columnwrap div.article h4, #columnwrap div.article h5 {
    color: #000;
	background: none;
    background-color: inherit;
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0 0;
    border-bottom: 1px solid #8cacbb;
    clear: left;
}

#columnwrap div.article h1 {
    font-size: 145%;
    margin-left: 0px;
    font-weight: bold;
}

#columnwrap div.article h2 {
    font-size: 125%;
}

#columnwrap div.article h3 {
    font-size: 105%;
    border-bottom: none;
    font-weight: bold;
}

#columnwrap div.article h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

#columnwrap div.article h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

#columnwrap div.article ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: none;
    margin: 0 0 1em 3.5em;
}

div.article ol {
    line-height: 1.5em;
    list-style-image: none;
    margin: 0 0 1em 3.5em;
}

div.article li ul {
    margin-bottom: 0;
}

div.article li ol {
    margin-bottom: 0;
}

div.article .li {
    color: #000;
    font-weight: normal;
}

div.article ol {
    list-style-type: decimal
}

div.article ol ol {
    list-style-type: upper-roman
}

div.article ol ol ol {
    list-style-type: lower-alpha
}

div.article ol ol ol ol {
    list-style-type: lower-greek
}

div.article blockquote {
    border-left: 2px solid #8cacbb;
    padding-left: 3px;
}

div.article pre {
    font-size: 120%;
    padding: 0.5em;
    border: 1px dashed #8cacbb;
    color: #000;
    overflow: auto;
	background-color: #f7f9fa;
}

div.article code {
    font-size: 100%;
}

