/* CSS Document */
body {
  background: #ffffff;
  color : #c2ad6b;
  font-family: Verdana, Arial;
  font-size : 14px;
}
h1 { 
  float : left;
  margin: 0;
  padding: 0;  
  width : 982px;
  height : 180px;
}
h1 a {
  display: block;
  width: 982px;
  height: 180px;
}
h1 a span{ display: none; }

h2 {
 font-size : 18px;
  color : #c2ad6b;
  font-weight: bold;
  margin: 0;
  padding: 0;  
}

#page {
  float : left;
  width : 952px;

}
#logo {
  float : left;
  width : 982px;
  height : 277px;
  background : transparent url("../images/logo.gif") no-repeat top left;
}

#logo a span { display : none;  }


#menu {
  float : left;
  width : 972px;
  margin : 0px 0px 0px 10px;
}
#menu div {  float : left; }
#menu a   {  position : absolute; }
#menu a.kontakt { background:transparent url('images/kontakt.jpg') no-repeat top left; width:146px; height:38px; }
#menu a.kontakt:hover { background : transparent url("../images/kontakt_over.jpg") no-repeat top left; }
#menu a span { display : none;  }

#menu div.sub_menu { position : absolute; visibility : hidden; z-index : 10; padding-top : 6px; }

#vypis {
  float : left;
  width : 902px;
  background : transparent url("../images/back_line.gif") repeat-y top left;
  padding : 10px 35px 10px 45px;
}
#vypis td.nadpis_clanku {
  font-size : 18px;
  color : #c2ad6b;
  font-weight: bold;
}
#vypis td.nadpis_clanku a { color : #c2ad6b; }

#copyright {
  float : left;
  width : 100%;
  height : 56px;
  font-size : 10px;
  color : #97a5b3;
  font-weight: bold;
  text-align : center;
  padding-top : 5px;
  background : transparent url("../images/copyright.gif") no-repeat top left;
}
#copyright span { display : none; }
#copyright a { color : #97a5b3; text-decoration: underline; }
