body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: 	url('img/bg.jpg');
	background-repeat: 	no-repeat;
	background-color:	#ffd46c;	// lato #e0efff; 
	background-position: center;
}
.main {
	width:951px;
	height:1400px;
	background-color: white;
	border:1px solid #b2bfcc;
	margin:0px auto 200px auto;
	position:relative;
	max-width:951px;
}

img {
	border:none;
}
.jpgownia {
	padding:2px;
}
#nav {
	height:27px;
	text-align:center;
}
#nav a {
	vertical-align:top;
}




.tekst {
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	font-size:12pt;
	overflow:auto;
}

.stopa {
	padding:2px;
	position: absolute;
	top:100%;
	margin-top:-46px;
}

a:link, a:visited  {
	text-decoration:none;
	font-size:15pt;
	color: #9e0b0f;
	
}

a:hover  {
	text-decoration:none;
	color:black;

}
#news a:link,   {
	text-decoration:underline;
	color: #00f;
	
	}
#news a:visited {
	color: #800080;
	
}

#news a:hover  {
	text-decoration:underline;
	color :#e00;
	
	

}
.mainbox {

	height:980px;
	width:940px;
	overflow:auto;
	max-width:940px;
	max-height:980px;
	/*overflow-y:visible;
	overflow-x:hidden;*/

}
.tytul {
	font-size:16pt;
}
.swieta {
	font-style:italic; 
	font-size: 10pt;
	color:#444242;
}
.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(img/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(img/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(img/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(img/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(img/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(img/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


