newsLefthtml {font-size: 100%;}

body {
    font-family: arial, tahoma, lucida, sans-serif;
    font-size: 0.7em;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #333333;
    background: url('/images/body-bg.png') center top no-repeat;
    behavior:url('/templates/csshover.htc');
}


table {font-size: 1em;}

form {margin: 0px;}

input, textarea {
    font-family: verdana, tahoma, arial, lucida, sans-serif;
}

a {
    text-decoration: underline;
    color: #FF8515;
}

a:hover {text-decoration: none;}

a img {border: 0px;}

ul {text-align: left;}

ul li a{text-decoration: none;}

ul li a:hover{text-decoration: underline;}

fieldset {border: 0px; clear: left; float: left;}


h1 {
    margin: 0px; 
    padding: 0px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    width: 300px;
    float: left;
    margin-top: 72px;
}

h2 {
    font-size: 1.45em;
    color: #FF8515;
    margin: 0px;
    
}
h2:first-letter {text-transform: uppercase;}
h2.article {
    font-size: 14px;
    display: inline;
    padding-bottom: 4px;
    border-bottom: 2px solid #EFEFEF;
}

h2.gray.article {
    display: block;
}

h3 {
    color: #FF8515;
    margin: 10px 0px 10px 0px;
    font-size: 1.25em;
    padding-bottom: 6px;
    border-bottom: 2px solid #EFEFEF;
}

h4 {
    color: #000000;
    margin: 15px 0px 2px 0px;
    font-size: 1.25em;
}

#header {
    width: 998px;
    height: 149px;
    margin: 0px auto 0px auto;
    position: relative;
    background: #FFB849 url('/images/head-bg.jpg') left top no-repeat;
}

#header img {float: left;}

#langs {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    top: 8px;
    left: 200px;
}

#langs li {float: left;}

#langs li a {
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #884100;
    margin-right: 17px;
    padding-left: 20px;
}

#langs li a.cs {background: url('/images/cs.png') left top no-repeat;}
#langs li a.en {background: url('/images/en.png') left top no-repeat;}
#langs li a.de {background: url('/images/de.png') left top no-repeat;}

#topMenu {
    width: 998px;
    height: 50px;
    margin: 4px auto 0px auto;
    position: relative;
    background: #333333 url('/images/top-menu-bg.png') left top repeat-x;
}
#topMenu img {
    position: absolute;
    top: -4px;
    left: 26px;
}

#topMenu ul {
    margin: 0px 0px 0px 150px;
    padding: 0px;
    height: 50px;
    list-style-type: none;
}

#topMenu ul li {
    float: left;
    padding-left: 4px;
    position: relative;
    background: url('/images/top-menu-separ.png') left 15px no-repeat;
}

#topMenu ul li a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px 0px 8px
}

#topMenu ul li a span {
    position: relative;
    top: 5px; 
}

#topMenu ul li a.active {background: #FF8515;}

#topMenu ul li a:hover {
    text-decoration: none;
    background: #FF8515;
}

#topMenu ul li ul {
    display: none;
}

#topMenu ul li:hover a {background: #FF8515;}

#topMenu ul li:hover ul{
    margin: 0px;
    padding: 0px;
    z-index: 20;
	  display: block;
    height: auto;
    position: absolute;
    top: 50px;
    left: 4px;
    background: #FF8515;
}

#topMenu ul li ul li {
    background: none;
    display: block;
    width: 220px;
    margin: 0px;
    float: none;
    padding: 0px;
}

#topMenu ul li ul li a {
    color: #000000;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 0px 9px;
    width: 220px;
    line-height: 30px;
    height: 30px;
}

#topMenu ul li ul li a:hover {
    color: #FFFFFF;
}

#topMenu form {
     position: absolute;
     top: 18px;
     right: 15px;
}

#topMenu form label {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold; 
}

#topMenu form input.input {
    border: 1px solid #FFFFFF;
    width: 90px;
    margin: 0px 4px;
}

#main {
    width: 998px;
    text-align: left;
    margin: 0px auto 0px auto;
    background: url('/images/main-bg.png') right 4px no-repeat;
}

#main img.borderGray {border: 2px solid #CCCCCC;}

#mainIn {
    width: 936px;
    margin-top: 30px;
    margin-left: 28px;
}

#left {
    width: 480px;
    float: left;
    display: inline;
    margin: 35px 0px 0px 35px;
}
#left p {text-align: justify;}

#left.article {
    width: 620px;
}

.shift {
    float: left;
    width: 150px;
    font-weight :bold;
}
.shift img {
    float: left;
    margin-right: 12px;
}
.shift b {font-size: 1.25em;}

#right {
    width: 420px;
    float: right;
    display: inline;
    margin: 35px 32px 0px 0px;
}

#right.article {
    width: 284px;
}

.firstNew {
    background: #EFEFEF;
    padding: 5px 0px 13px 0px;
    margin-top: 5px;
}

p.news {
    margin: 12px;
    text-align: justify;
}

p.news a {
    color: #FF8515;
    font-size: 1em;
    display: block;
    margin-bottom: 3px;
}

p.news img {
    float: right;
    margin-left:10px;
    border: 2px solid #FFFFFF;
}

p.news a.more {
    float: left; 
    color: #FFFFFF; 
    margin: 3px 0px;
    background: #FF8515 url('/images/more-news-bg.png') right top no-repeat;
}

.newsLeft {
    width: 630px;
    float: left;
    text-align: justify;
}

.newsRight {
    width: 270px;
    float: right;
    
}

.newsRight img {float: right; margin-left: 5px;}

.lastImgs {
     width: 100%;
}

.lastImgs td {
    background: #EFEFEF;
    width: 136px;
    text-align: center;
    border-right: 4px solid #FFFFFF;
}

.imgs {
     width: 100%;
}

.imgs td {
    background: #EFEFEF;
    width: 136px;
    text-align: center;
}

.imgs td.white {
    width: 10px;
    background: #FFFFFF;
    font-size: 10px;
}

.imgs tr.bgWhite td {background: #FFFFFF;}
.imgs tr.bgWhite td a {font-weight: bold;}

a.more {
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    float: right;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 12px;
    background: #FF8515 url('/images/more-bg.png') right top no-repeat;
}

a.more:hover {text-decoration: underline;}

a.more.left {float: left; clear: left;}

a.logos {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    color: #FF8515;
    text-decoration: none;
}

a.logos b {text-decoration: underline;}
a.logos:hover b {text-decoration: none;}

p#path {
    margin :2px 0px 0px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #EFEFEF;
}

ul.list {
    margin: 10px 0px;
    padding: 0px;
    list-style-type: none;
}

ul.list li {
    padding-left: 35px;
    background: url('/images/dot-orange.png') 20px 3px no-repeat;
}

p.file {
   width: 300px;
   float: left;
   margin-right: 10px;
   margin-top: 10px;
}

p.file img {
    float: left;
    margin-right: 10px;
}

p.file a {font-size: 12px; font-weight:bold;}

p.file.noMargin {margin-right: 0px;}

#footer {
    width: 998px;
    height: 50px;
    margin: 10px auto 0px auto;
    position: relative;
    background: #333333 url('/images/top-menu-bg.png') left top repeat-x;
}

#footer p {
     float: left;
     color: #FFFFFF;
     font-size: 0.9em;
     line-height: 50px;
     margin: 0px 0px 0px 15px;
}

#footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

#footer ul li {float: right;}
#footer ul li a {
    line-height: 50px;
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 20px;
}


#footer a {color: #FFFFFF; text-decoration: underline;}
#footer a:hover {text-decoration: none;}

form.form label {width:200px;display: block;text-align: right;padding-right:20px;}
.form label.require {font-weight: bold;}
.form input.failed,
.form textarea.failed {background: #FFF0F0;font-family: arial, tahoma, lucida, sans-serif; font-size: 12px;}

.form input,
.form textarea {font-family: arial, tahoma, lucida, sans-serif; font-size: 12px;}

.msg {margin-bottom: 20px;}
.error {height: 87px; background: #820B0B url('/images/message-error-bg.png') left top repeat-x;}
.errorIn {height: 87px; background: url('/images/message-error-bg-ico.png') left top no-repeat;}
.ok {height: 87px; background: #66B233 url('/images/message-ok-bg.png') left top repeat-x;}
.okIn {height: 87px; background: url('/images/message-ok-bg-ico.png') left top no-repeat;}
.msg p {float: left; color: #FFFFFF; font-size: 1.1em; font-weight: bold; margin: 0px 0px 0px 100px; line-height: 87px;}


.cleaner {clear: both; font-size: 5px; height: 5px;}
.clr {clear: both;}
.fRightImg {float: right; margin-left: 14px;}
.gray {color: #999999;}
.noMargin {margin: 0px;}

table.tabulka {width:100%;background-color: #EFEFEF;}
table.tabulka td {background-color: #ffffff;padding: 5px;width:220px;}
table.tabulka th {background-color: #FF8515; color: #ffffff; font-weight: bold; padding: 5px;width:220px; }

.button {background-color: #FF8515;color: #ffffff;padding: 10px; font-weight: bold;font-family: arial, tahoma, lucida, sans-serif;}
