@charset "utf-8";
/* CSS Document */

/*
 * Zum besseren verständnis relativ ausführlich formatiert... Kann ja gelöscht werden
 * wenn es nicht (mehr) benötigt wird.
 */

#news-seite {
	color:#434343;
	font-size:9pt;
	width:590px;
	margin-bottom:27px;
}

/*
 * Einzelner News Eintag mir überschrift, Inhalt und allem drum und dran
 */
.news-container
{
	background:transparent url(../images/layout/vansicht-arztsuche-border.png);
	margin-top:11px;
}
/*
 * Der untere Rahmen des containers:
 */
.news-border-bottom
{
	background:transparent url(../images/layout/vansicht-arztsuche-unten-bg.png) no-repeat scroll center bottom;
	padding-bottom: 5px;
}


/*
 * Die Überschrift der jeweiligen News
 */
.news-container h2
{
	background:transparent url(../images/layout/vansicht-arztsuche-oben-bg.png) no-repeat center top;
	font-size:11pt;
	color:#1b1b1b;
	font-weight:bold;
	height:28px;
	line-height:28px;
	margin:0;
	padding:0;
	text-align:center;
	width:590px;
}
.news-container h2.highlighted {
	background:transparent url(../images/layout/boxueberschrift-gelb.png) no-repeat center top;
}

/*
 * Das Datum in der Newsüberschrift
 */
.news-container h2 em
{
	font-size:9pt;
	color:#6b6b6b;
	font-weight: normal;
	font-style: normal;
	line-height:9pt;
	float: left;
	margin: 10px 0 0 10px;
}

/*
 * Der Inhaltsbereich der News
 */
.news-inhalt
{
	padding: 20px 10px 30px 18px;
	position:relative;
}

/*
 * Das Bild links oben in der News sowie der zugehörige Schatten
 */
.news-image
{
	background: url(../images/layout/news-image-schatten.png) no-repeat top left;
	padding: 4px;
	float:left;
	margin: 0 10px 5px 0;
	height: 90px;
	width: 113px;
}
.news-image img
{
	border:1px solid #C1C1C1;
}

/*
 * Der link zu den kommentaren
 */

 a.news-kommentar
 {
 	position:absolute;
	bottom: 8px;
	left:22px;
	cursor: pointer;
	color:#6b6b6b;
 }
 
/*
 * Kommentar abgeben Button:
 */
a.news-button
{
	background:transparent url(../images/layout/kommentare/button-links.png) no-repeat left top;
	display:inline-block;
	height:22px;
	line-height:22px;
	padding-left:6px;
	text-decoration:none;
	position:absolute;
	bottom:8px;
	right:9px;
	cursor:pointer;
}

a.news-button span
{
	background:transparent url(../images/layout/kommentare/button-rechts.png) no-repeat right top;
	color:#434343;
	display:inline-block;
	font-size:8pt;
	height:22px;
	line-height:22px;
	padding:0 6px 0 0;
}

a.news-button:hover
{
	background:transparent url(../images/layout/kommentare/button-links.png) no-repeat left bottom;
}


a.news-button:hover span
{
	background:transparent url(../images/layout/kommentare/button-rechts.png) no-repeat right bottom;
}

#news-seite .floatfix
{
	clear: left;
	height: 1px;
	margin: 0;
	padding: 0;
}

iframe {
	margin: 0 1px;
}