@charset "utf-8";
body {
	background-attachment: scroll;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: #dfcd52;
	text-decoration: underline;
	font-style: inherit;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
#menu a:link, #menu a:visited {
	color: #dfcd52;
	text-decoration: none;
}
#menu a:hover {
  color: #999999;
  text-decoration: none;
}
div#menu {
	width: 800px;
	height: 24px;
	margin: 0;
	padding-top: 9px;
	background: url(../images/menu-background.jpg);
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
div#main {
	width: 800px;
	margin: 0 auto 0 auto;
}
div#header {
	width: 800px;
    height: 235px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header-background.jpg);
}
div#cimsor {
	width: 800px;
    height: 70px;
	background-image: url(../images/cimsor-background.jpg);
}
div#content {
	width: 800px;
	background-image: url(../images/main-background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
div#facebook {
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
}
div#footer {
	width: 800px;
    padding-top: 50px;
	padding-bottom: 10px;
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
div#members {
	width: 100%;
	height: 230px;
	padding-top: 10px;
}
.small {
	font-size: 10px;
}
.highlight {
	font-size: 14px;
	color: #dfcd52;
	font-weight: bold;
}
table.koncertek {
    width: 100%;
	align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	background-color: #221910;
}
table.koncertek td {
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
}