body{
position:relative;
margin:auto;
padding:0;
font-family: 'Arial';
background-color: #f3f3f3;

}
#wrapper{
margin: 0 auto;
background-color: #fff;
padding: 32px;
margin-bottom:10em;
}
header{
background-color: #5A6A77; // OLF #59d5d8;
height: 150px;
padding: 4px;
}
header h1{
text-transform: uppercase;
text-align: center;
color: #fff ;
line-height: 50px;
}
img.center{
display: block;
margin: 0 auto;
}
.main_menu{
padding: 5px 0 5px 0;
text-align: center;
line-height:32px;
background-color: #818181;
}
ul.main_menu{
margin-top: 15px
}
.main_menu li{
display: inline;
padding: 0 10px 0 10px;
font-size:16px;
}
.main_menu a{
text-decoration:none;
color: #fff;
padding: 8px;
font-variant: small-caps;
}
.main_menu a:hover{
color: #59d5d8;
}
#suche {
	width: 10em;
	border: 2px solid #999;
	border-radius: 0.5em;
	font-size: 1.2em;
	transition: width 0.5s ease-in-out;
	margin-top:1em;
	}

#suche:focus {
	font-size: 1.2em;
	width: 50%;
}

button{
  margin:auto;
  border-radius:1em;
  width: 100px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  border: 1px solid black;
 }

table{
 border-style: none;
 margin-top: 1.5em;
 width:1100px;
 margin: auto;
}
th{
 text-align:left;
 padding: 1em ;

}

td {
  padding: 0.5em 0.8em;
  font-style:italic;
}

thead th {
  background-color: #ffebe6;
  color: #c32e04;
}

td:empty{
  box-shadow: none;

}
tbody tr:nth-child(even) {
  background-color: #e4ebf2;
  color: #000;
}
tbody tr:hover, tfoot tr:hover {
  background-color:#fffbf0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}
