/* CSS Document */

body
{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: url('../_images/bg.jpg') repeat-y;
}

a
{
  color: #000000;
  text-decoration: underline;
}

a:hover
{
  color: #B60E14;
  text-decoration: none;
}

a img
{
  border: 0;
}

hr
{
  border: none;
}

#bg
{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: url('../_images/bg_top.jpg') top center no-repeat;
}

#content
{
  position: relative;
  width: 1118px;
  top: 0;
  margin-left: auto;
  margin-bottom: 210px;
  margin-right: auto;
  padding: 0;
  display: block;
  overflow: hidden;
}

#header
{
  width: 1118px;
  height: 100px;
  float: left;
  display: block;
  overflow: hidden;
  margin-top: 40px;
  padding-top: 20px;
  background: url('../_images/content_bg.png') repeat-y;
}

#header h1
{
  font: bold 25px "Trebuchet MS";
}

#logo
{
  float: left;
  width: 458px;
  height: 424px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

#foto
{
  float: left;
  width: 551px;
  height: 424px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: url('../_images/fotky.png') no-repeat;
}

#menubar
{
  width: 1118px;
  height: 108px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

#menu
{
  float: left;
  width: 1118px;
  height: 108px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 0;
  background: url('../_images/menu_bg.png') no-repeat;
}

#menu ul.reg
{
  float: left;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  text-align: center;
}

#menu ul.reg li
{
  width: 250px;
  height: 45px;
  float: left;
  font: bold 20px "Trebuchet MS";
  color: #000000;
}

#menu ul.reg li a
{
  width: 250px;
  padding-top: 8px;
  height: 43px;
  float: left;
  font: bold 20px "Trebuchet MS";
  color: #000000;
  text-decoration: none;
}

#menu ul.reg li a:hover
{
  text-decoration: none;
  color: #B60E14;
}

#ikony
{
  width: 165px;
  height: 36px;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  position: relative;
  background: url('../_images/ikony.png') no-repeat;
}

#pokec
{
  height: 36px;
  width: 32px;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

#pokec a
{
  height: 36px;
  width: 32px;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

#twitter
{
  height: 36px;
  width: 30px;
  float: left;
  display: block;
  margin-left: 15px;
  padding: 0;
}

#twitter a
{
  height: 36px;
  width: 30px;
  float: left;
  display: block;
  padding: 0;
}

#fb
{
  height: 36px;
  width: 30px;
  float: left;
  display: block;
  margin-left: 15px;
  padding: 0;
}

#fb a
{
  height: 36px;
  width: 30px;
  float: left;
  display: block;
  padding: 0;
}

#english
{
  float: right;
  width: 149px;
  margin-top: 36px;
  padding: 0;
}

#main
{
  width: 1118px;
  float: left;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 20px;
  background: url('../_images/content_bg.png') repeat-y;
}

#text
{
  float: left;
  width: 900px;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-left: 26px;
  text-align: justify;
  font: 12px "Trebuchet MS";
  color: #000000;
}

#text .news
{
  width: 650px;
  height: 280px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

#text .img
{
  width: 250px;
  height: 200px;
  float: left;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

#text .img img
{
  padding-right: 10px;
  padding-bottom: 10px;
}

#text .hr
{
  width: 359px;
  height: 21px;
  background: url('../_images/news_border.png') no-repeat;
  display: block;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0;  
}

#text .novinka
{
  padding-top: 10px;
  margin: 0;
  text-align: justify;
  font: 12px "Trebuchet MS";
  color: #000000;
}

#text .novinka a
{
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}

#text .novinka a:hover
{
  text-decoration: none;
  color: #B60E14;
  font-weight: bold;
}

#text h2
{
  font: 22px "Trebuchet MS";
  margin: 0;
  padding-left: 10px;
  color: #000000;
}

#text h2 a
{
  color: #000000;
  text-decoration: none;
}

#text h2 a:hover
{
  color: #B60E14;
  text-decoration: none;
}

.hr
{
  width: 359px;
  height: 21px;
  background: url('../_images/news_border.png') no-repeat;
  display: block;
  overflow: hidden;
  border: none;
  margin: 0 auto;
  padding: 0;  
}


#footer
{
  width: 920px;
  height: 20px;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: auto;
  font: 11px "Trebuchet MS";
  color: #000000;
  overflow: hidden;
  display: block;
  border-top: 1px dashed silver;
  padding-top: 10px;
}

.teams
{
  text-align: center;
  margin: 0 auto;
}

.line
{
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  height: 25px;
  text-align: center;
}

.line_last
{
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}
