
/*Standardstyles fŸr die Seite*/
* {
    padding: 0px;
    margin: 0px;
}


/* Header*/
header {
    height: 90px;
    background-color: #76B82A;
    border-radius:8px;
    position: relative;
}

header a {
    cursor: default;
    text-decoration: none;
}

header a:active {
    cursor: default;
    background-color: #76B82A;
}

header img {
    width: 250px;
    height:65px;
    border: none;
    padding-top: 20px;
    padding-left: 380px;
}

body {
    width: 1024px;
    position: relative;
    background-color: #696969;
    margin: 25px;
}

/* Navigationsleiste*/


/* Hauptinhaltsbereich links mit Artikeln */

article {
    width: 1020px;
    height: 95px;
    float: left;
    border: #76B82A 1px solid;
    border-radius:4px;
    text-align: center;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}




article h3 {
    margin-left: 5px;
    margin-top: 20px;
    font-family: Georgia, Times, serif;
    font-weight: 100;
    font-size: 11pt;
    color: white;
    padding-right: 2px;
    padding-bottom: 10px;

}

article p {
    margin-left: 5px;
    font-family: serif;
    font-family: Georgia, Times, serif;
    font-size: small;
    color: white;
    padding-bottom: 3px;
    padding-right: 10px;
}

  
/* Seitenabschluss als footer*/

footer {
    position: relative;
    clear: both;
    width: 1024px;
    text-align: center;
    background-color: #76B82A;
    border-radius:4px;
    color: white;
}


footer p {
    font-family: Georgia, Times, serif;
    font-style: normal;
    font-size: xx-small;
    letter-spacing: 1pt;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    
}
    