/*****************************************************************************
	News auf Startseite
*****************************************************************************/
#content hr.news{
	/*Ränder:*/
	margin: 10px 0;

	/*Hintergrund:*/
	background: #ccc;
}
#content div#news_info{
	margin: 1em 0 0 0;
}

#content .pn-title, #content h3{
	clear: both;

	/*Ränder:*/
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;

	/*Schrift:*/
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
}
#content #news_section dl{
	/* Definitionsliste für Bilder mit Text */

	float: left;

	width: 540px;
	display: inline;

	/*Rönder:*/
	margin: 10px 25px 10px 0;
	padding: 0;
}

#content #news_section dl dt{
	/* Titel eines Newselements ohne Bild */

	/*Ränder:*/
	margin: 0;
	padding: 0 0 2px 0;

	/*Schrift:*/
	color: #9cb322;
	font-weight: normal;
}

#content #news_section dl.withimg  dt{
	/* Titel eines Newselements mit Bild */

	float: right;
	width: 440px;
}

#content #news_section dl dt a{

	/*Schrift:*/
	text-decoration: none;
	color: #9cb322;
	font-weight: bold;
}

#content #news_section dl dd{
	/* Text eines Newselements ohne Bild */

	/*Ränder:*/
	margin: 0 0 0 0;
	padding: 0px;

	/*Schrift:*/
	line-height: 1.2em;
	font-size: 90%;
}

#content #news_section dl.withimg  dd{
	/* Text eines Newselements mit Bild */

	margin: 0 0 0 100px;
}


#content #news_section dl.withimg dd.img{
	/* Zelle für Bild: */

	margin: 0;
}

#content #news_section dl.withimg dd.img img{
	/* Vorschaubild */

	float: left;

	/*Ränder:*/
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #cccccc;

	/*Hintergrund:*/
	background:  #fff;
}

#content #news_section dl dd a{
	/* Link in der Beschreibung */

	/*Schrift:*/
	font-weight: bold;
	text-decoration: none;
	color: #3e5d79;
}

/*****************************************************************************
	Bild des Monats
*****************************************************************************/
#content #content_gutter #pic_of_the_month{
	float: right;

	width: 220px;

	/*Ränder:*/
	margin: 2px 0 15px 15px;
	border-width: 1px;
}
#content #content_gutter #pic_of_the_month img{
	width: 220px;
}
#content #content_gutter #pic_of_the_month p{
	width: 204px;

	/*Schrift:*/
	/*color: #3e5d79;*/

	/*Ränder:*/
	padding: 10px 8px;
	margin: 0;

	/*Hintergrund:*/
	background: #fff url('/themes/tierregistrierung/images/layout/ifta-schriftzug.gif') no-repeat top left;
}

#content a.more{
	display: block;

	/*Schrift:*/
	text-decoration: none;
	color: #468c2b;

	/*Ränder:*/
	padding: 0 0 0 10px;
	margin: 0;
	margin-top: 10px;

	/*Hintergrund:*/
	background: url('../images/layout/point.gif') no-repeat 0 50%;
}