#globalRightArea {
  position: absolute;
  overflow: hidden;

  top: 105px;
  right: 0px;

  width: 200px;

  margin: 0px;
  padding: 0px;

  border-top: 1px solid white;
}

#globalRightArea li {
  list-style-type: none; 
  background: url(../images/list_blue_arrow.gif) 2px 5px no-repeat;
  padding-left: 12px;
  margin-bottom: 5px;
 }

#globalRightArea h2 { margin: 5px 0px 5px 0px;  padding: 0px; font-size: 1em; }
#globalRightArea img { border: 0px; } 
#globalRightArea p {  margin: 0px; padding: 0px; }

.rightContent { margin: 5px;}
.rightStartseite{ margin-top: 20px;}

