body {
	background-image: url(../i/bg_blue.png);
	background-color: inherit;
	color: #ffe292;
}

a {
	background-color: inherit;
	color: #ffe292;
	text-decoration: none;
}

a:hover {
	background-color: #ffe292;
	color: #37949c;
}

.boxRed {
	background-color: #ffe292;
	color: #37949c;
	border-right: 2px solid #296f75;
	border-bottom: 2px solid #296f75;
}

	.boxRed a {
		background-color: #ffe292;
		color: #37949c;
	}
	
	.boxRed a:hover,
	.boxRed a.navi-on {
		background-color: #37949c;	
		color: #ffe292;
		text-decoration: none !important;	
	}
	
a#logo {
	background-image: url(../i/logo_blue.png);
}
		

/*	buttons
--------------------------------------------------*/
a#buttonSearch {
	background-image: url(../i/button-search_blue.png);
}

a#buttonMore {
	background-image: url(../i/button-more_blue.png);
}

a#buttonSearch:hover,
a#buttonMore:hover {
	background-color: #ffe292;
	color: inherit;
}

a.arrowLeft {
	background-image: url(../i/button-arrowleft_blue.png);
}

a.arrowRight {
	background-image: url(../i/button-arrowright_blue.png);
}
