@charset "utf-8";
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt
   version: 2.6.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body {		
		font:14px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
		/* font:12px Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif; */
		color: #fff;
		background-color: #FFF;
		text-align:center;
}


@media print {
 #print {
  display:block;
 }
 #noprint {
  display:none;
 }
 .print {
  display:block;
 }
 .noprint {
  display:none;
 }
} /****** KONIEC @media print */


img {
	border:0;
	padding:0;
	margin:0;
	vertical-align:middle;
}
a {
	text-decoration: none;
	color: #333;
	}
a:hover {
	text-decoration: none;
	}
p  {
	margin: 10px 10px;
	padding: 0px;
}


.clear {
	clear:both
	}
.dnone {
	display:none;
}
.dtable {
	display:table;
}
.center {
	text-align:center;
}
.tleft {
	text-align:left;
}
.hidden {
	display: none;
}
.go2top {
	position: relative;
	z-index: 50;
}

#flashcontent {
	height: 100%;
}

.menu_kyoto {
	width: 310px;
	height: 500px;
	overflow: auto;
	padding-left: 260px;
	margin: 0 auto;
	background: #000 url(../../gfx/kyoto_menu_bg.jpg) 0 0 no-repeat;
}

/*********************************** begin moduły */
/* #overlay */
	#n_overlay {
		width: 100%; 
		height:100%; 
		top:0; 
		left:0; 
		position: absolute; 
		background-color:#373535; 
		opacity: 0.9; 
		filter: alpha(opacity=90);
	}
	#n_overlay-content {
		width:1px;
		height:1px;
		overflow: auto;
		background: #FFFFFF url("../gfx/loading.gif") no-repeat center center;
		position:absolute;
		left:50%;
		top:0;
	}
	#n_overlay-foot {
		width:100%;
		margin:10px 0px; 
		overflow:hidden;
	}
	#n_overlay-zamknij {
		width:14px; 
		height:14px; 
		margin:0 9px 0 0; 
		float:right; 
		display:inline; 
		background: #FFFFFF url("../gfx/closelabel.gif") no-repeat;
		no-repeat; 
		text-indent:-20000px;
	}


/************************************* end moduły */

