@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #582C2C;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/body.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	height: 260px;
	background-image: url(images/header.gif);

} 
#nav {
	height: 60px;
	background-color: #FFF;
	width: 955px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	height: auto;
	background-color: #FFF;
}
.sidebar_title {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #922420;
	font-family: "Comic Sans MS", cursive;
	font-variant: normal;
	text-transform: none;
}
.sidebar_adress {
	font-style: normal;
	font-weight: normal;
	color: #582C2C;
	padding-top: 20px;
	padding-bottom: 65px;
	padding-left: 35px;
}

.twoColFixLtHdr #mainContent {
	height: auto;
	background-image: url(images/paws.jpg);
	float: left;
	width: auto;


} 

.main_content_index {
	height: 460px;
	width: 655px;
	background-image: url(images/paws.jpg);
}

.main_content_index_text {
	padding-top: 30px;
	padding-right: 65px;
	padding-left: 65px;
}
.main_content_onama {
	height: 460px;
	width: 655px;
	background-image: url(images/paws.jpg);
}

.main_content_onama_text {
	padding-top: 60px;
	padding-right: 65px;
	padding-left: 65px;
}
.main_content_usluge {
	height: 490px;
	width: 655px;
	background-image: url(images/paws.jpg);
}

.main_content_usluge_text    {
	padding-top: 70px;
	padding-right: 65px;
	padding-left: 65px;
}
.main_content_cjenik {
	height: 600px;
	width: 615px;
	background-image: url(images/paws.jpg);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.main_content_cjenik_text {
	padding-right: 15px;
	padding-left: 15px;
}

.cjenik_datum {
	padding-left: 420px;
}

.table_header {
	color: #922420;
	font-weight: bold;
}
.main_content_galerija {
	height: 600px;
	width: 955px;
}
.main_content_linkovi {
	height: auto;
	width: 955px;
	background-image: url(images/paws.jpg);
}
.maincontent_linkovi_text {
	padding-top: 60px;
	padding-left: 25px;
	padding-right: 60px;
	padding-bottom: 20px;
}






.twoColFixLtHdr #footer {
	height: 40px;
	background-image: url(images/footer.gif);
	padding-top: 20px;

} 


.copyright {
	font-size: 14px;
	font-style: normal;
	color: #922420;
	margin-left: 80px;
}
.sitemap {
	font-size: 14px;
	font-style: normal;
	padding-left: 30px;
	color: #922420;
}

.design {
	font-size: 14px;
	color: #922420;
	font-style: normal;
	margin-right: 100px;
	margin-left: 150px;
	vertical-align: text-top;
	text-align: center;
}
.w3c {
	padding-left: 20px;
	vertical-align: text-top;
}

.baner {
	display: none;
}




.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ignislogo {
	margin-left: 20px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #footer .design a strong {
	font-size: 16px;
}
