body {
	background-color: #30446d;
	text-align: center; 
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
}
a:link {
	color: #30446d;
}
a:visited {
	color: #30446d;
}
a:hover {
	color: #30446d;
}
a:active {
	color: #30446d;
}


.oneColFixCtr #kontejner {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.textTablica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
}

.tablicaTekstDolje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:750px;
	margin-left:auto;
	margin-right:auto;

}

.tablicaLogo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:438px;
	height:132px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../slike/VIllaLogoHR.jpg);
	background-repeat: no-repeat;

}

.tablicaTable {
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	border-collapse:collapse;
}

tr.row td	{
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}

tr.row td.left	{
border-width:1px 0 1px 1px;

}

tr.row td.right	{
border-width:1px 1px 1px 0;

}

.tablicaTable tr.odd td {
	background-color: #30446d;

}

.tablicaTable tr.even td {
	background-color: #FFFFCC;
	color: #333333;
}

