#topcontent{
	height: 82px;
}
#contentimage {
	top: 124px;
	/*bottom: -124px;*/
}
#newscontent {
	/*top: 40%;*/
	top: 120px;
}

#dynsize {
	width: 100%;
	height: auto;
}
.contentarea {
}

.c_caption {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 6px 6px;
	background-color: rgba(255, 255, 255, 0.75);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.8rem;
    font-weight: normal;
	line-height: 20px;
	padding: 5px 10px;
	display: block;
}

.c_caption img {
	float: right;
	margin-left: 10px;
    vertical-align:top;
}

.c_caption_info {
	float: left;
	width: 30px;
	text-align:right;
	padding-left: 10px;
}
.c_caption_title {
	float: left;
}


/*
.fotorama__caption__wrap {
	padding: 5px 10px;
	margin-bottom: 30px;
}
*/
	/*
.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
display: block;
	text-align:center;
}

.fotorama__caption__wrap {
	background-color: rgba(255, 255, 255, 0.75)
}

.fotorama__caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
    font-weight: normal;
    line-height: 30px;
	color: #333;
}

*/
/* Stretch the links 
.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;*/
    /* Transparent links are not clickable in IE,
       but non-existent background fixes this.
      (Put an empty 1×1 image here to avoid
       errors in console.)
    background: url(_.gif); 
}
*/
@media (max-width: 799px) {
	#topcontent{
		position:absolute;
		height: 140px;
	}
	#contentimage {
		top: 140px;
	}
	#newscontent {
		/*top: 55%;*/
		top: 180px;
	}
	/*
	.fotorama__nav-wrap {
		display: none;
	}
	
	.fotorama__caption {
		font-size: 1.0rem;
		line-height: 20px;
	}
	*/
}