* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
}

html,body { width: 100%; height: 100%;}

.page {
	min-height: 100%;
	width: 900px;
	margin: auto;
	z-index: -1;
	background-image: url(../img/backgroundmiddle.jpg);
}

.topper {
	width: 900px;
	height: 93px;
	background-image: url(../img/topper1.jpg);
}

.UnderTitleLeft {
	position: absolute;
	width: 81px;
	height: 29px;
	background-image: url(../img/lewaGora.jpg);
}

.UnderTitleRight {
	float: right;
	width: 602px;
	height: 29px;
	background-image: url(../img/UnderTitleRight.jpg);
}

.PodNapisTytulowy {
	width: 527px;
	height: 33px;
	margin-left: 299px;
	margin-top: 29px;
	background-image: url(../img/PodNapisTytulowy.jpg);
}

.TextTytulowy {
	position: absolute;
	margin-left: 30px;
	font-size: 24px;
	font-family: Tahoma;
	color: #cc0000;
}

.BackgroundLeft {
	position: absolute;
	width: 81px;
	height: 100%;
	z-index: -1;
	background-image: url(../img/lewaSrodek.jpg);
}

.BackgroundMiddle {
	position: absolute;
	width: 900px;
	min-height: 100%;
	z-index: -1;
	background-image: url(../img/backgroundmiddle.jpg);
}

.BackgroundPage {
	width: 900px;
	margin: auto;
	position: absolute;
}

.footer {
	margin: auto;
	margin-top: -41px;
	width: 900px;
	height: 41px;
	background-image: url(../img/footer.jpg);
}

.BackgroundUp {
	position: absolute;
	width: 100%;
	height: 159px;
	left: 0px;
	z-index: -2;
	background-image: url(../img/backgroundup.jpg);
}

.BackgroundDown {
	position: absolute;
	width: 100%;
	margin-top: -68px;
	height: 68px;
	z-index: -2;
	background-image: url(../img/backgrounddown.jpg);
}

.Menu {
	top: 97px;
	position: absolute;
	margin-left: 81px;
	height: 300px;
}

.Button {
	margin-top: 3px;
	width: 217px;
	height: 15px;
	background-image: url(../img/button.jpg);
}

.MenuAnchor:visited {
	color: #004984;
}

.MenuAnchor:hover {
	color: red;
}

.MenuAnchor {
	text-decoration: none;
	color: #004984;
}

.MenuAnchorRed:visited {
	color: red;
}

.MenuAnchorRed:hover {
	color: red;
}

.MenuAnchorRed {
	text-decoration: none;
	color: red;
}

.TextMenu {
	color: #004984;
	position: relative;
	bottom: 0px;
	left: 22px;
	font-family: Tahoma;
	font-size: 12px;
}

.Content {
	margin-top: 10px;
	margin-bottom: 41px;
	padding-bottom: 10px;
	margin-left: 320px;
	width: 470px;
}

.IE6Correction {
	width: 900px;
	margin: auto;
	z-index: -1;
}