
<style type="text/css">
*{margin:0;padding:0;}
<!-- 

/* Formatierung für gesamte Seite */
 	body
	 	{
	 	background-color: #FCF8ED;
		text-align: center;
	 	font-family: Arial, Verdana;
	 	font-size: 10pt;
	 	font-weight: lighter;
	 	color: #006600;
	 	margin-top: 0px;
	 	scrollbar-face-color: #ffffff;
		scrollbar-shadow-color: #008000;
		scrollbar-highlight-color: #008000;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-darkshadow-color: #ffffff;
		scrollbar-track-color: #FCF8ED;
		scrollbar-arrow-color: #A10505;
	 	}

/* Verweise */
	a:link
		{
		color:#006600;
		text-decoration:none;
		}
	a:visited
		{
		color:#006600;
		text-decoration:none;
		}
	a:active
		{
		color:#A10505;
		text-decoration:none
		}
	a:hover   						/* Verweise bei "MouseOver" */
		{
		color:#A10505;
		font-weight:bold;
		text-decoration:underline
		}
	

  
/* Normaler Fliesstext grün */	
	p.normgreen
	 	{
	 	font-family: 'Arial';
	 	font-size: 10pt;
	 	font-weight: lighter;
	 	color: '#006600';
	 	white-space: normal;
	 	margin-top: 0px;
		}
	
/* Normaler Fliesstext rot */	
	p.normred
 		{
 		font-family: 'Arial';
 		font-size: 10pt;
 		font-weight: lighter;
 		color: '#A10505';
 		white-space: normal;
 		margin-top: 0px;
		}

/* Tabelle Überschrift */
	table.header
		{
		width: 100%;
		height: auto;
		background-color: '#006600';
		font-family: 'Arial';
		font-size: 12pt;
		font-weight: bold;
		color: '#FCF8ED';
		text-align: center;
		vertical-align: middle;
		}

/* Tabelle Normal */
	table.normal
		{
		height: auto;
		font-family: Arial;
		font-size: 10pt;
		font-weight: lighter;
		color: '#006600';
		border-width: thin;
		}
	td
		{
		font-family: Arial, Verdana;
		font-size: 10pt;
		}

/* Tabelle Liste */
	table.liste
		{
		height: auto;
		font-family: 'Arial';
		font-size: 8pt;
		font-weight: lighter;
		color: '#FCF8ED';
		border-width: thin;
		}
	
/* Tabelle Normal, grün, kleiner */
	table.normgreen
		{
		height: auto;
		border-color: '#006600';
		font-family: Arial, Verdana;
		font-size: 8pt;
		font-weight: lighter;
		color: '#006600';
		}

/* Tabelle Warenkorb */
	table.wk
		{
		height: auto;
		table-layout: auto;
		border-color: '#006600';
		border-style: solid;
		font-family: 'Arial';
		font-size: 8pt;
		font-weight: lighter;
		color: '#006600';
		border-width: thin;
		}
/* Spalten Warenkorb */
	td.wk
		{
		font-size: 8pt;
		vertical-align: top;
		color:#006600;
		background:#FCF8ED;
		border:solid 1px #006600;
		}
/* Spalten Warenkorb invers */
	td.wkinv
		{
		background-color: '#006600';
		font-family: 'Arial';
		color: '#FCF8ED';
		font-size: 8pt;
		line-height: 12pt;
		vertical-align: top;
		border:solid 1px #006600;
		}

	
/* Strich grün*/
	hr.green
		{
		width: 80%;
		color: '#006600';
		height: 2px;
		align: center;
		}

/* Strich rot*/
	hr.red
		{
		width: 80%;
		color: #A10505;
		height: 2px;
		align: center;
		}

 /* Überschrift der 1. Ebene */
 	h1
	 	{
		font-family: 'Arial';
		font-size: 14pt;
		font-weight: bold;
		color: '#006600';
		line-height: 30px;
		vertical-align: middle;
		white-space:normal;
		margin-bottom: 0px;
		}
 
 /* Überschrift der 2. Ebene */
	h2
		{
		font-family: 'Arial';
		font-size: 12pt;
		font-weight: bold;
		color: '#006600';
		line-height: 30px;
		vertical-align: middle;
		white-space: normal;
		margin-bottom: 0px;
		}
 
/* Überschrift der 3. Ebene */
	h3
		{
		font-family: 'Arial';
		font-size: 10pt;
		font-weight: bold;
		color: '#006600';
		white-space: normal;
		margin-top: 0px;
		}

/* Formulare Eingabefelder, Eingabe Menge Warenkorb */
	input.qu
   		{
   		font-family: 'Arial';
   		font-size: 16pt;
   		font-weight: bold;
   		color: #A10505;
   		text-align: center;
   		background-color: #FFFFAA;
   		margin-top: 0px;
   		}


-->
</style>


