/**
 * Style sheet Nachrichten
 */
/* Überschrift Nachrichtenleser */
.mod_newsarchive .layout_full h1
{
	text-align:center;
	background-image:url("tl_files/Layout_Dateien/bg_h1_news_755x20.png");
	background-position:center center;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
}

/* Überschrift Nachrichtenleser */
.mod_newsarchive .layout_full h2
{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#000033;
	line-height:18px;
}

/* Text Nachrichtenleser */
.mod_newsarchive .layout_full .ce_text
{
	margin-bottom:20px;
}

/* Text Nachrichtenleser */
.ce_text .image_container
{
	margin:10px;
}

.mod_newsmenu
{
	width:220px;
	height:600px;
	background-image:url("tl_files/Layout_Dateien/weihernet_news.png");
	background-position:left top;
	background-repeat:no-repeat;
}

/* Short News */
.layout_short
{
	padding-right:3px;
	padding-bottom:5px;
	padding-left:3px;
	border-top:1px dotted #ff6600;
}

/* Rahmen Shortnews oben */
.layout_short p.info first
{
	border-top:1px dotted #ff6600;
	border-right:0px dotted #ff6600;
	border-bottom:0px dotted #ff6600;
	border-left:0px dotted #ff6600;
}

/* Teasertext Shortnews */
.layout_short p.teaser
{
	margin-bottom:5px;
	font-size:11px;
	color:#000000;
}

/* Überschriftszeile Shortnews */
.layout_short h2
{
}

/* Überschriftszeile Shortnews */
.layout_short h2 a
{
	font-size:11px;
	color:#660099;
}

/* Shortnews Weiterlesen */
.layout_short p.more a
{
	padding-left:20px;
	background-image:url("tl_files/Layout_Dateien/pfeil1.png");
	background-position:left center;
	background-repeat:no-repeat;
	font-size:11px;
	color:#ff0000;
}

/* ModNewslist */
.mod_newslist
{
	background-color:#ffcc99;
}

