@media print {
	body {
		background-color : white;
		color: black;
		margin: 0px;
		padding: 0px;
	}
	
	/*TEXTBEREICH*/
	div#content {
		position: relative ;
		top:130px;
		left: 50px;
		width: 650px;
		padding-left: 10px;
	}
	
	#content table{
		width:80%;
	}
	
	/*NAVIGATION*/
	div#navigation {
		display: none;
	}
	
	/*RECHTE KÄSTCHEN*/
	div#rechts {
		display: none;
	}
	
	/*LOGO*/
	div#kopf {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 750px;
		height: 90px;
	}
	
	/*FUSS*/
	div#fuss-screen{
		display: none;
	}
	div#fuss-druck{
	}
	
	div.kasten {
		border: 1px solid Black;
		padding: 10px;
		background-color: #DCDCDC;
		color:black;
	}
	
	
	/* Schriftarten */
	p,td,ol,ul,li,caption,div {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14px;
	} 
	
	h3 {
		margin-top: 0px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 18px;
	}
	
	h4 {
		margin-top: 0px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 16px;
	}
	
	.klein {
		font-size: 14px;
	}
	
	.sehrklein {
		font-size: 12px;
	}
	
	.popup {
	}
	
	ul li {
		list-style-type : square;
	}
	
	
	/* sichtbare Tabellen */
	caption {
		font-size: 16px;
		font-weight: bold;
	}
	
	td.daten {
	  text-align: center;
	  vertical-align: top;
	  border: 1px solid #000000;
	}
	
	td.ueberschrift {
		text-align: center;
		vertical-align: top;
		font-size: 16px;
		border: 1px solid #000000;
	}
	
	td.beschreibung {
		text-align: left;
		vertical-align: top;
		border: 1px solid #000000;
	}
	
	td.preisangabe {
		color: red;
		background-color : #FFFFFF;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		vertical-align: top;
		border: 1px solid #000000;
	}
	
	td.weiss {
		background-color : white;
		color:black;
		text-align: center;
		vertical-align: top;
	}
	
	
	/* Hyperlinks */
	A {
		text-decoration : none;
		color : black;
		background-color : white;
	}
		
	.rot {
		color : #000000;
		background-color : white;
		font-weight : bold;
	}
	
	/* Infobox rechts */
	.infobox {
		border : 1px solid black;
		padding : 3px;
		background-color : #DCDCDC;
		color: black;
	}
	/* Box auf der Kundenseite */
	.newsbox {
		background-color : white;
		color:black;
		border : 1px solid;
		padding : 3px;
		width: 440px;
	}
	/* Box auf der Homepage" */
	.featurebox {
		overflow: hidden;
		background-color: white;
		color:black;
		border: 1px solid;
		padding: 0px;
		width: 440px;
		height: 180px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.floatbox { 
		float: left; 
		width: 45%;
		height: auto;
		background-color: white;
		color:black;
		border: solid 1px #D4D4D4;
	}
	.top {
		margin-top : 0px;
	}
	.bottom {
		margin-bottom : 0px;
	}
	.screen-only {
		display: none;
	}
}
