
/* _______ CSS für die Druckausgabe! __________________ */
/* _______ Tilman Ockert für modular  ___________________*/
/* _______ www.modular.de ___________________________ */


/* _______ Texteigenschaften __________________________ */

	body  {
		color:#000000;
		background-color:#ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}

/* ___	img  {
		display:none;
	} 
____ */
	
	a:link {
		color:#000000;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #000000;
	}
	a:hover {
		text-decoration: underline;
		color: #000000;
	}
	a:active {
		text-decoration: none;
		color: #000000;
	}

	a img, a:link img { 
	border: none; 
	}
	
/* _______  DIVs die nicht gdruckt wreden sollen ____________ */

	#header {
		display:none;
	} 
	
	#navigation {
		display:none;
	} 
	
	#leftcolumn {
		display:none;
	} 
	
	#rightcolumn {
		display:none;
	} 
	
	#Icon-div{
		display:none;
	} 
	
	#contentbox-icons{
		display:none;
	} 
	

/* _______  Überschriften ____________ */
	
	#contentbox-head{
		font-weight: bold;
		font-size: 14px;
		line-height: 70px;
		margin: 15px 0px 50px 30px;
		display: inline;
	}
	
	
/* _______  Contentdiv neu formatieren ____________ */


	#content { 
/*		line-height:20pt; */
		float: none;
		margin-top: 15px;
		margin-bottom: 35px;
		padding: 0px;
		width: 100%;
	}

	
	
/* _______  Breadcrumbs ____________ */
	
	#breadcrumb-div {
		font-size:9pt;
	}
	

/* _______  ganz unten immer noch das Impressum ____________ */

	#impressum { 
		float: left;
		width: 100%;
		font-size: 9px;
		text-align: center;
	}

	













