/**
 * Generelles CSS f?r Content-Module. Wird bei allen Content-Modulen eingebunden.
 */

/* Container f?r die anzuzeigende Seite */
.ln_container {
	padding: 0.5em;
}

/* Klasse des Logos */
.ln_container div.ln_logo {
	display:inline;
}
.ln_container img.ln_logo {
}

.ln_container .invisible {
}

.ln_container .img_right_aligned {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	float: right;
}
.ln_container .img_left_aligned {
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}

/* Kopf des Moduls */
.ln_container .ln_pagehead {
}
.ln_container .ln_pagehead h1.ln_title {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#d2d2d2;
	font-weight:bold;
	font-size: 180%;
	background-color: #FFFFFF;
}
.ln_container .ln_pagehead h2.ln_subtitle {
	padding:0;
	color:#404040;
	font-weight:bold;
	font-size: 130%;
	background-color: #FFFFFF;
}

/* Fuss des Moduls */
.ln_container .ln_pagefoot {
	text-align:center;
	padding:2ex 0;
}

.ln_container .ln_copyright {
	font-variant:small-caps;
	font-size:84%;
	border-top:1px solid #ddd;
	padding-top:1ex;
	margin-top:2ex;
}


.ln_container .center {
	text-align:center;
}
.ln_container img {
	border:none;
	vertical-align:bottom;
}
.ln_container a {
	text-decoration: underline;
	color:#787878;
	background-color: #FFFFFF;
}


/* Contentbereich f?r die anzuzeigende Seite */

.ln_container .ln_contentarea {
}

.ln_container .ln_contentarea,
.ln_container .ln_contentarea td {
	font-size:90%;
	color:#313131;
	background-color: #FFFFFF;
}

.ln_container .ln_contentarea ul {
	list-style: square;
}

.ln_container hr {
	height:0px;
	border-top:1px;
}

.ln_container .ln_contentarea h2 {
	padding:1ex 0 0 0;
	margin:0;
	color:#808080;
	font-size:140%;
	font-weight:bold;
	background-color: #FFFFFF;
}
.ln_container .ln_contentarea h3.subhead {
	padding:0.9em 0 0 0;
	margin:0;
	color:#808080;
	font-size:120%;
	font-style:italic;
	font-weight:bold;
	background-color: #FFFFFF;
}
.ln_container .ln_contentarea h3 a,
.ln_container .ln_contentarea h2 a {
	color: #3888D9;
	text-decoration: none;
	background-color: #FFFFFF;
}


.ln_container .ln_sprungmarke {
	text-decoration:none;
}

.ln_container .ln_top {
}

.ln_container p.datum {
	line-height:1.6em;
	font-weight:bold;
	margin:0;
	padding:0;
}


.ln_container .floatright {
	float:right;
	margin-left:2ex;
}
.ln_container .floatleft {
	float:left;
	margin-right:2ex;
}
.ln_container .vmargin {
	margin: 1ex 0;
}
.ln_container .clear {
	clear:both;
}

.ln_container .ln_actionicons {
	float:right;
	clear:right;
}

/* Link zum Anfang */
.ln_container .ln_nav_top {
	width:33%;
	margin:auto;
}


/**
 * CSS f?r News-Module
 */
.ln_container div.news_listentry {
}
.ln_container p.news_listentrytop {
	padding:0;
	font-size:90%;
	margin:0 0 .8ex 0;
	background-color: #FFCC00;
	color: #000000;
}
.ln_container p.zusammenfassung {
	padding:1ex;
	background:#f5f5f9;
	color:#666;
}
.ln_container .news_listentry p.zusammenfassung {
	background:transparent;
	padding:0;
	margin:0 0 3ex 0;
	font-size:100%;
}

/* Titel f?r News */
.ln_container h2.news_listentrytitle {
	font-size:100%;
	margin:0 0 1.5ex 0;
	padding:0;
}


.ln_container div.news_cattitle {
	padding:1ex;
	margin:1ex 0;
	background:#eee;
	color:#666;


}
/* Texttypen/Datum-Menu */
.ln_container form.news_menutt {
	text-align:center;
}

.ln_container p.news_pagelist {
	text-align:center;
	margin:1ex;
}

/* Autor der News */
.ln_container p.redakteur {
	margin-top:1em;
	color:#666;
	background-color: #FFFFFF;
}


.ln_container .subline {
	color:rgb(0,164,164);
	background-color: #FFFFFF;
}
.ln_container .klein {
	font-size:84%;
}

.ln_container .titel {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.ln_container li p.absatz {
	margin:0;
}
.ln_container .absatz {
	vertical-align:top;
}
.ln_container .bibliographie {
	font-style:italic;
}
.ln_container .bewertung {
	font-weight:bold;
/* Auf Anforderung von V. Hassel rausgenommen: */
/* color: #046f6f; */
}
.ln_container .redakteur {
	font-weight:bold;
	font-size:80%;
}
.ln_container .markiert {
	background-color:Highlight;
	color:HighlightText;
}
.ln_container .autorname {
	font-variant:small-caps;
}
/** }}} **/

/**
 * CSS f?r Brosch?ren, enth?lt Navigations-spezifisches CSS.
 */

/* Navigation */
.ln_container .ln_top_navigation {
	padding:0 0 2ex 0;
	text-align: right;
}
.ln_container .ln_bottom_navigation {
	padding:2ex 0;
}

/* Link zur vorigen / n?chsten Seite */
.ln_container .ln_nav_prev,
.ln_container .ln_nav_next {
	line-height:1.5em;
	text-align:center;
	min-width:200px;
	height:25px;
	white-space:nowrap;
}
/* dirty IE fix */
* html .ln_container .ln_nav_prev,
* html .ln_container .ln_nav_next {
	width:200px;
}
.ln_container .ln_nav_prev {
	float:left;
	background:#f6dc00 url(http://www.lexisnexis.de/content/images/pfeil_links.gif) right no-repeat;
	padding-left:10px;
	padding-right:20px;
	color: #000000;
}
.ln_container .ln_nav_next {
	background:#f6dc00 url(http://www.lexisnexis.de/content/images/pfeil_rechts.gif) left no-repeat;
	padding-right:10px;
	padding-left:20px;
	color: #000000;
}
.ln_container .ln_nav_prev a,
.ln_container .ln_nav_next a {
	font-weight:bold;
	font-size:80%;
	text-decoration:none;
	color:black;
	background:#f6dc00
}
.ln_container .ln_nav_prev a:hover,
.ln_container .ln_nav_next a:hover {
	text-decoration:underline;
}

.ln_container div.rezept_vorschlag ul {
	margin-left: 15px;
	font-style: italic;
}
.ln_container div.rezept_vorschlag h3 {
	font-size: 120%;
	font-weight: bold;
}


/* Letzte Gesundheits-News, die der Brosch?re zugeordnet ist */
.ln_container div.ln_lastnews {
	padding: 0;
	margin: 0;
}
.ln_container h2.ln_lastnews {
	padding:0;
	margin:0;
	font-size:100%;
}
.ln_container .ln_lastnews .news_listentry p.news_listentrytop {
}
.ln_container .ln_lastnews .news_listentry .news_listentrytitle {
	text-align:left;
	font-size:100%;
	margin:0;
	padding:0;
}
.ln_container .ln_lastnews .news_listentry .zusammenfassung {
	font-size:84%;
}

