@charset 'utf-8';
/*-------------------------------------------------------------------------------------
	*
	*	@copyright:_________2008, Siegelwerk
	*	@link:______________http://www.siegelwerk.de
	*	@author:____________Oliver Hook
	*	@function:__________print settings
	*
	*	@version:___________1.0
	*
-------------------------------------------------------------------------------------*/

/*------------------------------------------------
	*	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
--------------------------------------------------*/
#loremipsum {
	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;
}
/*------------------------------------------------
	*	document
--------------------------------------------------*/
#dcCont {
	width:100% !important;
	margin:0 !important;
	padding:0 !important; 
}
/*------------------------------------------------
	*	content
--------------------------------------------------*/
#ctCont {
	
}
/*-----|| main content - basic font settings ||-----*/
#ctCont h1 {

}
/*------------------------------------------------
	*	sifr
--------------------------------------------------*/
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}
