/* Mall 2010-05-18 */


body			{font-family: Arial; font-size: 12px; font-weight: normal; background-color: #F2F2F2;}
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: 34px; font-weight: normal;}
.rubrik2		{font-family: Arial; font-size: 34px; font-weight: normal;}
.rubrik3		{font-family: Arial; font-size: 24px; 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;}
.txtsmalli		{font-family: Arial; font-style: Italic; font-size: 11px; font-weight: normal;}
.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;}
.txtnormali		{font-family: Arial; font-style: Italic; font-size: 12px; font-weight: normal;}
.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: 30px; font-weight: normal;}

/* Länkar vanliga */
a            		{font-family: Arial; text-decoration: underline; color: black;}
a:link  		{font-family: Arial; text-decoration: underline; color: black}
a:hover 		{font-family: Arial; text-decoration: underline; color: blue;}

/* Länkar i tabeller */
a.tabeller         	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; color: black;}
a.tabeller:link 	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; color: black;}
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;}