/*
*	Background-image
*/
body{
	background-color:#E4DCB2;
}

/*
*	Logo
*/
#shoplogo{
        width:170px;
	background-image:url(img/logo.png);
}

/*
*	Navigation left
*/
#navigation ul li a{
	color:#404040;
}

/*
*	Language buttons
*/
#languagebuttons li a{
	color:#fff;
}

#languagebuttons li a:hover{
	color:#404040;
}

#languagebuttons li.selected a{
	color:#404040;
}

/*
*	TITEL-ELEMENTEN
*/
#babyinfo h1{
	color:#97b577;
}

#content h1{
	color:#97b577;
}

#content h2{
	color:#97b577;
}

#content .reactions h4{
	color:#97b577;
}

.portal .dijitDialog h4{
	color:#79a856 !important;
}

/*
*	SIDEBAR BLOCKS
*/
.sidebarblock.blue{
	background-color:#cec8a2 !important;
}

.sidebarblock h1{
	color:#79a856;
}

/*
*	VARIA ELEMENTEN
*/
.baby-name{
	color:#79a856 !important;
}

#widget_search_again_name,
#widget_amount{
	background-color:#ede8cf;
}

.contentblock .buttons a{
	color:#79a856;
}

.fieldset-bg,
.sidebarblock#cart,
.reaction,
.reactions .guestbook-form{
        background-color:#ede8cf !important;
}