body{
	margin-left:2%;
	margin-right:2%;
	
	
}

h1{

       font-family: Arial, Trebuchet, sans-serif;
       font-size: 14pt;
       color: FF0000;

}

fieldset{
	
	background:rgba(200,200,200,.2);
	display: block;
	width: 95%;
	margin-bottom:20px;
	}
	
input, select{
	
	margin-bottom:0px;
	margin-left:0px;
	
	
	
	
}

.inline{
	display:inline-block;
		
}

.exceptiona{
	margin-left:100px;
	
}
.exceptiona1{
	margin-left:100px;
	
}

.exceptiona2{
	margin-left:4px;
	
}

legend{
	color:rgb(5,105,180);
	font:  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: normal;
	
}
label{
	
	margin:0 auto;
	color:rgb(5, 105, 180);
	position:relative;
	
	
}
table{
	table-layout: fixed;
	border-collapse: collapse;
	
	
}

th{
	 text-align: left;
 
	
}

div2{
	
	background:rgba(255,255,255,.99);
	width:30%;
	margin-left: 900px;
	margin-top: 100px;
	margin-top: 15px;
	position: absolute;
	display:inline-block;
}
form{
	margin-top:1px;
	position: relative;
	
}

nav > ul {

	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	
}

nav li {
	
	margin: 0.0em;
	padding: 0;
	font-size: 1.0rem;
	flex: 1 1 0%;
}

@media (min-width: 45em) {
	nav > ul {
		flex-direction: row;
	}
	nav li {
		flex: 1;
		font-size: 1em;
	}
} 

nav a {
	display: block;
	padding: 0.2em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 1px solid rgb(227,6,19);
	border-radius: 0px;
//	box-shadow: 10px 2px 10px white inset;
	color: white;
	background-color: rgb(227,6,19);
	transition: all .25s ease-in;
}

nav li[aria-current] a {
	background-color: firebrick;
	color: gold;
}

nav a:focus,
nav a:hover,
nav li[aria-current] a:focus,
nav li[aria-current] a:hover {
	color: rgb(227,6,19);;
	background-color: gold;
}
/*     submenu navigation links      */

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

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,
nav li:focus-within .submenu {
	visibility: visible;
	height: auto;
	position:absolute;  // über den Seiteninhalt
	text-align: left;
}
