html, body{
    margin: 0;
    padding: 0;
} 
body {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 11px;
    background: #81847D url("../intro/bg.jpg") top center repeat-x;
}
#titulka {
    width: 980px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    background: url("../intro/titulka_top.jpg");
}
#top_links {
  position: absolute;
  top: 62px;
  right: 32px;
  font-size: 12px;
}
#aktuality {
  width: 400px;
  float: right;
  padding-right: 10px;
}
hr {
	height: 1px;
	color: #A0CF67;
	background-color: #A0CF67;
	border: 0px solid #A0CF67;
}
#main_left {
  width: 375px;
  margin-left: 10px;
  float: left;
}
.tab {
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  float: left;
  font-size: 12px;
  background: #E6F3D9;
  border: 1px solid #ddd;
  border-bottom: 0px;
  font-weight: bold;
}
.selected {
  background: #ACD579;
  color: #fff;
}
#picture_intro {
  clear:both;
  background: #ddd;
  height:175px;
  border-top: 2px dotted #A0CF67;
}
#popis {
  text-align: justify;
  margin-top: 15px;
}
#loga {
  float:right;
  width:150px;
  margin-right: 15px;
}
.nadpis {
  font-size: 20px;
  margin-bottom: 5px;
  border-bottom: 2px dotted #A0CF67;
}
#main {
    width: 980px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    padding-top:15px;
}
img {
  border: 0px;
}
A:active {
	color : black;
	text-decoration : underline;
}
A:link {
	color: #749C43;
	text-decoration: none;
}
A:visited {
	color: #749C43;
	text-decoration: none;
}
A:hover {
	text-decoration : underline !important;
	color : #333;
}
.tab A:link, .tab A:active, .tab A:hover, .tab A:visited {
  color: #000;
}
