
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #444;
  padding:0 10px;
  background-color: #fafafa;
  }

a {
  color: #003399;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

h1, h2, h3, h4 {
  padding-left: 1.1em;
}

h1 {
  margin-block: 0.67em;
  font-size: 1.8em;
}

hr  {
  color: #f8f8f8;
}

.tbody {
  margin: 30px auto;
  max-width: 1050px;
  line-height: 1.6;
}

/* indent-text_padding */
.d8 {
  text-indent: 2%;
  padding: 0px 30px;
}

.d7 {
  padding: 0px 30px;
}

.h-box {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
}

.thumb {
  float: right;
  width: 220px;
  margin: 0px 30px 0px 50px;
}

/* DIV into Link */
div.box {
    position: relative;
    display: block;
    min-height: 134px;
    padding: 10px;
    margin-bottom: 10px;
    border-top:  1px solid #cfcfcf;
}

div.box:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
    color: #003399;
}
 
a.divLink {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 text-decoration: none;
 /* Makes sure the link doesn't get underlined */
 z-index: 1;
 /* raises anchor tag above everything else in div */
 background-color: white;
 /*workaround to make clickable in IE */
 opacity: 0;
 /*workaround to make clickable in IE */
 filter: alpha(opacity=0);
 /*workaround to make clickable in IE */
}

.unter {
  font-size: smaller;
  padding-left: 30px;
}

/* NAVIGATION */

.navi {
  margin: 0px auto;
  max-width: 1050px;
  border-bottom: 2px solid;
}

.pic a:hover{
  background-color: #fff;
}

.topnav {
  overflow: hidden;
  max-width: 1050px;
  margin: auto;

}


.topnav a {
  margin: 1px;
  float: left;
  display: block;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  color: #000;

}

.topnav a:hover {
  background-color: #003399;
  color: white;
}

.x topnav a.active {
  background-color: #003399;
  color: white;
  text-decoration: underline;
}


.topnav .icon {
  display: none;
  font-size: 22px;
}

/* RESPONSIVE */

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* IMG-RESPONSIVE */

img {
  max-width: 100%;
  height: auto;
}

/* FOOTER */

.foo {
  text-align: right;
  max-width: 1050px;
  margin: auto;
  padding: 15px 20px;
  font-size: 14px;
  border-bottom: 2px solid;
}

.foott {
  text-align: center;
  max-width: 1050px;
  margin: auto;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.8;
}

/* back-top */

#tArr {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #003399;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  opacity: 0.6;
}

#tArr:hover {
  opacity: 1;
}

