body {
min-width: 1100px;
}

#navigation {
width: 75%;
  list-style-type: none;
  margin: auto;
  padding: 0;
text-align: center;
min-width: 1000px;
  background-color: #dddddd;
}

li {
  width: 30%;
  display: inline-block;
  padding: 8px;
  font-weight: bold;
  color: #140065;
}

.imgtop {
  display: block;
  margin: auto;
    width: 75%;
 min-width: 1000px;
}

 #center {
   width: 100%;
   margin: auto;
   position: relative;
   border-style: solid;
   border-width: 0px;
   min-width: 1000px;
   }

  #content {
   width: 60%;
   min-width: 1000px;
   margin: auto;
   position: relative;
   border-style: solid;
   border-width: 0px ;
   background-image: url('img/background.png');
   background-position: center;
   background-repeat: no-repeat;
   font-family: "Times New Roman", Times, serif;
   font-size: 20px;
   text-align: justify;
   }

   #contentcenter {
   width: 70%;
   min-width: 1000px;
   margin: auto;
     align: center;
   position: relative;
   background-image: url('img/background.png');
   background-position: center;
   background-repeat: no-repeat;
   font-family: "Times New Roman", Times, serif;
   font-size: 20px;
   text-align: center;
   }

.imgcenter {
  display: block;
   margin: auto;

}

.departments {
align: center;
margin: auto;
text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
padding: 5px 0px;
  min-width: 1000px;
}

.department-contacts{
text-align:center;
width: 50%;
float: left;
line-height: 2;
  min-width: 500px;
}

.team {
  align: center;
  margin: auto;
  width: 100%;
  min-width: 1000px;
  text-align: left;
border-collapse: collapse;
border-spacing: 0;
display: table;
box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
line-height: 2;
}

.table{
align: center;
margin: auto;
vertical-align:top;
border-bottom:1px solid #ddd ;
}

.headline {
color:#000!important;
background-color:#5DB3F0!important
}


.hover tbody tr:hover {background-color:#ccc}