/* Mall 2008-12-31 */


body			{font-family: Arial; font-size: 12px; font-weight: normal; background-color: #EEEEEE;}
div				{font-family: Arial; font-size: 12px; font-weight: normal;}
p				{font-family: Arial; font-size: 12px; font-weight: normal;}
li				{font-family: Arial; font-size: 12px; font-weight: normal;}
table			{font-family: Arial; font-size: 12px; font-weight: normal;}
td				{font-family: Arial; font-size: 12px; font-weight: normal;}
tr				{font-family: Arial; font-size: 12px; font-weight: normal;}
h1				{font-family: Arial; font-size: 36px; font-weight: normal;}
h2				{font-family: Arial; font-size: 26px; font-weight: normal;}
h3				{font-family: Arial; font-size: 14px; font-weight: normal;}
h4				{font-family: Arial; font-size: 12px; font-weight: normal;}

/* Diverse rubriker */
.rubrik1		{font-family: Arial; font-size: 36px; font-weight: normal;}
.rubrik2		{font-family: Arial; font-size: 30px; font-weight: normal;}
.rubrik3		{font-family: Arial; font-size: 20px; font-weight: normal;}
.rubrik4		{font-family: Arial; font-size: 12px; font-weight: normal;}

/* Diverse texter */
.txtxsmall		{font-family: Arial; font-size: 10px; font-weight: normal;}
.txtsmall		{font-family: Arial; font-size: 11px; font-weight: normal;}
.txtsmallred	{font-family: Arial; font-size: 11px; font-weight: normal; color: red;}
.txtsmallb		{font-family: Arial; font-size: 11px; font-weight: bold;}
.txtsmallredb	{font-family: Arial; font-size: 11px; font-weight: bold; color: red;}
.txtnormal		{font-family: Arial; font-size: 12px; font-weight: normal;}
.txtnormalb		{font-family: Arial; font-size: 12px; font-weight: bold;}
.txtbig			{font-family: Arial; font-size: 18px; font-weight: normal;}
.txtbigb		{font-family: Arial; font-size: 18px; font-weight: bold;}

p.gray			{font-family: Arial; font-size: 9px; font-weight: normal; color: gray;}


/* Font HSJ */
.hsj			{font-family: Arial;
				 vertical-align: 0 ;
				 font-size: 20px;
				 font-weight: normal
				}

/* Länkar vanliga */
a            	{font-family: Arial; text-decoration: underline; color: navy;}
a:link  		{font-family: Arial; text-decoration: underline; color: navy;}
a:hover 		{font-family: Arial; text-decoration: underline; color: maroon;}

/* Länkar i tabeller */
a.tabeller         	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; color: navy;}
a.tabeller:link 	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; color: navy;}
a.tabeller:hover	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; color: white; background-color: black;  width: 80%;}

/* Bildskugga */
.shadow3		{filter: Shadow(Color=444444, Direction=120);
				 position: relative;
				 left: -1px;
				 top: 5px;
				 width: 100%;
				 height: 100%;
				 }

/* Rubrik tabeller */
td.banner		{ background-color: gray;
				 background-repeat: repeat;
				 background-attachment: scroll;
				 color: #FFFFFF;
				 background-position: 0% 50%;
				 font-family: Arial;
				 font-size: 11px;
				 font-weight: normal; 
				 }

/* Knappar innehållssidorna */
.knapp1			{border: thin outset;
				 background-color: silver;
				 color: black;
				 width: 100%;
				 height: 16;
				} 

.knapp1:hover	{border: thin outset;
				 background-color: gray;
				 color: black;
				 width: 100%;
				 height: 16;
				} 

.txtknapp1		{border: none;
				 background-color: silver;
				 font-family: Arial;
				 font-size: 11px;
				 font-weight: normal;
				 text-decoration: none;
				 color: black;
				 width: 100%;
				 height: 16;
				} 

.txtknapp1:link	{border: none;
				 background-color: silver;
				 font-family: Arial;
				 font-size: 11px;
				 font-weight: normal;
				 text-decoration: none;
				 color: black;
				 width: 100%;
				 height: 16;
				} 

.txtknapp1:hover {border: none;
				 background-color: #444444;
				 font-family: Arial;
				 font-size: 11px;
				 font-weight: normal;
				 text-decoration: none;
				 color: white;
				 width: 100%;
				 height: 16;
				} 

/* Markerar rader i tabeller */
tr.normal		{background-color: #EEEEEE;}
tr.mark			{background-color: #DDDDDD;}