body{
	background-color: #DCE7F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #293D50;
	line-height: 120%;
	margin: 0px;
}

body, td, th {}

.mainTable {
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 2px solid #FFFFFF;
}

.header {
	background-image: url(img/headerBg.jpg);
	background-position: center center;
	height: 236px;
}

.content{
	background-color: #FFFFFF;
}

#dynamicContent table
{
    border-collapse:collapse;
    border: solid 1px silver;
    width: 100%;
}

#dynamicContent table tr:first-child
{
  background: whitesmoke;
}


#cijene td
{
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

a {
  color: #3C90BE;
  text-decoration: underline;
}


.futter{
	color: #FFFFFF;
	height: 41px;
	text-align: center;
	vertical-align: middle;
	background-color: #9CB5D7;
}

h1, h2, h3, h4{
	color: #3C90BE;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

#dynamicContent{
	padding-right: 20px;
	padding-left: 20px;
	line-height: 150%;
}

.menuRight{
	background-color: #3C90BE;

}

.menuRight .links a{
	display: block;
	padding-top: 10px;
	height: 20px;
	width: 200px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #519EC8;
}

.menuRight .links a:hover{
	color: #3C90BE;
	background-color: #FFEF00;
	border-bottom-color: #FFEF00;
}

.futter{
	font-size: 10px;
	color: #6B9CD7;
	text-align: center;
	background-image: url(img/futterBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.gallery_item img
{
    width: 150px;
    padding: 10px;

}

