@charset "utf-8";
/*

    basic styles for all browsers with default values but without positioning
    project:LIZ
*/


/* ----------  Global element definitions  ---------- */
/* global whitespace reset !!! */
* {
    margin: 0;
    padding: 0;
}

/* body */
body {
    font-size: 100.01%;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans serif;
    padding: 0;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.1;
    margin:0;
    padding:0;
}
h1 {
    font-size: 135%;
}
h2 {
    font-size: 125%;
}
h3 {
    font-size: 105%;
}
h4 {
    font-size: 100%;
}

/* text - inline */
abbr, acronym {
    font-style: normal;
}
em {
    font-style: italic;
    font-weight: inherit;
}
code, kbd, pre, samp, var {
    font-family: "Courier New", Courier, monospace;
    font-size: 110%;
    font-weight: bold;
}
q, cite {
    font-style: italic;
}
strong {
    font-style: normal;
    font-weight: bold;
}

/* text - block */
address {
    display: block;
    font-style: normal;
}
blockquote {
    font-style: normal;
}

/* horizontal rule */
hr {
    display: none;
}

/* images */
img {
    border: none;
}

/* lists */
ol {
  	list-style-type: decimal;
}
ul {
    list-style-type: square;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
legend {
    /*display: block; whole row*/
    font-weight: bold;
    margin: 0;
    padding: 0;
}
label, input, select, textarea {
    font-weight: normal;
    line-height: normal;
    font-family:Arial, Helvetica, sans-serif;
}
optgroup {
    font-style: normal;
    font-weight: bold;
}

/* tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    empty-cells: show;
}
caption, th {
    font-weight: bold;
    text-align: left;
}
th, td {
    vertical-align: top;
}

/* ------------------------------------------------------
   Accessibility
   ------------------------------------------------------ */
/* not visible, if the css is turn on */
#skipNav,
#skip1 a,
#skip2 a,
.non-accessible {
	display:none;
	}

#cssEnabled {
    height:1px;
}

.no-wrap {
	white-space:nowrap}


.bold {
	font-weight:bold;}
	

	
	
/*end of basic_screen.css*/
/************************************************************************************************************************************************************************************/


/*
		copy of basic_screen style from 8.10.08 
    styles for all browsers with positioning
    project:LIZ
*/

body  {
	color: #000000;
	font-size: 100.01%;
	margin: 10px;
}

/************************************************/
/*	Globals of containers												*/
/************************************************/
/*width of: only content */
#liz_AdWrapper.liz_ScreenMin {
}
/*width of: content + sky */
#liz_AdWrapper {
}

#liz_ContentWrapper { 
	}
	
#liz_Container { 
	} 
#liz_Sidebar1 {
	display: none;
} 
#liz_MainContent { 
} 
#liz_Sidebar2 {
	display: none;
}
/************************************************/
/*	invisible							*/
/************************************************/
.liz_Jump,
#liz_Header h1,
.liz_Search h3,
.liz_SubNav h3,
.liz_AdTimer h3,
.liz_MetaNav h3,
.liz_TeaserTop h2,
.liz_TeaserResort h2,
.liz_TeaserCategory h2,
.liz_TeaserText h2,
.liz_ArticleBookmarks h3,
.liz_ArticleFunction h3,
dfn {
	display:none;}
	

/************************************************/
/*	General Class Definitons													*/
/************************************************/
.fltrt { /* Mit dieser Klasse koennen Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
}
.fltlft { /* Mit dieser Klasse koennen Sie ein Element auf der Seite nach links fliessen lassen. */
	float: left;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schliessen eines Containers sein, der wiederum einen vollstaendigen Float enthalten sollte. */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.liz_Red {
	color: #a00000;
}

/************************************************/
/*	Details of container  Header    						*/
/************************************************/
#liz_Header {
	padding:10px 0 10px 0;}
	
#liz_Header img {
	border-bottom: 1px solid #999999;
	width:602px;
	height:59px;}

/************************************************/
/*	Navigation lizMainNav incl. lizMainSubNav												*/
/************************************************/
.liz_MainNav {
	display:none;
}
/************************************************/
/*	Details of container  Sidebar 1 - left column	*/
/************************************************/
.liz_Sidebar1Wrapper {
	}
/*
distance between all the Boxes in the left sidebar
*/
.liz_MetaNav,
.liz_SubNav,
.liz_Search,
.liz_AdTimer,
#liz_Sidebar1 .liz_Ad_120_600 {

}
/**************
box izAdTimer in the left sidebar
***************/

/**************
box lizMetaNav in the left sidebar
***************/

/**************
box lizSubNav in the left sidebar
***************/

/**************
box lizSearch in the left sidebar
***************/

/**************
box lizExtSearch in the middle
***************/
.liz_ExtSearch {
	display:none;}
	
/**************
box liz_SearchResult in the center
***************/
.liz_SearchResult h1 {
	font-size:96%;
	font-weight:bold;
	color: #a00000;
	padding: 0 10px 0 10px;
}

/*global definition in boxes of */
/*h3 = teaserheadline*/
.liz_SearchResult h3 {
	font-size:80%;
	margin-bottom:0.4em;
	line-height:1.3em;

}
/*distance of all element to the bottom*/	
.liz_SearchResult {
	margin:0 0 10px 0;
}
/*distance of all element to the left and the right*/	
.liz_SearchResult h3,
.liz_SearchResult .liz_Paragraph,
.liz_SearchResult .liz_CopyRight,
.liz_SearchResultSummary  {
	padding-left:10px;
	padding-right:10px;
}
.liz_SearchResultHit { 
	padding-top:6px;
	padding-bottom:6px;
}
.liz_SearchResultHit { 
	border-bottom:1px solid #DADADA;
}
.liz_SearchResultSummary { 
	font-size:70%;
	padding-bottom:4px;
}
.highlight,
.liz_SearchResultHighlight,
.liz_SearchResultNavHighlight { 
	background-color:#CCCCCC;
}

/* liz_SearchResultNav in main Content -= liz_SearchResultNav side by side */

.liz_SearchResultNav {
	display:none;
}


/************************************************/
/*	Details of container  mainContent	          	*/
/************************************************/
/************************************************/
/*	Boxes of MainContent																		*/
/************************************************/
.liz_MainContentWrapper {
	background-color:#FFFFFF;
	/*padding:10px 0 0 0;*/
	padding:0;
	border-bottom: 1px solid #999999;
	border-top: 0;
}
.liz_Paragraph,
.liz_ImageRowParagraph {
	font-size:80%;
}
.liz_Paragraph ul,
.liz_ImageRowParagraph ul,
.liz_Paragraph ol,
.liz_ImageRowParagraph ol {
	margin-left:20px;
}
.liz_Paragraph ul li,
.liz_ImageRowParagraph ul li {
	/*background-image: url(../img/liz_Bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;*/
	list-style-type:square;
}
.liz_CopyRight{
	font-size:70%;
	color:#5F5F5F;
}
.liz_ArticleBreadcrumb,
.liz_TeaserBreadcrumb {
	font-size:60%;
}
/*
distance between all the Boxes in Main content
*/
/*.liz_TeaserTop,
.liz_TeaserText {
	padding:0 10px 10px 10px;}*/
	
/**************
global definition in boxes of 
.liz_TeaserTop
.liz_TeaserResort
liz_TeaserCategory
.liz_TeaserText
***************/

/*h3 = teaserheadline*/
.liz_TeaserTop h3,
.liz_TeaserResort h3,
.liz_TeaserCategory h3 {
	font-size:80%;
	margin-bottom:0.4em;
	line-height:1.3em;
}
.liz_TeaserText {
	font-size:70%;
	margin-bottom:0.4em;
	line-height:1.3em;
	font-weight:normal;
	margin-left:20px;
}
/*distance of all element to the bottom*/	
.liz_TeaserTop,
.liz_TeaserResort,
.liz_TeaserCategory,
.liz_TeaserMultimedia,
.liz_TeaserText {
	margin:0 0 10px 0;
}

.liz_TeaserCategory {
	margin:0 0 15px 0;
}

.liz_TeaserBreadcrumb {
	margin-bottom:0.2em;
}

/*set text and images along one line*/
img.fltlft,
img.fltrt,
.liz_ParagraphPictureFloatLft,
.liz_ParagraphPictureFloatRt,
.liz_ParagraphPictureNoFloat {
	padding-top:4px;
}
/**************
box lizTeaserTop
***************/
/*distance of all element to the left and the right*/	
.liz_TeaserTop h3,
.liz_TeaserTop img.fltlft,
.liz_TeaserTop img.fltrt,
.liz_TeaserTop .liz_TeaserBreadcrumb,
.liz_TeaserTop .liz_Paragraph,
.liz_TeaserTop .liz_CopyRight {
	padding-left:10px;
	padding-right:10px;
}
/**************
box lizTeaserResort
***************/
/*distance of all element to the left and the right*/
.liz_TeaserResort h3,
.liz_TeaserCategory h3,
.liz_TeaserResort img.fltlft,
.liz_TeaserCategory img.fltlft,
.liz_TeaserResort img.fltrt,
.liz_TeaserCategory img.fltrt,
.liz_TeaserBreadcrumb,
.liz_TeaserResort .liz_Paragraph,
.liz_TeaserCategory .liz_Paragraph,
.liz_TeaserResort .liz_CopyRight,
.liz_TeaserCategory .liz_CopyRight {
	padding-left:10px;
	padding-right:10px;
}
	
/* lizTeaserSubNav in main Content -= lizTeaserSubNav side by side */
.liz_TeaserSubNav {
	background-color:#E6E6E6;
	border:1px solid #999999;
	display:block;
	margin-bottom:10px;
	padding:1px 10px 2px 10px;
}
.liz_TeaserSubNav ul {
	display:inline;
	line-height:14px;
	font-size:70%;
}
.liz_TeaserSubNav ul ul {
	padding-left:0px;
	font-size:100%;
}
/*zoom is necessary because of the bug of IE7, border-left was not on the right place*/
.liz_TeaserSubNav li {
	font-weight:bold;
	display:inline;
	zoom:1;
}

.liz_TeaserSubNav li li {
	list-style-type: none;
	font-weight:normal;
	border-left:1px solid #c00000;
	padding-left:0.4em;
	padding-right:0.4em;
	white-space:nowrap;
}
.liz_TeaserSubNav li:first-child {
  border-left: 0;
}
/*.liz_TeaserSubNav li li+li {
	border-left:1px solid #c00000;}*/

/**************
box lizTeaserText
***************/
/*distance of all element to the left and the right*/
.liz_TeaserText ul {
	margin-left:30px;
}
.liz_TeaserText li {
	list-style-type: square;
	padding-bottom:0.4em;
	line-height:1.3em;
	font-size:103%;
	/*background-image: url(../img/liz_BulletTeaserText.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;*/
}

.liz_TeaserText li h3 {
	padding:0;
	margin:0;
}
/**************
box lizTeaserMultimedia
***************/
.liz_TeaserMultimedia {
	background-color:#E6E6E6;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:0 0 2px 10px;
}
.liz_TeaserMultimediaMovie,
.liz_TeaserMultimediaPodcast,
.liz_TeaserMultimediaImagerow {
	float:left;
	width:158px;
	overflow:hidden;
}

.liz_TeaserMultimediaImage {
	height:100px;
	width:158px;
  background-repeat:no-repeat;
 }
.liz_TeaserMultimediaImagerow img,
.liz_TeaserMultimediaPodcast img,
.liz_TeaserMultimediaMovie img {
	padding-left:130px;
	padding-top:4px;
}
.liz_TeaserMultimedia h2 {
	color:#5F5F5F;
	font-size:70%;
	padding:2px 0 2px 0;
}
.liz_TeaserMultimedia h3 {
	font-size:70%;
	width:150px;
	overflow:hidden;
	padding-top:2px;
}
.liz_TeaserMultimediaSubline {
	color:#8C8C8C;
	font-size: 60%;
	width:150px;
	overflow:hidden;
}
/**************
box lizArticle
***************/	
/*distance to the left und right side of all Elements within the maincontent*/
.liz_ArticleBreadcrumb,
.liz_Article h1,
.liz_Article .subline,
.liz_ArticleCopyright,
.liz_ArticleDate,
.liz_ArticleClickcount,
.liz_ArticleTeaserText,
.liz_ParagraphPicture,
.liz_ArticleLinks,
.liz_ArticleBookmarks,
.liz_TeaserCategoryLinks,
.liz_Article .liz_Paragraph {
	padding: 0 10px 0 10px;
}
/*distance between the paragraphs*/
.liz_Article .liz_Paragraph {
	padding-bottom: 0.9em;
}
.liz_ArticleFunction {
	display:none;
}
.liz_Article h1,
.liz_ImageRow h1 {
	font-size:96%;
	font-weight:bold;
	color: #a00000;
	padding-top:5px;
}
/*paragraphheadline*/
.liz_Article .liz_Paragraph h2 {
	font-size:100%;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0.5em;
	color: #a00000;
}
/*Untertitel*/
.liz_Article .subline {
	font-size:70%;
	padding-bottom:5px;
	line-height:1.3em;
	font-weight:bold;
}

/*
boxes between lizArticle to the top and bottom
*/
.liz_ArticleLinks,
.liz_ArticleBookmarks,
.liz_ImageRowLinks,
.liz_TeaserCategoryLinks {
	padding-top:5px;
	padding-bottom:5px;
}
.liz_ArticleLinks h3,
.liz_ImageRowLinks h3 {
	color:#666666;
	font-size:80%;
	margin-bottom:0.4em;
	line-height:1.3em;
}
.liz_Article h1,
.liz_ImageRow h1 {
	display:block;
	visibility:visible;
	margin-bottom:0.6em;
}

.liz_ArticleTeaserText,
.liz_ImageRowTeaserText {
	font-weight:bold;
	font-size:70%;
	margin-bottom:10px;
}
.liz_ArticleDate,
.liz_ArticleClickcount {
	margin-bottom:7px;
	color:#666666;
	font-size:60%;
}
.liz_ArticleCopyright {
	font-weight:bold;
	color:#666666;
	font-size:60%;
}
.liz_ArticleBreadcrumb {
	margin-bottom:0.6em;
}
.liz_ParagraphPictureFloatLft,
.liz_ParagraphPictureFloatRt,
.liz_ParagraphPictureNoFloat {
	margin-bottom:10px;
}
.liz_ParagraphPictureFloatLft {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.liz_ParagraphPictureFloatRt {
	float:right;
	margin-left:10px;
	padding-right:10px;
}
.liz_ParagraphPictureNoFloat {
	margin-left:10px;
	margin-right:10px;
}
.liz_PictureCopyright {
	display:block;
	text-align:left;
	font-size:70%;
	color:#000000;
}
.liz_PictureCapture {
	text-align:left;
	color:#A2A2A2;
	font-size:70%;
}

.liz_ArticleFunction {
	margin-top:15px;
	padding-top: 7px;
	padding-bottom: 8px;
	border-top:2px solid #D9D9D9;
}
/*lizArticleLinks*/
.liz_ArticleLinks {
}

.liz_ArticleLinks ul,
.liz_TeaserCategoryLinks ul,
.liz_ImageRowLinks ul {
	margin-left:20px;
}
.liz_TeaserCategoryLinks {
	font-size:70%;}
	
.liz_TeaserCategoryLinks li {
	font-size:103%;}

.liz_ArticleLinks li,
.liz_TeaserCategoryLinks li,
.liz_ImageRowLinks li {
	list-style-type: square;
	padding-bottom:0.4em;
	line-height:1.3em;
	padding-left:0px;
	/*background-image: url(../img/liz_BulletTeaserText.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:0px 4px;*/
}

.liz_ArticleLinks li,
.liz_ImageRowLinks li {
	font-size:75%;
}

/*lizArticleBookmarks*/
.liz_ArticleBookmarks {
	
}
.liz_ArticleBookmarks img {
	border:0;
}


/*liz_imageRow*/
/*distance to the left und right side of all Elements within the maincontent*/
.liz_ImageRow h1,
.liz_ImageRowTeaserText,
.liz_ImageRowParagraph,
.liz_ImageRowPicture,
.liz_ImageRowCopyright,
.liz_ImageRowNav,
.liz_ImageRowLinks {
	padding: 0 10px 0 10px;
}
.liz_ImageRowCopyright {
	display:block;
	text-align:right;
	font-size:70%;
	color:#A2A2A2;
	padding-right:2px;
}
.liz_ImageRowPicture {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;	
}
.liz_ImageRowNavBack {
	font-weight:bold;
	float:left;
}
.liz_ImageRowNavCounter {
	color:#666666;
	float:right;
	font-weight:bold;
	font-size:70%;
}
.liz_ImageRowNavNext {
	float:right;
	padding:0 0.2em 0 0.1em;
}
.liz_ImageRowNavPrevious {
	float:right;
	padding:0 0.1em 0 0.2em;
}

/**************
box liz_Contact
***************/	
.liz_Contact {
}
	
/*distance to the left und right side of all Elements within the maincontent*/
.liz_Contact {
	padding: 0 10px 0 10px;
}
.liz_Contact h1 {
	font-size:96%;
	font-weight:bold;
	color: #a00000;
}
.liz_Contact .liz_Paragraph li {
	list-style-type: none;
	background-image: none;
	padding-left:0px;
}
.liz_Contact .liz_Paragraph ul li li {
	margin-left:10px;
	list-style-type: none;
}
.liz_Contact .liz_Paragraph {
	font-size:70%;
	}


/************************************************/
/*	Details of container  Sidebar 2		 -right 	*/
/************************************************/
/*padding is to connect on the individuell element in this column*/
.liz_Sidebar2Wrapper {
}
	
/************************************************/
/*	container lizFooter		                                 */
/************************************************/
.liz_FooterCopyRight{
	padding:5px 0 0 0px;
	font-size:60%;
	color:#5F5F5F;
}

.liz_FooterUri{
	padding:5px 0 0 0px;
	font-size:60%;
	color:#5F5F5F;
}

/**************
most recent articles
***************/
.liz_MostRecentArticles {
  padding-top:8px;
	font-size:70%;
	border-bottom:1px solid #D9D9D9;
	padding-bottom:5px;
	margin-bottom:8px;
}
.liz_MostRecentArticlesDate {
    width:255px;
    float:left;
}

.liz_MostRecentArticlesRight {
    width:220px;
    float:right;
    text-align:left;
}

.liz_MostRecentArticlesMiddle {
		font-weight:bold;    
    width:60px;
    float:right;
    text-align:right;
}

.liz_MostRecentArticlesLeft {
    width:188px;
    float:left;
    text-align:right;
}

.liz_ExternalLink{
     white-space:nowrap;
}

.liz_MoreArticlesHeader {
	display:none;}

.liz_MoreArticlesTeaser {
	display:none;}

/************************************************/
/*	Links																				*/
/************************************************/
/*
global link definitions, order of pseudoclasses important for FF: link, focus, visited, hover, active
*/
a {
	color: #A00000;
	text-decoration:none;
}
a:link,
a:visited,
a:focus {
}
a:hover {
	text-decoration:underline;
}
a:active {
}


	
/*link within the Paragraphs/ Text*/

.liz_Paragraph a:link,
.liz_Paragraph a:visited,
.liz_Paragraph a:focus,
.liz_Ad_120_60_3RowsTxt a:link,
.liz_Ad_120_60_3RowsTxt a:visited,
.liz_Ad_120_60_3RowsTxt a:focus,
.liz_Ad_120_60_4RowsTxt a:link,
.liz_Ad_120_60_4RowsTxt a:visited,
.liz_Ad_120_60_4RowsTxt a:focus,
.liz_ImageRowParagraph a:link,
.liz_ImageRowParagraph a:visited,
.liz_ImageRowParagraph a:focus {
	color: #333333;
	text-decoration:underline;
}
.liz_Paragraph a:hover,
.liz_ImageRowParagraph a:hover,
.liz_Ad_120_60_3RowsTxt a:hover,
.liz_Ad_120_60_4RowsTxt a:hover {
	color: #a00000;
	text-decoration:underline;
}
.liz_Paragraph a:active,
.liz_ImageRowParagraph a:active,
.liz_Ad_120_60_3RowsTxt a:active,
.liz_Ad_120_60_4RowsTxt a:active {
	color: #333333;
	text-decoration:underline;
}

/*
link definitions for lizMainNav
*/


/*
links in lizAdTimer
*/
.liz_AdTimer a {
	color: #FFFFFF;
	text-decoration:none;
}
.liz_AdTimer a:link,
.liz_AdTimer a:visited,
.liz_AdTimer a:focus {
}
.liz_AdTimer a:hover {
	text-decoration:underline;
}
.liz_AdTimer a:active {
}

/*
links in lizMetaNav
*/

/*
links in lizSubNav
*/
.liz_SubNav a.current {
	color:#a00000;}
	
.liz_SubNav a {
	color: #333333;
	text-decoration:none;
}
.liz_TeaserSubNav a {
	color: #333333;
	text-decoration:none;
}
/* ressort should be bold, the rest normal weight*/
.liz_SubNav li li a {
	font-weight:normal;
	color:#333333;
}
.liz_TeaserSubNav li li a {
	font-weight:normal;
	color:#333333;
}
.liz_SubNav li a {
	font-weight:bold;
	color:#a00000;
}

.liz_TeaserSubNav li a {
	font-weight:bold;
	color:#333333;
}


.liz_SubNav a:link,
.liz_SubNav a:visited,
.liz_SubNav a:focus,
.liz_TeaserSubNav a:link,
.liz_TeaserSubNav a:visited,
.liz_TeaserSubNav a:focus {
}
.liz_SubNav a:hover,
.liz_TeaserSubNav a:hover {
	text-decoration:underline;
}
.liz_SubNav a:active,
.liz_TeaserSubNav a:active {
}
.liz_TeaserSubNav li li a {
	border-left: 0px solid #a00000;
	padding-left:0;
}
a.liz_ArticleFunctionPrint,
a.liz_ArticleFunctionRecommend,
a.liz_ArticleFunctionLetter {
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:20px;
	font-size:60%;
	color: #333333;
	float:left;
	line-height:2em;
}
a.liz_ArticleFunctionPrint {
	background-image:url(../img/lizArticleFunctionPrint.gif);
}
a.liz_ArticleFunctionRecommend {
	background-image:url(../img/lizArticleFunctionRecommend.gif);
}
a.liz_ArticleFunctionLetter {
	background-image:url(../img/lizArticleFunctionLetter.gif);
}
.liz_ArticleBookmarks a {
	margin-right:3px;
}
a.liz_Back {
	background-image:url(../img/liz_Back.gif);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:14px;
	margin-right:20px;
	font-size:70%;
	color: #333333;
}
.liz_ArticleLinks li a,
.liz_ImageRowLinks li a {
	color:#333333;}
	

/************************************************/
/*	advertisement																*/
/************************************************/
.liz_Ad_468_60 {
	display:none;}

.liz_Ad_super .liz_AdMark,
.liz_Ad_120_600 .liz_AdMark,
.liz_Ad_468_60 .liz_AdMark,
.liz_Ad_2x_120_60 .liz_AdMark,
.liz_Ad_250_120 .liz_AdMark,
.liz_Ad_120_60_3RowsTxt .liz_AdMark,
.liz_Ad_120_60_4RowsTxt .liz_AdMark,
.liz_Ad_sky .liz_AdMark {
display:none;
}


.liz_Ad_super {
	display:none;
}

.liz_Ad_sky {
	display:none;
}


/************************************************/
/*	Skin 																				*/
/************************************************/

/*Default Skin */


/*end of liz_screen.css*/
/************************************************************************************************************************************************************************************/


@media print {
	body  {
		font-size: 100.01%;
		background: #FFFFFF;
	}
	#liz_ContentWrapper, 
	#liz_MainContent { 
		width:95%;
		float:none;
	}
	#liz_Header img {
		width:95%;
		border-bottom: 1px solid #999999;
	}
	.liz_TeaserSubNav {
		background-color:#E6E6E6;
		border:1px solid #999999;
		padding: 5px 10px;
}
}

