/**
 * 3dCenter Style for Drupal 5
 * Richard Hähne, takera [dot] net, gravotechnik [dot] com
 */

/*@import url("style_newstable.css");*/

.content-corner h2.headline {
	font-size: 150%;
	line-height:100%;
	border-bottom:thin solid rgba(232, 173, 100, 0.5);
	display:inline-block;
	margin:0 auto 0 2.2em;
	padding:0.3em 0;
}
.content-corner h2 a:active, .content-corner h2 a:visited, .content-corner h2 a:hover, .content-corner h2 a:link {
	color: #494949;
}
/* einzelne news-seite */
.content-corner .node .content {
  margin-top:2em;
}
/* mehrere news-seiten in einem view (z.b. frontpage) */
.content-corner .view .node .content {
  margin: 2em 0;
}

/*.content-corner .content p {
	text-align: justify;
}*/
.content-corner .content p a {
	text-decoration: underline;
}
.content-corner .content .field p a {
	text-decoration: none;
}
.content-corner .content .field p a:hover {
	text-decoration: underline;
}

.content-corner .news_field_linkliste p {
	text-align: left;
/* Fix unterschiedlicher Zeilenhöhen der Linklisten
   (mit und ohne Länderfahne) */
	line-height: 1.5;
}
.content-corner fieldset.fieldgroup.group-webweite-links.collapsible {
	background:inherit;
}


/**
	Kalenderblatt auf Startseite neben Titel
*/
.content-corner abbr.published {
	background:url("images/calendar-icons.png") no-repeat scroll left top transparent;
	border:none;
	display:block; 
	float:left; 
	height:32px;
	width:32px;
	text-align:center;
	text-decoration: none;
	
	font-family:Helvetica,Arial,Nimbus Sans L,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:100%;
	padding:14px 0 0;
	color:#000;
	
	position:absolute;
}
.content-corner abbr.published.month-1 {
	background-position:0 0;
}
.content-corner abbr.published.month-2 {
	background-position:-32px 0;
}
.content-corner abbr.published.month-3 {
	background-position:-64px 0;
}
.content-corner abbr.published.month-4 {
	background-position:-96px 0;
}
.content-corner abbr.published.month-5 {
	background-position:-128px 0;
}
.content-corner abbr.published.month-6 {
	background-position:-160px 0;
}
.content-corner abbr.published.month-7 {
	background-position:-192px 0;
}
.content-corner abbr.published.month-8 {
	background-position:-224px 0;
}
.content-corner abbr.published.month-9 {
	background-position:-256px 0;
}
.content-corner abbr.published.month-10 {
	background-position:-288px 0;
}
.content-corner abbr.published.month-11 {
	background-position:-320px 0;
}
.content-corner abbr.published.month-12 {
	background-position:-352px 0;
}
