@media print {

	.dontprint {
		display: none;
	}

}

@media screen {

	.dontprint {
		display: block;
	}

}

@media screen,print {

	/* Text styles */
	body, td, input, select, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	textarea {
	
		line-height: 16px;
	
	}
	
	
	b {	
		color: #EF07A1;
	}
	
	.navitem { 
		background-color:#FDE6F5;
	}
	
	.content {
		line-height: 18px;
	}
	
	.roze {
		color: #EF07A1;
	}
	
	.white {
		color: #FFFFFF;
	}
	
	.gray {
	
		color: #A0a0a0;
	
	}
	
	.navcount{
		color: #EF07A1;
		font-size: 9px;
		line-height : 9px;
	}
	
	.small {
	
		font-size: 9px;
		line-height: 14px;
	
	}
	b.small {
	
		color: #EF07A1;
		font-size: 9px;
	
	}
	
	.pinksmall{
		color: #EF07A1;
		font-size: 9px;
	}
	
	/* Link Styles */
	a {
		color: #EF07A1;
		text-decoration: none;
	}
	a:HOVER {	
		text-decoration: underline;
	}
	
	a.metanav {
		color: #EF07A1;
		text-decoration: none;
	}
	
	a.white{
		color : #ffffff;
	}
	
	a.smallwhite {
		color : #ffffff;
		font-size : 9px;
	}
	
	
	
	/* Spacer */
	.spacer {
		visibility: hidden;
	}
	
	
	/* styles for bestelmodule */
	input.totprice{ 
		border: 0px;
		background: transparent;
		width : 44px;
		text-align :right;
	}
	
	input.totpricebold{ 
		color: #EF07A1;
		font-weight : bold;
		border: 0px;
		background: transparent;
		width : 44px;
		text-align :right;
	}
	
	/* Image Styles */
	img.bordered {
		border: 1px solid #EF07A1;
	}
	
	
	/* Admin classes */
	b.admin {
		color: #FF0000;
	}
	
}