/* 
 *	CSS Document  --  Print Style
 *	Gesundheitskonzepte Kohlmann-Viand
 *	(c) 2007 Lars Brinkmann | www.netzbuero.de
 */

body {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, p, ul, ol, blockquote {
	margin-top: 0px;
}

img { border: none; }

.logobar 					{ display: none; }
.coverbox 					{ display: none; }
.navigationOuterWrap 		{ display: none; }
.subnavigationOuterWrap 	{ display: none; }
.metaNavigation			 	{ display: none; }
.topLeft 					{ display: none; }
.claim 						{ display: none; }
.rightCol 					{ display: none; }


.printWrap { width: 100%; }
.printFooter { display: block; width: 100%; text-align: right; }
.printHead { display: block; text-align: center; }
.printFooterMeta {  }
.printClaim { width: 100%; text-align: center; display: block; }


.headlineBox {
/*
	position: absolute;
	top: 138px;
	left: 203px;
	width: 542px;
	height: 78px; */
}

.headlineBoxInnerWrap { }

.headlineBox h1 {
	font-weight: bold;
	font-size: 17px;
	color: #355cb9;
}


.content {
/*	position: absolute;
	top: 216px;
	left: 238px;
	width: 487px;
	padding-bottom: 20px; */
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.content .headlineBox h1 {
	color: #000000;
}

.content p, .content ul, .content ol, .content blockquote, .content td, .printFooter {
	font-size: 13px;
	line-height: 20px;
}

.content li {
	margin-bottom: 10px;
}

/* Typografie */
.rightCol, .content, .headlineBox h1, .printFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navigationOuterWrap a, .subnavigationOuterWrap a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

