body { 
		background-color: #fff; 
		margin: 0px;
		padding: 0px;
		text-align: center;
		color: #000;
		overflow: hide;
		}
img {
			border: 0;
		}
div.mainpage {
		text-align: center;
		background-color: #eee;
		border: solid 1px black;
		margin: 10px 10px 0px 10px;
		height: 800px;
		width: 1200px;
		color: #230;
		font-size: 12px;
		font-weight: bold;
		position: relative;
		top: 0px;
		left: 125px;
		overflow: auto;
	}
div.popup {
		text-align: center;
		background-color: #ABF;
		border: dashed 1px red;
		color: #C33;
		font-size: 14px;
		font-weight: bold;
		height: 100px;
		width: 370px;
		padding: 5px;
		position: fixed;
		top: 130px;
		right: 250px;
		overflow: auto;
		z-index: 5;
	}
.taknie {
		text-align: center;
		font-weight: bold;
		color: #000;
		font-size: 13px;
		background-color: #89D;
		display: block;
		width: 100px;
		height: 22px;
		margin: 2px auto;
		border: 1px dashed red;
	}
.taknie:hover {
		background-color: #A9D;
	}
.taknie:active {
		color: #000;
	}
.taknie:link {
		color: #000;
	}
.taknie:visited {
		color: #000;
	}
div.textpage {
		text-align: left;
		overflow: auto;
	}
div.right {
		text-align: right;
		margin: 15px;
	}
h1 {
		font-size: 15px;
		color: #A22;
		background-color: #ddc;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
div.menu {
		text-align: left;
		padding: 0px 0px 0px 5px;
		width: 120px;
		height: 100%;
		background-color: #8ac;
		border-right: 1px solid #000;
		z-index: 3;
		position: absolute;
		top: 0px;
		left: 0px;
	}
div.menu a {
		text-align: right;
		color: #dfd;
		font-size: 15px;
		font-weight: bold;
		background-color: #66D;
		display: block;
		border: dashed 1px #000;
		height: 20px;
		padding-right: 24px;
	}
div.menu a:hover {
		background-color: #78F;
		color: #000;
	}
div.komunikat {
		height: 60px;
	}
span.error {
		color: #f00;
		font-size: 16px;
	}
div.back {
		margin: 110px 0px 0px auto;
		width: 100px;
		height: 25px;
		font-size: 13px;
	}
a:active,a:visited,a:hover,a:link {
		color: #258;
		text-decoration: none;
	}
table.dane tr td {
		border: solid 1px #000;
		padding: 0px;
		margin: 0px;
	}
div.copyright {
		color: #000;
		font-size: 10px;
		text-decoration: none;
	}
.newstitle {
	border: 1px dotted #000;
	background-color: #95c5de;
	color: #000;
	padding: 1px 1px 1px 1px;
	width: 100%;
}
.title {
	font-weight: bold;
	width: 80%;
}
.data {
	float: right;
	text-align: right;
	background-color: #95c5de;
	color: #222222;
	font-size: 12px;
	width: 19%;
	position: relative;
	bottom: 16px;
	right: 5px;
}
.content {
	text-align: justify;
	text-indent: 15px;
	padding: 10px;
}


