﻿/*  -  BODY FORMATIEREN  -  */

body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight:normal;
color: #0B6121; 
font-size: 100%; 
width: 100%;
}

header {
width:100%; height:75px;
background-color: #74DF00;
padding: 40px 0px 10px 0px;
margin: 0px;

}

header h1 {
font-size: 30px;
text-align: center;
color: Black;
font-weight: bold;
}

section {
    background-color: white;
    margin-left: 17%;
    margin-right: 12%;
    margin-top: 2%;
padding: 5px;
}


footer {
margin: 5px;
text-align: center;
clear: both;
}

aside {
float: right;
padding: 5px;
/*background-color: #808000;*/
    width: 10%;
}

address {
padding: 5px 0 0 0;
margin: 10px 0 0 0;
background-color: silver;
}

div {
/*margin: 10px;
border-bottom: thick solid blue;
border-top: thick solid green;
border-width: 1px;*/

}

#foerderung {
text-align: center;
margin: 20px 0 0 0;
padding: 5px 0 5px 0;
border-bottom: thick solid;
border-top: thick solid green;

}
img {
margin: 5px;

}

/*#bilder {
text-align: center;
margin: 5px;
padding: 5px;

}*/

h1 {
font-size: 18px;
text-align: center;
color: green;
font-weight: bold;
}

h2 {
font-size: 16px;
text-align: center;
color: green;
font-weight: bold;
}

h3 {
font-weight: bold;
}

p {
font-size: 16px;
font-weight: bold;
}

article {
margin: 10px;
}