body{
font-family:sans-serif;
}

/* Layout der einzelnen Bereiche*/ 
.kopf{
	margin: 30px auto 0 auto;
	width: 1100px;
	height: 90px;
}
.kopf_links{
	margin: 0 0 0 0;
	width: auto;
	height: auto;
	float: left;
}
.kopf_rechts{
	margin: 10px 0 0 0;
	width: auto;
	height: auto;
	float: left;
}

.mitte {
	margin: 0 auto 10px auto;
	width: 1100px;
	height: auto;
}

.fuß{
	margin: 10px auto 0 auto;
	width: 1100px;
	height: 50px;
}

/*balken*/
.oranger_balken{
	background: #DF7401;
	height: 2px;
	font-size: 0px;
	width: 1010px;
}
.grauer_balken{
	background: #8C8C8C;
	height: 2px;
	font-size: 0px;
	width: 1010px;
}
.news_balken{
	background: #8C8C8C;
	height: 1px;
	font-size: 0px;
	width: 500px;
}
.impressum_balken{
background: #8C8C8C;
	height: 1px;
	font-size: 0px;
	width: 200px;
}

/* Layouts der einzelnen Inhalte (inkl. Hintergründe) */
.willkommen{
	background: #ffffff url(bilder/willkommen.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.verein {
	background: #ffffff url(bilder/verein.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.idee {
	background: #ffffff url(bilder/idee.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.projekte {
	background: #ffffff url(bilder/projekte.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.big {
	background: #ffffff url(bilder/big.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.little {
	background: #ffffff url(bilder/little.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.brothers {
	background: #ffffff url(bilder/brothers.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.eltern {
	background: #ffffff url(bilder/eltern.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px top;
}
.sarah {
	background: #ffffff url(bilder/erfahrung_sarah_back.jpg) no-repeat;
	width: 1000px;
	height: 725px;
	margin: 0 0 0 0;
	background-position:0px top;
}
.caren {
	background: #ffffff url(bilder/erfahrung_caren_back.jpg) no-repeat;
	width: 1000px;
	min-height: 725px;
	margin: 0 0 0 0;
	background-position:0px top;
}
.spenden {
	background: #ffffff url(bilder/spenden.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px top;
}
.foerdern {
	background: #ffffff url(bilder/foerdern.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px top;
}
.kooperation {
	background: #ffffff url(bilder/kooperation.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.kontakt {
	background: #ffffff url(bilder/kontakt.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.downloadinhalt{
	background: #ffffff url(bilder/downloads.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.news{
	background: #ffffff url(bilder/news.jpg) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.news_presse{
	background: #ffffff url(bilder/presse.jpg) no-repeat;
	width: 1000px;
	min-height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
.impressum{
	background: #ffffff url(bilder/impressum.jpg) no-repeat;
	width: 1000px;
	min-height: 750px;
	margin: 0 0 0 0;
	background-position:0px bottom;
}
/*textformatierungen*/
.fließtext{
margin: 20px 0 0 240px;
text-align: left;
font-size: 12pt;
}
.impressumtext{
margin: 20px 0 0 20px;
text-align: left;
font-size: 10pt;
}
.textlink a{
color: black;
text-decoration: underline;
font-size: 11pt;
}
.maillink a{
color: black;
font-style: italic;
text-decoration: none;
}

/*überschriften im inhalt/fließtext*/
.ueberschrift_rot{
font-size:24pt;
color:#ff0000;
}
.ueberschrift_orange{
font-size:24pt;
color:#ff8000;
}
.ueberschrift_grau{
font-size:24pt;
color:#5E5E5E;
}
.ueberschrift_news{
font-size:16pt;
color:#5E5E55;
font-style:bold; 
}
.clear {
clear: both;
}
