/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { background-image: url("../assets/images/background_yellow_1400.gif");}

.contianer-relative{ 
  position: relative;
 }

.content-center-text-absolute{ 
  position: absolute; 
  text-align: center;
  width: 100%;
  height: 0%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 51;
}

.auto-style1 {
	font-family: "Lucida Calligraphy";
	font-weight: bold;
	font-size: x-large;
	color: #4C6045;
	text-align: left;
	}
.auto-style2 {
	font-family: "Lucida Calligraphy";
	font-weight: bold;
	font-size: x-large;
	color: #4C6045;
	text-align: center;
	}
.auto-style3 {
	font-family: "Lucida Calligraphy";
	font-weight: bold;
	font-size: x-large;
	color: #B4C7E7;
	text-align: center;
	}
.auto-style4 {
	font-family: "Lucida Calligraphy";
	font-weight: bold;
	font-size: x-large;
	color: #002060;
	text-align: center;
	background-image: url("../assets/images/cristall-banner.png");
	background-size: 100%;
	}
.auto-style5 {
	font-family: "Lucida Calligraphy";
	font-weight: bold;
	font-size: x-large;
	color: #4C6045;
	text-align: center;
	// background-image: url("../assets/images/cristall-banner.png");
	background-size: 100%;
	}

