/* style1.css normal stil */
BODY  { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
A:link { color: blue}
A:visited { color: #551A8B }
A:active {color: blue }
FONT   { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
TH   { color: black; font-weight: bolder; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
TD   { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
H1 {color: black; font-size: 19pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
H2  { color: black; font-weight: bold; font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular } 
H3 {color: black; font-size: 13pt; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.meny, .meny  a:link, .meny a:visited, .meny a:active 
{ 
    text-decoration: none; 
    color: black; 
    font-weight: bold; 
    font-size: 9pt; 
    text-align: center ;
    background-color: #99A1BC 
}

/* Produktlista */
.prodrub   { font-weight: bold; font-size: 14pt; text-align: center; }
.prodrad { background-color: #D3D3D3 }
.prodpic { text-align: center; background-color: #FFFFFF }
.prodtext  { font-size: 9pt }
.prodpris { text-align: right; font-size: 9pt }

/* Data delen på produktbladet */
.pdata { background-color: #FFFFFF}
.prub { font-weight: bold; font-size: 12pt; align: left }
.ptext  { font-size: 9pt; align: left }
.ppicture { valign: top }

/* Citat på produktbladet */
.citat    { font-style: italic}
.referens   { font-weight: bold; font-size: 9pt }

/* Page fotter */
.fotter { background-color: #99A1BC }
.fottertext { text-align: center; font-size: 9pt }

.red { color:#FF0000 }