@charset "UTF-8";

/* SCHRIFTEN & LINKS */
/*----------------------------*/

font
{
  font-family: Arial;
  font-size: 13px;
  color: Black;
}

/*a:link { color:#000000; text-decoration:underlined; }
a:visited { color:#000000; text-decoration:underlined; }
a:hover { color:#000000; text-decoration:underlined; }
a:active { color:#000000; text-decoration:underlined; }*/

a.ABigOrder:link { color:#FF0000; text-decoration:underlined; font-weight:bold; font-family: Arial; font-size: 16px; }
a.ABigOrder:visited { color:#FF0000; text-decoration:underlined; font-weight:bold; font-family: Arial; font-size: 16px; }
a.ABigOrder:hover { color:#FF0000; text-decoration:underlined; font-weight:bold; font-family: Arial; font-size: 16px; }
a.ABigOrder:active { color:#FF0000; text-decoration:underlined; font-weight:bold; font-family: Arial; font-size: 16px; }


.FontSmall
{
  font-family: Arial;
  font-size: 10px;
  color: Black;
}

.FontHeadline
{
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: Black;
}


.FontInnerHeadline
{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
}



.HRHeadline
{
color: Black;
size: 1px;
}

.HRFoodline
{
color: Black;
size: 1px;
}

.HRSep
{
color: Black;
size: 1px;
}

.FontProductTitle
{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: Black;
}


.FontError
{
  font-family: Arial;
  font-size: 13px;
  color: Red;
}

.FontVerfuegbar
{
  font-family: Arial;
  font-size: 13px;
  color: Green;
}


/* TABELLE: GRUND-RAHMEN #ECECEC*/
/*----------------------------*/

.TableMain				
{
  background-color: #FFFFFF;
  width: 600px;
}


.BorderTable
{
  background-color: #FFFFFF;
  width: 90%;
}


.BorderTd
{
	background-color: #ECECEC;
}




.CtTable
{
  background-color: #ECECEC;
}

	.CtTd
	{
		  background-color: #FFFFFF;
	}


.ButtonsTable
{
	width: 90%;
}

/**
 * Preisanzeige auf Bestellseite
 *
 * @author Michael Lämmlein
 */
#op_master {
	margin: 5px;
}

#op_master div.box {
	padding: 3px;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#op_master #price {
	border: 1px solid #999999;
	background-color: #ECECEC;
}

#op_master #message {
	border: 1px solid #FF0000;
	background-color: #FFD2D2;
}

/**
 * Submitbutton wie Text-Link
 *
 * @author Michael Lämmlein
 */
input.text_link {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #34769a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor:pointer;
}

input.text_link:hover {
	text-decoration: underline;
	color: #F00;
}

/**
 * Tabellen formatieren
 */
 
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
