
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url("./img/tapeta4.jpg"); 
	text-align: center;
}

div {
	margin-left: auto;
	margin-right: auto;
}

td {
	color: #F11D1C;
}

a, a:link, a:visited, a:hover {
	color: #F11D1C;
	text-decoration: underline;
}

a:hover {
	color: #EEE;
}

img {
	border: 0px;
}

acronym, .help {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	display: none;
}

h2 {
	font-size: 1.3em;
	color: #F11D1C;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-left: 2em;
	margin-right: 2em;
}

h3 {
	font-size: 1.2em;
	color: #F11D1C;
	margin: 0px auto;
	padding: 0px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-left: 2em;
}

h4 {
	font-size: 1.2em;
	color: #F11D1C;
	margin: 0px auto;
	padding: 0px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-left: 2em;
}

h5 {
	font-size: 1em;
	color: #F11D1C;
	margin: 0px auto;
	padding: 0px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-left: 2em;
}

em, q {
	font-style: italic;
}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

.u {
	text-decoration: underline;
}

#body {
	color: #EEE;
	background-color: #000;
	font-family: sans-serif;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 2px 0px 2px;
	border: 0px;
	width: 900px;
	height: auto;
	position: relative;
	z-index: 10;
}

#menu {
	color: #EEE;
	background-color: #000;
	font-family: sans-serif;
	text-align: center;
	margin: 5px auto 0px auto;
	padding: 0px;
	border: 0px;
	width: 900px;
	height: 30px;
	position: relative;
	z-index: 30;
}

#toplogo {
	width: 900px;
	height: 200px;
	border: 0px;
	background-color: #000;
	color: #EEE;
}

#bottomcopy {
	font-family: sans-serif;
	text-align: center;
	width: 100%;
	font-size: .7em;
	color: #666;
	height: 18px;
	background-color: #000;
	margin: 0px;
	padding: .2em;
	overflow: hidden;
	z-index: 80;
}

#bottomcopy a, #bottomcopy a:link, #bottomcopy a:visited, #bottomcopy a:hover {
	color: #666;
	text-decoration: none;
}

#bottomcopy a:hover {
	text-decoration: underline;
}

#inmenu, .submenu, .submenuh {
	padding: 0px;
	margin: 0px auto 1px auto;
	text-align: center;
}

#inmenu ul, .submenu ol, .submenuh ol, #inmenu ul li.ul, .submenuh ol li, .submenu ol li {
	margin: 0px;
	padding: 0px;
}

#inmenu ul li.ul {
	padding: 7px .5em 7px .5em;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	position: relative;
	/*height: 30px;*/
}

.submenu, .submenuh {
	border: 1px #FFF solid;
	font-size: .8em;
	text-align: left;
	background-color: #000;
	padding: 0px .2em;
	position: absolute;
	top: 2.1em;
	visibility: visible;
	z-index: 100;
	left: 1em;
}

.submenuh {
	visibility: hidden;
}

.submenu ol li, .submenuh ol li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	line-height: 1.5;
}

.submenu ol li a, .submenuh ol li a {
	display: block;
}

/*#submenu2 {
	left: 6em;
}

#submenu3 {
	left: 0em;
}

#submenu4 {
	left: 15.1em;
}

#submenu5 {
	left: 20.6em;
}

#submenu6 {
	left: 25em;
}*/

.barva1 a:hover, #submenu1 a:hover {
	color: #EEE;
}

.barva2 a:hover, #submenu2 a:hover {
	color: #F5B70F;
}

.barva3 a:hover, #submenu3 a:hover {
	color: #F46A1F;
}

.barva4 a:hover, #submenu4 a:hover {
	color: #4CF41F;
}

.barva5 a:hover, #submenu5 a:hover {
	color: #EB41DD;
}

.barva6 a:hover, #submenu6 a:hover {
	color: #0B9EF2;
}

.barva7 a:hover, #submenu7 a:hover {
	color: #F70A85;
}

.barva8 a:hover, #submenu8 a:hover {
	color: #2EE2E4;
}

.barva9 a:hover, #submenu9 a:hover {
	color: #EC856A;
}

.hr {
	border-top: 1px #F11D1C solid;
	width: 95%;
	height: 1em;
	clear: both;
	margin: 1em auto 0px auto;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.rose {
	color: #F11D1C;
}

.red {
	color: #F00;
}

.yellow {
	color: #FFCC00;
}

.sred {
	color: #F66;
}

.tleft {
	text-align: left;
}

.tcenter {
	text-align: center;
}

.mcenter {
	margin-left: auto;
	margin-right: auto;
}

.tright {
	text-align: right;
}

.f {
	position: relative;
	width: 100%;
}

.fleft {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
}

.fright {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
}

.tjustify {
	text-align: justify;
}

.cistic {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.koncerty, .koncertyjt, .koncertyps, .news, .setlisty, .clanky, .stories, .scans, .fotky2, .odkazy, .words, .lyrics, .down, .home, .covers {
	text-align: left;
	margin-left: 210px;
	font-size: smaller;
	position: relative;
	background-color: #111;
	padding: 3px;
	position: relative;
}

.setlisty, .setlistybond, .odkazy {
	background-image: url("./img/tapeta2.jpg");
	margin-bottom: 15px;
	background-position: 50% 0%;
}

.words, .lyrics, .fotky2, .down, .koncerty, .koncertybond, .covers, .clanky {
	background-image: url("./img/tapeta.jpg");
	margin-bottom: 15px;
	background-position: 50% 0%;
}

.news {
	background-image: url("./img/tapeta6.jpg");
	margin-bottom: 15px;
	background-position: 50% 0%;
}

.home {
	background-image: url("./img/tapeta3.jpg");
	margin-bottom: 15px;
	margin-right: 210px;
	margin-left: 15px;
	background-position: 50% 0%;
	position: fixed;
}

.down {
	margin-left: 0px;
}

.down h4, .down .ht {
	font-size: 1em;
	color: #EEE;
	margin: 0px auto;
	padding: 0px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	white-space : nowrap;
	display: block;
	/*margin: 15px;
	border: 1px #F66 solid;*/
}

.home {
	margin-left: 0px;
	margin-right: 260px;
}

.clanky, .stories, .scans, .fotky2, .words {
	margin-bottom: 10px;
}

.words ul {
	margin-top:0px;
}

.clanky h2, .stories h2 {
	margin-bottom: 15px;
}

.scans {
	margin-left: 10px;
}

.lyricscz {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	text-align: right;
	color: #999;
	padding: 3px;
}

#odkazy {
	text-align: center;
	margin: 0px auto;
}

.imagetoleft {
	position: absolute;
	left: -200px;
	top: 0px;
	width: 200px;
	text-align: center;
}

.imagetoleft img {
	margin: 0px auto;
}

.imageleft {
	float: left;
}

.imagetoright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	text-align: center;
}

.imagetoright img {
	margin: 0px auto;
}

.img2right {
	position: absolute;
	right: -110px;
	top: 0px;
	width: 100px;
	text-align: right;
}

.img2right img {
	margin: 0px 0px 0px auto;
}

.img2rightdiv {
	margin-right: 110px;
}

.imageright {
	float: right;
}

.koncerty .imagetoleft, .koncerty .imagetoright {
	top: 3em;
}

.koncerty ul img {
	vertical-align: middle;
}

.imagetoleft img, .imagetoright img {
	border: 1px #F11D1C solid;
	margin: 2px auto;
}

.news .imagetoleft img, .news .imagetoright img, .down .imagetoleft img, .home .imagetoleft img, .home .imagetoright img, .covers .imagetoleft img, .covers .imagetoright img, .koncerty .imagetoleft img, .koncerty .imagetoright img {
	border: 0px;
}

.eleft {
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}

.eright {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}

#back {
	position: absolute;
	right: 3px;
	top: 1px;
}

#downbutt {
	position: absolute;
	right: 3px;
	top: 1px;
}

#downbutt a {
	color: #F46A1F;
	text-decoration: none;
}

#downbutt a:hover {
	color: #EEE;
}

#fotky img, #odkazy img {
	margin: 15px;
	border: 1px #F66 solid;
}

#fotka {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

.coverthumb {
	/*width: 300px;*/
	border: 0px;
	margin: 0px auto;
}

.coverthumbdiv {
	text-align: center;
	margin-top: 20px;
	border: 0px;
}

.fancoverthumb {
	height: 150px;
	border: 1px #333 solid;
	margin: .1em;
}

.fancoverthumbdiv {
	text-align: left;
	margin-top: 20px;
	padding: 0px 1em;
	border: 0px;
}

.fancoverby {
	text-align: left;
	margin: .2em;
	border: 0px;
	padding-left: 1em;
	font-style: italic;
	font-size: smaller;
}

.fancoversplit {
  border-bottom: 1px #333 solid;
}

.pruh {
	width: 100%;
	font-size: .7em;
	color: #666;
	height: 18px;
	position: relative;
	left: 0px;
	bottom: /*2*/0px;
	background-color: #000;
	margin: 0px;
	padding: .2em;
	overflow: hidden;
	/*z-index: 2;*/
}

.pruh a, .pruh a:link, .pruh a:visited, .pruh a:hover {
	color: #666;
}

#navrcholu {
	position: absolute;
	top: 0px;
	right: 0px;
}

#update img {
	vertical-align: text-bottom;
}

#update a, #update a:link, #update a:visited, #update a:hover {
	text-decoration: none;
}

.new {
	font-weight: bold;
	font-size: larger;
	color: #0B9EF2;
}

table.charts {
	border-collapse:collapse;
	margin-top:1em;
	margin-left: auto;
	margin-right: auto;
}

table.charts td, table.charts th {
	border: 1px solid #633;
	padding: .1em;
	text-align: center;
	font-size: 12px;
}

table.charts th {
	color: #EC856A;
}

table.charts td.r, table.charts th.r {
	text-align: left;
}

table.charts td.un {
	background-color: #422;
}

table.charts td.mez {
	border-left: 0px;
	border-right: 0px;
	height: .5em;
}

#thumbBox{
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	padding: 10px;
	padding-bottom: 0px;
	background: #333;
	visibility: hidden;
	z-index: 10000;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #FFF;
	padding: 5px 0px;
	text-align: right;
}


#thumbBox #thumbImage{
	background-color: #333;
}

#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EEE;
	padding: 5px;
	z-index: 5000;
}