body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: relative;
	width: 900px;
	height: 180px;
	text-align: left;
	background: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

.corner-right {
	position: absolute;
	top: 0px;
	right: 0px;
}

.contact-info {
	position: absolute;
	text-align: right;
	right: 20px;
	top: 20px;
}

.main {
	position: relative;
	width: 900px;
	text-align: left;
	background: url(images/bg-main.jpg);
	background-repeat: repeat-y;
}

/* visine za pojedinacne stranice */
.o-nama {
	height: 900px;
}

.usluge {
	height: 1240px;
}

.estetska-stomatologija {
	height: 1120px;
}

.rad-sa-decom {
	height: 800px;
}

.saveti {
	height: 720px;
}

.zdravstveni-turizam {
	height: 1240px;
}

.kontakt-strana {
	height: 400px;
}

.left {
	float: left;
	width: 174px;
	height: auto;
	background-color: #c5cfd8;
	background-image: url(images/menu-top.jpg);
	background-repeat: no-repeat;
}

.left a:link, .left a:visited, .left a:active {
	color: #ffffff;
	text-decoration: none;
}

.left a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.left ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.left ul li {
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 1px;
	padding-left: 20px;
}

.right {
	float: right;
	width: 142px;
	height: 130px;
}

.content {
	position: absolute;
	left: 189px;
	right: 147px;
}

.content h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

.content h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 13px;
}

.content h3.top {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.content p {
	margin: 0;
	padding-bottom: 10px;
	text-align: justify;
}

.content p.top {
	padding-top: 10px;
}

.content p.both {
	padding-top: 5px;
	padding-bottom: 5px;
}

.content p.kontakt {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.content p.statusna {
	text-align: center;
}

.content ul {
	margin: 0;
	padding: 0;
}

.content ul li {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

.content ul.error {
	padding-bottom: 5px;
	font-weight: bold;
	color: #FF0000;
}

.footer {
	width: 900px;
	height: 17px;
}

.copyright {
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #78828b;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #78828b;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: none;
	color: #999;
}

.tekstualnoPolje {
	width: 250px;
	padding: 2px;
	border: 1px solid #c5cfd8;
	font-size: 12px;
	font-weight: bold;
	color: #78828b;
}

.poljePoruka {
	width: 250px;
	height: 100px;
	padding: 2px;
	border: 1px solid #c5cfd8;
	font-size: 12px;
	font-weight: bold;
	color: #78828b;
}

.dugme {
	padding: 2px;
	border: 1px solid #78828b;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #c5cfd8;
}