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

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

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

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

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


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

#content h1{
	color:#864f78;
	background:none;
}

#content h2{
	color:#000;
}

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

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

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

.sidebarblock.blue h1{
	color:#864f78;
}

.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{
	background-color:#b0c4de !important;
        -moz-box-shadow:0px 0px 5px #628dc6;
  	-webkit-box-shadow:0px 0px 5px #628dc6;
 	box-shadow:0px 0px 5px #628dc6;
}
.sidebarblock.blue.gray h1{
	color:#4682b4;
}
.sidebarblock.blue.gray a{
	color:#4682b4;
}*/

/*
*	VARIA ELEMENTEN
*/
a{
	color:#864f78;
}

a:hover{
	color:#864f78;
}

a.blackbutton_small{
	color:#fff;
}

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

.wishlist-overview table th{
	background-color:#e8f4ff;
}

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

.contentblock .buttons a{
	color:#864f78;
}

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