/* CSS AC Nýrsko
 Autor: David Kučera
 email: mail2dkucera@gmail.com
 */
 
 body {
  background-color: rgb(0,0,0);
  font-family:"Palatino Linotype", "New York CE", utopia, serif;
  
 }
 
 h1 {
  font-size: 1.5em;
 }
 
 a:hover {
  font-weight: bold;
 }
 #page {
  width: 1000px; /* 730*/
  margin: auto;
  border: 1px rgb(0,0,0) solid;
  position: relative;
  background-color: rgb(255,255,255);
 }
 
 #menu {
  background-color: rgb(128,128,128);
  text-align: center;
  font-size: 0.8em;
  z-index: 2;
  color: rgb(255,255,255);
  font-weight: bold;
 }
 
 #menu a {
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: none;
 }
 
 #menu a:hover {
  background-color: rgb(0,0,0);
 }
 
 #novinky {
  width: 171px; 
  border-right: 2px rgb(204,0,0) dotted;
  border-bottom: 2px rgb(204,0,0) dotted;
  float: left;
  padding:5px;
  font-size: 0.8em
  
 }
 
   

 
 #zajimavosti {
  width: 173px;
  border-left: 2px rgb(204,0,0) dotted;
  border-bottom: 2px rgb(204,0,0) dotted;
  float: right;
  padding:5px;
  font-size: 0.7em;
  }
  
  #zajimavosti strong {
  font-size: 1.5em;
  }
 
  #obsah {
  width: 620px; /*350*/
  font-size: 0.9em;
  float: left;    
  padding:5px;
  text-align: justify;
  
 
 }
 #paticka {
 clear: both;
 background-color: rgb(128,128,128); 
 text-align: center;
 font-size: 0.7em;
 }
 
 #headline {
  font-size:2.5em;
  text-align: center;
  font-family: Tahoma;
  font-variant: small-caps;
  background-image: url(vno713e.jpg);
  font-weight: bold;
  /*color: rgb(128,128,128);*/
  color: rgb(204,0,0);
 }
 
 #logo {
  position: absolute;
  left: 0px;
  
 }
 
 .cur_item_menu {
  color: rgb(255,255,255);
  font-weight: normal;
 }
 
 .zdurazneni {
  color: rgb(204,0,0);
  font-weight: bold;
  
 }
 
/************************HLAVNI STRANKA***********************/
 .hl_stranka_fotka {
    text-align: center;
 }
 
 /************************ZAZITKY S BOHEM***********************/
 .zazitky {
  padding-right: 10px;
  }
