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

/*
*	Logo
*/
#shoplogo{
        top:180px;
        width:180px;
        height:104px;
        background-color:#fff;
	background-image:url(img/logo.gif);
        background-position:center center;
        margin-right:0px;
        padding:20px 34px 20px 0px;
        -webkit-border-top-left-radius:5px;
        -moz-border-radius-topleft:5px;
        border-top-left-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        -moz-border-radius-bottomleft:5px;
        border-bottom-left-radius:5px;
}

/*
*	Navigation left
*/
#navigation ul li a .nav_text{
	opacity:0.8;
}

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

#languagebuttons li a:hover{
	color:#2e3192;
}

#languagebuttons li.selected a{
	color:#2e3192;
}

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

#content h1{
	color:#5356c1;
}

#content h2{
	color:#5356c1;
}

#content .reactions h4{
	color:#5356c1;
}

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

/*
*	SIDEBAR BLOCKS
*/
.sidebarblock.blue{
	background-color:#F2D4D3 !important;
        -moz-box-shadow:none;
  	-webkit-box-shadow:none;
 	box-shadow:none;
	border:2px solid #E6B8B6;
}

.sidebarblock h1{
	color:#e5a4a1;
}

/*
*	VARIA ELEMENTEN
*/
a{
	color:#2E3192;
}

a:hover{
	color:#ed2a24;
}

a.blackbutton_small{
	color:#fff;
}

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

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

.contentblock .buttons a{
	color:#5356c1;
}

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