html, body {
	margin: 0;
	padding: 0;
}
body {
  text-align: center;
  font-size: 12px;
	color: #000;
	background-color: #1e1e1e;
	background-image: url('/gfx/bg_top.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Sans Serif;
}
.odd
{
}
.even
{

}

#main {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#top
{
text-align: left;
height: 220px;
}
.btn
{
margin-bottom: 1px;
}
.topbutton
{
margin-bottom: 40px;
}

#menu
{
float: left;
width: 180px;
text-align: center;
margin-top: 40px;
margin-right: 20px;
}

#tresc
{
float: left;
width: 675px;
background-color: #2e2e2e;
border: solid 1px #3c3c3c;
border-top-width: 0px;
}

#tytul
{
float: left;
width: 675px;
background-color: #2e2e2e;
text-align: center;
height: 25px;
margin-top: -20px;
border: solid 1px #3c3c3c;
border-bottom-width: 0px;

}

h1
{
font-size: 16px;
color: #ffaa24;
}

h2
{
font-size: 13px;
color: #ffaa24;
}

.line
{
height: 6px;
background-image: url('/gfx/line.gif');
background-repeat: repeat-x;
width: 100%;
font-size: 5px;
line-height: 5px;
margin-bottom: 5px;
}

#bottommenu
{
color: #7e7e7e;
margin-bottom: 3px;
margin-left: 5px;
text-align: left;
font-size: 11px;
}

#bottommenu a
{
color: #7e7e7e;
margin-left: 5px;
margin-right: 5px;
}

#bottommenu a:hover
{
color: #fff;
}

a
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #ffaa24;
text-decoration: none;
}

img
{
border-width: 0px;
}

.submenu
{
text-align: left;
margin-left: 28px;
margin-top: 4px;
margin-bottom: 4px;
}

.sublink a
{
color: #ff9c00;
}

.sublink a:hover
{
font-weight: bold;
}

.subsublink
{

margin-left: 10px;

}

.subsublink a
{
color: #fff;
}

.subsublink a:hover
{
color: #ff9c00;
}

