html{
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
width:100%;
background:url(../img/bg_main.jpg) repeat-x;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a{
color:#ff6c00;
}

/* podstawowe okreslenie koloru odnosnikow */



     A:visited
     {
      text-decoration: none;
      color: white;
     }
     A:link
     {
      text-decoration: none;
      color: white;
     }
     A:active
     {
      text-decoration: none;
      color: white;
     }
     A:hover
     {
	text-decoration: none;
	color: #99ccff;
     }
/* linki na biale tlo */
     A.bt:visited
     {
      text-decoration: none;
      color: #0000cd;
     }
     A.bt:link
     {
      text-decoration: none;
      color: #0000cd;
     }
     A.bt:active
     {
      text-decoration: none;
      color: #0000cd;
     }
     A.bt:hover
     {
	text-decoration: underline;
	color: #1e90ff;
     }


     table 
     {
     	width: 100%;
	height: 100%;
        text-align: center;
	
	border-spacing: 0px;
     }
/* calosc menu z logiem */
     table.gora
     {
        height: 120px;
        background-color: #000077;
     }     
/* menu na gorze */
     table.menu
     {

	height: 100%;
       
        font-weight: bold;
		
		
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: none;
	border-top-color: none;
     }
     table.2
     {
	border-bottom-style: dashed;
	border-bottom-color: #0303AA;
	border-top-style: dashed;
	border-top-color: #0303AA;
	border-left-style: dashed;
	border-right-style: dashed  ;
	border-right-color: #0303AA;
	border-left-color: #0303AA;
     }
/* tabela (narazie tylko index) po lewej z szarym tlem */
     table.leweokienko
     {
	
	text-align: left;
	
     }
/* tablica na stronie o seminarium (planowany program) */
     table.seminarium
     {
       
        text-align: left;
     }
/* opis hamstera */
     tr.hamsteropis
     {
       
        text-align: left;
     }
/* naglowek hamstera */
     tr.nagham
     {
       
        height: 5px;
        font-weight: bold;
     }
/* naglowek opisu hamstera */
     tr.hamnag
     {
       
        font-weight: bold;
     }
/* wybrany link w menu */
     td.wybrmenu
     {
        color: #99ccff;
       
        font-weight: bold;
	text-decoration: underline;
     }
/* wykorzystane w produktach do pogrubienia nazw */     
     td.bold
     {
        font-weight: bold;
     }
/* na index o seminarium */
     td.osemi
     {
 
        font-family: Verdana;
        text-align: left;
     }
/* w tablicy na seminarium(planowany program) pogrubienie dat */
     td.semdaty
     {
        font-weight: bold;
     }
/* opis na gorze strony o seminarium - powiekszenie czcionki */
     td.semiglowna
     {
       
     }
     
     .box_galeria{
     text-align:center;	
    }
	
	
	
	.n_topmenu{
	height:40px; 
	clear:both; 
	float: left; 
	line-height:40px;
	width:100%;
	text-align:left;
	background:#5d5d99;
	
	}
	
	
	.n_topmenu a{
	margin:0 20px;
	font-weight:bold;
	
	
	
	
	}
	
hr{
border:0;
height:0;
border-bottom:dashed 1px #CCCCCC;



}