/* jedyny css tej strony zawierajacy wszystkie style */


/* 1.layout */

#container {
    border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	background-color: #ffffff;
	}

#topright {
	height: 150px; 
	border-bottom: 10px solid #9a1010;
	background-color: #11105a;
	text-align: right;
	vertical-align: bottom;
	}

#topcenter {  
	color: #ffffff;
	font-size: 24px;
	background-color: #11105a;
	padding-top: 30px;
	padding-left: 80px;
	text-align: left;
	float: left;
	}

#topleft {
	height: 150px; 
	padding-left: 40px; 
	background-color: #11105a;
	text-align: left;
	float: left;
	vertical-align: bottom;
	}

#leftnav { 
	margin: 0pt;
	padding: 1em;
	float: left;
	width: 160px;
	clear: left;
	text-shadow: 2px 2px 6px #555555;
	letter-spacing: 0.1ex;
	}

#content {
	border-left: 1px solid gray; 
	padding: 30px;
	margin-left: 175px;
    	}

#footer { 
	border-top: 1px solid gray;
	margin: 0pt;
	padding: 0.5em;
	clear: both;
	color: #dddddd;
	background-color: #11105a;
	text-align: center;
	font-size: small;
	}

/* 2.dzialajace w powiazaniu z elementami layoutu */
/* 2.1.menu */

#leftnav ul {
	margin-left: 0;
	padding-left: 0;
	width: 120px;
	font-size: 15px;
	list-style: none;
	}

#leftnav li {
	border-bottom: 1px solid gray;
	margin: 0;
	padding: 0.25em;
	}
#leftnav p { 
    	margin: 0pt 0pt 1em;
	}

/* 2.2.tresc */

#content table {
	margin: auto;
	}

#content tr {
	background-color: #e7e7ee;
	}

/* 3.style uniwersalne */

a { 
	text-decoration: none;
	color: #11105a;
	}

a:hover {
	color: red;
	}

h4 {
	text-align: center;
	letter-spacing: 0.2ex;
	color: maroon;
	}

h3 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	color: maroon;
	letter-spacing: 1ex;
	word-spacing: 2ex;
	line-height: 3ex;
	}

.just p {
	text-align: justify;
	text-indent: 2em;
	}

.just ol {
	text-align: justify;
	margin: 0px;
	padding-left: 20px;
	}

.just ul {
	text-align: justify;
	margin: 0px;
	padding-left: 20px;
	}

.zmniejsz {
	font-size: 14px;
	}

/* 4.style aktualnie jednej strony */

.floatleft 
	{ 
	margin: 0px 0pt 10px 10px;
	padding: 2px 20px 2px 10px;
	float: left;
	}

.floatright { 
	float: right;
	clear: right;
	text-align: right;
	font-size: 12px
	}

p.paragraf {
	font-weight: bold;
	text-align: center;
	}

p.srodtytul {
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	}	

.news img {
	padding: 5px; 
	border: 0px; 
	}
.obrazki {
	text-align: center;
	}

.obrazki img {
	border: 0px; 
	margin: 6px; 
	}

.wiersz
	{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 70px;
	}

#oczy_dziecka {
	text-indent: 2em;
	text-align: justify;
	}
.oddzialy {
	letter-spacing: 0ex;
	}

