/*

	filename:	/css/print-base.css
	version:	2.0 - 2007-05-23 - mkr

	author:		martin (dot) krause (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org

	2.0 - mkr: changed layout due to new styleguide
	
*/


/* =basic stuff
-------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: normal 15px/20px arial, verdana, tahoma, sans-serif ! important;
	color: black;
	background: transparent;
}

body * {
	background: none ! important;
	margin: 0;
	padding: 0;
}

#stage {
	margin: 37mm 26.5mm 0 6mm ! important; 
}

* html #stage {
	margin: 37mm 25mm 0 6mm ! important; 
}


/* =hide
-------------------------------------------------------------------------*/
.skip,
#navSupplementary,
#branding,
#navMain,
.dropDownHide,
#navSection,
#breadcrumb,
#contentService,
#contentSiteInfo

{
	display: none ! important;
}


/* =printInfo, print styles
-------------------------------------------------------------------------*/
#printInfo {
 	border-top: 1px solid #062E77;
	padding-top: 2mm;
	margin: 37mm 26.5mm 0 6mm ! important; 
	font: normal 6px/7px arial, verdana, tahoma, sans-serif ! important;
}

* html #printInfo {
	margin: 5mm 25mm 0 6mm ! important; 
}

img#logoPrint {
	position: absolute;
	top: 5mm;
	left: 148mm;
}

img#claimPrint {
	position: absolute;
	top: 17.25mm;
	left: 6mm;
}

#printInfo h2{
	font: bold 6px/7px arial;
	padding: 0 ! important;
	margin: 0 ! important;
}

#printInfo p {
	display: block;
	width: auto;
}

/* =content
-------------------------------------------------------------------------*/
#contentMain {
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 24px/28px "Trebuchet MS", arial, verdana,serif;
	font-weight: bold;
	margin: 0 0 4mm 0;
	page-break-after: avoid;
}

h2 {
	font: bold 15px/21px arial, verdana,serif;
	page-break-after: avoid;
}

h2.subheadline {
    margin-bottom: 1em !important;
}

h3 {
	font: italic normal 15px/21px arial, verdana,serif;
	page-break-after: avoid;
}


p {
	margin: 0 0 5mm 0 ! important;
	widows: 4;
	orphans: 4;
}

.intro {
	border: 2px solid #ccc;
	background: #efefef ! important;
	margin:  2.5mm 10mm 5mm 10mm;
	padding: 2.5mm;
	text-indent: 0 ! important ;
	page-break-after: avoid;
	page-break-inside: avoid;
}



sup {
	font-size: 78%;
}


ul {
	widows: 4;
	orphans: 4;
	margin: 0 0 5mm 5mm;
}

li {
	margin: 0 0 1mm 0;
	widows: 4;
	orphans: 4;
}

dl {
	widows: 4;
	orphans: 4;
}

dd {
	font:  bold 15px/21px arial, verdana,serif;
	widows: 4;
	orphans: 4;
}

dt {
	margin: 0 0 1mm 0;
	widows: 4;
	orphans: 4;
}
dt+dt {
	margin-top: -1mm;
	text-indent: 2mm;
}

address {
	font-style: normal;
}

a, 
a:link,
a:visited,
a:hover, 
a:active {
	color: #000 ! important;
	text-decoration: underline;
	background: none;
	font-size: 100% ! important;
}

/* generated content*/
/*
a:link:after,
a:visited:after {
	content: " (Link: " attr(href)") ";
	font-size: 80%;
	color: #999;
}

a[href^="/"]:after {
	color: #999;
	font-size: 80%;
	content: " (Link: http://merz.de" attr(href)") ";
}
*/

 *[title]:after {
	content:" ("attr(title)") ";
	color:#999;
	font-size:80%;
} 

sup.printSup {
	font-size: 8pt ! important;
}


#printFootnotes {
	clear: both;
	border-top: 1px solid #000;
	padding-top: 9px;
	page-break-inside: avoid;

}
 

#printFootnotes li {
	margin: 0 0 0 27px! important; 
	font-size: 8pt ! important;
}


/* table */

#contentMain table {
	margin:2mm 0 8mm 0;
	border: 1px solid #000;
	border-collapse: collapse;
}

#contentMain table thead,
#contentMain table th {
	font-weight: bold;
	background: #d1d1d1 ! important;
	padding: 4px 10px;
	vertical-align: top;

}

#contentMain table tr {
	border: 1px solid #000;
}

#contentMain table td {
	padding: 4px 10px;
	vertical-align: top;
}

#contentMain table tr.odd {
	background: #efefef ! important;
}
#contentMain table .even {
}
/* various image elements */

#contentMain div.center {
	text-align: center;
}

#contentMain div.left {
	float: left;
}

#contentMain div.right {
	float: right;
}

#contentMain dl.center {
	margin: 0 auto;
}

#contentMain img.floatRight,
#contentMain img.right {
	float: right; 
	margin: 2.5mm 0 5mm 10mm; 
}

#contentMain img.floatLeft,
#contentMain img.left {
	float: left; 
	margin: 2.5mm 10mm 5mm 0; 
}

/* for  haar-ausfall.com /service/ Fragenkatalog zum Haarausfall  */
.nonPrintArea {
	visibility: hidden;
	display: none;
}

.onlyprint {display: block;}
td.onlyprint {display: run-in; height: auto;}

table.haarleitfaden {
	width: 100%;
}

table.haarleitfaden td {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	font-size: 12px;
}

table.haarleitfaden td ul li{
	font-size: 12px ! important;
}

.printcell {font-size: 10px;}



