* {
    padding: 0px;
    margin: 0px;
    font-size:12pt;
}
html, body {
    font-family: Consolas, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
}
img {
    border: 0px;
}
table {
    border-collapse: collapse;
    border: 0px;
    width: 100%;
}
.c {
    clear: both;
}
a {
    color: #ea661e;
    text-decoration: none;
}
a:hover {
    color: white;
}
#wrapper {
    height: auto;
    min-height: 100%;
    width: 767px;
    margin: 0px auto;
    background: #d8d7d5;
    border: 1px solid gray;
}
* html #wrapper {
    height: 100%;
}
#foother {
    height: 54px;
    width: 767px;
    margin: -54px auto 0px auto;
    background: transparent url(/img/foother.png) top left no-repeat;
}
#foother #back_btn {
    position: absolute;
    width: 183px;
}
#foother #back_btn a {
    position: absolute;
    right: 0px;
    margin-top: 3px;
    display: block;
    height: 41px;
    width: 41px;
    background: transparent url(/img/back.png) top left no-repeat;
}
#foother #back_btn a:hover {
    background-image: url(/img/back_u.png);
}
#foother #up_btn {
    position: absolute;
    width: 383px;
}
#foother #up_btn a {
    position: absolute;
    right: 0px;
    margin-top: 3px;
    display: block;
    height: 41px;
    width: 41px;
    background: transparent url(/img/up.png) top left no-repeat;
}
#foother #fav_btn {
    position: absolute;
    width: 623px;
}
#foother #fav_btn a {
    position: absolute;
    right: 0px;
    margin-top: 3px;
    display: block;
    height: 43px;
    width: 54px;
    background: transparent url(/img/fav.png) top left no-repeat;
}
#foother #counters {
    text-align: right;
    padding: 3px;
}
#header {
    height: 231px;
    width: 767px;
    background: transparent url(/img/header.png) top left no-repeat;
}
#header #search_f {
    position: relative;
    top: 167px;
    left: 320px;
    width: 400px;
}
#header #search_f #ajaxSearch_input {
    width: 277px;
    height: 25px;
    background: transparent url(/img/searchinput.gif) top left no-repeat;
    vertical-align: top;
    border: 0px;
}
#header #search_f #ajaxSearch_submit {
    background: transparent url(/img/searchbtn.gif) top left no-repeat;
    color: transparent;
    width: 97px;
    height: 25px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    vertical-align: top;
}
#header #search_f #ajaxSearch_submit:hover {
    background-image: url(/img/searchbtn_u.gif);
}
#header #pagetitle {
    position: relative;
    left: 20px;
    top: 150px;
    color: #B0C4DE;
    width: 250px;
}
#header #main_link {
    position: relative;
    top: -20px;
    left: 20px;
    width: 250px;
}
#header #main_link a {
    color: #B0C4DE;
    text-decoration: none;
}
#header #srch_link {
    position: relative;
    top: -20px;
    left: 100px;
    width: 250px;
}
#header #srch_link a, #header #fav_link a, #header #mean_link a {
    color: #ea661e;
    text-decoration: none;
}
#header #srch_link a:hover, #header #fav_link a:hover, #header #mean_link a:hover, #header #main_link a:hover {
    color: white;
}
#header #fav_link {
    position: relative;
    top: -60px;
    left: 220px;
    width: 250px;
}
#header #mean_link {
    position: relative;
    top: -60px;
    left: 320px;
    width: 250px;
}
#menu {
    width: 184px;
    overflow: hidden;
    float: left;
    margin-top: -15px;
}
#menu #seealso {
    height: 36px;
    background: url(/img/seealso.png) top left no-repeat;
}
#menu #menubody {
    background: transparent url(/img/menubody.png) top left repeat-y;
}
#menu #menubody ul {
    list-style: url(/img/li.png) inside;
    margin: 0px 10px 0px 10px;
}
#menu #menubody ul li a {
    color: white;
    text-decoration: none;
    font-size: 10pt;
}
#menu #menubody ul li:hover {
    background: #f3971b;
}
#content {
    margin: 0px 0px 55px 183px;
    padding: 15px;
    color: #3a2782;
}
#content p {
    padding-bottom: 15px;
}

h1 {
    font-size: 14pt;
    color: #ea661e;
    text-align: center;
    font-family: "Franklin Gothic Demi", Verdana, Helvetica, sans-serif;
    padding: 7px 0px 10px 0px;
    text-transform: uppercase;
}
h2 {
    font-size: 15px;
    color: #b11161;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.author {
    font-weight: bold;
    font-size: larger;
    padding-top: 15px;
}
.tolkovanie {
    padding-left: 30px;
    text-align: justify;
    line-height: 1.5;
}
.letters_menu {
    list-style: none;
    width: 100%;
}
.letters_menu li {
    float: left;
    height: 38px;
    width: 14% !important;
    text-align: center;
    background: transparent url(/img/star.png) no-repeat center;
    padding-top: 20px;
    cursor: pointer;
}
.letters_menu li:hover {
    background-image: url(/img/star_s.png);
}
.letters_menu li a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Times new roman", Arial;
    font-weight: bold;
    font-size: 18px;
}
.words_list {
    font-size: larger;
    text-align: center;
}
p {
    line-height: 1.5;
    text-align: justify;
    text-indent: 20px;
    padding-bottom: 5px;
}
#columns li {
    float: left;
    height: auto;
    width: 26% !important;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    padding-left: 15px;
}
#columns {
    list-style: none;
    width: 100%;
}
#ajaxSearch_resultListContainer .ajaxSearch_resultDescription {
    font-weight: bold;
}
#ajaxSearch_form fieldset {
    border: 0px none;
}
#ctrlcopy {
    height:1px;
    overflow:hidden;
    position:absolute;
    width:1px;
    margin: 5px 0 0 -1px;
    line-height:0;
    opacity: 0;
}

