/*setter alle marginer til 0*/
*{margin: 0;}

body {
  font-family: "Open Sans";
  font-size: 18px;
  color: #252525;
}

/*header style*/
h1 {
  margin-top: 3%;
  font-family: "Tiempos";
  font-size: 42px;
  color: #252525;
}
h2 {
  margin-top: 1%;
  font-family: "Tiempos";
  font-size: 36px;
  color: #252525;
}
/*avsnitt style*/
p {
  margin-top: 2%;
  font-family: "Open Sans";
  font-size: 18px;
  color: #252525;
}

/*Linker*/
a:link {
  color: #252525;
}
a:visited {
  color: #252525;
}

/*Banner */
.banner {
  height: 150px;
  width: 100%;
  background: #41b1a5;
}
.banner img {
  display: block;
  height : 100%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

/*Div design for å slippe å ha alt opp mot kanten*/
div {
  width: 90%;
  margin: auto;
  margin-bottom: 3%; /*For at teksten ikke skal være kilstra til bunnen*/
}

/*Plakaten*/
#Plakat{
   width:100%;
}

/*tabelldesign*/
table {
  margin-top: 1%;
  width: 100%;
  border-collapse: collapse;

}
table td {
  /*vertical-align:top;*/
  border-bottom: 1px solid black;
}

/*For bilde oppsett i tabellen*/
.PersonBilde{
  width: 20%;
  margin-top: 50%;
}
.PersonBilde img{
  margin-top: 2%;
  margin-bottom: 2%;
}