<!--Orderpanel CSS-->
a.ABigOrder:link	{ 
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #2f662f;
	text-decoration: none;
	}

a.ABigOrder:visited { 
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #2f662f;
	text-decoration: none;
	}

a.ABigOrder:hover 	{ 
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #98d367;
	}

.ButtonsTable		{
	font-family:Verdana,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

.FontSmall 		{ 
	font-family: Verdana; 
	font-size: 11px; 
	color: Black;
	}

.FontHeadline		{ 
	font-family:Verdana,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

.FontInnerHeadline	{ 
	font-family: Verdana;	
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration:underline
	}


/*.HRHeadline		{ 
	font-family: Verdana; 
	font-size: 11px; 
	color: Black;
	}*/

.HRFoodline		{ 
	font-family: Verdana; 
	font-size: 11px; 
	color: Black;
	}

.HRSep			{ 
	font-family: Verdana; 
	font-size: 11px;
	color: Black;
	}


.FontProductTitle	{ 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	color: Black;
	}

.FontError		{ 
	font-family: Verdana; 
	font-size: 11px; 
	color: Red;
	}


/* TABELLE: GRUND-RAHMEN #ECECEC*/
/*----------------------------*/
.TableMain		{ 
	font-family:Verdana,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

.BorderTable		{ 
	font-family:Verdana,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

.BorderTd		{ 
	background-color: #98d367;
	}

.CtTable		{ 
	font-family:Verdana,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

.CtTd			{ 
	font-family:Verdana,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}


/* INPUT UND BUTTON*/
/*----------------------------*/
input 			{
	border:1px; 
	border-color:#666666; 
	border-style:solid; 
	font-size:10px;
	}

select			{
	border:1px; 
	font-size:10px;
	}

textarea		{
	border:1px; 
	border-color:#666666; 
	border-style:solid; 
	font-size:11px;
	}

<!--Ende OrderPanel CSS-->
