/* ----- BequemBestellen.de Standard-CSS ----- */

/* ----- LINK ANCHOR ----- */

a:link { 
	font-size:17px;
	color:#42468a;
	text-decoration:none;
	font-weight:bold;
 }

a:visited {
	font-size:17px;
	color:#42468a;
	text-decoration:none;
	font-weight:bold;
 }

a:hover { 
	font-size:17px;
	color:#42468a;
	text-decoration:none;
	font-weight:bold;
 }

a:active {
	font-size:17px;
	color:#42468a;
	text-decoration:none;
	font-weight:bold;
 }


a.bglink:link { font-size:13px; color: #000000; text-decoration: underline; }
a.bglink:visited { font-size:13px; color: #000000; text-decoration: underline; }
a.bglink:hover { font-size:13px; color: #000000; text-decoration: underline; }
a.bglink:active { font-size:13px; color: #000000; text-decoration: underline; }

a.contact:link { font-size:18px; color: #42468a; text-decoration: none; }
a.contact:visited { font-size:18px; color: #42468a; text-decoration: none; }
a.contact:hover { font-size:18px; color: #42468a; text-decoration: none; }
a.contact:active { font-size:18px; color: #42468a; text-decoration: none; }



/* ----- BODY ----- */

body {
background-color:#F5F5DC;
font-family:Arial, Hevetica, Geneva, Swiss, SunSans-Regular;
font-size:20px;
}






/* ----- SCHRIFTEN ----- */


/* haupueberschrift auf jeder seite */
.header {
	color: #333333;
	font-weight:normal;
	font-size:18px;
}

/* ueberschrift 2.klasse auf jeder seite */
.header2 {
	color: #222222;
	font-weight:bold;
	font-size:13px;
}


/* normaler text */
.normaltext { 
	font-size:13px;
	color: 000000;
	font-weight: normal;
 }


/* fuer kleine schrift */
.kleintext {
	font-weight: normal;
	font-size:11px;
	color: #000000;
}







/* ----- Tabellen ----- */

/* Tabellenrand */
.border { 
BORDER-RIGHT: gray thin solid;
BORDER-LEFT: gray thin solid;
BORDER-TOP: gray thin solid;
BORDER-BOTTOM: gray thin solid; }



/* rand der box */
.tabrand {
	border-color:#000000; 
 
}

/* hintergrundfarbe der tabellenzelle fuer menus*/
.menu {
	background-color:#B0C4DE;
}

/* hintergrundfarbe tabelle aktive navigation */
 .border2 {background-color:#FFD26F;}
 
/* hintergrundfarbe navigation */
.border3 {background-color:#FFE7B3;}

/* hintergrundfarbe der tabellenzelle fuer den einkaufswagen 1*/
.warenkorba {
	background-color:#EEEECC; 
}

/* hintergrundfarbe der tabellenzelle fuer den einkaufswagen 2*/
.warenkorbb {
	background-color:#F5F5DC; 
}




