body {
	
	font-size: 12pt;
	font-family: "Sans-serif";
	color: black;
	line-height: 14pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 5pt;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-size: cover;
}


h1 {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; 
	font-size: 32px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 26.4px; 
  color: #900000;

}


p.subheader {

  font-weight: bold;

  color: #593d87;

}


img {

  padding: 3pt;

  float: right;

}


a {

  text-decoration: none;
	font-family: "Comic Sans MS";
  font: 12pt Comic Sans MS;

}

a.textLarge {

  text-decoration: none;
	font-family: "Comic Sans MS";
  font: 16pt Comic Sans MS;

}


a:link, a:visited {

  color: #002266;

}


a:hover, a:active {

  color: #900000;

}

th {
  text-align: left;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; 
	font-size: 24px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 26.4px; 
  color: #900000;
}

td.sectionSeparator{
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:thin solid #424242;
	background-color:none;
	background-image:none
	}
	
td.sourceHeading {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; 
	font-style: italic;
	font-size: 20px; 
  color: #900000;
}

table.top {
	background-image: url("../images/rosen_strasse_top.png");
}

td.normalText {
	font-family: "Comic Sans MS";

  font: 12pt Comic Sans MS;
	
}

td.italicText {
	font-family: "Comic Sans MS";

  font: 12pt Comic Sans MS;
	
	font-style: italic;
}
 	
.bg-image {
  /* The image used */
  background-image: url("../images/Rosenstrasse.jpg");
  
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
  /* Full height */
  height: 1700; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgba(225,225,225, 0.75); /* Black w/opacity/see-through */
  position: absolute;
	border: 3px solid #f1f1f1;
  width: 85%;
  top:25;
  left:0;
  right:0;
  margin:auto;
  height:auto;
}

div.footer {

  font-size: 12pt;
  font-style: italic;
  line-height: 12pt;
  text-align: center;
  padding-top: 30pt;
  color: #900000;
  position: static;
  bottom:0;
  margin:auto;
	vertical-align: top;
 }
