/* CSS Document */

html,body { 
  margin:0; 
  padding:0; 
  color:#fff; 
  font-family:Verdana; 
  text-align:center; 
}

img { border:0; }

a { color:#fff; text-decoration:none;}
a:hover { color:#fff;   background:#789a00;}

.graya {color:#999;}
.graya:hover {color:#fff;}
h3 {
	margin:0 0 3px 0;
	padding:0;
	font-size:90%;
	color:#858585;
}

.invisible { display:none; }
.left {float:left;}
.clear { clear:both;	line-height:0; _font-size:0; }
.center {text-align:center;}
.inverse-a {
	background:#789a00;
	color:#fff;
}
.warn {color:#C50808 !important;}

#bg1 {  
  background:#000 url("../images/bg1.jpg") no-repeat center top;
}
#bg2 {  
  background:#000 url("../images/bg2.jpg") no-repeat center top;
}
#bg3 {  
  background:#000 url("../images/bg3.jpg") no-repeat center top;
}


#page {
  position:relative;
  margin:auto;
  padding:0;
  width:990px;
	text-align:left;
  background:url("../images/border-bg.gif") repeat-y 412px; top;
}

/*logo*/
#logo {
  position:absolute;
  top:72px;
  left:0;
  width:410px;
  height:210px;
  background:url("../images/logo.gif") no-repeat right top;
}
#page-info {
  float:left;
  margin-top:332px;
  width:405px;
  text-align:right;
  color:#999;
  font-size:70%;
}

#page-info h1 {
  margin:0;
  padding:0;
  font-size:110%;
  font-weight:bold;
}
#page-info p {
  margin:0;
  padding:0;
}


#copyright {
  margin:30px 0 0 0;
  width:405px;
  text-align:right;
  color:#666;
  font-size:70%;
}


#content {
  float:right;
  margin:0;
  padding:0;
  width:577px;
  min-height:700px;
  _height:700px;
  border:solid #8e8d8d;
  border-width:0 0 0 1px;
}

#content-text {
	margin:15px 0 0 10px;
}



#menu {
  position:relative;
  margin:7px 0 0 0;
  height:99px;
  width:572px;
  background:url("../images/keyboard.png") no-repeat left top;
}

#menulist {
  position:absolute;
  top:67px;
  margin:0;
  padding:0;
}
#menulist li {
  display:inline;
  margin:0;
  padding:0;
  list-style-type:none;
}
#menulist li a {
  float:left;
  display:block;
  padding:0 8px;
  height:32px;
  line-height:32px;
  font-size:85%;
  color:#fff;
  text-decoration:none;  
}
#menulist li a:hover {
  background:#789a00;
  text-decoration:none;
}
#selected {
  background:#789a00;
  text-decoration:none;
}

.content-title {
  margin:0 0 0 0;
}
#content p {
  margin:0 0 20px 0;
  padding:0 0 5px 0;
  width:450px;
  color:#999;
  font-size:75%;
}
#content p  img {
  margin:0 5px 5px 0;
}
p#head-text {
  margin:125px 0 0 5px;
  padding:0;
  width:572px;
  color:#ccc;
  font-size:80%;
}


.news-item {
  	margin:0 0 20px 0;
  	padding:0 0 5px 0;
  	width:450px;
  	color:#999;
}

.news-item p {
	margin:0 !important;
	padding:0 !important;
}
.news-item span {
	display:block;
}
.news-item a {
	margin:10px 0 0 0;
	color:#fff;
	text-decoration:none;	
}
.news-item a:hover {
	color:#fff;
}
.news-item img {
	float:left;
	margin:0 8px 0 0 !important;
	border:1px solid #fff;
}

.date {color:#fff;padding-bottom:8px;}	
.date2 {color:#fff;font-size:80%; }	
.separator {
	border:solid #545454;
	border-width:0 0 1px 0;
}


.w50 {
	width:50px;
	text-align:center;
}
.w85 {
	width:85px;
}

#concerts-table {
	width:560px;
	font-size:80%;
	color:#999;
	border:0;
}
#concerts-table td {
	vertical-align:top;
	padding:1px 0;
	border:solid gray;
	border-width:0 0 1px 0;
}

#mp3-table {
	margin:0 0 25px 0;
	padding:0 0 5px 0;
	font-size:80%;
	color:#999;
}


form {
	position:relative;
	margin:0 0 5px 0;
	padding:0 0 15px 0;
}
form fieldset {
	margin:0;
	padding:0;
	border:0;
}
form legend {
	display:none;
}
.input-text {
	background:#000;
	border:1px solid gray;
	width:300px;
	color:#fff;
}
form textarea {
	background:#000;
	border:1px solid gray;
	width:300px;
	height:100px;
	color:#fff;
	overflow:auto;
}



#contact-form {
	position:relative;
	border:solid gray;
	border-width:0 0 1px 0;
}
#contact-form table {
	float:left;
}
#contact-form th {width:100px;}
#submit-button {
	float:left;
	position:relative;
	top:150px;
	margin:0 0 0 10px;
}

form table th{
	text-align:left;
  	color:#999;
  	font-size:70%;
  	font-weight:normal;
  	vertical-align:top;
}

.error-msg {
	margin:5px 0 0 0 !important;
	color:#fff!important;
}


.forum-item {
	margin:0 0 15px 0;
	color:#999;
	font-size:80%;
}
.forum-item p {
	margin:0 !important;
	font-size:100% !important;
}

.forum-author-a:hover {
	color:#000 !important;
	background:#fff !important;
}
.forum-author-span {
	color:#000 !important;
	background:#fff !important;
}

/*#submit-button {
	position:absolute;
	bottom:15px;
	right:90px;
	_top:155px;
	_left:420px;
	margin:0;
	padding:0;
  	background:url("../images/green-arrow.gif") no-repeat left 5px;
}
#submit-button button {
	position:relative;
	left:23px;
	display:block;
	margin:0;
	padding:0;
	height:30px;
	line-height:12px;
	text-align:center;
	border:0;
	background:transparent;
}
#submit-button button span {
	display:block;
	position:relative;
	top:1px;
	margin:0;
	padding:0;
	width:50px;
	height:30px;

	font-size:12px;
	text-align:left;
	line-height:11px;
	color:#fff;
}*/




.img-href img {	border:1px solid #fff;}

#gallery {
	margin:20px 0 0 0;
	width:500px;
	background:red;
}
.gallery-item {
	float:left;
	margin:0 5px 10px 5px;
}
.gallery-item img {border:1px solid #fff;}


#obal {
	float:left;
	position:relative;
	top:4px;
	margin:0;
	padding:0 3px 0 0;
	display:block;
}

.fotogallery {
	float:left;
	margin:5px 5px 5px 0;
	padding:5px 5px;
	width:105px;
	text-align:center;
	font-size:75%;
}
.fotogallery img {
	display:block;
	margin:0 0 5px 0;
	border:1px solid #fff;
}
.fotogallery a {
	color:#999;
}
.fotogallery a:hover {
	color:#fff;
}
