.grundeinstellungen {
	font-family:Calibri;
	color:#5b2200;
}
.ueberschrift{
	background-color:#f7c051;
	text-align:center;
	border-radius: 4px;
}

.kopf{
    background-color: #f7c051;
}
.unterueberschrift{
	background-color:#f7c051;
	font-size:20px; 
	font-weight:bold; 
	text-align:left; 
	margin-top:0px;
	margin-bottom:10px;
	padding-left:12px;
	border-radius: 4px;
}

.fussnote{
	text-align:center;
	padding:10px;
	margin-top:20px;
}
* {
  box-sizing: border-box;
}
.menu {
  float:left;
  width:20%;
  text-align:center;	
  margin-bottom:7px;
}
.menu a {
  background-color:#f7c051;
  padding:8px;
  margin-top:7px;
  display:block;
  width:100%;
  border-radius: 4px;
  text-decoration:none;
  color:black;
}
.linktabelle{
    text-decoration:none;
    color:#5b2200;
}
.main {
  float:left;
  width:60%;
  padding:0px 10px 0px 10px;
  margin-top:7px;
  margin-bottom:15px;
}
.main2{
    width:100%;
    border:1px solid #f7c051;
    padding:10px;
    background-color:#f7c051;
    color:black;
    border-radius:4px;
}
.main3{
    width:100%;
    border:1px solid #f7c051;
    padding:13px;
    background-color:#f7c051;
    color:black;
    border-radius:4px;
margin-top:10px;
}
.right {
  background-color:#f7c051;
  float:left;
  width:20%;
  padding:15px;
  margin-top:7px;
  text-align:center;
  border-radius: 4px;
}

.btn-style{
  background-color:#5b2200;
  padding:4px;
  margin-top:10px;
  margin-bottom:7px;
  color:white;
  border-radius: 4px;
}

#myInput {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 12px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#detailtabelle {
  border-collapse: collapse;
  width: 99%;
  height:99%;
  border: 1px solid #ddd;
  font-size: 18px;
  margin:auto;
}

#detailtabelle th, #detailtabelle td {
  text-align: left;
  padding: 12px;
}
#detailtabelle tr {
  border-bottom: 1px solid #ddd;
}
#myTable {
  border-collapse: collapse;
  width: 99%;
  height:99%;
  border: 1px solid #ddd;
  font-size: 18px;
  margin:auto;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f7c051;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
}