body   {
	margin: 0;	
	padding: 0;
    font-family: "arial", "Tahoma", "Verdana";
    font-size: 12px;
    color: #000;
    background: #FFF;
    text-decoration: none;   
}


h1 {
    font-family: "arial", "Tahoma", "Verdana";
    font-variant: small-caps;
    color: #000;
    font-size: 30px;
    letter-spacing: -0.05em;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-weight: bold;
    color: #524E49;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-weight: bold;
    color: #3B6E64;
    font-size: 13px;
    margin: 10px 0 10px 0;
}

a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    color: #CC0000
}

img {
    border: 0px
}

form {
    margin-top: 0px;
    margin-bottom: 0px;
}

.frmbug {
    border: solid 1px #CC0000;
}
.zebra {
    background-color: #C0C0C0;
}

.uwaga {
    color: #CC0000;
}

#container {
    width: 730px;
    margin: 0 auto 0 auto;
    padding: 0px 22px 0 22px;
    background: url(../images/bg.png) repeat-y top left;
}

#container #topbar{
	position: relative;
    width: 730px;
    height: 197px;
    background: url(../images/top.jpg) no-repeat top left;
}

#container #topbar #textsizer{
	position: absolute;
    top: 15px;
	left: 200px;
	width: 500px;
	text-align: right;
}

#container #topbar #textsizer a{
	color: inherit;
}


#container #topbar #textsizer #m{
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}


#container #topbar #textsizer #xl{
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
}

#container #topbar #textsizer #xxl{
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
}


#container #topbar #logo{
	padding: 133px 0 0 255px;
}


#container #menu {
	width: 230px;
	height: 800px;
	overflow: visible;
	background: #AEA89D url(../images/menu_bg.jpg) no-repeat top left;
	float: left;
	
}

#container #menu ul {
	font-family: arial, tahoma, verdana;
    list-style-image: url(../images/s.gif);
    padding: 90px 0 0 40px;
    margin: 0px;

}

#container #menu li {
    margin: 0px;
    font-weight: bold;
}

#container #menu li a {	
    display: block;
    text-decoration: none;
    color: #FFF;
    margin: 0px;
    padding: 10px 0 10px 10px;
    line-height: 100%;
}

#container #menu li span{	
    display: block;
    color: #000;
    background: #AEA89D;
}

#container #menu li a:hover {
    background: #AEA89D;
    color: #000;
    margin: 0px;
}
#container #menu .odd a{
    color: #336600;
}

#container #menu img{
    margin: 30px 0 0 30px;
}

#container #content {	
	width: 460px;
	overflow: visible;
	float: right;
    background: #AEA89D url(../images/content_bg.jpg) no-repeat top left;
    padding: 20px 20px 50px 20px;
}

#footer {
	width: 774px;
	height: 30px;
	overflow: visible;
	margin: 0 auto 0 auto;
    background: url(../images/footer_bg.png) no-repeat top center;
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: smaller;
}

s

