@media print {


#left 	{display:none;}

#title	{display:none;}


#content{
	position:static;
	height:100%;
	width:100%;
	float:none;
	padding-right:none;
	overflow:visible;
	}


p	{
	font-family : georgia, times new roman, serif;
	font-size: 12pt;
	color : #000000;
	text-align : justify;
	line-height:1.5em;
	padding-bottom:3px;
	}

ul	{
	font-family : georgia, times new roman, serif;
	font-size: 12pt;
	color : #000000 ;
	text-align : left;
	line-height:1.5em;
	margin-bottom:3px;
	disc-type : square;
     	}

legend	{font-family : georgia, times new roman, serif;
	font-weight : bold;
	color : #C82828;
	}

fieldset	{border:2px solid #C82828;
	padding: 10px;
	margin-right : 50 px;
	}

li	{
	font-family : georgia, times new roman, serif;
	font-size: 12pt;
	color : #000000 ;
	text-align : left;
	line-height:1.5em;
	margin-bottom:3px;
	disc-type : square;
     	}

td	{
	font-family : georgia, times new roman, serif;
	font-size: 100%;
	color : #000000 ;
	text-align : left;
	line-height:1.5em;
	vertical-align:top;
	}

td.links	{
	font-family : georgia, times new roman, serif;
	font-size: 12pt;
	color : #000000 ;
	text-align : left;
	vertical-align:middle;
	padding-left:0px;
	}

td.rechts	{
	font-family : georgia, times new roman, serif;
	font-size: 12pt;
	color : #000000 ;
	text-align : right;
	padding-right:0px;
	vertical-align:middle;
	line-height:1.5em;
	padding-bottom:3px;
	}


h1	{
	page-break-before:always;
	font-family : georgia, times new roman, serif;
	text-align : left!important;
	text-decoration : underline;
	font-size : 14pt;
	font-weight : bold;
	margin-bottom:25px;
	}

h2	{
	page-break-before:always;
	font-family : georgia, times new roman, serif;
	text-align : left;
	text-decoration : underline;
	font-size : 12pt;
	font-weight : bold;
	margin-top : 45 px;
	margin-bottom:20px;
	}



a:link,a:visited,a:focus,a:hover,a:active {font-weight : normal;}

a:link:after,a:visited:after,a:focus:after,a:hover:after,a:active:after	{	

	
   	content: " <"attr(href)"> ";
   	font-size: 8pt;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	}



	

span.grosser
	{	font-weight : bold;
		color : #C82828;
	}


span.hervor
	{	font-weight : bold;
		text-decoration:underline;
	}

}