@charset "UTF-8";
/* CSS Document */

<style type="text/css">

    font {
        	font-family:Verdana;
			font-size: 14px;
			font-weight: 100;
			letter-spacing: 0px;
			}
    .text	{
        	font-family:Verdana;
			font-size: 11px;
			font-weight: light;
			letter-spacing: 0px;
			line-height: 1.5;
			color:#d9dadb;
			}
	
	.inhalt	{
        	font-family:Verdana;
			font-size: 11px;
			font-weight: light;
			letter-spacing: 0px;
			line-height: 1.5;
			color:#aa9111;
			}
	
	.produkt {
        	font-family:Verdana;
			font-size: 12px;
			font-weight: 100;
			letter-spacing: 0px;
			color:#e3c21e;
			}
	
	.text-eng	{
        	font-family:Verdana;
			font-size: 11px;
			font-weight: light;
			letter-spacing: 0px;
			line-height: 1.3;
			color:#d9dadb;
			}
	
	.inhalt-eng	{
        	font-family:Verdana;
			font-size: 11px;
			font-weight: light;
			letter-spacing: 0px;
			line-height: 1.3;
			color:#aa9111;
			}
	
	</style>		