/* index.css - główny arkusz stylów dla treści witryny */

body {
	background-color: #fff;
} 

p {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

h1 {
	color: #0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32pt;
	font-variant: small-caps;
	font-weight: bold;
	padding-right: 40px;
	text-align: right;
	border-bottom: 1px solid #0c0;
}

a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0c0;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

p a:link, p a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0c0;
	border-bottom: 1px dashed;
}

p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}

li {
	background-color: #dbffa6;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	list-style-type: square;
}

.obrazki {
	background-color: #dbffa6;
	border-bottom-color: #c0c0c0;
	border-bottom-style: dashed;
	border-left-color: #c0c0c0;
	border-left-style: dashed;
	border-right-color: #c0c0c0;
	border-right-style: dashed;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: Green;
	border-top-style: solid;
	border-top-width: 3px;
}

.obrazkitabela {
	background-color: transparent;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

.profiledzialalnosci {
	color: #0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-variant: small-caps;
	font-weight: bold;
	padding-right: 40px;
	text-align: left;
	border-bottom: 1px dotted #0c0;
}

.filozofia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #0c0;
	text-decoration: underline;
}

.profilelista {
	background-color: #dbffa6;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-top-color: Green;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 5px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	list-style-type: square;
	border-right-color: #c0c0c0;
	border-right-style: dashed;
	border-right-width: 1px;
}

.td {
	border: medium solid #00CC00;
}
