h3.slogan {
	font-weight: normal;
	padding: 23px 0px 0px 0px;
	font-size: 1.6em;
	font-family: Arial, sans-serif;
	font-style: italic;
    text-align:center;
    position:relative;
    z-index:20;
}

select.kategorie_tree_select {
    width:258px;
}

/* MAIN PAGE */
div.main-page {
    margin:11px 0px 0px 0px;
    padding:20px 30px 0px 30px;
    text-align:left;
    line-height:16px;
}
div.main-page object {
    position:absolute;
    top:11px;
    right:0px;
}

/* VYHLADAVANIE */
.search { width: 565px; margin:0px auto 10px auto; }
.search label { float:left; width:62px; text-align:right; }
.search_top {
	padding: 13px 0px 10px 20px;
	line-height: 20px;
}
.submit {
    border:none;
    cursor:pointer;
    width:60px;
    text-align:center;
    font-weight:bold;
}

/* NEWS */
h2.news {
	font-weight: bold;
	font-size: 1.6em;
	font-family: Arial, sans-serif;
    padding:0px 0px 10px 0px;
}
div.news {
    height:140px;
    width:300px;
    margin:10px 0px 0px 10px;
    line-height:15px;
    position:relative;
    z-index:20;
}
div.news div {
    height:140px;
    overflow:auto;
    padding:0px 10px 0px 0px;
}
div.news h3 {
    font-size:13px;
    font-family:Arial,sans-serif;
    margin:0px;
    padding:0px;
}
div.news p {
    margin:0px;
    padding:5px 0px 10px 0px;
    text-align:justify;
}
