
/* Skrypt napisany przez: Daniel Koperniak,  www: http://koperniak.info , wspó³praca z : Maciej Wrona <wrona.maciej@gmail.com > */

BODY
{
    background-image: url(gfx/tlo.png);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
    color: #000000;
    font-family: 'verdana';
}
/********** SZKIELET **********/
#top
{
    background-image: url(gfx/top.png);
	width: 791px;
	height: 178px;
}
#top_none
{
	width: 791px;
	height: 10px;
}
#menu_none
{
    width: 12px;
	height: auto;
}
#menu
{
    vertical-align: top;
	width: 177px;
	height: auto;
}
#menu_c
{
	background-image: url(gfx/menu.gif);
	vertical-align: top;
	text-align: center;
	width: 177px;
	height: 415px;
}
#content_none
{
    width: 18px;
	height: auto;
}
#content
{
    vertical-align: top;
	width: 571px;
	height: auto;
}
#contnet_none2
{
    width: 13px;
	height: auto;
}
#bottom1
{
    width: 12px;
	height: auto;
}
#bottom2
{
    width: 177px;
	height: auto;
}
#bottom3
{
    width: 18px;
	height: auto;
}
#bottom4
{
    width: 571px;
	height: auto;
}
#bottom5
{
    width: 13px;
	height: auto;
}
#footer_none
{
    height: 30px;
}
#footer
{
    background-image: url(gfx/stopka.gif);
	width: 571px;
	height: 23px;
	text-align: center;
}
/********** CZCIONKI I INNE **********/      
.link_menu
{
    margin-top: 5px;
	font-size: 13px;
	font-family: "arial black";
	color: #344626;
}
.hr
{
    margin-top: 5px;
	margin-bottom: 5px;
}
.none
{
    height: 3px;
	font-size: 0px;
}
.txt
{
    margin: 8px;
}
.nag
{
    font-size: 12px;
	font-family: verdana;
	font-weight: bold;	
}
.data_autor
{
    margin-top: 2px;
	margin-left: 5px;
}
.banner
{
    margin-top: 20px;
}
/********** LINKI **********/
a
{
    color: #344626;

    text-decoration: none;
}
a:link
{
    color: #344626;

    text-decoration: none;
}
a:visited
{
    color: #344626;

    text-decoration: none;
}
a:hover
{
    color: #000000;
 
    text-decoration: underline;
}
a:active
{
    color: #344626;

    text-decoration: underline;
}


a.footer_link
{
   font-weight: bold;
color: #000000;
}
a:link.footer_link
{
   font-weight: bold;
color: #000000;
}
a:hover.footer_link
{
   font-weight: bold;
color: #000000;
}
a:visited.footer_link
{
   font-weight: bold;
color: #000000;
}a:active.footer_link
{
   font-weight: bold;
color: #000000;
}

/*formularz */
form.contact { text-align: center; font-family: Verdana; font-size: 12px;}
legend.contact { color: #000; background-color: #FFF; padding: 3px; font-weight: bold; font-variant: small-caps; }
table.contact { padding: 15px; text-align: left; margin:auto; }
form.contact td { padding: 7px 0px; }
form.contact input {  width: 200px; margin: 0px 0px 0px 20px; border: 1px solid #CCC; }
form.contact textarea {  width: 300px; margin: 0px 0px 0px 20px; height: 100px; border: 1px solid #CCC; }
form.contact input:hover, form.contact textarea:hover { border: 1px solid #7F9DB9; }
#submit { width: 60px; }




