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

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

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

#navigation ul li.selected a .navitem{
	background-color:#e4d0d9;
}

#navigation ul li a:hover .navitem{
	background-color:#e4d0d9;
}

/*
*	Language buttons
*/
#languagebuttons li a{
	color:#cebdc7;
        background:url(img/bg_languagebutton.png) no-repeat center center;
}

#languagebuttons li a:hover{
	color:#000;
        background:url(img/bg_languagebutton_selected.png) no-repeat center center;
}

#languagebuttons li.selected a{
	color:#000;
        background:url(img/bg_languagebutton_selected.png) no-repeat center center;
}

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

#content h1{
	color:#aaa;
}

#content h2{
	color:#aaa;
}

#content .reactions h4{
	color:#aaa;
}

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

/*
*	SIDEBAR BLOCKS
*/
.sidebarblock.blue{
	background-color:#e4d0d9 !important;
        -moz-box-shadow:0px 0px 5px #cccccc;
  	-webkit-box-shadow:0px 0px 5px #cccccc;
 	box-shadow:0px 0px 5px #cccccc;
}

.sidebarblock h1{
	color:#b3a5ae;
}

/*
*	VARIA ELEMENTEN
*/
a{
	color:#be2645;
}

a:hover{
	color:#be2645;
}

a.blackbutton_small{
	color:#fff;
}

.baby-name{
	color:#be2645 !important;
}

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

.contentblock .buttons a{
	color:#b3a5ae;
}

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