/*-----------------------------------------------------------------------------
client:    Drucker
project:   http://www.voeste.net
version:   1.0
date:      31.05.07
author:    Jörg Schimke
email:     schimke@webkantine.com
website:   http://www.webkantine.com
-----------------------------------------------------------------------------*/


/* Grundangaben
-----------------------------------------------------------------------------*/
@page {
	size:21.0cm 29.7cm;
	margin-top:2cm;
	margin-bottom:2cm;
	margin-left:2.5cm;
	margin-right:2.5cm
}

body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: none;
	visibility: visible;
	z-index: 0;
	font-size: 101%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	left: 0px;
	top: 0px;
}

/*Grundgrößen*/
h1 {
	font-size: 14pt;
	line-height: 115%;
	margin-top: 14pt;
}

h2 {
	font-size: 12pt;
	line-height: 115%;
	margin-top: 12pt;
}

h3 {
	font-size: 11pt;
	line-height: 115%;
	margin-top: 11pt;
}

h4 {
	font-size: 10pt;
	line-height: 115%;
	margin-top: 10pt;
}

p { 
	font-size: 10pt;
	line-height: 130%;
	orphans:3;
	widows:3;
	margin-top: 10pt;
}

/*NICHT zu druckende Elemente
-----------------------------------------------------------------------------*/

/*#klammer {
	display: none;
	visibility: hidden;
	background-color: #FFFFFF;
	background-image: none;
}*/

#navigation {
	display: none;
	visibility: hidden;
	background-color: #FFFFFF;
	background-image: none;
}

#navisub {
	display: none;
	visibility: hidden;
	background-color: #FFFFFF;
	background-image: none;
}

a, a:link, a:visited, a:hover, a:active {
	display: none;
	visibility: hidden;
	background-color: #FFFFFF;
	background-image: none;
}



/*DRUCKENDE Elemente
-----------------------------------------------------------------------------*/

#klammer {
	position: relative;
	visibility: visible;
	z-index: 1;
	width: 100%;
	height: auto;
	//background-color: transparent;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
	border: 0px none;
}


#redaktion {
	position: relative;
	visibility: visible;
	z-index: 2;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#text {
	position: relative;
	visibility: visible;
	z-index: 12;
	width: 100%;
	height: auto;
	text-align: left;
	right: auto;
	bottom: auto;
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 14pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Klassen*/

.nullspace {
	font-size: 0px;
	height: auto;
	width: 0px;
	position: relative;
}

