@charset 'utf-8';
/*-------------------------------------------------------------------------------------
	*
	*	@copyright:_________2008, Kundenname
	*	@link:______________http://www.kundenwebseite.de
	*	@author:____________Jung v. Matt/Neckar
	*	@function:__________print settings
	*
	*	@version:___________1.0
	* 	@revision:__________$Revision: 51 $
	* 	@lastmodified:______$Date: 2008-06-05 10:55:13 +0200 (Do, 05 Jun 2008) $
	*
-------------------------------------------------------------------------------------*/

/*------------------------------------------------
	*	reset browser defaults
--------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
}
body {
	background:#fff !important;
}
table { 
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
/*------------------------------------------------
	*	predefined styles
--------------------------------------------------*/
.clear { /* clearing floats within html-code about the <br /> tag */
	clear:both;
	height:0;
	font-size:0; 
}
.clearfix:after { /* clearfix-method without additional markup. needs surrounding element. */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
hr { 
	clear:both;
	display:block;
	margin:15px 0;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.readable { /* makes elements invisible but readable */
	position:absolute;
	left:-1000em; 
}
.invisible {
	display:none;
}
/*------------------------------------------------
	*	basic font definitions
--------------------------------------------------*/
* { /* basic font family/groundcolor */
	color:#000;
	font:12pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
	/*quotes: "\201E" "\201C" "\201A" "\2018";*/
}
h1, h2, h3, h4, h5, h6 { /* no page-break after headings */
	page-break-after:avoid; 
}
a:link, a:visited, a:active, p a:focus { /* basic link groundcolor */
	text-decoration:underline;
}
#ctCont a[href]:after, #ctSrd a[href]:after { /* set urls visible after links --> modern browsers */
	content:" <"attr(href)">"; 
	background-color:inherit;
	color:#369; 
	font-style:italic;
}
abbr[title]:after, acronym[title]:after { /* set text of acronyms visible --> modern browsers */
	content:'(' attr(title) ')';
	background-color:inherit;
	color:#369; 
	font-style:italic;
}
#*[cite]:after {
	content:close-quote" (Quelle: "attr(cite)")";
}
q:before, blockquote:before {
	content:open-quote;
}
q:after, blockquote:after {
	content:close-quote;
}
/*------------------------------------------------
	*	document
--------------------------------------------------*/
#dcCont {
	width:100% !important;
	margin:0 !important;
	padding:0 !important; 
}
/*------------------------------------------------
	*	header
--------------------------------------------------*/
#hdCont { /* header  container */
	position:relative;
	margin:0 0 25px 0;
	height:45px;
	width:100%;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#hdCont h1 img {
	position:relative;
	padding:10px;
	float:left;
	width:116px;
	height:25px;
}
#hdCont h2 {
	position:relative;
	padding:10px 10px 10px 0;
	font-size:8pt;
	float:left;
}
#hdCont h2 span {
	font-weight:bold;
	font-size:8pt;
	display:block;
}
#hdCont h2 a {
	display:none;
}
/*------------------------------------------------
	*	content
--------------------------------------------------*/
#ctSrd h2 {
	padding:5px 10px;
	margin-bottom:25px;
	font-size:10pt;
	font-weight:bold;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#ctSrd #ctCont {
	margin-bottom:25px;
}
#ctSrd #ctCont .ct {
	clear:both;
}
#ctSrd #ctCont h3 {
	padding:5px 10px;
	font-size:10pt;
	font-weight:bold;
	border-bottom:1px dotted #000;
}
#ctSrd #ctCont p strong {
	font-size:8pt;
	font-weight:bold;
}
#ctSrd #ctCont p {
	padding:5px 10px;
	font-size:8pt;
}
#ctSrd ul li {
	padding:5px 10px;
	font-size:8pt;
}
#ctCont .ctPrt img {
	clear:both;
	display:block;
}
ul.checklist {
	margin-bottom:25px;
	list-style:none;
}
ul.checklist li {
	float:left;
	width:90%;
}
ul.checklist li.box {
	width:3%;
}
table td, tabe th {
	padding-right:10px;
}
/*------------------------------------------------
	*	slot
--------------------------------------------------*/
#slCont .ct {
	padding:0 10px;
	margin-bottom:25px;
	font-size:8pt;
}
#slCont .ct a.flyout:after {
	content:"";
}
#slCont .ct a.flyout,
#slCont .ct a.link,
#slCont .ct a.download {
	font-size:10pt;
	font-weight:bold;
}
/*------------------------------------------------
	*	ausgeblendete elemente
--------------------------------------------------*/
input, select, textarea, label,
#flashSlotSurround,
#flashSlideSurround,
#hdNav,
#snCont,
#ctCont .ctOverview,
#slCont .ct a.print,
#slCont img,
#ftCont {
	display:none;
}
/*------------------------------------------------
	*	ausgeblendete elemente einblenden
--------------------------------------------------*/
ul.checklist input,
ul.checklist label {
	display:inline;
}