@import "flavors/default/spgm_style.css";

body {
  background-color: #100B72;
  color: #black;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

h1 {
  font-size: 18pt;
}

A {
  color: #2e408d;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

A:visited {
  color: #2e408d;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

div.principal {
  position: relative;  
  z-index: 10;
  background-color: #FFFFFF;
  width: 700px;
  height: 100%;
  padding: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.fondoMenu {
  position: relative;  
  z-index: 50;
  top: 0px;
  left: -102px;
  width: 700px;
  height: 250px;
  border: 0px;
  padding: 0px;
  margins: 0px;
  text-align: center;
  display: block;
  background-color: transparent;
}

div.fondoIzquierda {
  position: absolute;
  z-index: 1;
  top: 250px;
  left: 0px;
  width: 100%;
  height: 600px;
  border: 0px;
  padding: 0px;
  margins: 0px;
  text-align: center;
  background-image: url('images/marienplatz.jpg');
  background-repeat: no-repeat;

}

div.navibar {
  z-index: 55;
  text-align: right;
  display: block;
  background-color: transparent;
}

div.pagina {
  position: relative;
  top: -100px;
  left: 0px;
  height: auto;
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  display: block;
  background-color: transparent;
}

table.repartidor {
  width: 100%;
  border: 0px;
  padding: 0px;
  margins: 0px;
}

.copyright {
  color: gray;
  text-align: center;
  font-size: 8pt;
  padding: 20px;
}


div.floating {
	z-index: 60;
	display: none;
	position: absolute; top: 0px; left: 0px;
	font-size: 150%; color: white;
	border: outset 2px #ccccff;
}
div.floating2 {
	z-index: 59;
	display: none;
	position: absolute; top: 0px; left: 0px;
	font-size: 150%; color: black;
	border: solid 2px #000000;
}