*{
margin: 0;
padding: 0;
border: 0;
}

body{
 background: white;
 font-family: 'Times New Roman';
 font-size: 14px;
}

#lewy{
  width: 469px;
  height: 769px;
  background: url(../images/lewy.png) no-repeat top left;
  position: fixed;
}

#tekst{
  position: absolute;
  top: 0px;
  left: 505px;
  width: 500px;
  padding-top: 20px;
}

#tekst p,#tekst ul{
	margin-bottom: 14px;
	margin-left: 10px;
}

#tekst img{
	display: block;
	margin: 10px auto;
}

#tekst a{
	color: black;
	font-weight: bold;
}

div#logo a{
	display: block;
	width: 400px;
	height: 80px;
	margin-top: 15px;
	margin-left:10px;
}

div#menu{
	position: absolute;
	top: 190px;
	left: 11px;
}

div#menu ul a{
	display: block;
	width: 249px;
	height: 33px;
}

a#omnie{
	background: url(../images/omnie.png) no-repeat top left;
}

a#muzyka{
	background: url(../images/muzyka.png) no-repeat top left;
}

a#grafika{
	background: url(../images/grafika.png) no-repeat top left;
}

a#realizacjadzwieku{
	background: url(../images/realizacjadzwieku.png) no-repeat top left;
}

a#stronyinternetowe{
	background: url(../images/stronyinternetowe.png) no-repeat top left;
}

a#kontakt{
	background: url(../images/kontakt.png) no-repeat top left;
}

a:hover#omnie, a#omnie.aktywny {
	background: url(../images/omnie2.png) no-repeat top left;
}

a:hover#muzyka, a#muzyka.aktywny{
	background: url(../images/muzyka2.png) no-repeat top left;
}

a:hover#grafika, a#grafika.aktywny{
	background: url(../images/grafika2.png) no-repeat top left;
}

a:hover#realizacjadzwieku, a#realizacjadzwieku.aktywny{
	background: url(../images/realizacjadzwieku2.png) no-repeat top left;
}

a:hover#stronyinternetowe, a#stronyinternetowe.aktywny{
	background: url(../images/stronyinternetowe2.png) no-repeat top left;
}

a:hover#kontakt, a#kontakt.aktywny{
	background: url(../images/kontakt2.png) no-repeat top left;
}

#tekst h1{
	display: block;
	height: 33px;
	width: 100%;
	margin-bottom: 40px;
}

#tekst ul{
	list-style-position:inside;
}


h1#omnie{
	background: black url(../images/omnie.png) no-repeat top left;
}

h1#muzyka{
	background: black url(../images/muzyka.png) no-repeat top left;
}

h1#grafika{
	background: black url(../images/grafika.png) no-repeat top left;
}

h1#realizacjadzwieku{
	background: black url(../images/realizacjadzwieku.png) no-repeat top left;
}

h1#stronyinternetowe{
	background: black url(../images/stronyinternetowe.png) no-repeat top left;
}

h1#kontakt{
	background: black url(../images/kontakt.png) no-repeat top left;
}


span{
font-weight: bold;
}

