@charset "iso-8859-1";
  
/* Sätta grundformateringen */
body {			
	margin: 0px;
	padding: 0px;

	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	 }

/* den blå #000080 är bytt till blå 00 00 80 */

.maintable
{
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
	border-left: 1px solid #000080;
}

.two
{
	background: #ffffff;
	color: #000000;
} 
	 
/* sätta special bakgrundfarg på vissa områden */
.yellowline
{
	background: #000080;
	height: 5px;
}

.yellowline2
{
	background: #000080;
	height: 25px;
}

.whiteline
{
	background: #FFFFFF;
}


/* Sätta logo och menyformatering */	 
.toppheight
{
	height: 140px;
}

.logo{
	position: float;
	top: 15px;
	left:10px;
}

.hus{
	position: float;
	top: 66px;
	left:705px;
}



/* Footer formatering */
.footer
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}	
		

/* Länkformatering */
A 
{
	color : #983333;
	font-weight: bold;
	text-decoration: none;

}

A:HOVER
{ 
	color : #983333;
	font-weight: bold;
	text-decoration: underline;

	/*color : #E0FFFF;
	background: #48D1CC;
	font-weight: bold;
	text-decoration: none;*/
}

/* Formatering av rubriker */	
.rubrik1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000080;
} 
.rubrik2
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #000080;
}
.rubrik3
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
}
.rubrikstor
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000080;
} 



/* Formatering av text */
.content
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	
	padding: 3px;
	width: 790px;
}

.rightcol
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	
	padding: 5px;
	width: 200px;
}


.text
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
.text2
{
	font-family: Arial;
	font-size: 8pt;
	color: black;
}
.text3
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: white;
}
.text4
{
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}
.text5
{
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: white;
}

.text6
{
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	color: #000080;
}


/* Diverse */
.delmenu
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.delrubrik
{
	color : white;
	background: #666666;
	font-size: 8pt;
	font-weight: bold;
}

.mark
{
	font-family: verdana;
	font-size: 7pt;
	color: red;
	font-weight: bold;
}
