/*------------------------------- Allmänt ---------------------------*/

/* Denna ligger i alla body */
div.generellt {
	font-family: arial,century,arial;
}

/* Bredd på (nästan) alla tabeller */
table.bredd {
   width: 760px;
}

/* Bakgrund på nästan alla tabeller */
table.farg {
   background-color: yellow;
}

/* Normal text lite kraftigare */
.normaltextbold {
   font-size: 80%;
   font-weight:bold;
}

/* Normal text */
.normaltext {
   font-size: 80%;
}


/*------------------------- sidhuvud --------------------------*/
.sidhuvud {
   text-align: center;
   font-size: 110%;
   font-weight: bold;
   font-family: cursive,sans-serif,arial;
}

   
/* Texten Gloriosa Blomsterhandel på första sidan */
#gloriosaindex {
   text-align: center;
   font-size: 150%;
   font-weight: bold;
   line-height: 80%;
   font-family: cursive,sans-serif,arial;
}


/* Adress */
.adress {
   font-family: cursive,sans-serif,arial;
}
 
/*------------------------- Beställda varor ------------------------*/

/* En tag innehåller hela varukorgen */
.varukorgytterst {
   border-style: solid;
}

/* Varukorgen som syns på Bestalla formuläret bl.a. */
#varukorgtable {
   background-color: mintcream; 
}


/* Texten "Beställda varor" */
#dinvarukorg {
   font-size: 90%;
   font-weight: bold;
   text-align:center;
}

.fakturatext {
	font-size: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

/*---------------------------- Kvitto ------------------------------------*/
.kvitto {
	padding: 10px;
	font-size: 90%;
}
/*------------------------- Butiksapplikationen -------------------*/

#sidhuvudgloriosa {
   font-size : 120%;
   font-weight: bold;
   font-family: cursive,sans-serif,arial;
   background-color: yellow
}
