@charset "utf-8";


* {
	font-family: 'Courier New', monospace;
  margin: 0;
  padding: 0;
}
html, body{
  margin: 0;
  padding: 0;
  height:100%;
  min-height:500px;
  background-color: #C6C6C6;
 	background-image: url("Monika Tunn Ausstattung 04.jpg");
  background-position: center top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1.063em;
  color: #000000;
  text-shadow: 0 0 1px #CBCBCB;
}

p  {
	font-size: 1em;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
 	color: #000000;
}
a:active {
	text-decoration: underline;
  color: #000000;
}
a:focus {
	text-decoration: underline;
  color: #000000;
}
img, a img {
	border: 0;
}
#wrapper {

}
#seite {

height: 500px;
width: 88%;
margin: 0 auto;


}
#alphabet {

	font-size:0.962em;
  text-align:justify;
  position:absolute;
  bottom:10px;
  left:11px;
  right:11px;
}

