body {
  background-color: #cdcbcb;
  font-family: "Times New Roman", "Times", "serif";
}

#holder {
  background-color: #223a79;
  width: 99%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("bilder/perfo.png");
  background-repeat: repeat-y;
}

#content {
  margin-left: 120px;
}

header {
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  width: 95%;
}

nav {
  text-align: left;
}

nav ul {
  margin-left: -30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

nav ul li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 25px;
}

nav ul li a {
  font-size: 1.0em;
  color: #546aa6;
  font-weight: bold;
  text-decoration: none;
}

section {
  background-color: white;
  border-radius: 20px;
  width: 95%;
}

article {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  color: #223a79;
}

article h1 {
}

article h2 {
  font-weight: bold;
  font-size: 1em;
}

article img {
  float: right;
  width: 50%;
  margin-left: 10px;
  max-width: 200px;
}

article iframe {
  float: right;
  width: 50%;
  margin-left: 10px;
  max-width: 400px;

}

article p {
  /*border-top-color: yellow;
  border-right-color: yellow;
  border-bottom-color: yellow;
  border-left-color: yellow;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;*/
}

article p::after {
  content: "";
  display: table;
  clear: both;
}

footer {
  background-color: white;
  border-radius: 20px 20px 0px 0px;
  width: 95%;
}

footer p {
  color: #546aa6;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

footer aside {
  float: right;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: right;
}

footer aside a {
  color: #546aa6;
  text-decoration: none;
}

@media all and (max-width: 600px) {
  #holder { background-image: none; }
  #content { margin-left: 5%; }
  nav ul li { display: block; text-align: left; padding: 0px 0px 10px; font-size: 0.8em; }
  article img { width: 100%; border: none; }
  article iframe { width: 90%;}
 
}

