html, body {
    list-style: none;
    text-align: left;
    background: #faf8ed;
    font: 11px verdana, arial, sans-serif;
    height: 100%;
}

#wrapper{
    border: solid black 0px;
    width: 1250px;
    margin: auto;
    height: auto;
    background: white;
}

#ueberschrift{
    border: solid black 0px;
    height: 50px;
    width: 1008px;
    background: grey;
    text-align: center;
    color: white;
    font: bold 24px verdana, arial, sans-serif;
    float: left;
    
}

#logo{
    border: solid black 0px;
    width: 121px;
    height: 50px;
    background: grey;
    float: left;
}

#links{
    margin: 0 auto;
    width: 980px;
    height: 30px;
    border: solid black 0px;
}

#body{    
    padding: 10px;
    border: solid blue 0px;
    height: 800px;
    width: 1230px;
    background: white;
    margin-top: 106px;
    overflow-x: auto;
    overflow-y: auto;
}


nav > ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	display: flex;
	flex-direction: row;
}

nav li {
	margin: 0px;
	padding: 0;
	font-size: 12px;
}

@media (width: 140px) {
	nav > ul {
		flex-direction: row;
	}
	nav li {
		flex: 1;
		font-size: 12px;
                   
	}
}

nav a {
	display: block;
        width: 196px;
        height: 30px;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	border: 0px solid darkblue;
	border-radius: 0px;
	box-shadow: 0 0px 0px white inset;
	color: black;
	background-color: white;
}

nav li[aria-current] a {
	background-color: white;
	color: black;
}

nav a:focus,
nav a:hover,
nav li[aria-current] a:focus,
nav li[aria-current] a:hover {
	color: black;
	background-color: #ddd;
}
/*     submenu navigation links      */

nav .submenu {
	visibility: hidden;
	height: 0;
	z-index: 1000;
        padding-left: 0em;
}

nav .submenu li {
	display: block;
	/* width: 15em; */
}
/**     Show the submenu on hover, focus     **/

nav li:hover .submenu,
nav li:active .submenu,
nav li:focus .submenu {
	visibility: visible;
	height: auto;
}

nav li:focus-within .submenu {
	visibility: visible;
	height: auto;
}

#link{
    border: solid black 0px;
    float: left; 
    height: 30px;
    width: 178px;
    background: white;
}

#link a{
    height: 30px;
    width: auto;
    display:block;
    height:100%;
    background:white;
}

#link a:hover{
    background:#ddd;
    color: white;
}

a {
    text-decoration: none; 
    text-underline: none;
    color:black;
}

a:hover {
    color: white;
    text-decoration: none;
}

#bottom{
    border: solid blue 0px;
    width: 1250px;
    background: grey;
    height: 16px;
}

#bottom_inner{
    border: solid blue 0px;
    width: 625px;
    background: grey;
    height: 16px;
    float: right;
    text-align: right;
}

.input {
    border: 1px solid #000000;
    background: white;
}
.input:hover {
    border: 1px solid black;
    background: lightgrey;
}

.button {
    border: 1px solid #000000;
}

.button:hover {
    border: 1px solid #000000;
    background: #3b3b3b;
    color: white;
}

.bearbeiten_table{
    margin-left: auto;
    margin-right: auto;
}

label {
    display: block;
    width: 160px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
    cursor:pointer;
}

br { 
    clear: left; 
}

.bearbeiten_table{
    margin-left: auto;
    margin-right: auto;
}