

/* 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;*/
}

.entrytext1 {

}
.entrytext1 a {

}
.entrytext1 a:hover {
	text-decoration: underline;
}
.entrytext2 {

}
.entrytext3 {

}
.entrytext4 {

}
.entrytext1:hover, .entrytext2:hover, .entrytext3:hover, .entrytext4:hover {

}


/* INSIDE ELEMENTS BOTTOM RIGHT */
.headingoffers {
	background: url(../images/h2offers-sun.gif) top left no-repeat;
	color: #dfecf4;
}
.offerstext {
	border-bottom: 2px solid #dfecf4;
	color: #000;
}
.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;
}