@charset "UTF-8";
/* CSS Document */

html, body {
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  font-size: 9px;
  line-height: 15px;
  text-align: left;
}

#main {
  position: absolute;
  overflow: hidden;
  height: 1000px;
  width: 1000px;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -500px;
  background-repeat: no-repeat;
  background-image: url(../pix/aspektral.jpg);
}

#text {
	position: absolute;
	height: 400px;
	width: 150px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -170px;
	text-align: left;
}

#impressumbox {
	position: absolute;
	height: 10px;
	width: 150px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: 205px;
}

.galerie {
	display: block;
	position: absolute;
	width: 110px;
	height: 95px;
	top: 50%;
	left:50%;
	margin-left: 160px;
	margin-top: 170px;
}

/* text */

h1 {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 15px;
  color: #55185d;
  letter-spacing: 2px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3e5db2;
}

.italic {
  font-style: italic;
}

a:link { 
  text-decoration: none;
  color: #3e5db2;
}
  
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration : none;
  color: #fff;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}