body {
	background: white url(background.png) repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 768px;
	padding: 0px;
	text-align: left;
	height: 100%;
	min-height: 100%;
}

.mainLogo {
	background-image: url(rury.png);
	width: 256px;
	height: 252px;
	position: relative;
}

.mainMenu {
	position: absolute;
	/* left: 212px; jak byly uslugi */
	
	left: 248px;
	top: 0px;
	padding: 0px;
	margin: 33px 0px 0px 0px;
	z-index: 2;
}

.mainMenu ul {
	padding: 0px;
	margin: 0px;
}

#current {
	background: url(kropkaZFiftaszkiem.png) no-repeat;
}

.mainMenu ul li {
	display: inline;
	background: url(menuKolko.png) no-repeat left;
}

.mainMenu ul li a {
	padding-left: 15px;
	padding-right: 10px;
	text-decoration: none;
	color: #3e608a;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

#fiftaszek {
	background: url(fiftaszek.png);
	width: 31px;
	height: 19px;
	top: 74px;
	position: absolute;
}	

.BnMLogo {
	background: url(logo.png) no-repeat;
	position: absolute;
	width: 256px;
	height: 139px;
	right: 0px;
	top: 17px;
	padding: 0px;
}

.bigMenuImage { 
	position: absolute;
	/*background: url(ofirmie.png) no-repeat;*/
	width: 74px;
	height: 295px;
	right: 0px;
	top: 76px;
}

.shortInfo { 
	top: 252px;
	left: 0px;
	width: 246px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	position: absolute;
}

.shortArticle { 
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #ff7f00;
	font-weight: bold;
}

.shortArticle a {
	text-decoration: none;
	border-bottom: 1px dashed #3e608a;
	color: #3e608a;
}

.shortArticle a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #ff7f00;
	color: #ff7f00;
}

#mainContent { 	
	width: 430px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -147px;
	left: 256px;
	margin-bottom: -147px;
}

.article { 
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #3e608a;
}

.article h3 { 
	font-family: Arial;
	font-size: 24px;
	color: #ffbe7f;
	letter-spacing: 0px;
	text-align: left;
}

.article p { 
	text-indent: 30px;
	text-align: justify;

}

.article a {
	text-decoration: none;
	border-bottom: 1px dashed #ff7f00;
	color: #ff7f00;
}
.article a:hover {
	border-bottom: 1px dashed #3e608a;
	text-decoration: none;
	color: #3e608a;
}

#footer { 
	position: relative;
	width: 768px;
	height: 83px;
	margin: 0px;
	padding: 0px;
	background: url(logoFooter.png) no-repeat center;
	margin-top: 41px;
}



#validators {
	right: 0px;
	bottom: 0px;
	position: absolute;
}

.formularz {
	margin-top: 44px;
}
.formularz input {border: 1px solid #9a9a9a; width: 200px; background-color: #fafafa; font-size: 11px; margin-bottom: 16px;}
.formularz textarea {border: 1px solid #9a9a9a; width: 200px; height: 120px; background-color: #fafafa; font-size: 11px; margin-bottom: 20px;}
.formularz label {text-align: right; float: left; width: 84px; margin-bottom: 15px; margin-right: 5px; margin-left: 33px}

#bttn {width: 70px; margin-left: 254px;}

