@charset "utf-8";
.man_div {	
	width:100%;
	border:1 px solid green;
	display:grid;
	grid-template-columns: 400px 1fr;
	align-items: start;
	margin-bottom:20px;
	}

.div_dz {
	grid-column: 1 / span 2;
	color: #FFFFFF;
	width:100%;
	height: 40px;
	line-height:40px;
	margin:0px;
	padding-left:10px;
	background:#0099FF;
	border:1px solid #000000;
	color: #CC0033;
	color:#fff;
        font-size: 18px;
	font-style: italic;
	text-shadow: 1px 1px #333;	
	text-align:left;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	}

.div_dz_text {
	grid-column: 1 / span 2;
	margin:0px;
	padding:10px;
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	margin-bottom:20px;
	}

.div_label {
	color: #FFFFFF;
	width:100%;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	background:#0099FF;
	border:1px solid #000000;
	border-right:0px;
	color: #CC0033;
	color:#fff;
        font-size: 18px;
	font-style: italic;
	text-shadow: 1px 1px #333;	
	text-align:left;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	}

.div_text {
	border:1px solid #000;
	margin:0px;
	padding:15px;
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	margin-bottom:10px;
	max-width:600px;
	background:#fff;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	}

#podaci {
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
}
#podaci a:link {
	color: #000000;
	text-decoration:underline;
}
a#podaci :visited {
	text-decoration: none;
	color: #000000;
}
#podaci a:hover {
	text-decoration: underline;
	color: #0099FF;
}
#podaci a:active {
	text-decoration:underline;
}
