/* :::::::::::::::::::::::::::: */
/* :::   styly POPUP oken   ::: */
/* :::::::::::::::::::::::::::: */

/* ------------------------- */
/* -----   AKTUALITY   ----- */
/* ------------------------- */

#newsPopup {
	position: absolute;
	z-index: 10;
	
	width: 263px;
	height: 406px;
	
	top: 300px;
	right: 60px;
	
	/* margin: 0px auto; */
}

#newsPopup #newsPopupHeader {
	position: relative;
	height: 48px;
	
	background-repeat: no-repeat;	
}

#newsPopup #newsPopupHeader #newsPopupClose {
	display: block;	
	width: 14px;
	height:	16px;
	
	float: right;
	margin-right: 7px;
	margin-top: 7px;
}

#newsPopup #newsPopupContent {
	position: relative;
	height: 338px;
	
	overflow: hidden;
	padding: 10px 20px;
	
	background-repeat: repeat-y;	
}

#newsPopup #newsPopupContent #newsPopupDate {
	font-size: 10px;
	font-weight: normal;
}

#newsPopup #newsPopupContent #newsPopupTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#newsPopup #newsPopupContent #newsPopupText {
	font-size: 12px;
	text-align: justify;
}

#newsPopup #newsPopupContent #newsPopupText img {
	display: block;
	margin: 2px auto;
}

#newsPopup #newsPopupFooter {
	position: relative;
	height: 20px;
	
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	padding-top: 2px;
	
	background-repeat: no-repeat;
}
