/* Den vanliga texten/stycken, ej fet med mörkgrå text */

P { font-family: arial; font-size: 8pt; color: #333333; margin-left: 5px; margin-right:5 px}


/* Dessa ger en text/stycke med olika storlekar och icke fet eller fet  */

P.text{ font-family: arial; font-size: 8pt; color: #333333; margin-top: 5px; margin-bottom: 10px}
P.textStor {font-family: arial; font-size: 10pt; color: #333333; margin-left: 5px; margin-right:5 px}
P.textFet { font-family:  arial ; font-weight:bolder;  font-size: 10pt; margin-bottom:0px; color: #222222}


/* Används på indexsidan för adress och företagsnamn, text under namn*/

P.adress { font-family: arial; font-size: 8pt; color: #333333; margin-left: 5px; margin-right:55 px}
P.namn { font-family: Book Antiqua, arial ; font-weight:bolder;  font-size: 18pt; margin-bottom:0px; color: #23238e}
P.undernamn { font-family: Book Antiqua, arial ; font-weight:bolder; font-style: italic; font-size: 13pt; margin-bottom:0px; color: #333333}


/* "vanliga länkar med mörkgråtext, blå när musen hålls över*/

A:link {color: #333333; text-decoration: underline}
A:active {color: #333333; text-decoration: underline}
A:visited {color: #333333; text-decoration: underline}
A:hover {color: #23238e; text-decoration: underline}


/* länkar som används på "länksidan" */

A.link:link {color: #333333;font-size: 11pt;  text-decoration: none}
A.link:active {color: #333333; font-size: 11pt;  text-decoration: none}
A.link:visited {color: #333333; font-size: 11pt;  text-decoration: none}
A.link:hover {color:  #23238e; font-size: 13pt; font-weight:bold; text-decoration: none}


/* länkar på indexsidan home, tubes, asseccories osv.*/

A.huvudlank:link {font-size: 9pt;font-weight:bold;color: #333333; margin-left: 5px;text-decoration: none}
A.huvudlank:active {font-size: 9pt;font-weight:bold;color: #333333; margin-left: 5px;text-decoration: none}
A.huvudlank:visited {font-size: 9pt;font-weight:bold;color: #333333;margin-left: 5px; text-decoration: none}
A.huvudlank:hover {font-size: 9pt;font-weight:bold; color: #ffffaa; margin-left: 5px;text-decoration: none}


/* länkar som används i tubes.htm, accessories.htm, accessories_tysk.htm och accessories_svensk.htm,
 mörkt gråa, blir större vid mus över, ej understrykna*/

A.tube:link {font-size: 8pt;color: #333333; margin-left: 5px;text-decoration: none}
A.tube:active {font-size: 8pt;color: #333333; margin-left: 5px;text-decoration: none}
A.tube:visited {font-size: 8pt;color: #333333;margin-left: 5px; text-decoration: none}
A.tube:hover {font-size: 9pt;font-weight:bold; margin-left: 5px;text-decoration: none}


/*  tabellceller i listorna - tube för rörlistor och accessories för tillbehörslistor */

TD.tube{ width:90%; background:#ddb791; cursor:pointer}
TD.accessories{width:90%; background:#9f9f5f; cursor:pointer}


/* tabellceller för länkrad på indexsidan */

TD.huvudlank{background:#949cce}


/* tabeller för uppdatering och nyheter */

table.update{width:90%;height:100%; background-color:#777777;color:#ffffaa; font-family: arial; font-weight:bolder;  font-size: 11pt; border:3px double #444444;}
table.nyheter{width:90%;height:100%; color:#ffffaa; font-family: arial; font-weight:bolder;  font-size: 11pt; border:0px none;}

/* tabell för listor (rör och tillbehör) */

table.lista{background:#f2e4d5; width:560px;color:222222; border-width:1px; border-color:#ffffff; font-size:9pt; font-family:arial; valign:middle; align:right}


/*  tabellrader för rörlistor, huvudrubrik, underrubriker och en "bakgrundsfärgad" sistarad för att få mellanrum efter tabellen*/

tr.listarubrik1{background:#ddb791; color:222222; font-weight:bold;font-size:11pt; font-family:arial; valign:bottom;}
tr.listarubrik2{background:#e9d0b6; color:222222; font-weight:bold;font-size:9pt; font-family:arial; valign:bottom;}
tr.listaSistarad{background:#d8d8bf;}


/*  tabellrader för tillbehörslistor, huvudrubrik och underrubriker */

table.Acclista{background:#EFEFE4; width:560px;color:222222; border-width:1px; border-color:#ffffff; font-size:9pt; font-family:arial; valign:middle; align:right}
tr.Acclistarubrik1{background:#9F9F5F; color:222222; font-weight:bold;font-size:11pt; font-family:arial; valign:bottom;}
tr.Acclistarubrik2{background:#C5C590; color:222222; font-weight:bold;font-size:9pt; font-family:arial; valign:bottom;}

/* rullningslist för listsidor */
body.lista {
    scrollbar-base-color: #fdfdf9; 
	scrollbar-track-color: #fdfdf9; 
	scrollbar-face-color: #d8d8bf;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ccccff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-shadow-color: #000099; 
	scrollbar-arrow-color: #000099;    
	}

/* rullningslist för tubes.htm */	
body.tube{
    scrollbar-base-color: #e9d0b6; 
	scrollbar-track-color: #f2e4d5; 
	scrollbar-face-color: #ddb791;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ccccff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-shadow-color: #000099; 
	scrollbar-arrow-color: #000099;    
	}
	
rullningslist för accessories.htm och accessories_tysk.htm */
body.accessories{
	scrollbar-base-color: #EFEFE4; 
	scrollbar-track-color: #EFEFE4; 
	scrollbar-face-color: #9f9f5f;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ccccff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-shadow-color: #000099; 
	scrollbar-arrow-color: #000099;  
	}		
