html * {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, tahoma, verdana, arial, sans-serif;
    font-size: 0.8em;
    background: #272727 url('../images/bg_body.gif') repeat-x;
    text-align: center;
}

#wrapper {
    width: 964px;
    margin: 0 auto;
    text-align: left;
}

/*
 * *****************************************************************************
 * ELEMENTS
 */

img {
    border: 0;
}

a {
    color: #62a612;
}

p {
    margin: 0.6em 0;
    line-height: 1.5;
    text-align: justify;
}

h1,h2 {
    font-size: 1.8em;
    margin: 0.4em 0 0.6em 0;
    color: #62a612;
}

h3 {
    font-size: 1.4em;
    margin: 1em 0;
    padding: 10px 0;
    color: #272727;
    border-top: 1px solid #dde3dd;
    border-bottom: 1px solid #dde3dd;
}

ul, ol {
    padding-left: 35px;
    line-height: 1.6;
}

table{
  border-collapse:collapse;
}

table td{
  border:solid 1px #cccccc;
  padding:1px 4px;
}

/*
 * *****************************************************************************
 * LANGS
 */
 
#langs {
    height: 66px;
}

#langs p {
    float: right;
    color: #939191;
    font-size: 0.85em;
    font-weight: bold;
    font-family: tahoma;
    background-color: #3d3d3d;
    padding: 6px 10px 6px 10px;
    margin: 20px 0 0 0;
}

#langs img {
    padding: 0 0 0 8px;
    position: relative;
    top: 2px;
}

/*
 * *****************************************************************************
 * HEADER
 */

#header {
    width: 964px;
    height: 249px;
    background: transparent url('../images/bg_header.jpg') no-repeat;
    clear: right;
}

#header strong.nadpis {
    position: relative;
    top: 140px;
    padding: 0 0 0 20px;
    font-size: 3em;
}

#header a {
    color: #fff;
    text-decoration: none;
}

/*
 * *****************************************************************************
 * MENU
 */
 
#menu {
    border-right: 14px solid #fff;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 45px;
    font-size: 0.9em;
}

#menu ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: transparent url('../images/bg_li.gif') top right no-repeat;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#menu ul li a:hover {
    background-color: #fff;
    color: #272727;
}

/*
 * *****************************************************************************
 * BLOCK
 */
 
#block {
    background: transparent url('../images/bg_block.gif') left repeat-y;
}

/*
 * *****************************************************************************
 * LEFT
 */

#left {
    clear: left;
    float: left;
    background-color: #fff;
    width: 630px;
}

#left-wrapper {
    padding: 25px;
}

#left-wrapper a{
  color:#000000 !important;
}

/*
 * *****************************************************************************
 * RIGHT
 */

#right {
    float: left;
    background-color: #e1e1e1;
    width: 320px;
}

#right-wrapper {
    padding: 25px;
}

/*
 * *****************************************************************************
 * NEWS
 */
 
.news-item {
   margin-bottom: 20px; 
}

.news-item a{
  color:#000000 !important;
}

.news-item h2 {
   font-size: 1.2em; 
}

.news-date {
    color: #aaa;
    font-size: 0.9em;
}

.archive a {
    display: block;
    width: 114px;
    height: 24px;
    background: transparent url('../images/archive.gif') left top no-repeat;
    color: #fff;
    font-size: 0.85em;
    text-decoration: none;
}

.archive span {
    display: block;
    margin-left: 27px;
    padding-top: 5px;
}

/*
 * *****************************************************************************
 * FOOTER
 */

#footer {
    font-size: 0.85em;
    color: #838383;
    background: transparent url('../images/bg_footer.gif') left top no-repeat;
}

#footer p {
    margin: 0;
    padding: 30px 0;
}

#footer a {
    color: #8dc521;
}

#footer a.text {
    color: #838383;
    text-decoration:none;
}

#footer a.text:hover {
    text-decoration:underline;
}

/*
 * *****************************************************************************
 * CLASSES
 */
 
.nodisplay {
    display: none;
}
 
.hidden {
    visibility: hidden;
}
 
.cleaner {
    clear: both;
}
 
.hline {
    height: 1px;
}

.address {
    float: right;
    width: 295px;
    margin: 0 0 20px 0;
}

.address a{
  color:#000000 !important;
}

.address address {
    padding: 20px;
    background-color: #fff;
    margin: 0;
}

a.telefon{
  display:block;
  background: transparent url('../images/telefon.gif') left center no-repeat;
  padding:3px 20px;
  font-weight:bold;
}
