/* obecny */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  background: #EAE7D2;
}
body {
  text-align: center;
  background: #fff url(../img/bcgr-header.gif) left top repeat-x;
  color: #3E362F;
  font-size: 85%;
  font-family: Arial, sans-serif;
}
a {
  color: #626233;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.skiplink {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
a.skiplink:focus, a.skiplink:active {
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 0px;
	display: block;
	text-align: center;
	line-height: 210px;
	width: 200px;
	height: 210px;
  background: #EAE7D2;
  border: 10px #3E362F solid;
}
hr {
  clear: both;
  visibility: hidden;
  height: 0;
}
* html hr {
  display: none;
}
.i {
  display: none;
}
.bold {
  font-weight: bold;
  background: url();
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

/* tabulky */
table {
  margin: 10px;
  border-collapse: collapse;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
  font-size: 0.8em;
}
td {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  vertical-align: 4px;
  padding: 4px 10px;
}
th {
  font-size: 1.1em;
  padding: 4px 10px;
  background: #EBE6D6;
}

/* obrazky */
img {
  border: 1px #3E362F solid;
  padding: 3px;
  margin: 5px 2px 0 3px;
}
a:hover img {
  background: #D2CBAF;
}

/* obal + stranka */
#container {
  background: url(../img/bcgr-footer.gif) left bottom repeat-x;
}
#page {
  position: relative;
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background: #EAE7D2 url(../img/bcgr-header.gif) left top repeat-x;
}

/* hlavicka */
#header {
  width: 760px;
  height: 229px;
  background: #000;
}
#header h1 a {
  text-align: center;
  float: left;
  width: 209px;
  height: 96px;
  margin: 45px 0 0 30px;
  cursor: pointer;
  overflow: hidden;
}
#header h1 a span {
  position: absolute;
  top: 43px;
  left: 28px;
  width: 209px;
  height: 96px;
  background: url(../img/header.gif) left top no-repeat;
  margin: 2px;
}

/* obsah */
#content {
  float: right;
  width: 540px;
  background: #F6F5EE;
  border-top: 1px #D2CBAF solid;
  border-bottom: 1px #D2CBAF solid;
  padding-bottom: 10px;
  min-height: 20em;
}
* html #content {
  height: 20em;
}
#content h2 {
  font-size: 100%;
  margin: 10px 10px 0 10px;
  padding: 3px 6px;
  background: #EBE6D6;
}
#content h3 {
  font-size: 100%;
  margin: 5px 10px 0 10px;
}
#content h4 {
  font-size: 90%;
  font-weight: bold;
  margin: 5px 10px 0 10px;
}
#content .box h4 {
  font-size: 100%;
  margin: 0;
}
#content p {
  line-height: 140%;
  margin: 10px 10px 0 10px;
  padding-bottom: 10px;
  background: url(../img/bcgr-p.jpg) left bottom repeat-x;
}
#content .box {
  margin: 10px;
  border: 1px #D2CBAF solid;
  background: #F0EFD5;
  padding: 10px;
}
#content .box h2 {
  font-size: 140%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #F0EFD5;
}
#content .box p {
  margin: 8px 0 0 0;
  padding: 0;
  background-image: url();
}
#content ul {
  margin: 10px 10px 0 10px;
}
#content ul li {
  margin: 0 15px;
  list-style: circle;
}

/* menicko */
#navigation {
  float: left;
  width: 220px;
  border-top: 5px #D2CBAF solid;
  border-bottom: 5px #D2CBAF solid;
}
#navigation ul {
  border: 1px #fff solid;
  border-top: 0;
}
#navigation ul li {
  list-style: none;
  border-top: 1px #fff solid;
}
#navigation ul li a {
  text-decoration: none;
  height: 2.5em;
  padding-right: 7px;
  line-height: 2.5em;
  text-align: right;
  display: block;
  color: #C46016;
  font-weight: bold;
  background: #fff url(../img/bcgr-menu-1.gif) left top;
}
#navigation ul li a:hover, #navigation ul li.active a {
  background: #EAE7D2 url(../img/bcgr-menu-2.gif) left top;
}

/* paticka */
#footer {
  font: 85% arial, sans-serif;
  height: 94px;
  margin-left: 220px;
  background: #D7CFB0 url(../img/bcgr-footer-p.gif) left bottom repeat-x;
}
#footer p {
  width: 250px;
  padding: 40px 10px 0 10px;
  height: 49px;
  float: left;
  border-top: 5px #fff solid;
}

/* pocitadla */
#counters {
  display: none;
}

/* uvod */
#uvod #header {
  background: url(../img/header-uvod.jpg) 260px 0 no-repeat;
}
/* nabidka */
#nabidka #header {
  background: url(../img/header-nabidka.jpg) 260px 0 no-repeat;
}
#nabidka #content p {
  background-image: url();
}
/* hriste */
#hriste #header {
  background: url(../img/header-hriste.jpg) 260px 0 no-repeat;
}
#hriste #content p {
  background-image: url();
}
/* pravidla */
#pravidla #header {
  background: url(../img/header-pravidla.jpg) 260px 0 no-repeat;
}
/* partneri */
#partneri #header {
  background: url(../img/header-partneri.jpg) 260px 0 no-repeat;
}
/* kontakt */
#kontakt #header {
  background: url(../img/header-kontakt.jpg) 260px 0 no-repeat;
}
/* mapa */
#mapa #header {
  background: url(../img/header-mapa.jpg) 260px 0 no-repeat;
}
