.pozadina {
    text-align:left;    
    border-radius: 15px;
    border:1px solid #000;
    margin-left:0px;
    margin-right:20px;    
    margin-bottom:20px;
    margin-top:0px;
    padding:0px;
	    background: rgba(255, 253, 208,.4);
    display: inline-block;
    box-shadow: 0 3px 3px 1px #333333;    
    font-size:16px;
    vertical-align: top
}

.brbecej {
     border-collapse: collapse;

}

.brbecej td{
   border:1px solid #000;    
   padding:5px;
}

.brbecej th {
padding:5px;
}

.brbecej td:last-child {
    border-right:0px;
}
 .brbecej tr:last-child td {
    border-bottom:0px;
}

.brbecej tr:last-child td:first-child {
    border-left:0px;
}

    
/*	
.text {
	width:100%;
	height:30px;
	color: #FFFFFF;
	font-style: italic;
	background:#0099FF;
	font-size:18px;
	border-bottom: 1px solid #000000;		
	margin-right:20px;
    border-radius: 15px 15px 0px 0px;	
/*first top-left corner, second top-right corner, third bottom-right corner, bottom-left corner): 	*/
}
.vestitext {
	width:auto;
	padding:10px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
}

.vestitext a:link, .vestitext a:visited{
	color: #0000FF;
	text-decoration: underline;
}
 
.vestitext a:hover {
	text-decoration: underline;
	font-weight:bold;
}
.vestitext a:active {
	text-decoration: none;
}
*/