/* Formatierung Seitengerüst */
body {background-image: 
        linear-gradient(90deg, #C9E6D1 80%,#767171 90%, #000000 100%)   
}

#Startlogo {
	margin-right: 100px;
	margin-top: -190px;
	float: right;
}

#container {
    width: 760px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

#kopfbereich {
    padding-top: 20px;
    background-image: url("media/logo.jpg"); 
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: right;
}

#inhaltsbereich {
    padding: 20px;
    background-color: #F5F5F5;
}

#fussbereich {
    padding: 10px 20px;
    background-color: #767171; 
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Navigation */
#kopfbereich p {
    background-color: #767171;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#kopfbereich p a {
    display: inline-block;
    padding: 10px;
}

#kopfbereich p a:hover {
    background-color: #494545;
}

.navlink { 
    font-family: "Lato";
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}

a[href^="#top"]:before{
    content:'➡';	
    display: inline-block;
    color:#8B4513;
    margin-bottom: 30px;
}

/* Tabellenformatierung */
td {
    border: none;
    padding: 10px 20px;
}


/* Schriftformatierung */
* {
    font-family: "Lucida Sans Regular";
    color: #455A64;
}

h1 {
    font-family: "roboto light";
    font-weight: 700;
    color: #000000;
    font-size: 77px;
    margin-bottom: 20px;
}

h2 {
    font-family: "Quicksand";
    font-weight: 700;
    color: #000000;
    font-size: 22px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #62B67A;    
}

.tab_titel {
    font-family: "Lucida Sans Regular";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #8B4513;
}


