body{
	font-family: Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	
	color: #4C4C4C;

	margin: 0px;
	padding: 0px;

	text-align: center;
	
	background: url(body-bg.gif) repeat-x;
}

body.editor{
	background: #E9E9E9;
}

/* editor */
.editor-img-border img{
	border: 1px double #4C4C4C;
	padding: 1px;
	background: white;
}
/**********/

h1, h2, h3, h4, h5, h6{
	margin: 5px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #4C4C4C;
}
h1{ font-size: 130%; }
h2{ font-size: 120%; }
h3{ font-size: 110%; }
h4{ font-size: 100%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

table{
	font-size: 100%;

}
td{

}



form {
	margin: 0px;
	padding: 0px;
}

p{
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

a{
	color: #E03C29; /* #4C4C4C */
}

a img, a:link img {
	border: none !important;
}

a:hover{
	text-decoration: none;
	color: black;
}

ul{
	margin: 10px;
	padding: 0px;
}
* html ul{
	margin-left: 18px;
}

/* main */

#main{
	text-align: left;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}

#top-bar{
	height: 57px;
	position: relative;	
}
#top-bar .logo{
	background: url(logo.gif) no-repeat;
	width: 194px;
	height: 27px;
	position: absolute;
	top: 13px;
	left: 6px;
}
#top-bar .logo a{
	display: block;
	height: 27px;
	width: 194px;
	text-decoration: none;
}
#top-bar .logo a span{ visibility: hidden; }

#top-bar .service-menu ul{
	margin: 0px;
	list-style: none;
	position: absolute;
	top: 24px;
	right: 0px;
	font-size: 9px;
}
#top-bar .service-menu ul li{
	display: inline;
	text-transform: uppercase;	
}
#top-bar .service-menu ul li a{
	color: #D8D8D8;
	text-decoration: none;
	margin-left: 15px;
}
#top-bar .service-menu ul li a:hover{ color: #EFEFEF; }


.header{
	position: relative;
	top: 1px;
	border: 1px solid #4C4C4C;
	height: 293px;
}
.header .img{
	background: url(home-img.jpg) no-repeat;
/*	background: url(blbci-bg.jpg) no-repeat;*/
	width: 686px;
	height: 291px;
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 0;
}
.header .next-concert-label{
	position: absolute;
	bottom: 30px;
	right: 10px;
	color: white;
	color: black;
	
}
.header .next-concert{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	color: white;	
	color: black;
}
.header .next-concert a{ color: white; }
.header .next-concert .place{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.main-menu{
	float: left;
	width: 100%;
	background: #AFAFAF;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
.main-menu ul{
	margin: 0px;
	list-style: none;
	
}
.main-menu ul li{
	position: relative;
	background: url(main-menu-li-bg.gif) repeat-x;
}
.main-menu ul li a{
	display: block;
	height: 20px;
	line-height: 20px;
	color: white;
	text-decoration: none;
	padding-left: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}
.main-menu ul li a:hover,
.main-menu ul li a.active{
	color: white;
	background: #A1A1A1;
}

.main-menu ul li a.yellow,
.main-menu ul li a.yellow:hover{	background: #FFD700; color: #4C4C4C; }
.main-menu ul li a.red,
.main-menu ul li a.red:hover{	background: #F7221D; }
.main-menu ul li a.orange,
.main-menu ul li a.orange:hover{	background: #F7941D; }
.main-menu ul li a.green,
.main-menu ul li a.green:hover {	background: #00AC5C; }
.main-menu ul li a.blue,
.main-menu ul li a.blue:hover  {	background: #009DCE; }
.main-menu ul li a.gray,
.main-menu ul li a.gray:hover  {	background: #A1A1A1; }

.main-menu ul li ul li{
	background: #A1A1A1;
	
}
.main-menu ul li ul li a{
	text-transform: none;
}

#col-left{
	float: left;
	width: 180px;
	overflow: hidden;
}
#col-right{
	float: right;
	width: 505px;
	overflow: hidden;
	margin-top: 5px;
}
#col-left .inside{
	padding: 5px;
}
#col-right .inside{
	padding: 2px;
}

/* newsletter */

.newsletter-subscribe{
	clear: both;
	background:	#F7941D;
	color: white;
	position: relative;
	width: 100%;
}
.newsletter-subscribe .inside{
	padding: 5px;
	padding-top: 0px;
}
.newsletter-subscribe h3.label{
	margin-top: 0px;
	color: #945405;
}
.newsletter-subscribe input{
	font-family: Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	position: relative;
	color: #945405;
}
.newsletter-subscribe .email{
	background: white;
	border: 1px solid #945405;
	margin-top: 5px;
	width: 105px;
	float: left;
}
.newsletter-subscribe .submit{
	border: 1px solid #945405;
	background: #F8AF56;
	float: right;
	margin-top: 5px;
	color: #945405;
}

/*****************/

/* partners */
.partners{
	clear: both;
	position: relative;
	top: 5px;
	width: 100%;
	background:	#D8D8D8;
}
.partners h3.label{
	margin-top: 0px;
}
/************/

/* home */
h3.home-label{
	background: url(main-menu-li-bg.gif) repeat-x;
	color: white;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding-left: 4px;
	margin-bottom: 5px;
}
h3.home-label a{
	color: #ADADAD;
	text-decoration: none;
}
h3.home-label a:hover{
	color: white;
}
/* page */
h1.page-label .text{
	padding: 5px;
	padding-bottom: 2px;
	padding-top: 3px;
}
* html h1.page-label .white-dot.tr{
	right: -1px;
}
.color-profile-yellow h1,
.color-profile-red h1,
.color-profile-orange h1,
.color-profile-green h1,
.color-profile-blue h1,
.color-profile-gray h1{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: white;
	position: relative;
}
.color-profile-yellow h1{
	background: #FFD700;
	color: #4C4C4C;
}
.color-profile-yellow h2,
.color-profile-yellow h3,
.color-profile-yellow h4,
.color-profile-yellow h5,
.color-profile-yellow h6{
	color: #4C4C4C;
}
.color-profile-red h1{
	background: #F7221D;
}
.color-profile-red h2,
.color-profile-red h3,
.color-profile-red h4,
.color-profile-red h5,
.color-profile-red h6{
	color: #F7221D;
}
.color-profile-orange h1{
	background: #F7941D;
}
.color-profile-orange h2,
.color-profile-orange h3,
.color-profile-orange h4,
.color-profile-orange h5,
.color-profile-orange h6{
	color: #F7941D;
}

.color-profile-green h1{
	background: #00AC5C;
}
.color-profile-green h2,
.color-profile-green h3,
.color-profile-green h4,
.color-profile-green h5,
.color-profile-green h6{
	color: #00AC5C;
}

.color-profile-blue h1{
	background: #009DCE;
}

.color-profile-blue h2,
.color-profile-blue h3,
.color-profile-blue h4,
.color-profile-blue h5,
.color-profile-blue h6{
	color: #009DCE;
}

.color-profile-gray h1{
	background: #A1A1A1;
}
.color-profile-gray h2,
.color-profile-gray h3,
.color-profile-gray h4,
.color-profile-gray h5,
.color-profile-gray h6{
	color: #A1A1A1;
}
.color-profile-gray h1{
	color: white;
}
.color-profile-yellow a{
	color: #FFF200;
}
.color-profile-red a{
	color: #F7221D;
}
.color-profile-orange a{
	color: #F7941D;
}
.color-profile-green a{
	color: #00AC5C;
}
.color-profile-blue a{
	color: #009DCE;
}
.color-profile-gray a{
	color: #ADADAD;
}

.page{
	background: #E9E9E9;
	border: 1px solid #ADADAD;
	border-top: 1px solid black;
	padding: 2px;
}

/********/

.white-dot{
	background: white;
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
}
.white-dot.tl{
	top: 0px;
	left: 0px;
}
.white-dot.tr{
	top: 0px;
	right: 0px;
}
.white-dot.bl{
	bottom: 0px;
	left: 0px;
}
.white-dot.br{
	bottom: 0px;
	right: 0px;
}

/* novinky */
.news-list{
/*	background: #E9E9E9;*/
	
}
.news-list .item{
	margin-bottom: 5px;
	width: 100%;
	background: #E9E9E9;
}
.news-list .item .left{
	width: 104px;
	float: left;
	height: auto;
	overflow: hidden;
	
	
}
.news-list .item .left a{
	display: block;
	width: 100%;
	height: 100%;
	
	position: relative;
	background: white;
	z-index: 1;
}

.news-list .item .left .img{
	position: relative;
	top: 1px;
	left: 1px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	z-index: 0;
}

.news-list .item img{
	border: 1px solid #ADADAD;
	padding: 1px;
}
.news-list .item a:hover img{
	border: 1px double #4C4C4C;
}

.news-list .item .right{
	width: 400px;
	float: right;
	position: relative;
	background: #E9E9E9;
}

* html .news-list .item .right{
/*	height: 89px;*/
}
.news-list .item .right.no-img{
	width: 100%;
}
.news-list .item .right .inside{
	padding-left: 3px !important;
}

.news-list .item h4,
.news-list .item h4 a{
	color: #E03C29;
	margin: 0px;
	margin-bottom: 2px;
}
.news-list .item .date{
	color: #4C4C4C;
	font-weight: normal;
	font-size: 9px;
	position: absolute;
	right: 2px;
	top: 2px;

}
.news-detail h2{
	color: #E03C29;
}

/* posledni galerie */
.latest-gallery{
	clear: both;
}
.latest-gallery .item{
	height: 70px;
	width: 93px;
	float: left;
	position: relative;
	margin-left: 4px;
}
.latest-gallery .item a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #D8D8D8;
	position: relative;
	background: white;
	z-index: 1;
}
.latest-gallery .item a:hover{ border: 1px solid #4C4C4C; }

.latest-gallery .item .img{
	position: relative;
	top: 1px;
	left: 1px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	z-index: 0;
}


.latest-threads{
	clear: both;
	margin-top: 6px;
	margin-bottom: 5px;
}
* html .latest-threads{
	margin-top: 0px;
}
.latest-threads .item{
	margin-bottom: 2px;
}
.latest-threads .item .subject{
	font-weight: bold;
}
.latest-threads .item .name{
	color: #4C4C4C;
	font-size: 9px;
	
}
.latest-threads .item .date{
	color: #4C4C4C;
	font-size: 9px;
	
}


/* gallery */

.gallery-list{
	
}

.gallery-list .item{
	height: 117px;
	width: 152px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 5px;
}

.gallery-list .item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: white;
	z-index: 1;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.gallery-list .item img{
	border: 1px solid #ADADAD;
	padding: 1px;
}
.gallery-list .item a:hover img{
	border: 1px double #4C4C4C;
}

.gallery-list .item .img{
	position: relative;
	top: 1px;
	left: 1px;
	height: 112px;
	width: 150px;
	overflow: hidden;
	z-index: 0;
}
.gallery-list .item .img .label{
	position: absolute;
	bottom: 8px;
	left: 7px;
}
* html .gallery-list .item .img .label{
	bottom: 5px;
}
.gallery-list .item .img .label{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.gallery{
	
}
table.gallery .item.cols3{
	height: 115px;
	width: 152px;
	position: relative;
}

table.gallery .item.cols3 a{
	display: block;
	width: 100%; 
	height: 100%;
	position: relative;
	background: white;
	z-index: 1;
	text-decoration: none;
}

table.gallery .item.cols3 img{
	border: 1px solid #ADADAD;
	padding: 1px;
}
table.gallery .item.cols3 a:hover img{
	border: 1px double #4C4C4C;
}
table.gallery .item.cols3 .img{
	position: relative;
	top: 1px;
	left: 1px;
	height: 112px;
	width: 150px;
	overflow: hidden;
	z-index: 0;
}

table.gallery .item.cols4{
	height: 87px;
	width: 115px;
	position: relative;	
}

table.gallery .item.cols4 a{
	display: block;
	width: 100%; 
	height: 100%;
	position: relative;
	background: white;
	z-index: 1;
	text-decoration: none;
}

table.gallery .item.cols4 img{
	border: 1px solid #ADADAD;
	padding: 1px;
}
table.gallery .item.cols4 a:hover img,
table.gallery .item.cols4 a.active img{
	border: 1px double #4C4C4C;
}

table.gallery .item.cols4 .img{
	position: relative;
	top: 1px;
	left: 1px;
	height: 85px;
	width: 113px;
	overflow: hidden;
	z-index: 0;
}


.galery-pager{
	text-align: center;
}
.galery-pager a{
	color: black;
	text-decoration: none;
}

/* concerty */

.concert-list td{
	vertical-align: top;
}
.concert-list .comment{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* discussion */
#discussion{
	position: relative;
}
#discussion .discussion-login-enter{
	position: absolute;
	right: 4px;
	top: 0px;
}
#discussion .discussion-login-enter a.enter{
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #AFAFAF;
	overflow: hidden;
}

#discussion .login input{
	border: 1px solid #AFAFAF;
	color: #4C4C4C;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 1px;
	padding: 2px;
}

#discussion .thread-form input,
#discussion .thread-form textarea{
	border: 1px solid #AFAFAF;
	color: #4C4C4C;
	font-family: Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;


	padding: 2px;
}
#discussion .thread-form textarea{
	overflow: hidden;
	width: 250px;
	height: 150px;
}
#discussion .thread-form input.subject{
	width: 250px;
}

#discussion .thread{
	border: 1px solid #AFAFAF;
	border-top: none;
	margin-bottom: 10px;
	clear: both;
	position: relative;
}

#discussion .thread .inside{
	padding: 4px;
	
	
}
#discussion .thread.even .inside{
	background-color: #F2F2F2 !important;
}
#discussion .thread .left{
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

#discussion .thread .right{
	float: right;
	width: 400px;
	
}
#discussion .thread .right.no-img{
	width: 100%;
}
#discussion .thread .top{
	background: url(main-menu-li-bg.gif) repeat-x;
	line-height: 20px;
	height: 20px;
	color: white;
	padding-left: 4px;
}
#discussion .thread .top .name{
	font-weight: bold;
}
#discussion .thread .top .name a{
	color: #D8D8D8;
}
#discussion .thread .top .date{
	font-weight: normal;
}
#discussion .thread h4.subject{
	margin: 0px;

}
#discussion .add-thread h4{
	margin: 0px;
}

/**************/



#footer{
	clear: both;
	background: #D8D8D8;
	border-top: 1px solid #ADADAD;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
#footer .left{
	float: left;
	background: #D8D8D8;
}
#footer .right{
	float: right;
}
#footer a{
	color: #4C4C4C;
}

ul.sitemap{
	list-style: none;
	margin: 0px;
}

ul.errors{
	list-style: none;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #F7221D;
}

span.required{
	color: #F7221D;
}

/* captcha */
.captcha
{
	padding-top: 2px;
}
.captcha img.captcha-image
{
	float: left;
	border: 1px solid #999999;
	margin-top: 6px;
}
.captcha br
{
	clear: both;
}
.captcha input.captcha-number
{
	width: 92px;
	margin-top: 2px;
}
.captcha span.captcha-help
{
	float: left;
	margin-left: 5px;
	width: 200px;
	font-size: 11px;
}

.cleaner{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}


