/*********************************/
/**** Petarda Production a.s. ****/
/**** created by Hubert Frey  ****/
/****  frey@ft-systems.net    ****/
/****      03-11-2007         ****/
/*********************************/

* {
  padding: 0;
  margin: 0;
  border: 0; 
}
body{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: black;
	background-image: url(../graphics/textura.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
p{
	margin: 5px 0 5px 0;
}
a{
	color: rgb(255, 110, 47);
	text-decoration: underline;
}
.noscreen {
	display: none !important;
}
a:hover{
	color: rgb(2, 114, 212);
	text-decoration: none;
}
a img{
	border: none;
	text-decoration: none;
}
input{
	width: 170px;
	background-color: black;
	color: white;
	border: 1px solid white;
	margin: 0px;
}
textarea{
	width: 170px;
	height: 120px;
	background-color: black;
	color: white;
	border: 1px solid white;
	margin: 0;
}
#loading{
	display: none;
}

.half {
	width: 48%;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.textcenter {
	text-align: center;
}

.noscreen {
	display: none;
}

.invisible {
	visibility: hidden;
}

.cleaner {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}
/*LAYOUT*/
#center-white-area{
	width: 738px;
	border: 1px solid #9d0210;
	margin: 0 auto 0 auto;
	padding: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/black-filter.png',sizingMethod='scale');
}
head:first-child+body #center-white-area{
  	background-image: url(../graphics/black-filter.png);
  	background-repeat: repeat;
}
#center-area{
	width: 736px;
	border: 1px solid #9d0210;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;	
}
/* HEADER */
#header{
	width: 736px;
	height: 179px;
	background-color: white;
	background-image: url(../graphics/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
}

/* HORIZONTAL MENU */
#horizontal-menu {
	width: 736px;
	height: 33px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#horizontal-menu a {
	display: block;
	width: 122px;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 0;
	margin: 0;
	float: left;	
	background-image: url(../graphics/menu-tabs.png);
	background-repeat: no-repeat;
	font-size: x-small;
   	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3px;
	color: white;
	text-align: center;
	text-decoration: none;
}
#horizontal-menu a.selected {
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	color: white;
   	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	display: block;
	width: 122px;
	height: 33px;
	line-height: 33px;
	background-image: url(../graphics/menu-tabs.png);
	background-repeat: no-repeat;
	background-position: -122px 0;
}

#horizontal-menu a:hover {
	background-image: url(../graphics/menu-tabs.png);
	background-repeat: no-repeat;
	background-position: -122px 0;
	color: white;
}
#horizontal-menu a.left {
	display: block;
	width: 124px;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 0;
	margin: 0;
	float: left;	
	background-image: url(../graphics/menu-tabs-left.png);
	background-repeat: no-repeat;
	font-size: x-small;
   	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3px;
	color: white;
	text-align: center;
	text-decoration: none;
}
#horizontal-menu a.left-selected {
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	color: white;
   	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	display: block;
	width: 124px;
	height: 33px;
	line-height: 33px;
	background-image: url(../graphics/menu-tabs-left.png);
	background-repeat: no-repeat;
	background-position: -124px 0;
}

#horizontal-menu a:hover.left {
	background-image: url(../graphics/menu-tabs-left.png);
	background-repeat: no-repeat;
	background-position: -124px 0;
	color: white;
}
#horizontal-menu a.right {
	display: block;
	width: 124px;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 0;
	margin: 0;
	float: left;	
	background-image: url(../graphics/menu-tabs-right.png);
	background-repeat: no-repeat;
	font-size: x-small;
   	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3px;
	color: white;
	text-align: center;
	text-decoration: none;
}
#horizontal-menu a.right-selected {
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	color: white;
   	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	display: block;
	width: 124px;
	height: 33px;
	line-height: 33px;
	background-image: url(../graphics/menu-tabs-right.png);
	background-repeat: no-repeat;
	background-position: -124px 0;
}

#horizontal-menu a:hover.right {
	background-image: url(../graphics/menu-tabs-right.png);
	background-repeat: no-repeat;
	background-position: -124px 0;
	color: white;
}


/*** CONTENT PANELS ***/
#outer-container{
	width: 736px;
	color: white;
	background-color: transparent;
	background-image: url(../graphics/panel-heading-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#inner-container{
	width: 728px;
	color: white;
	background-color: transparent;
	background-image: url(../graphics/inner-dotted-border.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 4px 4px 4px;
}
#vertical-menu{
	width: 200px;
	float: left;
	font-size: x-small;
	margin: 2px 0 0 0;
	padding: 0;
}
#vertical-menu .menu{
	color: white;
	font-size: x-small;
	margin: 5px 0 10px 0;
	padding: 0 0 0 5px;
}
#vertical-menu .menu a{
	width: 183px;
	height: 15px;
	line-height: 15px;
	color: rgb(54, 111, 171);
	font-size: small;
	display: block;
	background-image: url(../graphics/plus.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin: 3px 0 3px 0;
	padding-left: 14px; 
}
#vertical-menu .menu a.branch{
	display: block;
	height: 20px;
	line-height: 20px;
	background-image: url(../graphics/branch.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 22px;
}	
#vertical-menu .menu a.endbranch{
	display: block;
	height: 20px;
	line-height: 20px;
	background-image: url(../graphics/branchbottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 22px;
}	
#content{
	width: 510px;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
}

div.item-box{
	position: relative;
	/*height: 155px;*/
	margin: 20px 15px 0 5px;
	border: 1px solid rgb(54, 111, 171); 
}

div.item-box img{
	margin: 3px;
	float: left;
}

div.item-box h2.media{
	height: 36px;
	line-height: 36px;
	font-size: medium;
	color: white;
	padding: 0 0 0 40px;
	background-image: url(../graphics/icon-media.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.item-box h2.tickets{
	height: 36px;
	line-height: 36px;
	font-size: medium;
	color: white;
	padding: 0 0 0 40px;
	background-image: url(../graphics/icon-tickets.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.item-box h2.mag{
	height: 36px;
	line-height: 36px;
	font-size: medium;
	color: white;
	padding: 0 0 0 40px;
	background-image: url(../graphics/icon-mag.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.item-box .cena{
	width: 350px;
	font-size: small;
	float: left;
	color: rgb(53, 111, 170);
	margin: 0 5px 5px 5px;
}

div.item-box .cena b{
	color: white;
	font-size: medium;
}

div.item-box .info{
	width: 350px;
	/*height: 70px;*/
	float: left;
	overflow: hidden;
	text-align: justify;
	margin: 0 5px 20px 5px;
}

div.item-box .paticka{
	position: absolute;
	bottom: 2px;
	right: 0;
	font-size: small;
	margin-right: 5px;
	color: white;
}

div.item-box span{
	color: rgb(53, 111, 170);
}

div.item-box a{
	color: rgb(53, 111, 170);
	text-decoration: underline;
}

div.item-box a:hover{
	color: rgb(53, 111, 170);
	text-decoration: none;
}

div.item-box-large{
	position: relative;
	margin: 20px 15px 0 5px;
	border: 1px solid rgb(54, 111, 171); 
}

div.item-box-large img{
	margin: 3px 5px 5px 3px;
	float: left;
}

div.item-box-large p {
	margin: 10px 0;
	padding: 0 10px;
}

div.item-box-large ul,
div.item-box-large ol {
	margin-left: 40px;
}

div.tracks ul{
	margin-left: 15px;
}

div.tracks ol{
	margin-left: 30px;
}

div.item-box-large h2.media{
	height: 36px;
	line-height: 36px;
	font-size: medium;
	color: white;
	padding: 0 0 0 40px;
	background-image: url(../graphics/icon-media.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.item-box-large h2.tickets{
	height: 36px;
	line-height: 36px;
	font-size: medium;
	color: white;
	padding: 0 0 0 40px;
	background-image: url(../graphics/icon-tickets.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.item-box-large h2.mag{
	height: 36px;
	line-height: 36px;
	font-size: medium;
	color: white;
	padding: 0 0 0 40px;
	background-image: url(../graphics/icon-mag.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.item-box-large .cena{
	width: 250px;
	font-size: small;
	float: right;
	color: rgb(53, 111, 170);
	margin: 0 5px 5px 5px;
}

div.item-box-large .cena b{
	color: white;
	font-size: medium;
}

div.item-box-large .info{
	width: 250px;
	float: right;
	overflow: hidden;
	text-align: justify;
	margin: 0 5px 20px 5px;
}

div.item-box-large .paticka{
	position: absolute;
	bottom: 2px;
	right: 0;
	font-size: small;
	margin: 0 5px;
	color: white;
}

div.item-box-large span{
	color: rgb(53, 111, 170);
}

div.item-box-large a{
	color: rgb(53, 111, 170);
	text-decoration: underline;
}

div.item-box-large a:hover{
	color: rgb(53, 111, 170);
	text-decoration: none;
}

div.float-form{
	position: absolute;
	width: 435px;
	background-image: url(../graphics/black-filter.png);
  	background-repeat: repeat;
	border: 1px solid silver;
	padding: 10px;
	display: none;
}
div.errorbox{
	width: 400px;
	color: white;
	border: 1px solid silver;
	background-color: rgb(205, 1, 1);
	padding: 5px;
	margin: 3px 0 3px 0;
}
div.resultbox{
	width: 400px;
	color: black;
	border: 1px solid silver;
	background-color: rgb(204, 237, 87);
	padding: 5px;
	margin: 3px 0 3px 0;
}
div.float-form #innerdiv{
	background-color: black;
	border: 1px solid silver;
	padding: 10px;
}

div.float-form .left{
	width: 230px;
	float: left;
	margin-right: 5px;
	padding: 0;
}

div.float-form right{
	width: 230px;
	float: right;
	margin-left: 5px;
	padding: 0;
}

div.float-form input{
	border: 1px solid silver;
	background-color: white;
	color: black;
	padding: 3px;
	margin: 2px 0 5px 0;
}

div.float-form select{
	width: 176px;
	height: 22px;
	border: 1px solid silver;
	background-color: white;
	color: black;
	margin: 2px 0 5px 0;
}

div.float-form i{
	font-size: x-small;
}

div.float-form a.button-send{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: small;
	color: black;
	text-decoration: none;
	text-align: center;
	border: 1px solid silver;
	background-color: rgb(204, 237, 87);
	cursor: pointer;
	padding: 3px;
	margin-right: 2px;
	display: block;
}
div.float-form a.button-storno{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: right;
	font-size: small;
	color: white;
	text-decoration: none;
	text-align: center;
	border: 1px solid silver;
	background-color: rgb(205, 1, 1);
	cursor: pointer;
	padding: 3px;
	margin-left: 2px;
	display: block;
}




.panel-typ1{
	width: 736px;
	background-image: url(../graphics/panel-heading-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.panel-typ1 h2{
	color: #cccacc;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
.panel-typ1 .content{
	width: 730px;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 3px 3px 4px 3px;
}
/*** PANEL TYP 2 ***/
.panel-typ2{
	width: 736px;
	background-image: url(../graphics/panel-heading-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.panel-typ2 h2{
	width: 363px;
	float: left;
	color: #cccacc;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
.panel-typ2 .container{
	width: 736px;
	background-image: url(../graphics/panel2-container-background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0;
}
.panel-typ2 .content1{
	width: 361px;
	float: left;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 3px 3px 4px 4px;
}
.panel-typ2 .content2{
	width: 361px;
	float: right;
	background-color: transparent;
	margin: 0 0 0 1px;
	padding: 3px 3px 4px 2px;
}
/*** PANEL TYP 3 ***/
.panel-typ3{
	width: 736px;
	background-image: url(../graphics/panel-heading-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.panel-typ3 h2{
	width: 240px;
	float: left;
	color: #cccacc;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
.panel-typ3 .container{
	width: 736px;
	background-image: url(../graphics/panel3-container-background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0;
}
.panel-typ3 .content{
	width: 238px;
	float: left;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 3px 3px 4px 4px;
}
/*** PANEL TYP 4 ***/
.panel-typ4{
	width: 736px;
	background-image: url(../graphics/panel-heading-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.panel-typ4 h2{
	width: 179px;
	float: left;
	color: #cccacc;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
.panel-typ4 .container{
	width: 736px;
	background-image: url(../graphics/panel4-container-background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0;
}
.panel-typ4 .content{
	width: 177px;
	float: left;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 3px 3px 4px 4px;
}
.panel-typ4 .content2{
	width: 361px;
	float: right;
	background-color: transparent;
	margin: 0 0 0 1px;
	padding: 3px 3px 4px 2px;
}


/* FOOTER */
#footer{
	width: 730px;
	background-color: transparent;
	background-image: url(../graphics/footer-background.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
#footer a{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;		
}
#footer a:hover{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;	
	text-decoration: none;	
}
/* SUBFOOTER */
#subfooter{
	width: 730px;
	height: 42px;
	background-color: transparent;
	background-image: url(../graphics/subfooter-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	color: rgb(162, 160, 160);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
#subfooter a{
	color: rgb(162, 160, 160);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;		
}
#subfooter a:hover{
	color: rgb(162, 160, 160);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;	
	text-decoration: none;	
}

li.orange-arrow {
	color: white; /*#0ebafe;*/
 	border-left: 2px solid rgb(2, 114, 212);		
	text-decoration: none;
	padding: 0 0 0 10px;		
	margin: 3px 3px 3px 5px;
}			
li.orange-arrow a {
	color: white;
	text-decoration: none;
}	
li.orange-arrow a:hover {
	color: rgb(2, 114, 212);
	padding: 0 0 0 0;		
	margin-right: 0;
}	
ul {
	list-style: none;
	padding: 0;
	margin: 5px 0px 5px 0px;			
}
/**** NEWS ****/
.news{
	width: 98%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed rgb(2, 114, 212);
}
.news img{
	border: 3px solid rgb(2, 114, 212);
	margin: 3px 5px 0 0;
	padding: 0;
	float: left;
}
.news h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-left: 2px solid rgb(54, 111, 171);
	color: white;
	margin: 0;
	padding: 0 0 0 3px;
}
.news a h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	border-left: 2px solid rgb(54, 111, 171);
	color: white;
	margin: 0;
	padding: 0 0 0 3px;
}
.news a:hover h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border-left: 2px solid rgb(54, 111, 171);
	color: rgb(54, 111, 171);
	margin: 0;
	padding: 0 0 0 3px;
}
.news p{
	color: white;
	font-size: x-small;
	line-height: 14px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: justify;
}
.news ul{
	list-style: disc;
	color: white !important;
	padding: 0;
	margin: 0;	
}
.news li {
	color: white !important;
	margin: 0 0 0 20px;
}			
.news a.more{
	color: rgb(2, 114, 212);
	display: block;
	text-decoration: underline;
	text-align: right;
}
.news a:hover{
	color: rgb(2, 114, 212);
	text-decoration: none;
}

/**** COLORS ****/
.orange{
	color: rgb(255, 110, 47);
}
.blue{
	color: rgb(2, 114, 212);
}
.grey{
	color: rgb(156, 152, 152);
}
.green{
	color: rgb(162, 200, 94);
}
a.orange{
	color: rgb(255, 110, 47);
	text-decoration: underline;
}
a.blue{
	color: rgb(2, 114, 212);
	text-decoration: underline;	
}
a.grey{
	color: rgb(156, 152, 152);
	text-decoration: underline;	
}
a.green{
	color: rgb(162, 200, 94);
	text-decoration: underline;	
}
a.link-in{
	padding-right: 10px;
	background-image: url(../graphics/link-in.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
a.link-out{
	padding-right: 10px;
	background-image: url(../graphics/link-out.gif);
	background-position: right top;
	background-repeat: no-repeat;
}