/* Zakladni tagy */
html { height: 100%; }
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #ddd;
  background-color:#000;
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   10px;
  line-height: 16px;
}
h1 {
  font-size:   10px;
  line-height: 15px;
  font-weight: bolder;
  padding: 0;
  margin: 0;

}
h2 {

}

/* Layout */

#body {
  	width: 100%;
  	height: 100%;
	margin:0; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left */
}
#tab {
  height:100%;
  width:100%;
}
#top {
	  height: 292px;
	  background-image: url(../img/top_bg.png);
	  background-position: bottom left;
	  background-repeat: repeat-x;
}
#tr_top {
	  height: 292px;
}
#menu {
	background-image: url(../img/menu_bg.png);
	background-position: top left;
    background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	height: 148px;
	width: 206px;
	text-align: right;
	font-weight: bold;
}
#pmenu {
	width: 232px;
}
#td_menu {
	background-image: url(../img/l_bg.png);
	background-position: bottom left;
    background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}
#trbg {
	  background-image: url(../img/page_bg.png);
	  background-position: bottom left;
	  background-repeat: repeat-x;
	  height: auto;
}
#hrozilka {

}
#td_content {
	vertical-align: top;
}
#content{
	background-image: url(../img/content_bg.png);
	background-position: top;
    background-repeat: repeat-x;
	padding: 30px;
	padding-top: 10px;
	padding-left: 0px;
	width: 548px;
}
#right_bg{
	height: 148px;
	background-image: url(../img/right_bg.png);
	background-position: bottom;
    background-repeat: repeat-x;
}
#td_right_bg{
	vertical-align: top;
}
.flashlight {
}
.sound {
	font-size: 9px;
	color: #5F8978;
	float: right;
	padding-right: 50px;
	padding-top: 7px;
}

/* layout obsahu */
.news {
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: top;
}
.news_header {
	font-weight: bold;
	float: left;
	width: auto;

}
.download_header {
	float: left;
	width: auto;
}
.news_date {
	color:#777;
	float: right;
	width: auto;
}
.img_disco {
	border: 0;
}
.dates_date {
	float: left;
	width: 220px;
}

/* Links */
a {
	color: #ddd;
	border-bottom: solid 2px #333;
	text-decoration: none;
	background-image: none;
	padding-left: 2px;
	padding-right: 2px;
}
a:visited { color: #ddd; }
a:hover { 
	color: #ccc; 
	background-color:#ddd; 
	background-image: url(../img/link_bg.gif);
}

.menu_a:hover{
	background-image: url(../img/link_bg.gif);
	padding-left: 50px;
	padding-right: 3px;
	padding-bottom: 2px;
	border: none;
}
.gallery_img_a {
	text-decoration: none;
	border: none;
	background-image: none;
	border-bottom: none;
}
.gallery_img_a:hover { 
	color: #fff; 
	background-color: #000000;
	background-image: none;
	border-bottom: none;
}
