*+html div#popupwin {
  position: absolute;
}

div#popupwin {
  display:    block;
  position:   absolute;
  top:        40px;
  left:       100px;
  width:      80px;
  padding:    2px;
  color:      #000000;
  background-color: transparent;
  border:     0px;
  z-index: 100;

}

div#popuptitle {
  color:         #fff;
  background:    #ccc;
  font-weight:   bold;
  font-size:     12px;
  font-family:   verdana, arial, helvetica, sans-serif;
  padding-bottom:1px;
  cursor:        default;
}

div#popuptitle * {
  cursor: default;
}

div#innerpopuptitle {
  background: #042194;
  color:      #fff;
  height:     20px;
  line-height:20px;
  cursor: 		move;
}

div#innerpopuptitle img {
  border: 0px;
  padding:0px;
  float:  right;
  display:block;
}

div#popupcontent {
  display:      block;
  height:       536px;
  line-height:	130%;
  font-family:  arial, helvetica, sans-serif;
  overflow:     auto;
  border:       0px inset #ccc;
  font-size:    100%;
  color:        #000000;
  background:   #ffffff;
  padding:      5px;
  background-color: transparent;
  overflow: hidden;
}

div#popupcontent span{
  font-size: 80%;
}

	#pop_main_table a {
		color: white;
		text-decoration: none;
	}
	
	#pop_main_table a:hover {
		text-decoration: underline;
	}
	
	#pop_main_table {
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 0.01em;
		margin: auto;
		position: relative;
		width: 780px; 
		height: 526px;
	}
	
	#pop_main_td {
		background-image: url('../bilder/startpopup/startscreen.jpg');
		background-repeat: no-repeat;
	}
	
	#pop_main_div {
		position: relative;
		width: 780px; 
		height: 526px;
		text-align: right;
	}
	
	#pop_awotextbox {
		color: black;
		font-size: 14pt;
		position: absolute;
		top: 10px;
		right: 10px;
		font-weight: bold;
	}
	#pop_linkbox {
		color: white;
		font-size: 9pt;
		position: absolute;
		top: 40px;
		right: 10px;
		font-weight: bold;
	}
	
	#pop_awolink {
		color: white;
		font-size: 12pt;
		position: absolute;
		top: 420px;
		left: 120px;
		font-weight: bold;
	}
	
	#pop_link90 {
		color: white;
		font-size: 12pt;
		position: absolute;
		top: 420px;
		left: 520px;
		font-weight: bold;
	}