/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	margin: 0px;	padding: 0px;
	background: white;
}

#main {
	margin: 40px auto;
	width: 780px;
}

#header {
	margin-left: 10px;
}

#header h1 {
	text-align: left;
	letter-spacing:0.1em;
	font-size: 80px;
	font-family: serif;
}

.pics {  
	float: left;
	height:  432px;  
	width:   332px;  
	padding: 0;
	margin-left: 50px;  
	margin-top:  -26px;
      
} 
	
.pics img {  
	padding: 15px;  
	border:  1px solid #ccc;  
	background-color: #eee;  
	width:  400px; 
	height: 300px;
	filter: alpha(opacity=97);
	opacity: 0.97;
	-moz-opacity: 0.97; 
}

.pics h2 {
	margin-top: 5px;
}

.instytucje {
	clear: both;
	font-size: 0.7em;
}

.instytucje .bloka {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}

.instytucje .blokb {
	width: 50%;
	float: right;
	
}

.instytucje .blokc {
	width: 50%;
	float: left;
	
}

.blokc img {
	margin: 5px;
	padding: 5px;
	width: 120px;
	height: 120px;
	border: 1px solid silver;
}	

.instytucje li {
	margin: 5px;
	list-style-type: square;
}

.instytucje a {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #000;
}

/*dolne menu*/

#menu_2 {
	clear: both;
	font-size: 12px;
	float: left;
	padding: 20px;
	padding-left: 0px;
}

#menu_2 ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu_2 li {
	float: left;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid silver;
	list-style: none;
}
#menu_2 li:first-child {
	border-left: 0px;
}

#menu_2 a {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
/*	font-weight: bold;*/
	
	color: #000;
}

/*koniec dolne menu*/

#footer p {
	padding-top: 20px;
	clear: both;
	font-size: 0.7em;
	border-top: 1px solid silver;
}
