body {
	background-color: #0a1323;
	/*width: 880px;
	height: 600px;*/
	margin: 0;
}

p{
	margin-top: 0px;	
}

ul{
	margin-top: 0px;	
}

#d_cale{
	position: relative;
	width: 880px;
	height: 600px;
}

#d_kol_left{
	position: absolute;
	left: 60px;
	top: 40px;
	width: 350px;
	height: 540px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

#d_kol_left strong{ color: #606060;}
#d_kol_right strong{ color: #606060;}

#d_kol_left span{ color: #004e27; font-weight: bold;}
#d_kol_right span{ color: #004e27; font-weight: bold;}

#d_kol_right{
	position: absolute;
	right: 60px;
	top: 40px;
	width: 350px;
	height: 540px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

#d_kol_left p{font-size: 15px; font-weight: bold; color: #004e27;}
#d_kol_right p{font-size: 15px; font-weight: bold; color: #004e27;}

#d_tablica{
	text-align: center;
	left: 90px;
	bottom: 70px;
	position: absolute;
	width: 700px;
	font-size: 11px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#d_tablica td{
	border: 1px solid #cacaca;
}

.prev{
	position: absolute;
	left: 30px;
	bottom: 20px;		
}

.next{
	position: absolute;
	right: 30px;
	bottom: 20px;		
}

