body {
    background: #999999 url(images/bg.jpg) no-repeat top center fixed; 
    margin: 0;
    font-family: Arial, sans-serif; letter-spacing: 0px; font-size: 16px;
}
p {
    text-align: justify;
    padding: 10px 90px 10px 85px; margin: 0;
    font-size: 16px; 
    line-height: 170%;
    
    
}
h1 {
    padding: 55px 0 0 85px; margin: 0;
    font-size: 30px; 
    font-weight: bold;
    color: #223D94;
}
h2 {
    padding: 0; margin: 0;
    font-size: 22px; 
    font-weight: bold; 
}
.table {
    
}
ul {
    padding: 10px 35px 0px 45px; margin: 0 55px 0 65px;
    text-align: justify;
    font-size: 14px;
    line-height: 170%;
}
ul li {
    margin: 0 0 15px 0
}
textarea {
    width: 299px; height: 100px;
    border: 1px solid #999999;
    font-size: 14px;
}
input {
    width: 300px; height: 25px;
    border: 1px solid #999999;
    font-size: 14px;
}
#button {
    width: 100px; height: 30px; 
    background: url(images/bg-nav.png) center left repeat-x; 
    color:#000000;
}
#button:hover {
    background: url(images/bg-nav-hov.png) center left repeat-x;
    color: #ffffff;
}
.div-top {
    width: 100%; 
    background: url(images/bg-page.png);
    margin: 66px 0 20px 0;
    box-shadow: 0px 0px 4px gray;
}
.logo-top {
    width: 953px;
    height: 184px;
   margin: 0 auto;
}
.logo-top a {
    display: block;
    width: 249px;
    height: 164px
}
.nav-top {
    
}
.div-nav {
    width: 100%; height: 110px;
    background: url(images/bg-nav.png) top left;
}
.div-nav-in {
    width: 953px; height: 39px;
    margin: 0 auto;
    
}
.div-menu {
    float: right;
    width: 620px;
}
.div-text {
    width: 952px; min-height: 470px;
    margin: 1px auto; padding-bottom: 50px;
    background: url(images/bg-page.png);
    color: #223D94;
    box-shadow: 0px 0px 4px gray;
}
.div-text img {
    border: 2px solid #ffffff;
    margin: 5px;
}
.div-form {
    width: 77%;
    margin: 25px auto; padding: 20px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    
}
.div-bott {
    width: 320px; 
    float: left;
    border-right: 1px solid #A1A1A1;
    padding-top: 25px;
}
.copyright {
    width: 100%; height: 200px;
    background: #666666;
    margin-top: 20px;
    color: #ffffff;
    clear: both;
}
.copyright p {
    margin: 0;
    padding: 3px;
    text-align: center;
    font-size: 14px;
    font-family: Arial, sans-serif;
}
.copyright a {
    color: #ffffff;
}
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.menu li {
   float: right; 
   height: 110px;
   margin: 0;
   
   border-left: 1px solid #fff;
   
   
}
.menu a {
   text-decoration: none;
   text-align: center;
   display: block;
   padding: 45px 15px 5px 15px;
   font-family: Arial, sans-serif; font-size: 20px; color: #223D94;
   font-weight: bold;
}
.menu a:hover {
   
   color: red;
}
.map {
   width: 530px; height: 300px;
   position: relative;
   top:-315px; left: 350px;
}
.tab-form {
    margin: 0 0 0 200px;
    font-size: 13px;
}
.seznam {
    list-style-type: none; 
    padding-left: 25px;
}
.seznam li {
    background: url(images/odrazka.png) no-repeat 0 50%;
    padding-left: 30px;
}
#commentForm { width: 500px; }
#commentForm label { width: 250px; }
#commentForm label.error { margin-left: 5px; color: red; text-align: left; font-size: 12px}
#commentForm input.error {border: 1px red solid}
#commentForm textarea.error {border: 1px red solid}
#signupForm { width: 670px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#newsletter_topics label.error {
	display: none;
	margin-left: 103px;
}

