/* base definition -------------------------------------------------------- */
     
body {
  margin: 0px;
  padding: 0;
  font-family:   verdana, tahoma, arial;
  color: #666;
  text-align:center;
  margin:0 auto;
  background-color: #fff;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  padding: 0;
  font-size:70%;
}

div{
  padding:0;
  margin:0;
}

#body-bg{
  position:relative;
  width: 960px;
  margin: 0px auto;  
  background:white;
}
  
#page {
  position:relative;
  width: 898px;
   margin: 0px auto; 
  text-align:left;
  padding-bottom:10px;
}



#head {
  height:238px;
  position:relative;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-position:right 0;
}

/* --------------- header ----------------- */

#head2 {
  height:238px;
  position:relative;
  background-image: url(../images/header-line.gif);
  background-repeat: no-repeat;
  background-position:0 bottom;
}

.header-left{
  float:left;
  width:248px;
  height:170px;
}


.header-right{
  float:left;
  width:650px;
  height:170px;
}

#logo{

  margin:69px 0 0 0;
  width:248px;
  height:40px;
}

.logo-text{
  font-size:1.1em;
  padding:0 0 0 35px;
}

.head1 #logo img{
  display:block;
  padding:0;
  margin:0;
  color:black;
  border:0;
}

.header-actions{
  float:right;
  width:350px;
  margin-top:83px;
}

.header-right-box1{
  float:left;
  width:141px;
  height:26px;
  overflow:hidden;
}

.header-right-box2{
  float:left;
  width:206px;
}

.header-right-box1 a{
  display:block;
  background-color: #c8c8c8;
  background-image: url(../images/login.gif);
  background-repeat: no-repeat;
  background-position:0 0;
  color:white;
  text-align:center;
  width:122px;
  padding-top:7px;
  padding-bottom:7px;
}

.header-right-box1 a:hover{
  color:white;
}

.header-search-input{
  width:159px;
  height:26px;
  float:left;
  background-image: url(../images/search-bg.gif);
  background-repeat: no-repeat;
  background-position:0 0;
  overflow:hidden;
}

.header-right-box2 input{
  margin:0;
  border:0;
}

.header-search-input input{
  background:transparent;
  font-size:12px;
  width:140px;
  margin-left:10px;
  padding-top:4px;
  padding-bottom:4px;
  margin-top:1px;
}

.header-search-submit input{
  height:26px;
  width:42px;
  background-color:red;
  background-image: url(../images/search-button-bg.gif);
  background-repeat: no-repeat;
  background-position:0 0;
  cursor:pointer;
}

.header2{
  color:#214484;
  font-size:1.6em;
}

.header2 span{
  font-size:0.85em;
  color:#C10116;
}

/* ----------- content ------------ */
#content{
  float:left;
  position:relative;
  padding:25px 0 0 0;
  margin:0;
  width: 898px;
  min-height:350px;
}

#center{
  float:right;
  width: 551px;
  padding: 0 0 10px 0;
  font-size:1.1em;
}

#left{
  
  float:right;
  width:347px;
}

#left-m{
  width:341px;
  overflow:hidden;
}

#content-down{
  height:69px;
  width:898px;  
  background-image: url(../images/small-logo-grey.png);
  background-repeat: no-repeat;
  background-position:right 0;
}

.content-down-logo{
  padding-top:8px;
}

#footer{
  position:relative;
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
  width: 898px;  
  text-align:left;
  clear:both;
  color:#515151;
  padding-top:20px;
} 

/* ---------------- center ----------------------- */

#center h1{

  font-size:1.6em;
  color:#291F68;
  font-weight:normal;
  line-height:1.4em;
  padding:0 0 0 0;
  margin:0 0 10px 0;
}

#center h2{
  color:#291F68;
  font-size:1.25em;
  padding:0 0 0 0;
  margin:0 0 10px 0;
}

#center h3{
  color:#291F68;
  font-size:1.1em;
  padding:0 0 0 0;
  margin:0 0 10px 0;
}

#center h4{
  color:#666;
  font-size:1.1em;
  padding:0 0 0 0;
  margin:0 0 10px 0;
}

#center p{
  font-size:1em;
}

.message{
  color:green;
  border:1px solid green;
  padding:5px 10px;
  margin:0 0 10px 0;
}

.error-message{
  color:#B40019;
  border:1px solid #B40019;
  padding:5px 10px;
  margin:0 0 10px 0;
}

/* vseobecne classy --------------------------------------------------------- */

table{
  font-size:70%;
}

h1.title{
  background-image: url(../images/h1-bg.gif);
}

h2{
  font-size:1.3em;
}

h3{
  font-size:1.1em;
}
  
p{
  line-height:1.4em;
  margin: 0 0 12px 0px;
  padding: 0px;
}

#center b, #center i{
  color:#0A375B;
}

hr{
  margin:0;
  padding:0;
  height:0;
  border:0;
  background-image: url(../images/ciara.gif);
  background-repeat: repeat-x;
  background-position:0 0;
}

fieldset, img {
  width:auto;
  border:0;
}


.hidden {
  display: none;
}

.cleaner {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

a{ 
  color:#B40019;
  text-decoration: underline;
}

a:hover {
  color:#B40019;
  text-decoration: none;
  
}

form {
    margin: 0px;
    padding: 0px;
}

.f-left{
  float:left;
}

.f-right{
  float:right;
}

.right{
  text-align:right;
}

.f-center{
  text-align:center;
}

img.f-left{
  margin:0 10px 12px 0;
  border:1px solid #999;
}

img.f-right{
  margin:0 0 12px 10px;
  border:1px solid #999;
}

#center p{
  margin:0 0 15px 0;
  padding:0;
}

#center .node ul{
  list-style-type:none;
  margin:5px 0 10px 0px;
  padding:0 0 0 20px;
}

#center .node ul li{
  padding:0 0 2px 10px;
  background-image: url(../images/li-arrow.gif);
  background-repeat: no-repeat;
  background-position:0 5px;
}

input, textarea, select{
  color:#0A375B;
  border:1px solid #D5D5D5;
  margin-top:4px;
  margin-bottom:0px;
}

#right-box input, #right-box textarea, #right-box select{
  font-size:11px;
  color:#0A375B;
  border:1px solid #D5D5D5;
  margin-top:2px;
  margin-bottom:0px;
}

input.form-submit{
  background: #c20107;
  color:white;
  cursor:pointer;
}

#right-box .form-item{
  margin:0;
  padding:3px 0;
}

.wsEd{
  padding-bottom:20px;
}

/* vseobecne classy --------------------------------------------------------- */


.standard-box h4{
  font-size:1.1em;
  font-weight:bold;
  background-color:#291F66;
  padding:6px 10px;
  color:white;
  margin:0;
}

.standard-box2{
  background-color:#ddd;
  padding:10px;
}

.novinky-box h4{
  font-size:1.1em;
  font-weight:bold;
  color:#291F66;
  margin:2px 0 5px 0;
}

.novinky-box h4 a{
  color:#291F66;
}

.standardRow{
  float:left;
  width:100%;
  margin-bottom:5px;
}

.textRow{
  padding-top:5px;
  float:left;
  width:100px;
}

.textRow2{
  float:left;
  width:150px;
}

.menu-down{
  padding:5px 10px 0 10px;
  color:white;
  font-size:1.1em;
}

.menu-down a, .menu-down a:hover{
  color:white
}

.pr-box{
  float:left;
  width:100%;  
  padding-bottom:12px;
}

.pr-box-img{
  float:left;
  width:235px;
}

.pr-box-text{
  float:left;
  width:300px;
}

.pr-color{
  border:1px solid #ccc;
  margin:5px 10px 5px 0;
  float:left;
}

.pr-color2{
  width:30px;
  height:30px;
  float:left;
}

.pr-color3{
  margin:15px 10px 10px 0;
  float:left;
  width:300px;
  font-size:1.1em;
  color:#000;
}

table.pr-table{
     width:100%;
  background:white;
  border-collapse:collapse;
  margin:10px 0;
  
}

table.pr-table td.column1{
     background:#97AEBE;
     color:#484784;
     border:1px solid #8599C4;
}

table.pr-table td.column2{
     background:#667BB4;
     color:white;
     
}

table.pr-table td.column3{
     background:#FFF;
     color:#9DC8DF;
}

table.pr-table td{
     border:1px solid #AEAAC4;
     text-align:center;
     padding:2px 5px;
     color:#484784;
}

.news-nav a{
  text-decoration:none;
}

.news-nav a:hover{
  text-decoration:underline;
}

.hledani-navigator{
  text-align:right;
}

.pocet-navstev{
  float:left;
  padding:0 10px 0 0;  
}