/* STYLE */

body {
    font-family: "Arial CE", Arial, Helvetica, Verdana;
    font-size: 12px;
    color: #4a4a4b; /* #3f4a4e */
    margin: 0;
    padding: 0;
}

div {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h1 {
    color: #4a8302;
    text-transform: uppercase;
}

h2 {
    color: #568b13;
    text-transform: uppercase;
    letter-spacing: 8px;
}

h3, h4, h5, h6 {
    color: #568b13;
    text-transform: uppercase;
    letter-spacing: 6px;
}

ul h1, ul h2, ul h3, ul h4, ul h5, ul h6 {color: #568b13 !important; text-transform: uppercase !important;}
ol h1, ol h2, ol h3, ol h4, ol h5, ol h6 {color: #568b13 !important; text-transform: uppercase !important;}

/*
a {
    color: #427b96;
    text-decoration: underline;
    font-weight: bolder;
}
*/

a {
    color: #4a8302;
    text-decoration: underline;
    font-weight: bolder;
}

/* VELMI VELMI ZLA VLASTNOST, NEPOUZIVAT, aktuality boli mimo svoj container */
/*
p {
    width: 500px;
}
*/
/*============================================================================*/
/* ADMIN MENU */

ul#admin-menu {
    list-style: none;
    margin: 0px;
}
ul#admin-menu li {
    list-style: none;
    position: relative;
    display: inline;
    background: none;
    margin: 0;
    padding: 2px;
}

/*============================================================================*/
/* PORTFOLIO */

/* Pouzivane priamo v: class.portfolio.php */
#vyber-jazyka-portfolio-podstranka a,
#vyber-jazyka-podstranky-z-menu a,
#vyber-jazyka-aktuality-podstranka a {
    text-decoration: none;
    margin: 1px;
}
#vyber-jazyka-portfolio-podstranka a:hover,
#vyber-jazyka-podstranky-z-menu a:hover,
#vyber-jazyka-aktuality-podstranka a:hover {
    /*
    background-color: #a0c91a;
    color: #000;
    font-weight: bold;
    */
}
#vyber-jazyka-portfolio-podstranka a.active,
#vyber-jazyka-podstranky-z-menu a.active,
#vyber-jazyka-aktuality-podstranka a.active {
    background-color: #a0c91a;
    color: #000;
    font-weight: bold;
}

/*============================================================================*/

.clear {
    clear: both;
    border: none;
    height: 0;
}

/* smartpage in footer */
.SP {
    color: #fff;
    text-decoration: none;
}

/* hlavne pre vyzor zoznamu: ked sa ukazuje sitemap */
ul, li {
	margin: 6px 0; padding: 0;
}
li {
    list-style-type: none;
	margin: 0;
	position: relative;
	background: url(../images/li_arrow_green.gif) no-repeat left 4px;
	padding: 2px 0 2px 12px;
	color: #db7703;
	font-weight: bold;
}

#header-logo {
    position: relative;
    background: url(../images/header_logo2.jpg) top left;
    width: 790px;
    height: 261px;
}


#search-wrapper a {
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

#search-wrapper a:hover {
    text-decoration: underline;
}

#admin-sitemap {
    display: inline;
    margin-right: 4px;
}
#admin-sitemap a {
    color: #838a7a;
    font-size: 10px;
}

#lang_flag {
    display: inline;
    position: absolute; top: 10px; left: 250px;
}
#lang_flag a {
    color: #838a7a;
    font-size: 10px;
    text-decoration: none;
    margin-left: 6px;
    position: relative;
    bottom: 4px;
}
#lang_flag a:hover {
    text-decoration: underline;
}

.oddelovac-maly {
    background: url(../images/sitemap_admin_delimiter.gif) no-repeat center center;
}

#search-wrapper form {
    display: inline;
}

.form-search {
    margin: 0;
}

.form-search input {
    border: 1px solid #bcc2b4;
}

.form-search input.input-search {
    width: 200px;
    height: 22px;
}

.form-search .submit-img {
    width: 30px;
    height: 26px;
    outline: none;
    border: none;
    
    position: relative;
    top: 8px;
}

h2.kontakt {
    /*text-align: center;*/
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: normal;
}

.nazovSpol {
    font-weight: bold;
    margin-bottom: 4px;
}

.telfaxemail {
    color: #4a8302;
}

#horizontal-menu {
    margin-top: 20px;
	width: 520px;
    /*border: 1px solid black;*/
    position: absolute;
    top: 105px;
    right: 0px;
    text-align: right;
}

#horizontal-menu ul,
#horizontal-menu li {
	margin: 0;
    padding: 0;
	list-style: none;
    background: none;
    /*float: left;*/
    display: inline;
}

#horizontal-menu a {
	text-decoration: none;
    text-transform: uppercase;
	color: #fff;
    display: inline;
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bolder;
    /*
    background: url(../images/menu_item_idle.gif);
	background-repeat: no-repeat;
	background-position: center left;
    */
    margin-right: 18px;
    margin-left: 16px;
    /*margin-bottom: -1px;*/ /* aby sa odstranil dvojity border, tam kde sa dotykaju obrazky */
}
#horizontal-menu a:hover,
#horizontal-menu a.active {
    color: #d9ed4e;
}
