/* Zuerst wird html und body auf 100% Hšhe gesetzt und eventuell vorhandene stšrende AbstŠnde eliminiert. */
html, body {
  height:100%;
  margin:0;
  padding:0;
}
.tx-asfkusercounter-pi1 {
	float:right;
	margin:10px 10px 0px 0px;
	font-family : Helvetica, sans-serif; 
	line-height : 130%;
	font-size : 70%;
	color : #999999;
	font-style:italic;
}
#counter {
	float:right;
	text-align=right;
	margin:10px 20px 0px 0px;
	font-family : Helvetica, sans-serif; 
	line-height : 130%;
	font-size : 70%;
	color : #999999;
	font-style:italic;
}
#center {
  /* ist das Element, welches zentriert werden soll */
  padding:0;        /* es sind auch andere Angaben mšglich, die dann allerdings bei der Breite und Hšhe mit berŸcksichtigt werden mŸssen. */ 

  /* Angaben zu Breite und Hšhe, diese kšnnen auch in em angegeben werden. */
  width: 750px;      /* Breite insgesamt */
  min-height: 560px; /* Mindesthšhe insgesamt bei genau dieser Hšhe funktioniert die vertikale Zentrierung */
  
  /* jetzt wird die linke obere Ecke vertikal und horizontal zentriert */
  position:absolute;
  top:50%;                  
  left:50%;
  
  /* durch negative margins wird es jetzt um die HŠlfte von Hšhe und Breite nach oben und links verschoben */
  margin: -280px 0 0 -375px; /* jeweils die HŠlfte der Gesamthšhe und -breite */
}

/* min-height fŸr den IE */
* html #center {
  height: 560px;             /* das selbe Ma§ wie oben bei min-height */
}
.TrailerWrap {
	border: 1px solid #CCCCCC;
	height: 288px;
	width: 512px;
}


H1 {
	font-family : Helvetica, Arial, sans-serif; 
	font-size : 9pt;
	color : #C0C0C0;
	margin-bottom : 0px;
	margin-top : 0px;
	line-height : 130%;
	font-style:italic;
	/*text-transform: uppercase;*/
}

	a:link {color:#C9C9C9; text-decoration:none; }
	a:visited {color:#C9C9C9; text-decoration:none;}
	a:focus {color:#C9C9C9; text-decoration:none;}
	a:hover {color:#C9C9C9; text-decoration:none;}
	a:active {color:#C9C9C9; text-decoration:none;}
	
P {
	font-family : Helvetica, sans-serif; 
	line-height : 130%;
	font-size : 70%;
	color : #999999;
	font-style: italic;
	text-align: center;
}

.english {
	font-family : Helvetica, sans-serif; 
	line-height : 130%;
	font-size : 70%;
	color : #999999;
	font-style: italic;
	text-align: justify;
}
.deutsch {
	font-family : Helvetica, sans-serif; 
	line-height : 130%;
	font-size : 70%;
	color : #333333;
	font-style: italic;
	text-align: justify;
}