@charset "UTF-8";
/*
 *      Author: Guido De Gobbis <guido [dot] degobbis [at] kunze-verlag [dot] de>
 */

@media print
{
	body
	{
		font-family: "Times New Roman",times,georgia,palatino,serif;
		color: #666;
		font-size: 10pt;
	}
	h1
	{
		font-size: 20pt;
		margin: 0.4em 0 0.5em 0;
	}

	h2
	{
		font-size: 16pt;
		margin: 0.2em 0 0.5em 0;
	}

	h3
	{
		font-size: 12pt;
		margin: 0.4em 0 0.3em 0;
	}

	
	h1,h2,h3
	{
		page-break-after: avoid; /* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
		font-weight: bold;
	}

	a, a:visited
	{
		color: #333;
		text-decoration: underline;
	}
	
	.contentpagetitle { text-decoration: none; }

	ul li { list-style-type: square; }
	ul ul { padding-left: 0px; }
	ul ul li { list-style-type: circle; }
	ol li { list-style-type: decimal; }
	ol ol { padding-left: 10px; }
	ol ol li { list-style-type: lower-latin; }
	
	#img_slider { z-index: -1; }

	h1#corp
	{
		margin: 30px 0 20px;
		text-transform: none;
		text-align: right;
	}
	
	#corp a { text-decoration: none; }
	
	#corp a .title 
	{
		color: #ffa200;
		display: block;
		height: 2pt;
	}

	#corp a .slogan
	{
		color: #ccc;
		font-size: 10pt;
		display: block;
	}
	
	#breadcrumb
	{
		position: relative;
		top: 0;
		left: 0;
		font-size: 8pt;
	}

	.img_caption 
	{
		color: #666;
		background: #fff;
		font-size: 65%;
		text-align: center;
	}

	.np,
	.multipage,
	.pagenavcounter,
	.buttonheading,
	.pagination,
	.counter,
	.pagenavbar
	{
		display: none;
	}
	
	#content,
	#content_l,
	#content_r,
	#content_lr
	{
		margin: 10px 0%;
	}
	
	#content:before,
	#content_l:before,
	#content_r:before,
	#content_lr:before,
	#copyright_con:before
	{
		content: " ";
		display: block;
		border-bottom: 1px #666 solid;
		margin-bottom: 1em;
	}
	hr
	{
		border-bottom: 1px solid #ccc;
		height: 0;	
		display: block;
	}
	.clear { clear: both; }
	.highlight 
	{
		background-color: yellow;
		color:rgb(82,82,82);
		font-weight: bold;
	}

}
