/*
*	Background-image
*/
body{
        background-color:#AFC7D4;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
        background-position:0 0;
	background-attachment:fixed;
}

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

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

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

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

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

#content h1{
	color:#90b4c7;
}

#content h2{
	color:#90b4c7;
}

#content .reactions h4{
	color:#90b4c7;
}

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

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

.sidebarblock h1{
	color:#4c789b;
}

.sidebarblock.blue.gray{
	background-color:#c5dae4 !important;
}

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

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

.contentblock .buttons a{
	color:#90b4c7;
}

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