﻿html, body {
        background-image: url("grafika/bg.gif"); 
        background-attachment: fixed; 
	color: #000;
	margin: 0;
	padding: 0;
}


#top {
    border: solid #000 1px;  
	font: small Verdana;
	width: 780px;
	color: #000000;
	font-size: small;
	background-color: rgb(228,228,228);
}

#NAGLOWEK {
	background-color: #F8F8F8;
}

#MENU {
	background-color: rgb(228,228,228);
	width: 150px;
	float: left;
	overflow: hidden;
}

#TRESC {
	width: 630px;
	float: left;
	overflow: hidden;
	background-color: #fff;
        text-align: left;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #D3D3D3;
}

ul#MENU, ul#MENU li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#MENU {
	width: 140px;
	padding: 2px 2px 1px 2px;
	background-color: #000000;
	border: 2px #F8F8F8 double;
}

ul#MENU li {
	border-bottom: 1px #F8F8F8 solid;
}

ul#MENU a:link, ul#MENU a:visited {
	display: block;
	width: 126px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: rgb(228,228,228);
	color: #000000;
	border-left: 10px #000000 solid;
}

ul#MENU a:hover {
	width: 116px;
	background-color: rgb(228,228,228);
	color: #000000;
	border-left: 20px #9B9B9B solid;
}
h1 {
        text-align: center;
        font-family: Verdana;
        font-size: 14pt;
        font-wight: bold;
        margin-top: 5px;
}
.centruj {
        display: block; 
        clear: left;
        align: center;
}
