
@page { 
	size:portrait;
}

@media print{
	*{
		margin:0;
		padding:0;
	}
	
	/*--------------------------------------------------------------------*/
	/* ----- RESET----- */
	/*--------------------------------------------------------------------*/
	
	body {
		font-size: 12pt; 
		font-family: "Arial", sans-serif;
		background:#fff;
	}
	
	
	/*--------------------------------------------------------------------*/
	/* ----- IDS----- */
	/*--------------------------------------------------------------------*/
	#admPanel{
		display: none;
	}
	#header{
		display:none;
	}
	#mainnavi{
		display:none;
	}
	#subnavi{
		display: none;
	}
	#breadcrumb{
		display: none;
	}
	#col1{
		width: 600px;
	}
	#col2{
		display:none;
	}
	#footer {
		display:none;
	}
	/*--------------------------------------------------------------------*/
	/* ----- LISTEN ----- */
	/*--------------------------------------------------------------------*/
		
  	#col1 ul{ 
  		line-height: 1.5em; 
  		margin: 0 0 1em 1em 
  	}
  	#col1 li { 
    	margin-left: 1.5em; 
    	line-height: 1.5em; 
  	}

	
	
	/*--------------------------------------------------------------------*/
	/* ----- CONTENT ----- */
	/*--------------------------------------------------------------------*/
	p{
	}
	
	#hot_news_teaser{
		display:none;
	}
	div.column2, div.column2_last{
		float:none;
		width:auto;
		border-width: 0 0 1px 0;
	}
	div.cols{
		float:none;
		width:auto;
		height:auto;
		border-width: 0 0 1px 0;
	}

	div.rows{
		height:auto;
	}
	
	
}

