body{
	color: #abaaaa;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 83%;
	background: #000;
	margin: 0;
}

a{
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
a:visited{
	color: #fff;
}
a:hover{
	text-decoration: none;
	color: #888;
}
a:focus{
	text-decoration: none;
	color: #888;
}

img{
	border: 1px solid #292E2F;
}
a img{
	border: 1px solid #fff;
}

h1, h2, h3, h4, h5, h6{
	margin: 23px 0 0 0;
	line-height: 1.3em;
}
h1{
	color: #efefef;
	margin: 0 !important;
	padding: 0 0 7px 0;
	font-size: 150%;
	line-height: 17px;
	_line-height: 18px;
	&line-height: 18px;
}

h2{
	font-size: 125%;
	font-weight: bold;
	color: #efefef;
}

h3{
	color: #ccc;
	font-size: 110%;
}

h4{
	color: #176CBF;
	font-size: 110%;
}

h5{
	color: #AD7350;
	font-size: 90%;
}

h6{
	color: #CD491D;
	font-weight: normal;
	font-size: 90%;
}

p{
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.7em;
}

/* list features */
ul, ol{
	margin: 0 0 10px 30px;
	padding: 0;
	list-style-type: square;
}
ul ul, ol ol{
	list-style-type: square;
	margin: 0 0 0 20px;
}
ul ul ul, ol ol ol{
	list-style-type: circle;
	margin: 0 0 0 20px;
}

ol, ol ol, ol ol ol{
	list-style-type: decimal;
}
ol.lowalpha, ol.mala-pismena{
	list-style-type: lower-alpha !important;
}
ol.upperalpha, ol.velka-pismena{
	list-style-type: upper-alpha !important;
}
ol.upperroman, ol.velka-rimska-pismena{
	list-style-type: upper-roman !important;
}
ol.lowroman, ol.mala-rimska-pismena{
	list-style-type: lower-roman !important;
}

li{
	margin: 0;
	padding: 0;
}

/* definition list */
dl{
	margin: 10px 0 10px 15px;
}
dt{
	font-weight: bold;
	color: #920000;
}
dd{
	margin: 6px 0 6px 15px;
	line-height: 1.5em;
}

/* table features */
table{
	border-collapse: collapse;
	margin: 5px auto 10px auto;
	width: 100%;
}
caption{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #920000;
	margin: 5px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: left;
	font-size: 94%;
	background: #444;
	color: #fff;
}
tr{
	border-bottom: 1px solid #444;
}
th, td{
	border: none;
	padding: 7px;
}
td strong{
	font-size: 94%;
}

/* form features */
form{
	margin: 0;
	padding: 0;
}
fieldset{
	text-align: left;
	border: 1px solid #ffc85f;
	padding: 10px;
}
input, textarea, select{
	background: #F9F9F9;
	border: 1px inset #c7c7c7;
	padding: 2px 4px;
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}
input.button{
	background: #ddd;
	border: 1px outset #EDEDED;
	padding: 3px;
	margin: 10px;
}
input:focus, select:focus, textarea:focus{
	border: 1px inset #ff9417;
}
legend{
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: 1px solid #f7af26;
	color: #666;
	text-align: right;
}
label{
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 86%;
	width: 30%;
	margin-right: 0.5em;
	padding-top: 0.2em;
}

abbr, acronym{
	cursor: help;
	border-bottom: 1px dashed #f00;
}

blockquote{
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 25px;
}
blockquote p{
	padding: 0;
	margin: 10px;
}

/*layout*/
#container{
	width: 1028px;
	margin: 0 auto;
}
#wrapper{
	width: 802px;
	float: left;
	position: relative;
}
#top{
	height: 289px;
}
#middle{
	margin: 12px 0 0 0;
	width: 802px;/*ie6 stupidity needs this*/
	overflow: hidden;
	position: relative;
}
#footer{
	margin: 10px 0;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 80%;
	color: #272323;
	font-size: 80%;
}
#footer a{
	color: #272323;
}

/* submenu features in right wrapper*/
dl.sub_menu{
	margin: 30px 0 0 0;
	padding: 10px 0;
	z-index: 10 !important;
	width: 100%;
	overflow: hidden;
}
dl.sub_menu dt{
	color: #fff;
	float: left;
	margin: 0 12px 10px 0;
}
dl.sub_menu dt a{
	text-decoration: none;
	text-align: center;
	display: block;
	height: 29px;
	background: url(../_images/bg-button-left.gif) no-repeat;
	font-size: 90%;
}
dl.sub_menu dt a:hover{

}
dl.sub_menu dt a.zvyraznit{
	color: #555 !important;
}
dl.sub_menu dt a span{
	background: url(../_images/bg-button-right.gif) no-repeat right;
	display: block;
	height: 13px;
	padding: 8px 10px;
}

.hp-box{
	width: 473px;
	margin: 0 23px 0 0;
	float: left;
	overflow: hidden;
}

.news-box{
	width: 305px;
	float: left;
	overflow: hidden;
	position: relative;
	top: -23px;
	margin: 0;
}
.news-box h1{
	width: auto;
}

#info-box{
	position: absolute;
	right: 46px; top: 419px;
	font-size: 90%;
	width: 235px;
}
#info-box #second-p{
	margin: 11px 0 0 0;
}
#info-box a{
	color: #fff;
}
#info-box a:hover{
	color: #FFF61F;
}

/*boxy na HP pro 300zgh a TT*/
.bg-bigbox-top, .bg-bigbox-bottom{
	background: url(../_images/bg-bigbox-top.gif) no-repeat;
	height: 8px;
	width: 473px;
	font-size: 0;
}
.bg-bigbox-bottom{
	background: url(../_images/bg-bigbox-bottom.gif) no-repeat;
	margin: 0 0 15px 0;
}
.bigbox-middle{
	background: url(../_images/bg-bigbox-middle.gif) repeat-y;
	width: 473px;
	overflow: hidden;
}
.bigbox-middle img{
	float: left;
	border: 0;
	display: inline;
	width: 177px;
	margin: 10px 20px 10px 18px;
}
.bigbox-middle div{
	float: left;
	display: inline;
	width: 237px;
	margin: 10px 0 0 0;
}
.bigbox-middle div h2{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.bigbox-middle .text-right{
	padding: 0;
	margin: 2px 0 8px 0;
}

.bg-bigbox-light-top, .bg-bigbox-light-bottom{
	background: url(../_images/bg-bigbox-light-top.gif) no-repeat;
	height: 6px;
	width: 473px;
	font-size: 0;
	margin: 5px 0 0 0;
}
.bg-bigbox-light-bottom{
	background: url(../_images/bg-bigbox-light-bottom.gif) no-repeat;
	margin: 0 0 15px 0;
}
.bigbox-middle-light{
	background: url(../_images/bg-bigbox-light-middle.gif) repeat-y;
	width: 433px;
	overflow: hidden;
	padding: 0 20px;
}

/*stranky, aktuality, galerie maji vnitrni body div s borderem*/
.bg-body-top, .bg-body-bottom{
	background: url(../_images/bg-body-top.gif) no-repeat;
	height: 6px;
	width: 802px;
	font-size: 0;
}
.bg-body-bottom{
	background: url(../_images/bg-body-bottom.gif) no-repeat;
}
.bg-body-middle{
	background: url(../_images/bg-body-middle.gif) repeat-y;
	width: 802;
	overflow: hidden;
	padding: 15px 20px;
}

ul h3{
	margin: 0;
}

/*box pravy pro loga partnetu*/
.partners{
	width: 113px;
	overflow: hidden;
	margin: 310px 0 0 0;
	float: left;
}
.partners tr{
	border: none;
}
.partners td{
	text-align: center;
	vertical-align: middle;
	border: 0;
}	
.partners img{
	border: 0;
}

/*----------------------------------------------------------------  collective styles -------------------------------*/
.hidden{
	display: none;
}
.hide{
	display: block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0px;
}

.invisible{
	visibility: hidden
}

.arrow{
	font-size: 100%;
}

.small-font, .mensi-pismo{
	font-size: 85% !important;
}
.small-font2{
	font-size: 86% !important;
}
.small-font-extra{
	font-size: 4px !important;
}
.big-font, .vetsi-pismo{
	font-size: 115% !important;
}
.font-non-proporcial{
	font-family: monospace !important;
}

.important, .zvyraznit{
	color: #CCF3FB !important;
	font-size: 100%;
	font-family: inherit;
}
.important-bold{
	font-weight: bold;
}

.margin-reset{
	margin: 0 !important;
}

.float_left, .float-left, .plovouci-vlevo{
	float: left;
}
.float-right, .plovouci-vpravo{
	float: right;
}

.cleaner{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border: none;
	height: 1px;
}
.cleaner2{
	clear: both;
}

.text_right, .text-right, .text-right td, .text-doprava{
	text-align: right !important;
}
.text-left, .text-doleva{
	text-align: left !important;
}
.text-center, .text-nastred{
	text-align: center !important;
}

/* file download features */
#middle ul.list-of-files{
	border: 1px dotted #ccc;
	margin: 10px 0;
	padding: 10px;
	list-style-position: inside;
}
#middle ul.list-of-files li.ico-zip{
	list-style-image: url('../_images/ico-zip.gif');
}
#middle ul.list-of-files li.ico-txt{
	list-style-image: url('../_images/ico-txt.gif');
}
#middle ul.list-of-files li.ico-movie{
	list-style-image: url('../_images/ico-movie.gif');
}
#middle ul.list-of-files li.ico-audio{
	list-style-image: url('../_images/ico-audio.gif');
}
#middle ul.list-of-files li.ico-word{
	list-style-image: url('../_images/ico-word.gif');
}
#middle ul.list-of-files li.ico-xls{
	list-style-image: url('../_images/ico-xls.gif');
}
#middle ul.list-of-files li.ico-ppt{
	list-style-image: url('../_images/ico-ppt.gif');
}
#middle ul.list-of-files li.ico-pdf{
	list-style-image: url('../_images/ico-pdf.gif');
}
#middle ul.list-of-files li.ico-rar{
	list-style-image: url('../_images/ico-rar.gif');
}
#middle ul.list-of-files li.ico-psd{
	list-style-image: url('../_images/ico-psd.gif');
}
#middle ul.list-of-files li.ico-html{
	list-style-image: url('../_images/ico-html.gif');
}
#middle ul.list-of-files li.ico-other{
	list-style-image: url('../_images/ico-other.gif');
}

/* list features in middle wrapper */
#middle ul li{
	line-height: 1.5em;
	margin: 0;
}
#middle ol li{
	line-height: 1.5em;
	margin: 0;
}

/* paragraph features in middle wrapper */
#middle p{
	text-align: left;
}

/* inline list features */
#middle ul.ul-inline{
	display: block;
	margin: 10px 0;
	
}
#middle ul.ul-inline li{
	list-style-type: none;
	display: inline;
	padding: 0 10px 0 0;
}

.stripe{
	background-color: #333;
	border: 1px solid #555;
	margin: 10px 0;
	padding: 3px;
}

/* list features without top line */
#middle ul.non-top-line{
	border-top: 0;
}

/* list features for path of tree */
#middle ul.ul-inline-pathlinks{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
#middle ul.ul-inline-pathlinks li{
	display: inline;
	margin: 0;
	padding: 0;
}
#middle ul.ul-inline-pathlinks li a{
	color: #474747;
	font-size: 86%;
}

/* features for paging */
#middle ul.paging{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	border: 1px solid #fff;
}
#middle ul.paging li{
	border-right: 1px solid #aaa;
	padding: 0 5px;
	margin: 0 0 10px 0;
	float: left;
	list-style-type: none;
}
#middle ul.paging li#left-paging{
	border-left: 1px solid #222;
	border-right: none;
	padding: 0 0 0 5px;
}
#middle ul.paging li#right-paging{
	border-right: none;
	padding: 0 0 0 2px;
}
#middle ul.paging li a{
	display: block;
	padding: 0 3px;
}
#middle ul.paging li a:hover{
	background: #b2021a;
	color: #fff;
}

/* images */
.photo-border{
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
}
.pic-noborder, .obrazek-bez-ramecku{
	border: 0 !important;
}

img.float-right-img, img.plovouci-obrazek-vpravo{
	margin: 6px 0 6px 6px;
	float: right;
}
img.float-left-img, img.plovouci-obrazek-vlevo{
	margin: 6px 6px 6px 0;
	float: left;
}
img.center-img, img.obrazek-nastred{
	display: block;
	margin: 0 auto;
}

.margin01{
	margin: 15px 0 0 0 !important;
}

/* logo features */
#logo-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 802px;
	height: 244px;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}
#logo-wrapper strong{
	display: block;
	width: 802px;
	height: 244px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	background-image: url('../_images/logo.jpg');
	cursor: pointer;
}
#logo-wrapper a{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

/* search features */
.search-form{
	margin: 6px 0 0 4px;
	padding: 0;
}
.search-form fieldset{
	border: 0;
	padding: 0 !important;
	margin: 0;
}
.search-form input{
	font-size: 85%;
	padding: 4px 2px 2px 2px;
	width: 103px;
	margin: 0;
}
input.search-button{
	width: 2.3em;
	height: 2.2em;
	font-weight: bold;
	font-size: 70%;
}
.search-results{
	float: left;
	width: 50%;
}
.search-results ul{
	margin: 0 0 0 21px;
	list-style-image: url("../_images/square.gif");
}
.search-results ul li{
	margin: 0 0 8px 0 !important;
}
#search-results-left ul{
	border-right: 1px solid #b2021a;
	padding-right: 5px;
	margin: 0 0 0 17px;
}
span.search-result, a span.search-result{
	background: #feffbf;
	color: #000;
	text-decoration: none;
	border: 1px solid #e5e72b;
	border-right: 1px solid #feffaf;
	border-bottom: 1px solid #feffaf;
	padding: 2px;
	cursor: help;
}

/* rss icons */
.rss-bg{
	padding-left: 15px;
	background: url("../_images/rss.gif") left no-repeat;
	font-size: 75%;
}

/* plovouci boxy v obsahu stranky */
.levy-panel, .pravy-panel{
	float: left;
	width: 48%;
}
.pravy-panel{
	margin: 0 0 0 15px;
}

/* styly pro site map */
ul.mktree  li { list-style: none; line-height: 2.4em !important; }
ul.mktree  li li { line-height: 1.9em !important; }

ul.mktree  li a{
	background: #FED788;
	font-size: 110%;
	padding: 2px 4px;
	color: #F7421E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #E7D300;
}
ul.mktree  li li a{
	background: none;
	font-weight: normal;
	font-size: 90%;
	color: #DF8D00;
	padding: 0;
}
ul.mktree  li li li a{
	font-size: 90%;
	color: #C79063;
}

ul.mktree  li a:hover{
	border-bottom: none;
}

ul.mktree  li           .bullet { padding-left: 13px; }

ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../_images/minus.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../_images/plus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../_images/bullet.gif) center left no-repeat; }

ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }

/* -------- minires3.0+ features --- */

/* list of articles on homepage */
ol.mr-articles-list{
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0;
}
ol.cybergall-list{
	background: none !important;
	background-image: none !important;
	margin: 15px 0 !important;
	padding: 5px 0 !important;
	color: #fff !important;
	overflow: hidden;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
ol.mr-articles-list li{
	margin: 0 0 15px 0 !important;
	width: 100%;
	background: url(../_images/bg-news-middle.gif) repeat-y;
}
ol.cybergall-list li{
	margin: 0 0 20px 0 !important;
	overflow: hidden;
	width: 350px;
	float: left;
	background: none;
}

/* h2 link features (homepage, article list) */
ol.mr-articles-list li h2{
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.3em;
	background: url(../_images/bg-news-bottom.gif) bottom no-repeat;
}
ol.mr-articles-list li h2 a{
	display: block;
	font-weight: normal;
	color: #abaaaa;
	font-size: 75%;
	text-decoration: none !important;
	padding: 0 15px 10px 15px;
}
ol.mr-articles-list li h2 a:hover{
	color: #fff;
	text-decoration: underline !important;
}
ol.mr-articles-list li h2 a:visited{
	color: #abaaaa;
	
}
ol.mr-articles-list .news-date{
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	background: url(../_images/bg-news-top.gif) top no-repeat;
}
ol.mr-articles-list .news-date span{
	display: block;
	padding: 10px 15px 0 15px;
}
/*jiny sou barvy pro fotogalery list*/
ol.cybergall-list li h2{
	background: none;
}
ol.cybergall-list li h2 a{
	font-weight: normal;
	font-size: 90%;
	padding: 0;
}
/* article info features (datum, rubrika, ctenari, komentare) */
ul.mr-summary-info{
	
	font-size: 78%;
	padding: 0;
	margin: 0 !important;
}
ul.mr-summary-info li{
	margin: 0 !important;
	padding: 0 1px !important;
	width: auto;
}
ul.mr-summary-info li.mr-anotace{
	width: 100%;
	font-size: 111%;
	margin: 0 !important;
	display: block !important;
}
ul.mr-summary-info li.mr-anotace p, ul.mr-summary-info li.mr-anotace{
	margin: 0 !important;
	line-height: 1.8em !important;
}

/* link features in article info (odkaz na zobrazeni komentaru) */
ul.mr-summary-info li a{
	text-decoration: underline;
	font-size: 100%;
}
ul.mr-summary-info li a:hover{
	text-decoration: none;
}

/* h1 features (inside article) 
h1.mr-article{
	color: #0059BB;
	text-align: left;
	font-size: 200%;
	margin: 0;
	padding: 0;
	border: 0;
}*/

/* comments features */
.comment-form{
	width: auto;
	margin: 15px 0;
	background: #fff;
}

/* comments boxes features */
ol.comment-box{
	padding: 0;
	margin: 0;
}
ol.comment-box li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #FEF9F3;

}
ol.comment-box li ul li{ /* pro seznamy psane ctenari v komentari */
	list-style-type: inherit;
}
ol.comment-box li ol li{ /* pro seznamy psane ctenari v komentari */
	list-style-type: inherit;
}
ol.comment-box li p.comment-box-info{ /* fetaures for from and date in comment content */
	font-size: 86%;
	background: #FCF1E2;
}
ol.comment-box li p{ /* features for comment body */
	margin: 0 0 6px 0;
	padding: 0 3px;
}

ol.comment-box li h3{
	margin: 0;
	padding: 3px;
	background: #FCF1E2;
	color: #444;
	font-size: 110%;
}
ol.comment-box li h3 a{
	font-size: 100%;
	font-weight: bold;
}

/* comments boxes features for read article */
ol.comment-box li.item-box-read{
	background: #f7f3ef !important;
}
ol.comment-box li.item-box-read p.comment-box-info{ /* fetaures for from and date in comment content */
	background: #efe7dc !important;
}
ol.comment-box li.item-box-read p{
	font-size: 86%;
	line-height: 1.8em !important;
}
ol.comment-box li.item-box-read h3{
	background: #efe7dc !important;
	color: #777;
	font-size: 100%;
}

/*list news on news page*/
.arts-list{
	padding: 0;
	margin: 0;
}
.arts-list dt{
	color: #555;
	font-size: 80%;
	margin: 10px 0 0 0;
}
.arts-list dd{
	font-size: 130%;
	margin: 0 0 15px 0;
}
.arts-list dd a{
	text-decoration: none;
}
.arts-list dd a:hover;{
	text-decoration: underline;
}

/* -------- cybergall1.0 features -------- */

/* features for gallery */
ol#photo-gallery-box{
	width: 608px; /* width for gallery box, middle-wrapp minus margin-middle */
	margin: 30px auto 0 auto;
	padding: 0;
	list-style-type: none;
}
ol#photo-gallery-box li{
	float: left;
	width: 147px;
	margin: 0 3px 4px 0;
	background: #222;
	border: 1px solid #333;
	height: 210px;
	overflow: auto;
	position: relative;
}
ol#photo-gallery-box li.photogs{
	clear: both;
	width: 80%;
	height: auto;
	background: none;
	border: none;	
}
.photo-card{
	padding: 4px;
	margin: 0;
}
.photo-card img, dt.photo-preview-gallery img{
	display: block;
	margin: 0 auto;
}
.photo-desc{
	margin: 0 4px 4px 4px;
	padding: 0;
	text-align: left;
	font-size: 93%;
}
.photo-name{
	text-align: center !important;
	margin: 0;
	padding: 0;
	font-size: 70%;
}

h1 span.photogall-name{
	color: #ccc;
	
	margin: 15px 0 0 0;
}
ol#photo-gallery-box li img{
	border: 1px solid #fff;
}
ol#photo-gallery-box li img:hover{
	border: 1px solid #FFF61F;
}

/* obrazky v prehledu nejnovejsich v ul/li na homepage se zarovnaji nastred */
.photo-newest img{
	display: block;
	margin: 4px 10% 0 0;
}

/* light box */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 3%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 15%;
	height: 7%;
	background: transparent url(/_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited:hover { background: url(/_images/prevlabel.gif) left 1% no-repeat; }
#nextLink, #nextLink:visited:hover { background: url(/_images/nextlabel.gif) right 1% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.youtube-video{
	margin: 5px auto 15px auto;
	display: block;
}

.lang-pos{
	position: absolute;
	top: 8px;
	right: 5px;
	width: 150px;
	text-align: right !important;
}
.lang-pos a{
	display: inline !important;
	padding: 0 !important;
	color: #85C6FB !important;
}
.lang-pos img{
	border: 1px solid white;
}