/**
 * Soubor:  styl.css
 * Datum: 5.4.2009  
 * Autor: Petr Vacha
 * Projekt: Tucek English
 * Popis: CSS
 *          
 */
 
body{
  margin: 0px;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 12px;
  background-color: white;
  background-image: url("obrazky/pozadi.png");
  background-repeat: repeat-x;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 902px;
  background-color: #FFFF99;
  border-top: 2px solid #D81822;
  border-left: 2px solid #D81822;
  border-right: 2px solid #D81822;
  border-bottom: 2px solid #D81822;
}

#head{
  height: 150px;
  width: 902px;
  font-size: 12px;
  color: black;
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
  border-bottom: 2px solid #D81822;
  background-color: #FFFF99;
}

#menu{
  width: 180px;
  padding: 10px 7px 5px 8px;
  font-size: 12px;
  color: black;
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
  border-bottom: 0px solid black;
  float: left;
  /*background-color: #FFFF99;
  background-image: url("obrazky/menu.png");
  background-repeat: repeat-y;*/
}

.navigace{
  margin-left: -8px;
}

#content{
  width: 483px;
  font-size: 12px;
  color: black;
  float: left;
  padding: 15px 12px 5px 12px;
  background-color: #FFFF99;
  border-top: 0px solid #D81822;
  border-left: 2px solid #D81822;
  border-right: 2px solid #D81822;
  border-bottom: 0px solid #D81822;
}

#novinky{
  width: 180px;
  padding: 10px 8px 5px 8px;
  font-size: 13px;
  color: black;
  border: 0px solid black;

  float: right;
  background-color: #FFFF99;
}




img{
  clear: both;
}

a img{
  border: 0px;
  text-decoration: none;
}

.ico{
  float: left;
}

h1{
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #D81822;
}

h1.english{
  font-style: italic;
}

h2{
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #022175;
}

p{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.novinky{
  margin-bottom: 0px;
  padding-bottom: 0px;
  
}

p.english{
  font-style: italic;
}


#footer{
  margin-left: 150px;
  font-size: 10px;
}

a{
  color: black;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

a:hover{
  color: black;
  font-weight: bold;
}


#content a{
  color: black;
  font-size: 12px;
  text-decoration: underline;
}

#content a:hover{
  color: blue;
  font-size: 12px;
  font-weight: bold;
}

.menuodkazy{
  background-image: url('obrazky/menuodkazy.png');
  background-repeat: no-repeat;
  display: block;
  padding-left: 8px;
}


.menuodkazy:hover{
  background-image: url('obrazky/menuodkazyhover.png');
  display: block;
  border: 0px;
}

.err {
font-size: 10pt;
color: red;
font-weight: bold;
}

.ok {
font-size: 10pt;
color: green;
font-weight: bold;
}

