/*
*	Background-image
*/
body{
	background-color:#ffffff;
	background-image: url("img/bg3.png");
	background-repeat: repeat;
}

/*
*	Logo
*/
#shoplogo{
        top:100px;
        width:175px;
        height:201px;
		background-image:url(img/logo.png);
        background-position:center center;
        margin-right:0px;
        padding:10px 24px 10px 0px;
}

/*
*	Navigation left
*/
#navigation ul li{
	background-color:#ffffff;
}

#navigation ul li a{
	color:#ec0eb0;

}

#navigation ul li.selected a .nav_text{
	color: #c72e2e;
}

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

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

/*
*	Language buttons
*/
#languagebuttons li {
	background-color:#ffffff;
}

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

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

#languagebuttons a {
	color:#000;
	font-size:11px;
}

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

#content h1{
	color:#ffa72a;
}

#content h2{
	color:#ffa72a;
}

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

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

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

.sidebarblock h1{
	color:#4682b4;
}

.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:#001eff;
}

a:hover{
	color:#001eff;
}

a.blackbutton_small{
	color:#fff;
}

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

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

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

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

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