@charset "iso-8859-2";
body, html {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	background:#CCC;
	margin: 0;
	padding: 0;
	color: #000;
}


/* ~~ Selektory elementów i znaczników ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ Ten kontener otacza wszystkie pozostałe bloki DIV, określając ich szerokość jako wartość procentową. ~~ */
.container {
	width: 90%;
	height:auto;
	max-width: 1260px;
	min-width: 780px;
	background:#996;
	margin: 15px auto;
	overflow: hidden; 
	
	font-size: 1em;
}

/* ~~ Kolumny układu ~~  */
.sidebar1 {
	float: left;
	width: 33%;
	background: transparent;
	padding: 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	letter-spacing:0.03em;
	line-height:normal;
	text-indent:2em;
}
.content {
	padding: 10px 0;
	width: 34%;
	float: left;
	background: transparent;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	letter-spacing:0.03em;
	line-height:normal;
	text-indent:2em;
}
.sidebar2 {
	float: left;
	width: 33%;
	background: transparent;
	padding: 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	letter-spacing:0.03em;
	line-height:normal;
	text-indent:2em;
}

/* ~~ Ten selektor grupowy obsługuje listy w bloku .content ~~ */


tr.nav {
	
	list-style: none; 
	border-top: 0px solid #666; 
	
}
tr.nav th {
	border-bottom: 0px solid #666;
	width:33%;
}
tr.nav a, tr.nav a:visited { 
	padding: 5px 5px 5px 5px;
	display: block; 
	text-decoration: none;
	background:#360;
	color: #000;
}
tr.nav a:hover, tr.nav a:active, tr.nav a:focus {
	background:#33FF00;
	color: #FFF;
}


.text {text-align:justify;
       margin: 10px auto;}
.foto {
	width:250px;
	height:165px;
	margin:0 auto;
	margin-left:-5px;
	position:static;	   
			}
#zaj { width:auto;
     height:auto;
	 margin:10px 0 10px 10px;
	 text-align:justify; 
     color:#930;}