body {
	background: repeat-x url(bg.gif) left top;
	background-color: #effff4;
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;;
}

img {
	border: none;
	margin: 1px;
}

#main {
	margin: 0px 25px 10px 25px;
}

#logowanie {
	margin-top: 55px;
}

#top {
	position: relative;
	margin: 0px;
	padding: 1px;
	top: 50px;
	left: 0px;
	background: #646c79 no-repeat url(elendarz.gif);
	height: 130px;
	width: 100%;
}

#menu {
	position: absolute;
	top: 130px;
	left: 0px;
	background: #7A808C;
	padding: 1px;
	margin: 0px;
	padding-left: 30px;
	height: 30px;
	border: 1px #989EA6 solid;
	list-style-type: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}

#menu li {
	list-style: none;
	float: left;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	line-height: 30px;
	height: 30px;
	padding: 0px 20px 0px 10px;
	border-left: #7A808C 8px solid;
}

#menu li a:hover {
	border-left: #989EA6 8px solid;
}

#opcjeuser {
	position: absolute;
	background: #7A808C;
	right: 25px;
	top: 5px;
	color: #FFF;
	height: 50px;
}

#opcjeuser li {
	list-style: none;
	float: left;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

#opcjeuser li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px 20px 10px 10px;
}

#wyloguj {
	color: #D60000 !important;
}

#zawartosc {
	position: relative;
	margin-top: 80px;
	padding: 15px 15px 10px 15px;
	color: #000;
}

#zawartosc a {
	color: #333;
	text-decoration: none;
}

.opcja {
	float: left;
	padding: 8px;
	background-color: silver;
	text-decoration: underline;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 2px;
}

#filtry {
	float: right;
}

#roknav, #miesiacnav {
	clear: both;
}

.innyrok, .rok {
	float: left;
	width: 31%;
	text-align: center;
	margin-top: 8px;
}

.innyrok {
	font-size: 130%;
}

.rok {
	font-size: 150%;
}

.innymiesiac, .miesiac {
	float: left;
	width: 8%;
	text-align: center;
	margin-top: 8px;
	font-size: 120%;
}

.miesiac {
	font-size: 130%;
	font-weight: bold;
}

#content {
	clear: both;
	width: 100%;
}

#content table {
	width: 100%;
	table-layout: fixed;
}

.kalendarznaglowek {
	text-align: center;
	vertical-align: middle !important;
}

#content td {
	margin: 2px 2px;
	background: #9498a1;
	vertical-align: top;
	width: 16%;
	height: 40px;
	overflow: auto;
}

.weekend {
	width: 10% !important;
}

.kalendarz td a {
	font-weight: bold;
	clear: both;
}

.zadanie {
	clear: both;
	width: 90%;
	text-align: left;
	position: relative;
	padding: 3px 3px 3px 3px;
	margin: 4px 2px 4px 2px;
}

.dzientresc {
	width: 100%;
	clear: both;
	margin: 5px 2px 5px 2px;
	text-indent: 15px;
	font-size: 85%;
}

.opcje {
	position: absolute;
	right: 3px;
	top: 3px;
}

.adnotacje {
	font-size: 80%;
	font-style: italic;
	margin-top: 5px;
}

#zawartosc td {
	padding: 3px 5px;
}

.tytulzadania {
	width: 100%;
	font-weight: bold;
	cursor: hand;
	overflow: hidden;
}

.tytulzadania {
display: block;
 overflow: auto;
}