/* News */
/*html, body {
	overflow: hidden;
}*/

.accordionContainer {
	padding: 0px; 
	width: 100%; 
	height: 450px !important; 
	margin-top: 10px;
	margin-bottom: 50px;
}
.accordionNews {
	height: 400px; 
}
.accordionNews div {
	border-bottom: 1px solid #cecece;
}
.ui-accordion-header {
	line-height: 2em;
}

.news_container div img {
	border: 1px solid black;
}
.news_container  {
	cursor: pointer;
}
.ui-accordion.selected div {
	background-color: #eeeeee;
}

.news_container a.headline {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.news_container div {
	padding: 10px 0px 0px 14px;
	width: 710px;
}
.news_container div p {
	padding-right: 10px;
}
.news_container div,
.news_container div div {
	cursor: default !important;
}
.news_content {
	border: 0px !important;
	overflow: auto !important;
	width: 100%;
}
.news_content p {
	padding-right: 20px;
	padding-left: 10px;
	text-align: justify;
}
.news_content span {
	padding-left: 10px;
}
.news_content img {
	width: auto;
	padding: 0px 20px 20px 20px;
}
.news_datum {
	color: #A1A1A1;
	padding: 0px !important;
	border: 0px !important;
}
.news_headline {
	font-size: 140%;
	font-weight: bold;
	padding: 0px !important;
	border: 0px !important;
	padding-right: 20px !important;
	padding-left: 10px !important;
	margin-bottom: 10px;
}

.horizontal_line {
	height: 1px;
	border-top: 1px solid #cecece;
}
/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
	border-bottom: 5px solid #ffff00;
	width: 100%;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border-right: none;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 15px solid #ffffff;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1.1em;
	text-decoration: none;
	padding: .4em 0.8em 0.1em 0.8em;
	color: #a1a1a1;
	background: #ffffff ;
}
.ui-tabs-nav li a:hover {
	color: #000000;
}
.ui-tabs-nav li.ui-tabs-selected {
	background: #ffff00 ;
	border-bottom-color: #ffff00;
	color: #000000;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffff00 ;
	color: #000000;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear: left;
	/*border-bottom: 1px solid #CECECE;*/
	background: #ffffff ;
	color: #000000;
	padding: 0.5em 1.0em;	
}
.ui-tabs-hide {
	position: absolute; left: -99999999px;
}
