/*
  Author:   Michael Daum
  Company:  webdaum webdesign
  Web Site: www.webdaum.de
  Email:    webdesign@webdaum.de
  Comments: Druckausgabe ediconnect.de
*/

body	{
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active { 
	color: #000;
	text-decoration: none;
}

#menu, #rechtstab, #schaltflaechen { /* Kopfbereich, Menuleiste und Boxen loeschen */
	display: none;
}


#inhalt	{
	position: relative;
	left: -300px;
	margin: 0;
	padding: 0;
	width: 11cm;
}

.noprint	{
	display: none;
}

body, p, i, b, span, ul, ol, li, td, th, a	{
	font-size: 9pt;
}

h1	{
	font-size: 12pt;
}

h2	{
	font-size: 11pt;
	color: #366;
}

h3	{
	font-size: 11pt;
	color: #366;
	orphans: 5;
	widows:5;
}

.beginofsite{ page-break-before:always;}


