body{
	margin: 0px;
	background-color: White;
}

.grey{
	background-color: #DBDBDB;
}

input{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	background-color: #EEECEC;
}

.productname{
	background-color: #FFB600;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;					
	color: #FFFFFF;
	font-weight: bold;
}

.price{
	background-color: #EFEFEF;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	border: 1px solid #FEFEFE;
}

.cost{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	color: #9F1438;
	font-weight: bold;
}

.td1{
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;					
}

a{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	color: #9F1438;	
	text-decoration: none;
}

a.detailed{
	color: White;
	text-decoration: underline;	
}

a.bottom{
	text-decoration: underline;
}

a:hover{
	color: Black;
	text-decoration: underline;
}

.yellow{
	background-color: #FFB600;
}

.copy{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	color: Black;	
}

p.main{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	width: 95%;
}

p{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
}

p.small{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
}

.nt{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
}

.akzent{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	color: #9F1438;
	font-weight: bold;
}

h1{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;
	color: #FFB600;
	font-weight: bold;
}

h2{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13pt;
	color: #9F1438;
/*	font-weight: bold;*/
}

li{
	list-style-type: square;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
}

hr{
	width: 90%;
	color: #B4B4B4;
	background-color: #F7F7F7;
}

.content{
	padding: 30px;
}
