@CHARSET "UTF-8";

 
    

div.ramka{
	background-color: #ddeedd;
	min-height: 100px;
	width: 70%;
	margin-left: auto;
	margin-right: auto; 
	border-width: thin;
	border-style: dotted;
	margin-bottom: 30px;
		
	}
	
div.ramka_tytul{
	background-color: #007700;
	width: 100%;
    color: #eeeeee;
	
	}
	
	
div.ramka_tytul_alert{
	background-color: #ff0000;
	width: 100%;
    color: #eeeeee;
	
	}		

#tabela_autorzy{
	width:50%;
	background-color: white;
	border-collapse: collapse;
	}
	
#tabela_autorzy td{
	border: 1px solid black;
	text-align: left;
	}
#tabela_typy_publikacji{
	width:50%;
	background-color: white;
	border-collapse: collapse;
	}
	
#tabela_typy_publikacji td {
	border: 1px solid black;
	text-align: left;
	}



#tabela_publikacje{
	background-color: white;
	border-collapse: collapse;

	
	}	

#tabela_publikacje td{
	border: 1px solid black;
	text-align: left;
	}
	
td.autor{
	width: 200px;
	font-weight: bold; 
	}	
	
td.tytul{
	width: 200px;
	font-weight: bold; 
	}
	
td.numer{
	vertical-align: top;  
	}	
		