/*
Dunkles Gelb #E6AF1E
Helles Gelb #FDE233
Rot #E00E00
Orange #F44C02
*/
#header{
	background: #ffffff url('/includes/img/yellow-flowers/flowers_header.jpg');
}

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

#navi {
	background: #E6AF1E url('/includes/img/yellow-flowers/bg-navi.png');
}

#inhalt {
}

#top {
}

#navirechts {
	background: #FDE233 url('/includes/img/yellow-flowers/bg-right.png') 50% bottom no-repeat;
}

.footerline { background: #F44C02; }

#footer {
	background-image: url(/includes/img/yellow-flowers/flowers_footer.jpg);
	background-repeat:no-repeat;
	border-left: solid 2px #5e2e42;
	border-right: solid 2px #5e2e42;
	margin-left:-2px;
}

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

.newsletter { background: #E6AF1E; border: solid 2px #F44C02; }
.newsletter span { color: #000000; }

/* ############ Aktuelles ############ */
.aktuelles {
  background-color:#ecbc23;
	border: solid 2px #f6710e;
	color:#000000;
}

.aktuelles h2{
	color:#000000;
}

.aktuelles a {
  color:#000000;
}