/*Umfasst komplette HP*/
#complete {
  bottom: 0;
  height: 735px;
}

/*Fussnote / Footer */
#complete_copy{
  position:absolute;
  bottom: -4px;
  left: 37%;
  color:#999999;
}

/*Kopfbereich */
/*Zurueck Button*/
#header_prev {
  position: absolute;
  left: 890px;
  top: 60px;
  width: 45px;
  height: 45px;
}
/*vorwaerts Button*/
#header_next {
  position:absolute;
  left:940px;
  top:60px;
  width:45px;
  height:45px;
}


/*Inhaltsbereich*/
#content {
  position:absolute;
  left: 5px;
  top: 119px;
  height: 612px;
  width: 991px;
  background-color:#FFFFFF;
}

#content_applet{
  position:relative;
  left: 70px;
  top: 3px;
  width: 800px;  
}

/*Style fuer Indexfolie*/
.index{
  position: absolute;
  font-size: 78px;
  top: 90px;
  left: 0;
  width: 990px;
  text-align: center;  
}

/*Style fuer Layout*/
#layout{
	position: absolute;
	width: 970px;
	left: 10px;
	top: 10px;
	height: 536px;
  }
/*Style fuer Ueberschrift*/
#headline{
  font-size: 36px;
  text-align: left;
  color: #000088;
}
/*Style fuer Body*/
#body{
  font-size: 24px;
}
.img{
  position: relative;
  left: 50px;
  border: dotted 1px;
}

.klein {font-size: 18px}

.no-style{
  list-style-type: none;
}

.literatur{
  list-style-image:url(../res-eigene/paper.gif);
}
.bild{
  list-style-image:url(../res-eigene/bild.gif);
}

#seitenzahl{
  position: absolute;
  right: 0;
  top: 0;
  width:40px;
  z-index: 10;
  text-align: right;
}

