#werbung_overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	/*z-index: 90;*/
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

#werbung {
  width: 790px;
  /*height: 380px;*/
  padding:0px;
  text-align:left;
  color:black;
  z-index: 11000;
  position:absolute;
  left:50%;
  margin-left:-400px; /* negative Hälfte von width:750px */
  top: 40px;
  /*top:50%;
  margin-top:-190px; /* negative Hälfte von height:380px */
  }
  
a.werbung:link    			{ color: #a70407; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration : underline; }
a.werbung:visited 			{ color: #a70407; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration : underline; }
a.werbung:active  			{ color: #a70407; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration : underline; }
a.werbung:hover   			{ color: #a70407; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration : none; }

.werbung_foglio1  { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #007a3e }
.werbung_foglio2  { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #404040 }
.werbung_foglio3  { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #404040; }
.werbung_foglio4  { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a70407; }

/* gestrichelte Linie - ANFANG */
#werbung_dotted_line
{ 
margin: 0px 0px;
padding: 0px;
border-bottom: 2px dotted #404040;
}
/* gestrichelte Linie - ENDE */
