@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0px;
	background-image: url(/img/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
body#index {
	background-image: url(/img/body_bg_dark.gif) !important;
}

div#main_frame {
	width: 700px;
	margin: 0px auto 0px auto;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body>div#main_frame {
	height: auto;
}


h1 {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 14px 0px 14px;
	height: 32px;
	top: 34px;
	right: 92px;
	background-color: #C8C3CE;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}

/*h2 {
width: 690px;
height: 25px;
background-color: #484848;
background-image: url(/img/h2-decoration.gif);
font-family: "Times New Roman", Times, serif;
color: #E6E6E6;
font-size: 20px;
font-weight: normal;
background-position: right;
background-repeat: no-repeat;
margin: 0px;
padding: 5px 0px 0px 10px;
position: relative;
left: -10px;
}*/
h2 {
	height: 23px;
	background-color: #CCCCCC;
	background-image: url(/img/h1-decoration.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: solid #484848 5px;
	border-top: solid #484848 5px;
	font-family: "Times New Roman", Times, serif;
	color: #3F3F3F;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 10px;
	position: relative;
	left: -15px;
	top: -15px;
	width: 690px;
}

h2.inpage {
	top: 0px;
	margin: 20px 0px 0px 0px;
}

h2.space_after {
	margin-bottom: 15px;
}

h3 {
	/*font-family: "Times New Roman", Times, serif;*/
	margin: 0.6em 0em 0.3em 0em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 1em;
	margin: 0.6em 0em 0.3em 0em;
}

a {
	color: #821825;
}

a:hover {
	color: #484848;
}

a img {
	border: none;
}

sup {
	vertical-align: top;
}

p {
	margin: 0.3em 0em 1.3em 0em;
}


/* HEAD */
div#head {
	background-color: #484848;
	height: 56px;
}

div#head img {
	float: right;
	display: block;
	margin: 6px 25px 0px 0px;
}

div#head div.gray-box1 {
	width: 9px;
	height: 25px;
	background-color: #CCCCCC;
	margin: 22px 1px 0px 0px;
	float: left;
}

div#head div.gray-box2 {
	width: 3px;
	height: 25px;
	background-color: #CCCCCC;
	margin: 22px 2px 0px 0px;
	float: left;
}

div#head li {
	list-style: none;
	display: inline;
}

div#head ul {
	margin: 22px 0px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
}

div#head ul li a {
	display: block;
	float: left;
	height: 25px;
	he\ight: 23px;
	padding: 2px 11px 0px 11px;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	color: black;
	font-size: 18px;
	text-decoration: none;
}

div#head ul li a:hover, div#head ul li a.active:hover {
	background-color: #999999;
}

div#head ul li a:active, div#head ul li a.active {
	background-color: #A8A8A8;
}

li a span, h1 span {
	color: #821825;
}

div#head div#languages {
	position: absolute;
	top: -17px;
	right: 0px;
	font-size: 10px;
	color: #757575;
}

div#head div#languages a {
	float: none;
	display: inline;
	padding: 0px;
	background-color: transparent;
	color: #A8A8A8;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

div#head div#languages a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}


/* TITlE PICTURE */
div#title-picture {
	height: 98px;
	border-bottom: solid #E6E6E6 1px;
	border-top: solid #E6E6E6 1px;
	clear: both;
	background-image: url(/img/title-picture01.jpg);
	background-repeat: no-repeat;
	position: relative;
}
div#title-picture img {
	display: block;
	position: absolute;
	top: 34px;
	right: 0px;
}


/* CONTENT */
div#content {
	width: 670px;
	overflow: hidden;
	background-color: #E6E6E6;
	border-top: solid #484848 5px;
	padding: 10px 15px 46px 15px;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: justify;
}

div#content ul {
	margin: 0.4em 0em 1.3em 2em;
	padding: 0em;
}

div#content ul li {
	list-style: square;
	margin-bottom: 0.2em;
}

div#content ol {
	margin: 0.4em 0em 1.3em 2em;
	padding: 0em;
}

div#content ol li {
	margin: 0em 0em 0.2em 0.5em;
}

.hr {
	display: block;
	height: 1px;
	background-image: url(/img/hr_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0em 0.6em 1em 0.6em;
	padding-top: 1em;
}

.floatClear {
	clear: both;
}

.big {
	font-size: 1.2em;
}

.big2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

h3.newslist {
	margin-top: 1em;
}

h3.newslist a {
	color: #000000;
}

h3.newslist a:hover {
	color: #484848;
}

.faded {
	color: #696969;
}

.faded a {
	color: #696969;
}

.small {
	font-size: 0.85em;
}

img.intext {
	vertical-align: middle;
}

.left {
	float: left;
	margin: 0.2em 1em 0em 0em;
}

.right {
	float: right;
	margin: 0.2em 0em 0em 1em;
}

.paging {
	float: right;
	text-align: right;
	position: relative;
	right: -15px;
	margin-top: 1.5em;
	padding: 0.5em 20px 0.5em 2em;
	background-color: #CCCCCC;
	border-bottom: solid #484848 2px;
}

.al_left {
	text-align: left;
}

.center {
	text-align: center;
}

.lineH {
	line-height: 1.5em;
}


/* FOOT */
div#foot {
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	width: 700px;
	w\idth: 690px;
	height: 26px;
	he\ight: 23px;
	text-align: right;
	background-color: #484848;
	color: #CCCCCC;
	padding: 3px 10px 0px 0px;
}

div#foot strong {
	font-size: 12px;
	padding-top: 5px;
	font-weight: normal;
}

div#foot ul {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
}

div#foot li {
	list-style: none;
	display: inline;
}

div#foot li a {
	display: block;
	float: left;
	height: 20px;
	he\ight: 19px;
	padding: 1px 9px 0px 9px;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	color: black;
	text-decoration: none;
}

div#foot li a:hover, div#foot li a.active:hover {
	background-color: #999999;
}

div#foot li a:active, div#foot li a.active {
	background-color: #A8A8A8;
}

div#foot li a span {
	color: #821825;
}

div#foot div#languages {
	display: none;
}

div#foot div.gray-box3 {
	width: 10px;
	height: 20px;
	background-color: #CCCCCC;
	float: left;
}
div#foot div.gray-box4 {
	width: 3px;
	height: 20px;
	background-color: #CCCCCC;
	float: left;
	margin-left: 1px;
}


/* HOME */
ul.home-about {
	margin: 0.7em 0em 1.7em 3em;
	padding-bottom: 8px !important;
	background-image: url(/img/BrightVisionAgency.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul.home-about li {
	color: #821825;
	margin: 0em;
}

ul.home-about li span {
	color: #000000;
}



/* BRIGHT VISION AGENCY */
/*div.home-motto {
	float: right;
}

div.motto1, div.motto2, div.motto3 {
	font-family: "Times New Roman", Times, serif;
}

div.motto1 span, div.motto2 span, div.motto3 span {
	color: #821825;
}

div.motto1 {
	font-size: 68px;
	line-height: normal;
}

div.motto2 {
	font-size: 34px;
	line-height: 0px;
	margin-left: 127px;
	font-style: italic;
	letter-spacing: 6px;
}

div.motto3 {
	font-size: 26px;
	line-height: 46px;
	margin-left: 201px;
	letter-spacing: 6px;
}

/*div.motto1 {
font-size: 91px;
line-height: normal;
}

div.motto2 {
font-size: 45px;
line-height: 0px;
margin-left: 170px;
font-style: italic;
letter-spacing: 8px;
}

div.motto3 {
font-size: 35px;
line-height: 55px;
margin-left: 268px;
letter-spacing: 8px;
}*/


/* PRODUKCE */
a.productions_higlighted {
	float: right;
	margin: 0em 0em 1em 3em;
	background-color: #484848;
	padding: 3px;
	text-decoration: none !important;
	width: 200px;
}

a.productions_higlighted div {
	color: #FFFFFF;
	text-align: left;
}


/* KATALOG */
div#content ul#katalog {
	margin: 10px 0px 0px 40px;
}
div#content ul#katalog li {
	list-style: none;
}
ul#katalog li a {
	display: block;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	width: 220px;
	height: 27px;
	padding: 8px 0px 0px 50px;
	margin: 25px 0px 25px 0px;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000000;
}

ul#katalog li a:first-letter {
	color: #821825;
}

ul#katalog li a:hover {
	background-color: #C8C3CE;
}

.koncerty {
	background-image: url(/img/koncerty.jpg);
}
.opera {
	background-image: url(/img/opera.jpg);
}
.dokumety {
	background-image: url(/img/dokumenty.jpg);
}
.on-location {
	background-image: url(/img/music_on_location.jpg);
}
.ostatni {
	background-image: url(/img/ostatni_zanry.jpg);
}

h3#katalog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #484848;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}


/* INDEX */
#index_box_1 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	width: 275px;
	top: 360px;
	left: 50px;
	text-decoration: none;

}

#index_box_2 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	width: 275px;
	top: 360px;
	left: 375px;
	text-decoration: none;
}

/*#index_box_1 h3, #index_box_2 h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 30px !important;
	font-weight: normal;
	color: #821825 !important;
	z-index: 1;
}

#index_box_1 h3 strong, #index_box_2 h3 strong {
	font-size: 43px !important;
	color: #FFFFFF !important;
	font-weight: normal !important;
	padding-left: 4px;
}*/


#index_box_1 h3, #index_box_2 h3 {
	font-family: "Times New Roman", Times, serif;
	height: 28px;
	background-image: url(/img/index_box_head.png);
	_background-image: url(/img/index_box_head_ie.png);
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 24px;
	font-weight: normal;
	color: #F0F0F0;
	cursor: pointer;
}
a#index_box_1:hover h3, a#index_box_2:hover h3 {
	background-image: url(/img/index_box_head2.png);
	_background-image: url(/img/index_box_head2_ie.png);
}

#index_box_1 div, #index_box_2 div {
	background-color: rgba(230, 230, 230, 0.35);
	width: 275px;
	cursor: pointer;
}
#index_box_1 div.ieOnly, #index_box_2 div.ieOnly {
	margin-top: 0px;
	background-color: #E6E6E6;
	filter: alpha(opacity=35);
	float: right;
	width: 275px;
}

#index_box_1 ul, #index_box_2 ul {
	color: #000000 !important;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
	font-size: 12px;
	position: relative;
}

#index_box_1 li, #index_box_2 li {
	margin-left: 20px;
	list-style: square;
	margin-bottom: 0.2em;
	color: #5E111B;
}

#index_box_1 li span, #index_box_2 li span {
	color: #000000;
}

a#index_box_1:hover div, #index_box_2:hover div {
	background-color: rgba(230, 230, 230, 0.5);
}
a#index_box_1:hover div.ieOnly, #index_box_2:hover div.ieOnly {
	filter: alpha(opacity=50);
}

a.index_langLink {
	display: block;
	position: absolute;
	left: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

a.index_langLink:hover {
	text-decoration: underline;
}

a#cs {
	top: 175px;
}

a#en {
	top: 199px;
}

a.selected {
	color: #821825;
}

#index_box_1 .foot, #index_box_2 .foot {
	height: 7px;
	background-image: url(/img/index_box_foot.png);
	_background-image: url(/img/index_box_foot_ie.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: transparent;
}
a#index_box_1:hover .foot, #index_box_2:hover .foot {
	background-image: url(/img/index_box_foot2.png);
	_background-image: url(/img/index_box_foot2_ie.png);
	background-color: transparent;
}

ul.index_box_fix {
	height: 135px;
	padding-top: 10px !important;
}

ul.index_box_fix li {
	margin-bottom: 0.3em !important;
}

.picsGallery {
	background-color: #CCC;
	padding: 4px;
}

.picsGallery a.thumb {
	float: left;
	margin-right: 4px;
}

.picsGallery a.last {
	margin-right: 0px !important;
}

a.picsGalleryCanvas {
	clear: left;
	display: block;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

a.picsGalleryCanvas img {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
