@CHARSET "UTF-8";
body {
	margin: 0px;
	text-align: center;
	font-family: Tahoma; 
	font: 14px georgia, times, serif;
}

h1, h2, h3, h4	{
	display: inline;
	margin: 0px; 
	padding: 0px;
}
	
h1	{
	font-size: 20pt;
}
	
h2	{
	font-size: 15pt;
}
	
h3	{
	font-size: 12pt;
}
	
h4	{
	font-size: 10pt;
}
a {
	color: #0000a0;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #235ffc;
}
big {
	padding: 40px 0px 20px 60px;
	width: 300px;
	display: block;
	font-size:10pt; 
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}
p {
	padding: 0px 0px 10px 15px;
	margin: 0px;
}
br.clear {
	clear: both;
}
form {
	margin: 0px; 
	padding: 0px;
}
/* ************************************** */
#header {
	background-color: #0066DF;
	color: #FFF;
	padding: 10px 0px 10px 0px;
}
#header .content {
	text-align: center;
}
/* ************************************** */
#menu {
	background-color: #EEE;
	border-bottom: 1px solid #DEDEDE;
	height: 40px;
}
#menu ul,
#menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu ul	{
	list-style-type: none;
}
#menu li	{	
	float: left;
}
#menu a {
	text-align: center;
	display: block; 
	padding: 4px 15px 10px 15px; 
	border-top: 7px solid #EEE; 
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	font-size: 12pt; 
	font-weight: bold; 
	color: #3F3D2B;
	text-decoration: none;
}
#menu a.actual {
	text-decoration: underline;
}
#menu li a:hover {
	text-align: center;
	border-top: 7px solid #FF7200;
}
/* ************************************** */
#wrapper {
	margin: 30px 0px 10px 0px !important;
	margin: 10px 0px 10px 0px;
}
#wrapper h2,
#wrapper h3 {
	display: block;
	margin: 20px 0px 10px 0px;
}
#wrapper h2 {
	font-size: 20pt;
}
#wrapper h3 {
	font-size: 15pt;
}
/* ***************** ZAWARTOŚĆ ********************* */
.content {
	width: 600px;
	text-align: left;
	margin: 0px auto;
	text-align: left;
}
.content p {
	line-height: 15pt;
	margin: 0px; 
}
.content q.i {
	font-style: italic;
}

.content ul#contact	{
	text-align: left;
	margin: 50px 0px 50px 100px; 
	padding: 0px;
	display: block;
	list-style-type: none;
}
.content ul#contact li	{	
	background-image: none;
	padding: 0px; 
	margin: 6px 0px 2px 0px;
}
.content ul#contact span {
	color: #0000a0;
	border-bottom: 1px solid #648efd;
	text-decoration: none;
}
/* ************************************** */
#footer {
	font-size: 8pt;
	color: #AAA;
	margin-bottom: 10px; 
}
#footer .content {
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 7px;
}
#footer a {
	color: #AAA;
	text-decoration: none;
}