#js-popup {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
		z-index:4;
      width: 100%;
      height: 100%;
      background: url(../images/logos/overlay.png);
}
#js-popup-box {
	position: absolute;
	z-index: 4;
	padding: 3px;
	background: #ffffff;
	/*border: 2px solid #FFC708;*/
	text-align: center;
	color: #003366;
	font: 11px Verdana;
}

#js-popup-image {
      margin: 0;
		  z-index:4;
      padding: 0;
}
#js-popup-close {
      position: absolute;
		  z-index:4;
      top: 1px;
      right: 1px;
      cursor: pointer;
}
#js-popup-resize {
      position: absolute;
		  z-index:4;
      top: 5px;
      left: 5px;
      cursor: pointer;
}

#ecard {
	background-image: url(../images/others/postkarte.gif);
	background-repeat: no-repeat;
	background-color: #ffe092;
	z-index: 4;
	font: 11px verdana;
	margin: -15px 0 0 -14px;
}

#anschriftbox{
	margin: 120px 0 0 0;
}
.anschrift {
  
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	padding: 4px;
	margin: 3px;
	font-size: 1.4em;
	line-height: 1.0em;
	
}

#nachrichtbox{
	margin: 20px 0 0 0;

}

#contenttext {
	color: #003366;
	font: 11px Verdana;
}

#imgcaption {
	color: #003366;
	font: 9px Verdana;
	font-style:italic;
}

h1#hidden span {
	display: none;
}
h1#hidden {
	background-repeat: no-repeat;
	height: 42px;
	margin:0;
}
h2#hidden span{
	display: none;
}
h2#hidden {
	height: 35px;
	background-repeat: no-repeat;
	margin:0;
}
h1, h2, h3
{
	color: #003366;
}

.lblLeft
{
   clear: both;
   float: left;
   font-weight:bold;
   margin-bottom: 5px;
}

.lblRight
{
    float: right;
}
