@import url('menu.css') all;
@import url('menuLeft.css') all;
@import url('menu00.css') all;
@import url('gallery.css') all;

.oPrint{display:block;}
.oNavi{display:none;}
.printInfo{display:none;}

body ,html{
	height:			100%;
	margin:			0;
	padding:		0;
	font-family:		calibri, tahoma, verdana, arial, sans-serif;
	font-size: 		11px;
	background-color: #002a4c;
}

img{border:0;}

/*BEGIN Link Deafult*/
a:link{
	color: #004e91;
	text-decoration: none;
}

a:hover{
	color: #002749;
	text-decoration: none;
}

a:visited{
	color: #004e91;
	text-decoration: none;
}
/*END*/

#bannerBox{
	width: 546px;
	height: 207px;
}

#banner{
	width: 546px;
	height: 207px;
}

.content{
	width:			536px;
	height:			348px;
	overflow:		auto;
	padding: 		4px;
}
.bgWhite{background: #ffffff;}

#bgTop{background:url("../media/tlo_gora.png");}
#bgTopL{background:url("../media/tlo_l.gif") repeat-x top;}
#bgTopR{background:url("../media/tlo_p.gif") repeat-x top;}
#bgTopMenu{background:url("../media/tlo_menu.gif") repeat-x top;}
#bgContentBottom{
	height:			63px;
	width:			546px;
	background:		url("../media/dol.png") top no-repeat;
	padding-top:	40px;
	padding-left:	20px;
	color:			#ffffff;
}
#bgMovie{background:url("../media/tlo_kino.gif") repeat-x top;}

#movieTop{
	background-color:	#000000;
	height:			18px;
	width:			140px;
	position:		relative;
	top: 18px;
}

.movie{
	height:			520px;
	width:			100%;
	overflow:		hidden;
}
.bgMovie{
	/*height:			1000px;*/
	color:			#ffffff;
	text-align:		left; /*justify;*/
	margin-top:		0px;
}

.news{
/* 	border: solid 1px #ffffff; */
/* 	margin-bottom: 15px; */
}

.newsTitle{
	font-size: 14px;
	font-weight: bold;
}
.newsTitle:first-letter{
/* 	padding-top: 5px; */
	text-transform: uppercase;
}

.newsText img{
	border: 0px;
}

.newsText p, .newsText hr{
	margin: 0px;
}


.newsText{
/* 	text-align:		justify;  */
}

#z1{
	padding-top: 14px;
	padding-left:	30px;
	padding-right:	30px;
	background:url("../media/tasma.gif") repeat-y;
}

#news_footer{
	height:		30px;
}

.news{
	margin: 6px 0 6px 0;
}

#moreView{
	height:			18px;
	width:			140px;
	background-color:	#000000;
	position:		relative;
	top:				-18px;
}

@media aural, braille, handheld, tty{
	.oNavi{
		display:	inline;
	}
}

@media print, embossed{
	.oPrint{
		display:	none;
	}
	#content{
		width:		100%;
	}
	#rightColumn1{
		width:		100%;
	}
	.printInfo{
		display:	block;
	}
	a:link{
		color:		blue;
		text-decoration:underline;
	}
	a:visited{
		color:		blue;
		text-decoration:underline;
	}
}



