
body {
  background-color:#e7d4b5;
  color:#505050;
  font-family: Arial, Helvetica, Verdana, sans serif;
  padding:0;
}

h1 {
  color: #911f30;
  font-weight: bold;
  text-align:justify;
  padding-top:0;
}

p {
  text-indent:3ex;
}

h2 {
  color: #a7363f;
  font-weight: bold;
  padding-left:16%;
  text-align:justify;
}

h3 {
  color: #a7363f;
  font-weight: bold;
  padding-left: 19%;
  text-align:justify;
}

h4 {
  color: #a7363f;
  font-weight: bold;
  padding-left: 22%;
  text-align:justify;

}

div.text {
  padding-left: 22%;
  padding-right: 22%;

}

div.imgtext {
  padding-left: 5%;
  padding-right: 5%;
  width: 5cm;
  font-size:small;


}


div.important {
  padding-left: 25%;
  padding-right: 25%;
  color: #526ae9;
/*color: #a7363f;*/
}

div.img {
  padding-left: 22%;
  padding-right: 22%;
  padding-bottom: 5mm;
  padding-top: 5mm;
  font-size:small;
  margin: auto;

/*color: #a7363f;*/
}

div.title {
  padding: 0;
  width: 100%;
  height:120px;
  font-size:small;
  background-color: #da947b;
/*text-align:center;*/
}

div.title img {
  border:0;
}




hr {
  width: 100%;
  height: 10px;
  background-color:#999999;
  border-style:none;
}

h1.title {
  font-size: 20px;
  font-variant:small-caps;
  text-decoration:underline;
/*text-align:center;*/
  font-weight:normal;
  color: #911f30;
}

div.titletext {
  font-size:small;
  background-color: #da947b;
  padding:0;
}

/****************************************/
/*Normal figures in the center (with text below)*/

div.figure {
  padding: 2ex;
  font-size:small;
  margin: auto;
  text-align:center;
  /*background-color:#ff0000;*/
}

div.figure img {
  border: 0;
  /*background-color:#00ff00;*/
  /*display:;*/
  margin: auto;

}

div.figure span {
  margin:auto;
  display:block;
  width: 300px;
}





div.filmstrip {
  width:100%;
  text-align:center;
  padding: 2ex;
}

div.filmstrip img {
  border: 0;
}

ul.filmstrip {
    margin: auto;
    text-align:center;
    list-style:none;
    display:inline-block;
}

ul.filmstrip li{
  float:left;
  margin:3px;
}


/********************************************************/
/*Links*/

a {
  text-decoration:none;
  color: #911f30;

}

a:hover {
  color:#526ae9;
}

a.navi:link {
  color: #000000;
  font-size: small;
  text-decoration: none;
}

a.navi:visited {
  color:#000000;
  font-size: small;
  text-decoration: none;
}

a.navi:hover {
  color: #911f30;
  font-size: small;
  text-decoration: none;
}
a.navi:active {
  font-size: small;
  color:#000000;
  text-decoration: none;
}


a.navi:focus {
  font-size: small;
  color:#000000;
  text-decoration:none
}
