/* ZAKLADNI TAGY*/
html { height: 100%; }
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  text-align:left;
  background-image: url(../img/bg.png);
  background-position: 0px 21px;
  background-repeat: repeat-x;
  background-color: #6c8da0;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

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: 17px;
  color: #FFFFFF;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

h1 {
	padding-top: 18px;
	font-size: 14px;
}
h2 {
	padding-top: 10px;
	font-size: 23px;
}
img {
	border: none;
}
input, select, textarea {
	font-size: 10px;
	border: 1px solid;
	border-color: #fff;
	background-color: #9ab7c2;
}
/* POZICOVANI */
#body {
	width: 100%;
}
#header {
	width: 100%;
	margin: 0;
	padding: 0;
}	
#artists {
	width: 170px;
	float: left;
}
#content {
	width: 900px;
	margin-left: 27px;
	margin-right: 27px;
}
#contact {

}
.textblok {
	padding: 10px;
}
.menu {
	padding: 10px;
	padding-left: 29px;
}
.mp3 {
	margin: 0;
	padding: 0;
}
.bar_medium {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #9ab7c2;
	padding-top: 3px;
	padding-bottom: 4px;
}
.bar_left {
	float: left;
}
.bar_right {
	float: right;
}

/* LAYOUT STRANEK */
.news {
	display: block;
	width: 450px;;
	height: 145px;
	border-bottom: 1px solid;
	border-color: #9ab7c2;
	float: left;
	margin-bottom: 14px;
	padding-bottom: 0px;
	}
.itemtxt {
	width: 280px;
	float: right;
	padding-right: 10px;
	display: block;
}
.news_header {
	font-weight: bold;
	float: left;
	width: auto;
}
.download_header {
	float: left;
	width: auto;
}
.news_date {
	color:#777;
	float: left;
	width: auto;
}
.dates {}
.dates_header {
	font-weight: bold;
	width: auto;
}
.dates_date {
	float: left;
	width: 150px;
	display: block;
}
.dates_desc {
	padding-left: 150px;
}
.footer {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 60px;
	float: left;
}
.cervene {
	color: #CC0000;
}


/* LINKY */

.gallery_img_a {
	text-decoration: none;
	background-color: none;
}
.abez:hover {
	text-decoration: none;
	background-color: #000;
}
.gallery_img_a:hover { color: #fff; background-color:#000; }

a { 
	color: #fff; 
	border-bottom: solid 2px #1d3d52;
	text-decoration: none;
}
a:visited { color: #eee; }
a:hover { color: #fff; background-color:#1d3d52; }

.gallery_img, a img, a:hover img, a.gallery_img, a:hover.gallery_img{
	text-decoration: none;
	border: none;
	border-bottom: none;
	background-color: transparent; 
}
.bar_sort {
	color: #aab;
}
.bar_sort:visited {
	color: #aab;
}
.bar_sort:hover {
	color: #fffb;
}
.menubar:hover {
	background-color:#3b607c
}