﻿@import url('edit.css');
body
{
    margin: 0px;
    padding: 0px;
    background-color: #6c6e6b;
    color: #57534a;
    text-align: justify;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}
html, body
{
    height: 100%;
}
div#glowny
{
    margin: 0px auto;
    width: 938px;
    background-image: url(grafika/tlo_srodek.jpg);
    background-position: 0px 1px;
}
div#gora
{
    width: 100%;
    height: 65px;
    background-image: url(grafika/gora.jpg);
}
div.banner_dol
{
    background-image: url(grafika/pod_flashem.jpg);
    height: 93px;
}
div.menu
{
    width: 250px;
    float: left;
    color: White;
    margin-right: 28px;
    padding: 0px;
    border: 0px;
}
div.menu2
{
    width: 230px;
    border: 10px solid white;
    background-color: #585a57;
    color: White;
    padding: 0px;
}
div.menu3
{
    width: 226px;
    border: 10px solid white;
    background-color: #8D8D8D;
    color: White;
    padding: 2px;
}

div.tresc
{
    background-color: white;
    width: 551px;
    background-image: url(grafika/bialy_srodek.jpg);
    background-repeat: no-repeat;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 5px;
}
div#dol
{
    background-position: 0px -1px;
    background-image: url(grafika/dol.jpg);
    margin: 0px auto;
    width: 938px;
    height: 61px;
	text-align: right;
}
a.menu_el
{
    color: White;
    text-decoration: none;
	padding: 10px;
	font-size: 120%;
	line-height: 20px;
	font-weight: bold;
}
div.nazwa{
	text-align: justify;
    font-family: Verdana, Arial;
    font-size: 24px;
    font-weight: bold;
	color: #adadaf;
	width: 520px;
	margin-left: 300px;
	margin-top: 25px;
}
a.copyright
{
    font-size: 77%;
	text-decoration: none;
	color: white; 
	position: relative;
	top: 40px;
	left: -38px;
}

