/*Style für Estelas-März 2008 */
	body {
	 background-color: rgb(211,211,211);
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: black;
	}
#umschlag {
	 background-color: rgb(182,182,182);
	 background-image: url(grafik/grau-schwarz-schwarz-grau.png);
	 background-position: left;
	 background-repeat: repeat-y;
	 padding: 1em 1 em;
	 border: medium solid;
		}
#text {
  position: relative;
  margin-right: auto;
  margin-left: auto;
	background-image: url(bilder/normadie.jpg);
	width: 800px;
	height: 600px;
	background-color: Blue;
	border: 1em solid #858585;
}
#gedicht {
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #2D2EFF;
  padding-top: 10px;
}
#gedicht {
  position: absolute;
  top: 50px;
  right: 30px;
  text-align: center;
}
#text a {
  text-decoration: none;
	color: rgb(0,102,204);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 3em;
}
#text a:hover, a:focus {
  color: rgb(84,84,84);
  border-bottom: 1px solid rgb(255,0,0);
}
#text a:active {
  color: #800000;
}
.startlinks {	
  position: absolute;
	top: 30px;
	left: 30px;
	padding: 5px 0 5px 0;
	margin-bottom: 0;
}
.klein-rechts {
  font-size: smaller; 
  text-align: right;
}

.impressumlink {
  position: absolute;
  bottom: 30px;
  right: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 8px;
}
.impressumlink a:hover, a:focus {
  color: rgb(84,84,84);
  border-bottom: 1px solid rgb(255,0,0);
}
/* Ab hier die Gedichtseiten */
#textgedicht {
  position: relative;
  margin-right: auto;
  margin-left: auto;
	background-image: url(bilder/normadie.jpg);
	width: 800px;
	height: 600px;
	background-color: Blue;
	border: 1em solid #858585;
		}

