body {
    font-family: Arial, sans-serif;
    font-size: 11px;    
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

form, ul, ol {
    margin: 0px;
    padding: 0px;
}

td {
    font-family: Arial, sans-serif;
    font-size: 11px;
    vertical-align: top;
}

#body {
    width: 800px;
    padding-top: 174px;
    /*doplnene na vycentrovanie*/
    margin:0px auto;
}

/* LAYOUT */

#header {
    width: 800px;
    position: absolute;
    top: 0px;
    /*left: 0px;*/ /*zakomentovane kvoli vycentrovaniu*/
    height: 174px;
}

#header_end {
    width: 800px;
    height: 5px;
    background: url('../images/page_header_end.jpg') no-repeat #0f3830;
}

#header_title_sk {
		position: absolute;
		top: 1px;
		left: 78px;
		width: 273px;
		height: 79px;
		cursor: pointer;	
}
#header_title_sk[class] {
		background: url('../images/title_sk.png') top left no-repeat;
}

#header_title_en {
		position: absolute;
		top: 1px;
		left: 78px;
		width: 265px;
		height: 105px;
		cursor: pointer;	
}
#header_title_en[class] {
		background: url('../images/title_en.png') top left no-repeat;
}

#header_logo {
		position: absolute;
		top: 1px;
		left: 3px;
		width: 75px;
		height: 172px;
		cursor: pointer;
}
#header_logo[class] {
		background: url('../images/logo.png') top left no-repeat;
}

#header_mute {
		position: absolute;
		top: 0;
		left: 0;
    width: 800px;
    height: 174px;
}
#header_mute[class] {
		background: url('../images/page_header_mute.png') bottom center repeat-x;
}

.header_bcg_sk {
    background: url('../images/page_header.jpg') no-repeat #0f3830;
}

.header_bcg_en {
    background: url('../images/page_header_en.jpg') no-repeat #0f3830;
}

#left_column_sk {
    width: 78px;
    background: url('../images/left_column_back2_sk.gif') repeat-y; 
    background-position: center 100px;
    background-color: #d1e0bf;
}

#left_column_en {
    width: 78px;
    background: url('../images/left_column_back2_en.gif') repeat-y; 
    background-position: center 100px;
    background-color: #d1e0bf;
}

#left_logo {
    height: 100px;
    padding-left: 16px;
    background-color: #d1e0bf;
    color: inherit;
    font-size: 11px;
}

#page {    
    padding: 13px 17px 10px 7px;
}

#right_column {
    width: 180px;
    background-color: #d1e0bf;
    color: inherit;
    font-weight: bold;
}

.right_column_top {
    background-color: #a4c380;
    color: inherit;
    padding: 17px 12px 10px 11px;
}

.right_column_bottom {
    padding: 17px 12px 0px 11px;
}

#right_column h3 {
    margin: 0px;
    padding: 0px 0px 4px 10px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dashed #000000; 
    color: #004339;
    background-color: inherit;
}

#right_column a {
    display: block;
    margin: 7px 0px 6px 10px;
    color: #000000;
    background-color: inherit;
    text-decoration: none;
}

#right_column a:hover {
    text-decoration: underline;
}

/* MENU */

#top_menu {
    height: 14px;
    text-align: right;
    float: right;
}

.top_menu_pos_sk {
    margin: 29px 12px 0px 0px;
}

.top_menu_pos_en {
    margin: 29px 12px 0px 0px;
}

#header ul li {
    color: #ffffff;
    background-color: inherit;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-left: 10px;
    list-style-type: none;
}

#lang_menu {
    margin: 95px 22px 0px 0px;
    height: 14px;
    text-align: right;
    float: right;
    clear: both;
}

#bottom_menu {
    margin: 150px 0px 0px 84px;
    text-align: right;
    /*clear: both;*/
}

#header a {
    color: #ffffff;
    background-color: inherit;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* COMMON */

h1 {
    margin: 0px 0px 15px 0px;
    color: #004339;
    background-color: inherit;
    font-size: 24px;
    padding-left: 5px;
}

h2, h2 a, h2 a:hover {
    margin: 0px 0px 7px 0px;
    color: #000000;
    background-color: inherit;
    font-size: 16px;
    padding: 0px 0px 3px 5px;
    border-bottom: 2px solid #a2c27f;    
    clear: both;
}

h2.noline {
    border: 0px;
    margin: 0px;
}

h3 {
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #004339;
    background-color: inherit;
}

.text {
    margin: 0px 0px 12px 5px;
    line-height: 14px;
    color: #262626;
    background-color: inherit;
    padding: 0px;
}

.darktext {
    margin: 0px;
    padding: 6px 6px 9px 6px;
    line-height: 14px;
    background-color: #a3c27f;
    color: inherit;
}

.pagertext {
    margin: 0px;
    padding: 2px 10px 2px 10px;
    line-height: 14px;
    background-color: #d1e0bf;
    color: inherit;
    font-size: 11px;
}

a {
    color: #004339;
    background-color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.hr {
    background-color: #a2c27f;
    height: 2px;
    clear: both;
}

div.hr_dotted {
    height: 2px;
    border-bottom: 2px dotted #808080;
}

.abstract {
    color: #004339;
    background-color: inherit;
    font-weight: bold;
}

input, select {
    border: 1px solid #8c8c8c;
    margin: 2px 0px 0px 0px;
    font-size: 11px;
    width: 165px;
}

input.button {
    background-color: #a2c27f;
    color: inherit;
    width: auto;
    border: 1px solid #666666;
}

span.user_menu_vert_line
{
	height:5px;
	width:2px;
	background-color: #a2c27f;
	margin-left:3px;
	margin-right: 3px;
}

/* PAGES */

.aktualita {
    /*width: 355px;*/
    float: left;
}

img.akt, a.blockimg {
    margin: 0px 13px 12px 5px;
    float: left;
    width: 128px;
    border: 0px;
}

a.blockimg img {
		border: 0;
}

img.adr {
    margin: 0px 13px 12px 5px;
    float: left;
    width: 85px;
    border: 0px;
}

.struktura {
    margin-left: 13px;
}

.oddelenie_text {
    width: 345px;
    float: left;
}

.oddelenie_right {
    width: 140px;
    border-left: 2px dotted #262626;
    font-weight: bold;
    color: #000000;
    background-color: inherit;
    float: right;
    padding: 0px 0px 0px 10px;
    margin: 0px;
}

.oddelenie_right a {
    color: #000000;
    font-weight: bold;
    line-height: 20px;
}

ul.download li {
    padding: 5px 0px 10px 20px;
    list-style-type: none;
    background: url('../images/dot1.gif') no-repeat 8px 9px;
}

.text ul.download li {
    padding: 5px 0px 10px 15px;
    list-style-type: none;
    background: url('../images/dot1.gif') no-repeat 3px 9px;
}

.lokalita {
    margin: 8px 0px 8px 4px;
}

.lokalita .text {
    margin: 0px 0px 0px 13px;
    padding: 0px;
}

.adresar {
    font-size: 13px;
    font-weight: bold;
}

.pagertext ul li {
    float: left;
    list-style-type: none;
}

.pagertext ul li a {    
    padding: 1px 3px 1px 3px;
    display: block;
    font-size: 10px;
}

.pagertext ul li a:hover {    
    background-color: #004238;
    color: #ffffff;
    text-decoration: none;
}

.pagertext a {
    color: #262626;
    background-color: inherit;
}

.clear {
		clear: both;
}
.foot{
  background-color:#A7B598;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  text-align: left;
}
.cms_foot{
  color: #464749;
  font-size: 11px;
}
.cms_foot a{
  color: #464749;
}