 body, html
{
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	min-width: 60%;
	background-color: #484848;
	}

img
{
	border: none;
}

ul,div,p
{
	text-align: justify;
	text-decoration: none;
	font: normal 12px Tahoma;
	color: #C7EDF0;
}

h3
{
	clear: both;
	text-align: center;
	font: Tahoma;
	color: #00BECD;
}

a:link 
{
      font: normal 12px Tahoma;
      text-decoration : underline;
      color: #C7EDF0;
      background: transparent;
}
a:visited 
{
      font: normal 12px Tahoma;
      text-decoration : underline;
      color: #C7EDF0;
      background: transparent;
 }
a:hover 
{
      font: normal 12px Tahoma;
      text-decoration : underline;
      color: #00BECD;
      background: transparent;
}
a:active 
{
      font: normal 12px Tahoma;
      text-decoration : none;
      color: #00BECD;
      background: transparent;
}

/* ID, CLASS i reszta */
		
div#content
{
	height: 100%;
	min-height: 100%;
	padding: 25px 0;
	border: 0;
	margin: 0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#content[id] /* Hack dla Opery i Mozilli */
{
	height: auto;
}

div#belka{
	border: 0;
	padding: 0;
	width: 640px;
	margin: 0 auto;
	background-color: #606060;
	height: 104px;

}

div#srodek
{
	border: 0;
	padding: 0;
	width: 640px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #606060;
	background-image: url(img/top.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 200px;
	min-height: 200px;
}

div#srodek[id] /* Hack dla Opery i Mozilli */
{
	height: auto;
}

a.gora
{
	clear:both;
	float: left;
	margin-left: 20px;
}

p.tekst
{
	display: block;
	padding: 0 10px;
}

p.tytul
{

	text-align: center;
	text-decoration: underline;
	font: bolder 15px Tahoma;
	color: #00BECD;
	
}

img.kolumna
{
	display: block;	
	float: left;
}

div#menu
{
	position: relative;
	float: left;
	top: 27px;
}

div#sprzet
{
	clear: both;
}

img.lewo
{
	position: relative;
	float: left;
	left: 0;
}

img.prawo
{
	position: relative;
	float: right;
	right: 0;
	top: 0;
}

img#belka_dol
{
	display: block;
	margin: 0 auto;
	border: 0;
}

ul.lista
{
	
	display: block;
	float: left;
	text-align: left;
	list-style: disc inside;
}


ul.kolumna
{

	text-align: left;
   list-style: disc inside;
}

