/* Text Haupttext */
	font.titel  {
   		font-size : 12px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : black;
		text-decoration : none;
		}

	font.text  {
   		font-size : 11px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
   		color : black;
		text-decoration : none;
		}

	font.mittel  {
   		font-size : 11px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
   		color : black;
		text-decoration : none;
		}

	font.mittelb  {
   		font-size : 11px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : black;
		text-decoration : none;
		}

	font.wa  {
   		font-size : 13px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : #225294;
		text-decoration : none;
		}

	font.wa2  {
   		font-size : 15px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : #225294;
		text-decoration : none;
		}

	font.gw  {
   		font-size : 17px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : #225294;
		text-decoration : none;
		}

	font.gw1  {
   		font-size : 14px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : black;
		text-decoration : none;
		}

	font.preisnr  {
   		font-size : 34px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bolder;
   		color : #225294;
		text-decoration : none;
		}

	font.preistext  {
   		font-size : 11px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : #225294;
		text-decoration : none;
		}
	
	font.preistextr  {
   		font-size : 11px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bold;
   		color : #ff0000;
		text-decoration : none;
		}

	font.preise  {
   		font-size : 26px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
		font-weight : bolder;
   		color : #EEB40B;
		text-decoration : none;
		}

	font.preisstern  {
   		font-size : 30px;
   		font-family : Arial,Helvetica,Sans-Serif;
		font-weight : lighter;
   		color : #EEB40B;
		text-decoration : none;
		}

	font.preis10er  {
   		font-size : 18px;
   		font-family : Arial,Helvetica,Sans-Serif;
		font-weight : normal;
   		color : black;
		text-decoration : none;
		}

.grundtext
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
	}


/* Stylesheets fuer die Navigation */

/* Text Hauptmenuepunkte */
	font.haupttext  {
   		font-size : 10px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
   		font-weight : bold;
   		color : 000000;
		text-decoration : none;
		}

/* Text Untermenuepunkte */		
	font.untertext  {
   		font-size : 10px;
   		font-family : Verdana,Arial,Helvetica,Sans-Serif;
   		color : 000000;
		text-decoration : none;
		}

/* Tabelle Hauptmenue */		
	td.haupt {
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color:white;
		padding-left: 7px;
		background-color: #FBD66B;
		}
		
/* Tabelle Hauptmenue OnMouseOver */
	td.haupt2 {
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color:white;
		padding-left: 7px;
		background-color: #EEB40B;
		}
		
/* Tabelle Untermenue */
	td.unter {
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color:white;
		padding-left: 18px;
		background-color: #FBD66B;
		}
		
/* Tabelle Untermenue OnMouseOver */
	td.unter2 {
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color:white;
		padding-left: 18px;
		background-color: #EEB40B;
		}
		
