#body {
		background-color:white;
		width:100%;
		left:0;
		top:0;
}

.margin-0 {
		position:absolute;		
		margin-top:0;
		margin-left:0;
		margin-right:0;
		margin-bottom:0;
		padding-top:0;
		padding-left:0;
		padding-right:0;
		padding-bottom:0;
}

#sprawozdanie {
		border:none;
		margin-right:2px;
}

/* kalendarz */
#kalendarz-tlo {
		left:0;
		width:100%;
		font-family: "Tahoma";
		font-size: 10px;
		background-color:#A1B9FF;
		z-index:2;
}
#kalendarz-lewy {
		left:2px;
		font-family: "Tahoma";
		font-size: 10px;
		color: black;
		z-index:3;
}
#kalendarz-prawy {
		right:2px;
		font-family: "Tahoma";
		font-size: 10px;
		color: black;
		z-index:3;
}

/* obrazki */
#obrazki-tlo {
		top:12px;
		width:100%;
		height:53px;
		background-color:white;
		z-index:1;
}
#logo {
		border:0;
		top:12px;
		left:0;
		z-index:2;
}
#foska {
		top:12px;
		right:0;
		z-index:1;
		border:0;
}

/* fos */
#fos-obr {
		top:65px;
		left:0;
		border-bottom-style:solid;
		border-bottom-width:3px;
		border-bottom-color:white;
		z-index:2;
}
#fos-menu-tlo {
		top:65px;
		right:0;
		width:100%;
		height:20px;
		background-color:#A1B9FF;
		border-bottom-style:solid;
		border-bottom-width:3px;
		border-bottom-color:white;
		z-index:1;
}
#fos-menu {
		border:0;
		right:0;
		z-index:1;
}

/* dzoe */
#dzoe-obr {
		top:88px;
		left:0;
		border-bottom-style:solid;
		border-bottom-width:3px;
		border-bottom-color:white;
		z-index:2;
}
#dzoe-tekst {
		top:0;
		left:0;
		padding-top:111px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:2px;
		width:104px;
		background-color:#FFB9A1;
		border-right-style:solid;
		border-right-width:3px;
		border-right-color:white;
		z-index:1;
}

/* tresc */
#tresc {
		position:static;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:2px;
		margin-top:88px;
		margin-left:108px;
		background-color:#F9EDFF;
		border-left-style:solid;
		border-left-width:3px;
		border-left-color:white;
		z-index:0;
}

/* czcionki */
.menu-naglowek {
	font-family: "Tahoma";
	font-size: 12px;
	color: black;
	text-align : left;
	font-weight : bold;
}
.menu-tekst {
	font-family: "Verdana";
	font-size: 12px;
	color: black;
	text-align: left;
	font-weight: normal;
	margin-left: 2px;
}
.naglowek {
	font-family: "Tahoma";
	font-size: 18px;
	color: black;
	text-align : left;
	font-weight : bold;
}
.tekst {
	font-family: "Verdana";
	font-size: 12px;
	color: black;
	text-align: justify;
	font-weight: normal;
	margin: 2px;
}
.stopka {
	font-family: "Tahoma";
	font-size: 10px;
	color: black;
	text-align: left;
	font-weight: normal;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
p {
	text-align:justify;
}