a {
  color: #1065B0;
  text-decoration: none;
}

a:hover {
  color: #1065B0;
  text-decoration: underline; 
}

#main-left-content ul {
   margin: 0px 0px 0px 24px;
   padding: 0px 0px 0px 0px;	
   list-style-image: url(images/home-li.gif);  
}

ul { 
   margin: 0px 0px 0px 24px;
   padding: 0px 0px 0px 0px;	
   /* list-style-image: url(images/home-li.gif);  */ /* nepouzivat - bug v top menu */
}

ul.home { 
   margin: 0px 0px 0px 24px;
   padding: 0px 0px 0px 0px;	
   list-style-image: url(images/home-li.gif); 
}


#main-home {
  background: url(images/home-bg.gif) repeat-y;
  width: 765px;
}

#main-left-heading {
  color: black;
  height: 30px;
  border-bottom: #0E5493 1px solid;
  background: #E7EDFA;
}

#main-left-heading h1 {
  color: #1065B0;
  font-weight: bold; 
  background: url(images/home-arrow-top.gif) no-repeat;
  padding-left: 15px;
}


#main-left-heading div {
  padding-left: 20px;
  padding-top: 9px;
}

#right-heading {
  color: #2D487F; 
  height: 30px;
  width: 215px;
  line-height: 34px;  
  background: #C8D6F3;
  font-weight: bold;
}

#right-menu {
   background: #9CB5E6;
}

#right-menu-content {
   background: transparent;  
   padding: 15px;
}

.right-news-date {
    color: #FFFFFF;
    background: transparent; 
}

.right-news-content {
    color: #2D487F; 
    background: transparent; 
}

a.right-news-link {
   color: #1065B0;
   text-decoration: none;
}

a.right-news-link:hover {
   color: #FFFFFF;
   text-decoration: none;
}

.right-news-spacer {
   height: 1px;
   width: 180px; 
   margin: 6px 0px 6px 0px;
   background: #B6C9EE;   
}

a.main-news-link {
   color: #1065B0;
   text-decoration: none;
}
a.main-news-link:hover{
   color: #FF5715;
   text-decoration: none;
}
.main-news-date {
    color: #FF5715;
    background: transparent; 
}

.main-news-spacer {
   height: 1px;
   width: 520px; 
   margin: 6px 0px 6px 0px;
   background: #B6C9EE;   
} 
#main-left-content {
  padding-left: 14px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.thumb {
  border: #1065B0 solid 1px;
}

