/* --- CSS for IEA news --- */
/* general news stylesheet */

#content div.news-list-container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding-top: 16px;
}
#content div.news-list-container  h3 a:link, #content div.news-list-container h3 a:visited {
	color: black;
	padding-top: 16px;
	text-decoration: none;
	border-bottom: 1px none Gray;	
}
#content div.news-list-container  h3 a:hover, #content div.news-list-container h3 a:active {
	color: Gray;
	padding-top: 16px;
	text-decoration: none;
	border-bottom: 1px dotted Gray;
}
#content div.news-list-container img, #content div.news-single-img img {
	margin-bottom: 8px;
	margin-left: 0px;
	padding-right: 12px;
	background-color: white;
}
#content div.news-list-container p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 13px;
	text-align: left;
	border: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content div.news-single-item p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 13px;
	text-align: justify;
	border: 0px;
}
#content div.news-single-item h4, #content div.news-list-eventdata h4 {
	text-transform: none;
}
#content div.news-list-item {
	width: auto;
	padding: 5px;
	margin-bottom: 10px;
}
#content div.news-list-category {
	color: Gray;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content div.news-list-morelink, #content div.news-single-backlink, #content div.news-single-timedata {
	color: Gray;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
#content div.news-list-morelink a:link, #content div.news-list-morelink a:visited,
#content div.news-single-backlink a:link, #content div.news-single-backlink a:visited {
	color: Gray;
	text-decoration: none;
	border-bottom: 1px none white;	
}
#content div.news-list-morelink a:hover, #content div.news-list-morelink a:active,
#content div.news-single-backlink a:hover, #content div.news-single-backlink a:active  {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;	
}
#content * div.news-latest-item p a:link, #content div.news-latest-item p a:visited {
	color: Gray;
	 border-bottom: 1px solid #666666;
	 color: black;
}
#content * div.news-latest-item p a:hover, #content div.news-latest-item p a:active  {
	color: black;
    border-bottom: 1px dotted #666666;
    color: #666666;
}
#content * div.news-latest-item img {
  
	padding-right: 5px;
	padding-bottom: 12px;
}

#content #rightContent div.news-latest-container {
	margin-bottom: 15px;
	margin-top: 12px;   /* entsch. für MSIE */
  

}
#content #rightContent div.news-latest-item p, #content #rightContent p {
	padding-left: 8px;
	padding-right: 22px;	
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	/* margin-top: 12px;   /* entsch. für MSIE */ */
}

#content #rightContent div.news-latest-item p a:link, #content #rightContent div.news-latest-item p a:visited {
	color: Black;
	text-decoration: none;
	border-bottom: 0px;
}
#content #rightContent div.news-latest-item p a:hover, #content #rightContent div.news-latest-item p a:active {
	color: Black;
		text-decoration: none;
	border-bottom: 1px dotted black;	
}


#rightContent h1, #rightContent h4 {
	text-transform: none;
	
}
#content h4, #rightContent h4, #rightContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00539F;
	text-transform: uppercase;
	margin-top: 8px;
}
#rightContent h1 a:link, #rightContent h1 a:visited  {
	text-decoration: none;
	border-bottom: 1px none #00539F;
	color: #00539F;
}
#rightContent h1 a:hover, #rightContent h1 a:active {
	text-decoration: none;
  border-bottom: 1px dotted #00539F;
	color: #00539F;
}


