body 
{
	background-color: black;
	margin: 0px;
}
	 
div#kontener
{
	margin: auto;
	width: 900px;
	padding-top: 0px;
	margin-top: 0px;
	color: white; 
}

h1
{
	font-size: 35px;
	color: white;
	font-family: Helvetica, Times New Roman;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed red;
	padding-top: 0px;
	margin-top: 20px;
}

h1 span
{
	font-variant: small-caps;
	font-weight: normal;
}

div#menu
{
	width: 100%;
	padding: 8px;
	border: 1px dashed #5B5B5B;
	text-align: center;
	color: white;
	font-size: 11px;
	font-family: Tahoma;
}

div#menu a
{
	color: inherit;
	text-decoration: none;
}

div#menu a:hover
{
	color: red;
}

table tr td 
{
	color: white;
	font-family: Tahoma;
	font-size: 12px;
}

input
{
	background-color: #303030;
	border: 1px solid #707070;
	font-size: 11px;
	color: #6A6A6A;
	padding: 4px;
}

input.submit
{
	border: none;
	color: white;
}
  
h2
{
	font-size: 20px;
	color: red;
	text-decoration: none;
}

h3
{
	font-size: 25px;
	text-align: center;
	color: white;
}

span.gl a 
{
	text-decoration: none;
	color: red;
}

span.gl2 a
{
	text-decoration: none;
	color: green;
}

div#top {
width: 100%;
margin: auto;
}

div#top2 {
background-image: url('img/top.png');
background-position: top center;
background-repeat: no-repeat;
width: 498px;
height: 130px;
margin-top: 20px;
}

div#top div#lewo {
float: left;
margin-top: 95px;
width: 125px;
height: 35px;
margin-right: 173px;
}

div#top div#lewo a { display: block; width: 100%; height: 35px; }

div#top div#prawo {
float: left;
margin-top: 95px;
width: 150px;
height: 35px;
}

div#top div#prawo a { display: block; width: 200px; height: 35px; }