@charset 'utf-8';
/*------------------------------------------------
	*
	*	Copyright 2007, Kundenname
	*	www.kundenwebseite.com
	*	Author: Jung v. Matt
	*	Function: print settings
	*
--------------------------------------------------*/

/*------------------------------------------------
	*	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;
}
.invisible { /* makes elements invisible but readable */
	position:absolute;
	left:-1000em; 
}
/*------------------------------------------------
	*	hide areas
--------------------------------------------------*/
#navCont, #ctHd, #slCont, #ftCont {
	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, a:focus { /* basic link groundcolor */
	text-decoration:underline;
}
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;
}
p, ul {
	margin-bottom:15px;
}
ul li {
	margin-bottom:5px;
	list-style-type:square;
	margin-left:20px;
}
/*------------------------------------------------
	*	document
--------------------------------------------------*/
#dcCont {
	width:100% !important;
	margin:0 !important;
	padding:0 !important; 
}

#hdCont {
	margin-bottom:20px;
}
#hdCont a[href]:after  {
	content:""; 
}
/*------------------------------------------------
	*	content
--------------------------------------------------*/
#ctCont {
	
}
/*-----|| main content - basic font settings ||-----*/
#ctCont h1 {
	font-weight:bold;
	margin:0 0 20px 0;
	font-size:15pt;
}

