
.centered_page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}

.pos_rel {
	position: relative;
}

.pos_abs {
	position: absolute;
}

p {
	margin-left: 0px;
	padding-left: 0px;
}
.display_none {
	display: none;
}

.cursor_default {
	cursor: default;
}

.cursor_link {
	cursor: pointer;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

#logo_div {
	/*padding-top: 20px;*/
	width: 640px;
}

.div_size_w_100_h_auto{	
	width: 100%;	
	height: auto;
}

/* - - - dia - - - */

#dia_cont_div {
	width: 100%;
	background-color: green;
	height: 400px;
	margin-top: 60px;
	overflow: hidden;
}

.dia_cont_img_div {
	
	height: 239px;
	width: 100%;
	
/*	background-color: red;
    background-image: url("./cms/files/Meldung_ostpost_me.jpg");*/
    background-repeat: no-repeat;
    background-position: center top;
	overflow: hidden;
	
}

#copyright_div {
	top: 10px;
	right: 10px;
	color: white;
	font-size: 12px;
	filter: alpha(opacity=60);
	opacity: .6;
}

.full_img_width {
	width: 100%;
}


#dia_navi_cont_div {
	width: 100%;
	height: 30px;
	
	/*margin-left: 32%;*/
	margin-top: 220px;
	display: inline-block;
	
	z-index: 10;
}

#dia_navi_cont_middle_div {
	margin-left: auto;
	margin-right: auto;
}

.dia_img_inner_div {
	margin-top: 0px;
/* freqtech fixed size*/
	width: 690px;
	height: 239px;
	overflow: hidden;	
}
.circle {
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
	margin-right: 10px;
}	
.onload_passive_opac {
	filter: alpha(opacity=50);
	opacity: .5;
}
.onload_active_opac {
	filter: alpha(opacity=100);
	opacity: 1.0;
}


#dia_prev_div {
	left: 15px;
}
#dia_next_div{
	left: 600px;
}
.dia_btn_div{
	margin-top: 95px;
	z-index:89;
	width: 70px;
	height: 70px;
/*	opacity: 0.5;
    filter: alpha(opacity=50);  For IE8 and earlier */
	
	display: none; /* button Steuerung unsichtbar, vergleich mail Herr Blank vom 22.12.16  18:03 */
}

#dia_text_cont_div{
	display: none;
	/*
	margin-top: 100px;
	z-index:500;
	width: 300px;
	height: 200px;
	right: 105px;
	*/
	
}

#dia_sub_text_cont_div {
	display: none;
}

#dia_transp_div {
	margin-top: 0px;
	height: 200px;
	width: 300px;
	background-color: #008ed6;
	opacity: 0.8;
    filter: alpha(opacity=80); 
	overflow: hidden;
}

#dia_text_inner_cont_div {
	z-index:501;
	overflow: hidden;
	height: 170px;
	padding-bottom: 30px;
}

.dia_text_hl_div {
	color: white;
	z-index:501;
	font-size: 30px;
	line-height: 30px;
	/*font-weight: bold;*/
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.dia_text_text_div {
	color: white;
	z-index:501;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.hover_opac_btn_div{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}



.const_height_img {
	display: none;
}

@media screen and (min-width: 949px){/*365px img width + 3% margin*/
/* MyConstants::CSS_BG_IMG_BREAKPOINT */
	.const_height_img {
	display: inline;
	}

}	
