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

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

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

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

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

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

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

#content h1{
	color:#429CCD;
}

#content h2{
	color:#429CCD;
}

#content .reactions h4{
	color:#429CCD;
}

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

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

.sidebarblock h1{
	color:#18728B;
}

.sidebarblock.blue.gray{
	background-color:#ebebeb !important;
        -moz-box-shadow:0px 0px 5px #ebe7de;
  	-webkit-box-shadow:0px 0px 5px #ebe7de;
 	box-shadow:0px 0px 5px #ebebeb;
}
.sidebarblock.blue.gray h1{
	color:#4682b4;
}
.sidebarblock.blue.gray a{
	color:#4682b4;
}
.sidebarblock.blue.gray a.blackbutton_small {
	color:#ffffff;
}

/*
*	VARIA ELEMENTEN
*/
a{
	color:#18728B;
}

a:hover{
	color:#2096B6;
}

a.blackbutton_small{
	color:#fff;
}

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

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

.contentblock .buttons a{
	color:#429CCD;
}

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