/* design stranek */
body   	
  {font-family: 'Trebuchet MS', 'Lucida Grande',	Verdana, Lucida, Geneva, Helvetica, Arial, Sans-Serif;
 	 background-color: white;
	 text-align: center;
   font-size: 80%}

#body
  {width: 966px;
	 margin-left: auto;
	 margin-right: auto;}

#head	
  {height: 160px;
   width: 100%;
	 }

#head_obrazky
  {height: 118px;
  }

#head_panel
  {height: 42px;
   background-color: black;
  }

#menu	
  {width: 266px;
	 float: left;
  }

#page	
  {min-height: 460px;
   _height: 460px;
   width: 694px;
   float: right;
  }

#foot	
  {width: 100%;
   font-size: 85%;
   padding-top: 2em;
	 clear: both;}

/* vlastnosti prvku*/
#menu ul
/* format seznamu */
   {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
   }

#menu li
/* format polozky menu - seznam */ 
   {
    border: 1px dotted #ce141d; /*#90bade;*/
    margin: 5px;
    background-color: #C9C8C7;
	 }

#menu li a
/* format polozky menu - odkaz */
   {
    display: block;
    padding: 5px 5px 5px 0.5em;
    color: black;
    text-decoration: none;
   }

#menu li a.notyet { 
    display: block;
    padding: 5px 5px 5px 0.5em;
    color: #878787;
    text-decoration: none;
    cursor:wait;
  }

#menu li a:hover {
    border-left: 10px solid #ce141d;/*#1c64d1;*/
    border-right: 10px solid #ce141d;/*#5ba3e0;*/
    background-color: #fff;
    color: #000000;
  }

/* fonty */


h1 {
    font-size: 180%;
    font-weight: bold;
    margin-bottom:0;
    padding-top: 1em;
    color: black;
  }

h2 {
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 120%;
    font-weight: bold;
    margin-top: 0;
    padding-top: 1em;
    color: black;
   }

h3 {
    font-weight: bold;
    font-size: 110%;
    color: black;
    margin:0;
  }

.head_text 
   {
    color: white;
    font-weight : bold;
    line-height: 40px;
    vertical-align: middle;
   }

.left
  {
  text-align: left;
  }

.title
  {
  padding-left: 1em;
  }

p
  {
  text-align: center;
  }

a {
   color: #307082;
  }

a:hover {
    color: #D60808;
  }

a img {
    border: 0px;
  }

a:hover img {
    border: 0px;
  }
