<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Handcoded by kawamielona */
/* body */
body	{
	background-image : url(images/bg.png);						/* &lt;-- change directory */
	background-color : gray;	
	background-repeat : repeat;
	padding : 0;
	margin : 0;
	}
/* text */
p	{
	text-align : left;
	font-family : arial, helvetica, veranda, sans-serif;
	font-size : 12pt;
	}
/* links */
a	{
	text-decoration : none;
	color : black;
	}
/* znacznik */
ul	{	
	list-style : none;
	font-family : arial, helvetica, veranda, sans-serif;
	}
/* header elements */
h1, h2, h3, h4, h5, h6	{
	text-align : center;
	font-family : arial, helvetica, veranda, sans-serif;
	font-weight : bold;
	}
/* images */
img	{
	border : 0;
	padding : 0;
	}
/* page setup */
/* header */
div#header	{
	width : 770px;
	height : 106px;
	margin-left : auto;
	margin-right : auto;	
	}
div#header img	{
	margin-left : 0px;
	margin-top : 0;
	}
/* page */
div#page	{
	background-color : ghostwhite;
	width : 770px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 1%;
	clear : left;
	}
/* left sidebar */
div#lewa	{
	padding : 5px;
	margin : 0;
	width : 530px;
	float : left;	
	background-color : white;	
	border : double 6px gray;	
	padding-top : 20px
	-moz-border-radius : 5px;
	border-radius : 5px;
	-moz-box-shadow : 5px 5px 5px black;
	-webkit-box-shadow : 5px 5px 5px black;
	box-shadow : 5px 5px 5px black;
	}
/* right sidebar */
div#prawa	{
	width : 210px;
	float : right;
	background-color : black;
	border : solid 2px white;	
	-moz-border-radius : 5px;
	border-radius : 5px;
	-moz-box-shadow : 5px 5px 5px black;
	-webkit-box-shadow : 5px 5px 5px black;
	box-shadow : 5px 5px 5px black;	
	}
/* menu */
div#menu	{
	padding : 5px;
	background-color : black;
	}
div#menu ul	{
	text-shadow : 0px -1px 1px #323232;					/* --- shadow --*/	
	font-size : 11pt;
	list-style : none;
	margin : 0;
	padding : 0;
	}
div#menu li	{
	border-top : 1px solid white;
	padding : 0px;
	margin : 0;
	}
/* menu links */
div#menu a {
	color : orange;
	text-align : center;
	font-weight : lighter;
	display : block;
	padding : 5px;
	}
div#menu a:hover {
	color : black;
	background-color : orange;
	}
/* footer */
div#footer	{
	color : white;
	width : 100%;
	height : 30px;
	text-align : center;
	font-size : 10pt;
	position : fixed;
	margin: 0;
	padding-left: 0px;
	bottom : 0;
	}
/* footer links */
div#footer a	{
	color : #baac7e;
	text-decoration : none;
	}
div#footer a:hover	{
	text-decoration : underline;
	}
/* special header2 */	
h2.tytul	{
	color : orange;
	text-align : left;
	font-size : 14pt;
	border-bottom : 2px solid orange;	
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 3%;
	margin : 0;
	}
/* special data */
p.data	{
	font-size : 9pt;
	border-bottom : solid 2px gray;
	padding : 0;
	margin : 0;
	color : #baac7e;
	}
/* very special data */
p.data span	{
	font-weight : bolder;
	}
/* vertical-space */
p.v-space	{
	margin-bottom: 130px;
	}
/* quote */
blockquote
	{
	text-align : center;
	font-family : cursive, monospace, sans-serif;
	font-size : 10px;	
	color : white;
	}
/* content */
div.wpis	{	
	margin-bottom : 10px;
	}
/* content links */
div.wpis .kontakt a	{
	font-weight : lighter;
	color : #2f63b3;
	}
/* content images */
div.wpis img	{
	float : left;
	border-right : 1px dashed gray;
	padding : 6px 6px 6px 1px;
	margin : 5px;
	}
div.kontakt ul	{
	text-align : center;
	font-size : 12pt;
	padding-top : 100px;
	}
div.kartka	{
	position : relative;
	float : none;				/* optional */
	padding : 0;
	margin : 0;
	}
div.kontakt	{
	text-align : center;
	position : absolute;
	top : 0;						/* in conjunction with left property, decides the text position */
	left : 0;
	width : 523px;			/* optional, though better have one */
	}</pre></body></html>