/* (c) copyright 2008 ManoloDesign - Rostislav Daněk - manolo.cz */

body {
	margin: 0;
	padding: 0;
	color: #C1C1C1;
	font-family: tahoma;
	font-size: 11px;
	background:  #4A4A4A url("../img/bg.jpg") repeat-x;
	line-height: 18px;
}

#top{
  background: url("../img/top.jpg") center top no-repeat;
  height: 316px;
  margin: 0 auto;
}

#menu{
  color: white;
  margin-top: -42px;
  margin-left: 30px;
  font-size: 10px;
  position: absolute;
}

#bann{
  background: url("../img/banner.jpg") no-repeat;
  width: 299px;
  height: 184x;
}

#kontejner{
  width: 950px;
	margin: 0 auto;
}

#obsah{
  background: #191919;
  width: 930px;
  height: 475px;
  padding-left: 20px;
}

#obsah2{
  background: #191919;
  width: 930px;
  height: 2600px;
  padding-left: 20px;
}

#left_bar{
  width: 475px;
  text-align: justify;
  margin-left: 46px;
  _margin-left: 20px;
  margin-top: 50px;
  float: left;
  position: relative;
}

#right_bar{
  margin-left: 46px;
  text-align: justify;
  margin-top: 50px;
  float: left;
  position: relative;
}

#menu_down{
  color: #666666;
  background: black;
  width: 925px;
  padding: 10px 0 10px 25px;
}


#pata{
  background: url("../img/bg_down.jpg") no-repeat;
  width: 950px;
  height: 110px;
}

#down_copy{
  color: #A7A7A7;
  font-size: 9px;
  padding: 14px 0 0 23px ;
  width: 580px;
  line-height: 1.4;
}


#md_link{
  float: right;
  padding: 20px 17px 0 0;
  color: #989898;
}

.red-title {
  color: red;
  font-weight:bold;
}


/* nadpisy */

div, h1, h2, h3, h4, ul, li, p{
  margin: 0;
  padding: 0;
}

h1{
  font-size: 1px;
  font-weight: bold;
  text-indent:-50000px; 
}

h2{
  color: white;
  font-size: 10px;
  font-weight: bold;
  background: url("../img/nadpis.gif") no-repeat;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 8px;

}

h3{
  font-size: 9px;
  font-weight: bold;
}

h4{
  font-size: 9px;
  font-weight: bold;
}

img{
  padding-bottom: 10px;
}

/* links */

a {
  color: red;
  text-decoration: none;
}

a:hover {
  color:#FFF;

  text-decoration: underline;
}

a.md {
  color:#999999;
  text-decoration: none;
}

a.md:hover {
  color:#FFF;
  background: red;
  padding: 2px;
  text-decoration: none;
}

a.menu_top{
  color: white;
  text-decoration: none;
  padding: 0 12px 0 12px;
}

a.menu_top:hover {
  color:#FFF;
  background: red;
  padding: 3px 12px 3px 12px;
  text-decoration: none;
}

a.menu_copy{
  background: url("../img/dots.jpg") no-repeat;
  color: #666666;
  text-decoration: none;
  padding: 0 12px 0 12px;
}

a.menu_copy:hover {
  color:#FFF;
  background: red;
  padding: 3px 12px 3px 12px;
  text-decoration: none;
}

a.prolink{
  color: #ffffff;
  text-decoration: none;
  padding: 15px 12px 3px 12px;
}

a.prolink:hover {
  color:#ffffff;
  padding: 15px 12px 3px 12px;
  text-decoration: underline;
}


