html, body{
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;			
  background: #000 url('../grafa/tlo.jpg') repeat-x;	
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:13px;		
}

#logo_ajax{
  width:200px;
  height:60px;
  margin:0 auto;				
  text-align:left;	
}
.ajax1{
  color: #7D541C;
}
.ajax2{
  color: #D7C89E;
}

#glowny{
  width:980px;
  padding:0px;	
  margin:0 auto;		
  height:100%;
  position:relative;	
}

#strona_html{
  position:absolute;
  background: transparent url('../grafa/klinika.jpg') no-repeat left bottom;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;		
}
li{
  list-style-type:square;
}

img{
  border:0px;
}

.linklike{
  cursor:pointer;
}

.przycisk_zapisz{
  background: transparent url('../grafa/button_zapisz_on.png') no-repeat;
  border:none;	
  width:97px;
  height:27px;		
}
.przycisk_zapisz:hover{
  background: transparent url('../grafa/button_zapisz_over.png') no-repeat;
}

.przycisk_dodaj{
  background: transparent url('../grafa/button_dodaj_on.png') no-repeat;
  border:none;	
  width:97px;
  height:27px;		
}
.przycisk_dodaj:hover{
  background: transparent url('../grafa/button_dodaj_over.png') no-repeat;
}

.przycisk_skasuj{
  background: transparent url('../grafa/button_skasuj_on.png') no-repeat;
  border:none;	
  width:97px;
  height:27px;		
}
.przycisk_skasuj:hover{
  background: transparent url('../grafa/button_skasuj_over.png') no-repeat;
}

.przycisk_szukaj{
  background: transparent url('../grafa/button_szukaj_on.png') no-repeat;
  border:none;	
  width:97px;
  height:27px;		
}
.przycisk_szukaj:hover{
  background: transparent url('../grafa/button_szukaj_over.png') no-repeat;
}

.podstrona{
  width: 630px;
  margin:0 auto;
  padding: 10px;		
}
