/* print styles */
@media print 
{

	body {
		color: #000;
		font-weight : normal;
		font-size: 10pt;
		/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
		font-family: Arial, Helvetica, Geneva, Helvetica, sans-serif;
		background: none #fff;
		text-decoration: none;
	}
	
	.hidden {
		display: none;
	}
	
	#head {
		display: none;
	}
	
	#head-eeiu {
		display: none;	
	}
	
	/* MENU TOP ##############################################################*/
	
	#topmenu {
		display: none;
	}
	
	/* MENU MAIN ##############################################################*/
	
	#mainmenu {
		display: none;
	}
	
	/* MENU SUB ##############################################################*/
	
	#submenu {
		display: none;
	}
	
	/* MENU SUB2 ##############################################################*/
	
	#submenu2 {
		display: none;
	}
	/* PFAD ##############################################################*/
	
	#breadcrumb {
		/*padding: 0 0 5px 20px;
		font-size: 10px;
		font-weight: bold;*/
		display: none;
	}
	
	/* CONTENT ##############################################################*/
	
	#content {
		float: none !important;
		width: auto;
		margin: 0;
		padding: 0;
		line-height : 150%;
		background: transparent none;
	}

	
	.box {
		float: none !important;
		width: 100%;
		padding: 0;
		margin: 0;
		border-left: 0;
		border-right: 0;
		}
	
	.box h1 {
		width: 100%;
		height: 20px;
		margin: 0;
		padding: 0px 0px 10px 0px;
		background: transparent none;
		color: #000;
		font-size: 12pt;
		letter-spacing: 0px;
		text-decoration: underline;
		}

	h2 {
		margin: 0;
		padding: 0;
		font-size: 14pt;
	}
	
	h3 {
		margin: 0;
		padding: 0;
		font-size: 12pt;
	}
	
	h4 {
		margin: 0;
		padding: 0;
		font-size: 10pt;
		font-weight: bold;
	}

		
	.box_bottom {
		display: none;
	}
	.page-nav, .page-prev, .page-next, .blue-bg-abstract {
		display: none;
	}
	
	.blue-bg-cited {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 5px;
		background: #F6F7F9;
		border-top: 1px dotted #2C6A99;
		border-right: 1px dotted #2C6A99;
		border-bottom: 1px dotted #2C6A99;
		border-left: 1px dotted #2C6A99;
		line-height: 20px;
	}
	
	/* FORM ##############################################################*/
	
	form {
		display: none;
	}
	
	.search {
		display: none;
	}
	
	/* ###### CSS STYLED CONTENT/IMGTEXT
		/* COMMON */
		.csi-textpic {
		}
		
		.csi-textpic img {
			border: 0;
			margin: 4px;
		}
		
		.csi-textpic .csi-caption {
			text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
			font-style: italic;  /*XXX demo only*/
		}
		
		.csi-textpic .csi-image {
			border: 0;
			margin: 0;
		}
		
		.csi-textpic .csi-imagewrap {
			padding-right: 10px;
		}
		
		.csi-textpic .csi-text {
			border: 0;
			text-align: left; /*will have to be an inline style - controlled by TS*/ 
		}
		
		.csi-text p {
			margin: 0;
		}
		
		/* CENTER */
		
		.csi-center .csi-image {
			margin: 0 auto 3px;
		}
		
		.csi-center .csi-imagewrap {
			margin: 0 auto;
		}
		
		/* RIGHT */
		.csi-right div.csi-image {
			float: right;
			clear: both;
		}
		
		.csi-right div.csi-text {
			clear: right;
		}
		
		
		/* LEFT */
		.csi-left div.csi-image {
			float: left;
			clear: both;
	
		}
		
		.csi-left div.csi-text {
			clear: left;
		}
		
		
		/* INTEXT LEFT */
		.csi-intext-left .csi-image {
			float: left;
			clear: both;
		}
		
		
		/* INTEXT RIGHT */
		.csi-intext-right .csi-image {
			float: right;
			clear: both;
		}
		
		
		/* INTEXT RIGHT NOWRAP */
		.csi-intext-right-nowrap .csi-text {
			
		}
		
		.csi-intext-right-nowrap .csi-image {
			float: right;
			clear: both;
		}
		
		
		/* INTEXT LEFT NOWRAP*/	
	/*
		.csi-intext-left-nowrap .csi-text {
			float: left;
		}
	*/	
		.csi-intext-left-nowrap .csi-image {
		}
	.csi-intext-left-nowrap .csi-imagewrap {
		float: left;
		clear: both;
	}
			
	/*.csi-text-nowrap {}*/
	
	/* styles fuer indexed search */
	.tx-indexedsearch-searchbox select,text { 
		width: 140px;
		margin-bottom: 4px;
		margin-right:10px;
	}
}

}
