.box-artykulu {
	display: block;
	width: 532px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-align: left;	
}

#tytul-artykulu {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1.5em;
}

#tekst-artykulu {
	width: auto;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

td #kalendarz {
    width: 100px;
}

#kalendarz a {
 background-image: url("../design/kalendarz.jpg"); 
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    height: 60px;
    color: black;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    padding-top: 40px;
}

#kalendarz a:hover {
background-image: url(""); 
     background-color: white;
    display: block;
    width: 100px;
    height: 60px;
    color: black;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    padding-top: 40px;
}

/*		FONT STYLE	*/

.article-title {
	font-size: 1.3em;
	margin: 45px;
}

#article {
	font-size: 1em;
	line-height: 2em;
	margin: 15px 60px 30px 60px;
	text-align: justify;
}