/*
green #B8C348
blue #77A6E6
yellow #FDFA33
red #D82B00
*/
#header{
	background: #ffffff url('/includes/img/bubble-kids-orange/kids-orange_header.jpg');
}

#box{
	background:#ffffff;
	border-top: solid 2px #D82B00;
	border-left: solid 2px #D82B00;
	border-right: solid 2px #D82B00;
}

#navi {
	background: #B8C348 url('/includes/img/bubble-kids-orange/bg-navi.png');
}

#inhalt {
}

#top {
}

#navirechts {
	background: #D82B00 url('/includes/img/bubble-kids-orange/bg-right.png') 50% bottom no-repeat;
}

.footerline { background: #B8C348; }

#footer {
	background-image: url(/includes/img/bubble-kids-orange/kids-orange_footer.jpg);
	background-repeat:no-repeat;
	
	border-left: solid 2px #D82B00;
	border-right: solid 2px #D82B00;
	margin-left:-2px;
}


body {
background: #2f7abb url('/includes/img/bg.jpg');
background-repeat:no-repeat;
background-position:50% 0%;
background-attachment: fixed;
}

.newsletter { border: solid 2px #fdfa33; }


/* ############ Aktuelles ############ */
.aktuelles {
  background-color:#b8c348;
	border: solid 2px #fdfa33;
	color:#ffffff;
}

.aktuelles h2{
	color:#ffffff;
}

.aktuelles a {
  color:#ffffff;
}