html, body {
	background-color: black;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: helvetica;
}

.ramka1 {
  border: 1px solid white;
}
.ramka2 {
	border: 1px dotted aqua;
}
.ramka4 {
	border-top: solid 1px;
	border-top-color: #767676;
	border-bottom: 1px solid;
	border-bottom-color: #767676;
	border-left: none;
	border-right: none;
}

.logo {
  float:center;
	color: white;
	border: 0px dotted aqua;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 220px;
	text-align: center;
}

.odstep {
	margin: 10px;
}


#innerbox {
	width: 920px;
	background-color: #232323;
	border: 1px solid silver;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#top {
	width: 920px;
	padding: 0;
}

#naglowek {
	border: 1px dotted black;
  width: 880px;
	font-family: helvetica;
	font-size: 30px;
	color: white;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}


#lewa {
  width: 200px;
  position: relative;
  left: 360px;
  border: 1px dotted aqua;
	float: left;
	font-size: 12px;
	font-family: helvetica;
	color:#A79787;
}

#lewa table {
  width:200px;
  text-align: center;
  margin-bottom: 10px;
  }


#prawa {
  position: relative;
  left: 600px;
  border: 1px dotted aqua;
	width: 30px;
	}

#srodek {
	color:silver;
	width: 920px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: px;
	font-size: 12px;
	letter-spacing: px;
	font-family: helvetica;
	text-align: center;
  text-decoration:none;
}

.srodeklink {
  color:aqua;
  text-decoration:none;
} 

#stopka {
	font-size: 11px;
  line-height: 155%;
	clear: both;
	width: 100%;
	color: white;
	text-align: center;
	font-family: helvetica;
	width: 880px;
	text-align: center;
	margin: auto;
	border-top: solid 1px;
	border-top-color: silver;
  margin-top: 10px;
	margin-bottom: 15px;
}

.divbottom {
  margin-top: 50px;
}
/* ----------------definicje menu---------------------- */
#menu
{
	border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  width: 880px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: helvetica;
	display: inline-block;
	text-align: center;
  text-decoration:none;
    }

.menu a {
  border: ; 
  display: inline-block;
  width: 13%;
  text-align: center;
  text-decoration: none;
  }

.menulink {
  color: silver;
  text-decoration: none;
  }  

.menu a:hover{
color:aqua;
}

.currentmenulink {
color:aqua;
}
/* ----------------------koniec definicji menu------------ */

/* ----------------definicje menu 2---------------------- */
#menu2
{
  width: 880px;
	margin-left: 20px;
	margin-top: px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 12px;
	font-family: helvetica;
	display: inline-block;
	text-align: center;
  text-decoration:none;
    }

.menu2 a {
  border: ; 
  display: inline-block;
  width: 13%;
  text-align: center;
  text-decoration: none;
  }

.menu2 a:hover{
color:aqua;
}

/* ----------------------koniec definicji menu 2------------ */
