body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

	margin: 0px;

	padding: 0px;
	padding-top: 28px;

	color: black;
	
	text-align: center;
}

form
{
   margin: 0px;
}

input.submit
{
   border: 1px solid #F9E5E6;
   background-color: #BE0002;
   
   color: #ffffff;
   font-weight: bold;
   
   width: 150px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #bc2025;
	margin-bottom: 5px;
	margin-top: 10px;
}

h1{ font-size: 140%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 110%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
}

a
{
	color: #bc2025;
	text-decoration: none;
}
a:hover{ text-decoration: none; }
a img{ border: none; } /* , a:link img */


table{ font-size: 100%; }
table td{
	padding: 4px;
}

/* tabulky z editoru */
table.standard{
	border: 1px solid #515151;
	
	background-color: #D2D3D4;
	
	width: 99%;
}
table.colored
{
	border: none;
	border-right: none;
	border-bottom: none;
	
	border: 1px solid #BC2025;
	background-color: #F9E5E6;

	width: 99%;
}
table.standard th{
	background: #515151;
	color: white;
}
table.standard th,
table.standard td{
	border: 1px solid #515151;
	
	padding: 2px !important;
}
table.colored th,
table.colored td{
	border: 1px solid #BC2025;
	
	padding: 2px !important;
}

table.colored th{
	background-color: #BC2025;
	color: white;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 4px;
}
/*********************/

/****************/

.main
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
 	text-align: left;
  overflow: hidden;
}
.header
{
	background: url(head_bg.jpg) no-repeat;
	background-position: 415px;
	height: 86px;
	width: 970px;
	position: relative;
	overflow: hidden;
}
.header a.logo
{
	background: url(logo.jpg) no-repeat;
	display: block;
	height: 86px;
	width: 135px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
	z-index: 2;
}
.header a span {	visibility: hidden; }

.header .label1,
.header .label2
{
	font-size: 16px;
	font-weight: bold;
	line-height: 43px;
	position: absolute;
	top: 0px;
	display: block;
	height: 43px;
	padding-left: 5px;
	overflow: hidden;
	letter-spacing: 1px;
}
.header .label1
{
	width: 294px;
	left: 144px;
}
.header .label2
{
	width: 571px;
	left: 431px;
}

.header .languages
{
   position: absolute;
   top: 15px;
   right: 10px;

	width: 100px;
	
	text-transform: lowercase;
	
	color: #A11D21;
}

.cols
{
	background: #d2d3d4;
	margin-top: -43px;
	padding-bottom: 28px;
}
.col-left,
.col-right
{
	width: 262px;
	overflow: hidden;
}
.col-left
{

	float: left;
}
.col-middle
{
	background: url(head_bg.jpg) no-repeat;
	background-position: 153px -43px;
	background-color: White;
	
	width: 445px;
	float: left;
	overflow: hidden;
}
.col-right,
.col-middle
{
	position: relative;
	z-index: 1;
}
.col-right
{
	float: right;
	overflow: hidden;
}

h1.page-label
{
	position: relative;

	color: white;
	margin: 0px;
	width: 100%;
}
h1.page-label span
{
	position: relative;

	background: url(h1_background.jpg) no-repeat;
	line-height: 43px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	
	z-index: 1;
}

h1.page-label span.bg
{
   position: absolute;
   top: 0px;
   left: 0px;
   
   z-index: 0;

	background: url(h1_background.jpg) no-repeat;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 20px;

	height: 43px;
	width: 123px;
}

.col-middle .content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 28px;
	
   font-size: 11px;
   line-height: 18px;
}


.menu
{
	margin-top: 86px;
}
.menu ul
{
	border-top: 2px solid white;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu ul li
{
	border-bottom: 2px solid white;
	overflow: visible;
}
.menu ul li a
{
	text-decoration: none;
	color: black;
	display: block;
	width: 130px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu ul li ul
{
	text-align: left;
	float: right;
	background: white;
	width: 128px;
	overflow: hidden;
}
.menu ul li ul li
{
	
}
.menu ul li ul a
{
	color: #BC2025;
	text-align: left;
	padding-left: 5px;
	
}
.menu ul li ul li ul a
{
	color: #414040;
	text-align: left;
	padding-left: 5px;
	
}

.box
{
	background: #515151;
	color: white;

   font-size: 11px;
   line-height: 18px;
}
.box a,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6
{
	color: white;
}
.box.box-red
{
	background: #a11d21;
}
.box .in
{
	padding: 10px;
	padding-right: 28px;
}

div.label
{
	background: url(img_line.jpg) repeat-x;
	line-height: 28px;
	color: white;
	padding-left: 10px;
	width: 100%;
	height: 28px;
	overflow: hidden;
	
}
div.label a
{
	color: white;
}
.search-label
{
	float: left;
	text-align: right;
	width: 120px;
}
.search-form
{
	margin: 0px;
	padding: 0px;
	width: 135px;

	background: white;
	float: right;
}
.search-form .field
{
	width: 90px;
	float: left;
	border: 0px;
	padding: 3px;
	padding-top: 5px;
}
.search-form .submit
{
	background: url(lupa.jpg) no-repeat;
	border: none;
	width: 28px;
	height: 28px;
	float: right;
	margin-right: 10px;
}

.login-form
{
	margin: 0px;
	padding: 0px;
	margin-top: -1px;
}
.login-form .login,
.login-form .password
{
	padding: 7px;
	border: 0px;
	float: left;
	
	color: #A11D21;
	font-weight: bold;
}

.login-form .login
{
	width: 120px;
}
.login-form .password
{
	width: 80px;
	margin-left: 5px;
}
.login-form .submit
{
	background: transparent;
	border: 0px;
	float: left;
	color: White;
	width: 26px;
	padding: 0px;
	padding-top: 7px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

.web-path
{
	padding-top: 15px;
	padding-bottom: 10px;
	color: #BC2025;
}

.footer
{
	background: #A11D21;
	line-height: 28px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	
	letter-spacing: 2px;
	
	margin-bottom: 15px;
}
.footer a,
.footer a:hover
{
	color: white;
}

.page-navigation
{
	color: #BC2025;
	height: 150px;
	background: #D2D3D4;
	padding-left: 10px;
	padding-top: 16px;
}

.pager
{
}

.news .item h3
{
   margin-bottom: 0px;
}
.news .navigation
{
   margin-bottom: 5px;
}
.news h3 a
{
   text-decoration: none;
}

.news .perex img
{
   position: relative;
   top: 5px;
}

.news .perex
{
   font-style: italic;
}

.news .perex p
{
   margin: 0px 0px 5px 0px;
}

/* kalendar */

.box.calendar table
{
   position: relative;

   border: none;
   border-collapse: collapse;
   
   margin-bottom: 10px;
   
   width: 100%;
}
.box.calendar td
{
   border: 3px solid white;
   text-align: center;
   
   font-weight: bold;
}
.box.calendar td.months
{
   border: none !important;
   padding: 0px 0px 10px 0px;
}
.box.calendar tr.days td
{
   color: #D2D3D4;
}
.box.calendar select
{
   width: 100% !important;
}

.box.calendar a
{
   text-decoration: none;
}
.box.calendar td.today
{
   background-color: #ffffff;
}
.box.calendar td.today a
{
   color: #BB2024;
}
.box.calendar td.filled
{
   background-color: #BB2024;
}

/* formulare */

.custom-form td.label
{
   text-transform: lowercase;
   width: 120px;
}
.custom-form input.text,
.custom-form textarea
{
   border: 1px solid #F9EEF0;
   background-color: #F9E5E6;

   width: 100%;

   font-family: verdana;
   font-size: 11px;

   color: #A11D21;

   padding: 3px 0px 3px 3px;
}

.custom-form input.text
{
}

.custom-form textarea
{
   height: 70px;
}

span.required
{
	color: #A11D21;
}

/* captcha */

.captcha
{
	padding-top: 2px;
	text-align: left;
	font-weight: normal;
}
.captcha img.captcha-image
{
	float: left;
	border: 1px solid #999999;
	margin: 0px 5px 5px 0px;
}
.captcha input.captcha-number
{
	border: 1px solid #999999;
	width: 88px;

	color: #A11D21;
	font-weight: bold;

	clear: both;
}
.captcha span.captcha-help
{
   font-size: 10px;
   line-height: 14px;
}

/* guestbook */

.guestbook-item span.date
{
   font-size: 10px;
   color: #515151;
}

.guestbook-item span.name
{
   font-weight: bold;
   color: #A11D21;
}

.guestbook-item span.email
{
	color: #515151;
	font-style: italic;
}

/* gallery */

.gallery-item
{
   margin: 0px 0px 3px 0px;
}

.gallery-item img
{
   margin: 0px 5px 0px 0px;
}

.gallery-item h3
{
   margin: 0px 0px 10px 0px;
   font-size: 130%;
}

.photo-item
{
   display: block;
   float: left;
   
   margin: 10px 0px 0px 10px;
   
   width: 125px;
   height: 150px;
   
   overflow: hidden;
}

.photo-item .description
{
   line-height: 13px;
}

.photo-detail h3
{
   margin: 0px 0px 10px 0px;
   font-size: 130%;
}

/* proram */
.people-list,
.concert-list
{
   line-height: 15px;
}
.people-list a,
.people-list a:hover,
.concert-list a,
.concert-list a:hover
{
   text-decoration: none;
}

.people-list a.active,
.concert-list a.active
{
   text-decoration: underline;
}

.concert-list h3
{
   margin: 0px 0px -2px 0px;
}

table.concert-search
{
   width: 100%;
}

table.concert-search input.text
{
   border: 1px solid #F9EEF0;
   background-color: #F9E5E6;

   width: 150px;

   font-family: verdana;
   font-size: 11px;

    color: #A11D21;

   padding: 3px 0px 3px 3px;
}
table.concert-search input.ssm
{
   width: 20px;
   margin: 0px 2px 0px 5px;
}

/****************/

.p0{padding: 0px !important; }
.red{ color: #BC2025; }
.ffa{	font-family: Arial, Helvetica, sans-serif; }
.fwb{	font-weight: bold; }
.tar{	text-align: right; }
.tal{	text-align: left; }
.tac{	text-align: center; }
.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}
.h3{	height: 3px; }
.h5{	height: 5px; }
.h10{	height: 10px; }
.h15{	height: 15px; }
.h20{	height: 20px; }
.h28{	height: 28px; }
.span.sort{}

.content ul
{
   margin-left: 16px;
   padding: 0px;
}
.content ul li
{
	position: relative;

   list-style-type: none;
   
   padding-left: 25px;

   background-image: url(odrazka.gif);
   background-position: left 6px;
   background-repeat: no-repeat;
}

/* FIK ORANGE */
.fik-orange a,
.fik-orange a:hover,
.fik-orange h1,
.fik-orange h2,
.fik-orange h3,
.fik-orange h4,
.fik-orange h5,
.fik-orange h6
{
   color: #F8A519;
}

.fik-orange ul li
{
   background-image: url(odrazka-orange.gif);
}

.fik-orange table.colored
{
	border: 1px solid #F9A61A;
	background-color: #FFFFFF;
}

.fik-orange table.colored th,
.fik-orange table.colored td{
	border: 1px solid #F9A61A;
}

.fik-orange table.colored th{
	background-color: #F9A61A;
}

.header a.logo.logo-fik
{
	background: url(logo-fik.gif) no-repeat;
	display: block;
	height: 85px;
	width: 143px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
	z-index: 2;
}
img.border { border: 1px solid #515151; }

.box-red a
{
	color: white !important;
}

a.ikonka-nakup-listku,
a.ikonka-nakup-listku:hover
{
	position: relative;
	top: 6px;
	left: 5px;
	text-decoration: none;
}

a.ikonka-nakup-listku-detail,
a.ikonka-nakup-listku-detail:hover
{
	position: relative;
	top: 5px;
	left: 5px;
	text-decoration: none;
}
.pcc {color: #BE0000;}
