<style type="text/css">
* {
    margin: 0;
}

html, body    {
    font-family: arial, sans-serif;
}

header {
    background-color: paleturquoise;
    height: 80px;
}

#motto {
    color: white;
    font-size: 1.2em; //1.8em;
    padding: 10px 10px 0 100px;
    text-align: left; //right;
}
#frage {
    color: black;
    font: bold 1em Helvetica; // Arial, Sans-Serif;
    font-size: 0.8em; ///1.8em;
//////    padding: 10px 10px 0 100px;
//    text-align: center;
	margin-left: 10em;//30em;
}

#menu {
    background-color: saddlebrown; //#ceb98e;
//	color: white;
    font-size: 0.2em; //1.8em;
    font: bold 1em Helvetica; // Arial, Sans-Serif;
	text-align: right;
	hight: 40px; //50px; //60px; //80px;
//display: flex; 	flex-direction: row;
}


// #menu { font-size:12px;  position:absolute; }

    #menu ul {
        list-style-type:none;
        list-style-image:none;
        margin:0;
        padding:0;
    }

    #menu li.topmenu {
        float: right; //left;
    }

    .topmenu a {
        float: left;
        width:120px;
        text-align:center;
    }

    .topmenu ul{
        display:none;
    }

    .topmenu a, .submenu a{
        padding: 15px; //12px;//15px;
        color: black; //white;
        font-weight:bold;
        text-decoration:none;
//       background-color: white; //red; //#985905;
	    hight: 10px; //60px; //80px;
        margin:0;
    }

    .submenu a{
        font-size: 12px;//10px;//12px;
        width:120px;
        position:relative;
        clear:both; /* special IE6 */
	    hight: 10px; //60px; //80px;
    }

    #menu a:hover, .topmenu.on a {
        color:black;//white;
        background-color: saddlebrown;//white; //red; //#BF7818 !important;
	    hight: 10px; //60px; //80px;
    }

    .topmenu:hover ul {
        display:block;
	    hight: 10px; //60px; //80px;
        z-index:500;
    }
	
	
.mitte {
    background-color: saddlebrown; //white; 
    height: 48px;
}

article {
    margin: 2px 4px; //20px; 40px;
    height: 42em;
width: 80%;	
	background-color: white; //yellow;//orange;
}

article h2 {
//    margin-bottom: 0.4em;
//    text-align: center;
	margin-left: 10em;//20em;
}
article h4 {
//    margin-bottom: 0.4em;
//   text-align: center;
	margin-left: 20em;//45em;
}

article p,
article ul
{
    margin-bottom: 1em;
    line-height: 1.5em;
}

footer {
    background-color: saddlebrown;//green; 
	text-align: right; //center;
    height: 2em;
    padding: 0 1em;
    line-height: 1.5em;
}

.padding
{
//width:400px;
//height:400px;
padding-left: 350px; //50px 50px;
}


	
</style>
