#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: #003C7E;
	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.png);
	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;

}


DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   }
DIV.shadow {
   background-color: #8e8e8e;
   border: 2px solid #959595;
   margin: 0px;
	z-index: 3;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 2px solid #bebebe;
   margin: 0;
	z-index: 3;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 2px solid #e1e1e1;
   margin: 0;
	z-index: 3;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 2px solid #f6f6f6;
   margin: 0;
	z-index: 3;
   }
DIV.shadow5 {
   float: left;
   background-color: #fcfcfc;
   border: 2px solid #fff;
   margin: 0.7em 1em;
	z-index: 3;
   }

DIV.shadow TABLE {
	border: 0px solid #666;
	margin: 0;
	display: block;
	position: relative;
	top: -3px;
	left: -3px;
}
	

#contenttext {
	color: #003C7E;
	font: 11px Verdana;
}

#imgcaption {
	color: #003C7E;
	font: 9px Verdana;
	font-style:italic;
}

h2 {
	font: 16px Verdana;
	color: #003C7E;
	font-weight:bold;
	line-height: 22px;
}

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;
}
h3#hidden span{
	display: none;
}
h3#hidden {
	height: 25px;
	background-repeat: no-repeat;
	margin:0;
}
a.newsheadline {
	color: #003c7e;
	text-decoration:none;
	font-weight:bold;
}
a:visited.newsheadline { color: #003c7e;}
a:hover.newsheadline {
	text-decoration:underline;
	font-weight:bold;
	color: #003c7e;
}
a:active.newsheadline { }

div.likeboxwrap {
width:183px;
height:230px;
overflow:hidden;
}

div.likeboxwrap iframe {margin:-1px;}
