/* Samo dopisivati sta se mijenja */

/* DIV TOP LEFT */
#topleftwrapper {
	background:url(../images/topleftcorrection-sun.jpg) repeat-x;
}
#topleft {
	background: url(../images/tl-sun.jpg) no-repeat top left;
}

/* DIV TOP RIGHT */
#toprightwrapper {
	background:url(../images/topleftcorrection-sun.jpg) repeat-x; /* change to right */
} 
#topright {
	background: url(../images/tr-sun.jpg) no-repeat top left;
}

/* DIV MIDDLE LEFT */
#middleleftwrapper {
	background:url(../images/middleleftcorrection-sun.jpg) repeat-x;
}
/* DIV MIDDLE RIGHT */
#middlerightwrapper {
	background:url(../images/middleleftcorrection-sun.jpg) repeat-x; /* change to right */
}
/* DIV BOTTOM LEFT */ 
#bottomleftwrapper {
	background:url(../images/bottomleftcorrection-sun.jpg) repeat-x;
}
#bottomleft {
	background: url(../images/bl-sun.jpg) no-repeat top left;
}

/* DIV BOTTOM RIGHT */
#bottomrightwrapper {
	background: url(../images/bottomrightcorrection-sun.jpg) repeat-x;
}
#bottomright {
	background: url(../images/br-sun.jpg) no-repeat top left;
}

/* INSIDE ELEMENTS BOTTOM LEFT */
.headinghome {
	background: url(../images/h1-sun.gif) top left no-repeat;
	color: #dfecf4;
	/*border-bottom: 1px solid #FFFFFF;*/
}
.nofrks {
	color: #417798;
}
.nofrks:hover {
	color: #999999;
}
.entrytext1 {
	border-bottom: 2px solid #dfecf4;
	color: #dfecf4;
}
.entrytext1 a {
	color: #417798;
	text-decoration: none;
}
.entrytext1 a:hover {
	text-decoration: underline;
}
.entrytext2 {
	border-bottom: 2px solid #dfecf4;
	color: #dfecf4;
}
.entrytext3 {
	border-bottom: 2px solid #dfecf4;
	color: #dfecf4;
}
.entrytext4 {
	border-bottom: 2px solid #dfecf4;
	color: #dfecf4;
}
.entrytext1:hover, .entrytext2:hover, .entrytext3:hover, .entrytext4:hover {
	border-bottom: 2px solid #417798;
	cursor: default;
}
.sloganunderlight {
	color: #417798;
}
.sloganunderlight:hover {
	color: #999999;
}
.copyright {
	color: #37576b;
	line-height: 20px;
}
.copyright a {
	color: #dfecf4;
	text-decoration: none;
}
.copyright a:hover {
/*	text-decoration: underline;*/
}

/* INSIDE ELEMENTS BOTTOM RIGHT */
.headingoffers {
	background: url(../images/h2offers-sun.gif) top left no-repeat;
	color: #dfecf4;
}
.offerstext {
	border-bottom: 2px solid #dfecf4;
	color: #dfecf4;
}
.offerstext:hover {
	border-bottom: 2px solid #417798;
}
/* INSIDE ELEMENTS TOP LEFT */
.headingcontact {
	background: url(../images/h2contact-sun.gif) top left no-repeat;
}
.adress {
	border-bottom: 2px solid #dfecf4;
}
.adress:hover {
	border-bottom: 2px solid #417798;
}
/* INSIDE ELEMENTS TOP RIGHT */
.headingportfolio {
	background: url(../images/h2portfolio-sun.gif) top left no-repeat;
}
.portfoliotext {
	border-bottom: 2px solid #dfecf4;
}
.portfoliotext:hover {
	border-bottom: 2px solid #417798;
}