/*-----------------------------------------------
	Media: Print
----------------------------------------------- */

/* ======== Positionierung ============================== */
	#wrapper {
		width: auto;
		border: 0;
		margin: 0 2%;
		padding: 0;
		float: none !important;
		}	
		
	
	#header .logo li
		{
		margin-left:-40px;
		list-style:none;                
		}	
		#header .logo a
			{
			display: list-item;                
			list-style-image: url(../img/bg_logo.png);
			list-style-position: inside;    
			word-spacing:-1000em;           
			overflow:hidden;  
			font-size:1px; 
			color:#FFF;
			}
			
			
/* ======== Ausgeblendete Elemente ============================== */

	/* ------------ 1. Level (Layout) -------------*/
		.mod_navigation,
		#right,
		#footer
			{
			display:none;
			}	
			
		/* ------------ 2. Level (Module) -------------*/
			.mod_breadcrumb
				{
				display:none;
				}	
		
			/* ------------ 3. Level (Content) -------------*/
				form.kontakt,
				p.back,
				p.more
					{
					display:none;
					}		

	
/* ======== Fonts ============================== */

	body * 
		{
		font-family: Georgia, "Times New Roman", Times, serif;
		}
	code, pre 
		{ 
		font-family:"Courier New", Courier, mono
		}
	body 
		{
		font-size: 11pt;
		line-height:15pt;
		}

	
	/*------------ Überschriften ----------------*/

		h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
		
		h1
			{
			font-size:150% !important;
			}
		
		h2, h2 a
			{
			font-size:20px;
			}
			h2 a
				{
				text-decoration:none;	
				}
