body {margin: 0; padding: 0; background: #213205}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fff; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* pochylone litery w tytułach */

h1#linia1 {position: absolute; right: 0px; top: 20px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 50px}
h1#linia2 {position: absolute; right: 0px; top: 70px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 70px}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* wielkie litery w nagłówku */


p#tagline {position: absolute; right: 30px; top: 125px; font-style: italic; color: #648D20; font-size: 0.90em}  /* nazwisko w nagłówku */
p#tekst {text-align: justify}
p#przycisk_prawo {font-family: Georgia, Georgia, serif; font-size: 0.70em; text-align: right}
p#przycisk_lewo {font-family: Georgia, Georgia, serif; font-size: 0.70em; text-align: left}

h2 {font-size: 1.10em; letter-spacing: 0.05em;}

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold}

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none;}
a:hover, a:active {color: #fff; text-decoration: none; border-color: #fff}

img#ramka { border: 2px solid #b8b835; }

ul {list-style: inside square} /* listy wypunktowane */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

/*----------------------------------------------------------------------------------------------*/

#container {
position: relative; 
margin: 0 auto; 
width: 770px;
background: url(grafika/pasek.gif) 0 0 repeat-y #CCCC33;  /* pasek, naprawia wystającą rybę */
overflow: hidden
}

#hdr {
text-align: right;
width: 770px;
height: 200px; 
background: url(grafika/logo.gif) 0 0 no-repeat #CCCC33  /* ryba */
}

#lftcol {   /* lewa kolumna */
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;  /* margines od lewej */
width: 200px;
height: 470px;
background: transparent;
overflow: hidden;
}

#lftcol img {
      display: block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      border: 2px solid #b8b835;
}


#rgtcol {float: right; width: 510px; padding-right: 10px; padding-bottom: 30px; background: transparent; overflow: hidden}  /* prawa kolumna */

#rgtcol img {
        margin: 0px 0px 0px 10px;
        float: right;
}

#menu_galeria img {                 /* graficzne linki w galerii */
        margin: 10px 30px 0px 0px;
        display: block;
        border: 2px solid #b8b835;
}

#menu_galeria img:hover { border-color: #FFF; }

#menu_galeria p {              /* opis kategorii w galerii*/
        text-align: right;
        font-style: italic;
        color: #648D20;
        font-weight: bold;
        font-size: 0.80em;
        line-height: 1.20em;
}

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 720px; background: #CCCC33; border-top: 1px solid #D9D93C}

#quote {    /* łapki w lewej kolumnie */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(grafika/quote.gif) no-repeat 0 0	
}

#quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* tekst przy łapkach */


/*-------------------------------------------------------------------------------------------*/


ul#nav {   /* lista */
	margin: 53px 0 20px 0; /* 53px od góry zaczyna się menu*/
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* górny margines */
	border: 0;
	border-left: 10px solid #CCCC33;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #D9D93C
}

ul#nav li a#current {border-color: #fff}   /* biały pasek w menu, jeśli id=current */

ul#nav li a:hover {background: #9EA219; color: #fff}
	
