﻿
/*Textformatering*/

p
{ 	
	color: #595959;	background-color: transparent;		
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.introtext
{ 	
	font-size:12px;
}
.news
{ 	
	color: #4D4D4D;  font-weight:bold;
}
.newsarchive
{ 	
	position: absolute; bottom: 0px; font-size:12px;
	color: #00ADEE;  font-weight:bold;
}
.search
{ 	
	color: #007ac2;	background-color: transparent;	font-size: 11px; font-weight:bold; padding: 3px; margin:0; display: block;
}
/*Rubrikformatering*/

h1 
{
		font-family:Arial, Helvetica, sans-serif;
 	font-size:16px; 	font-weight: 700; 	color: #034EA2;
}
h2 /*Sidotitlar*/
{
		font-family:Arial, Helvetica, sans-serif;
font-size:14px; font-weight: 700; 	color: #034EA2;  
}
h3 /*Används i boxar och underrubriker*/
{
		font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	font-weight: 700; 	color: #034EA2; 
}
h4  /*Används i puffar*/
{
		font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	font-weight: 700; font-style:italic; 	color: #034EA2; padding: 0 0 2px 5px;
	border-bottom: 2px solid #595959;
	
}

/*Länk-formatering*/

a
{
	color: #00ADEE;
	text-decoration:none;
	
}
a:hover
{
	color: #666;
	text-decoration: none;
	
	
}
a.fotlink
{
	color: white;
	text-decoration:none;
}
a.fotlink:hover
{
	color: white;
	text-decoration: underline;
}
a.news
{
	color: #4D4D4D;
	text-decoration: none;
}
a.news:hover
{
	color: #666;
	text-decoration: none;
}



.bold, .bold a:hover
{
	font-weight: bold;
	color: black;
}


/*Logga och bilder*/
.logo
{
	position: relative;	
	margin:0;
	padding:0;
	float:left;
	clear:none;
	border: none;
	 
}
.smallimg
{
	border: 1px solid #71889e;
	text-align:center;
	float:left;
	clear:both;
	margin: 0 0 10px 10px;
	
		
}
.borderimg
{
	border: 1px solid #71889e;
	margin: 0 0 10px 10px;
	
		
}
.flag
{
	border: none;
	margin: 0;
	
		
}




/*Tabeller*/

.tabell
{
	border: none;
	padding: 10px;
	
}
.cell
{
	
	
	padding:5px;
	border: none;

}

.tabellhuvud
{
    border-style:dashed;
    border:0px;
    border-collapse:collapse;
    border-color: Black;
    
    background-color: Gray;
    color: White;

    
}

.tabellrad1
{
	background-color: #eaeaea;
	
}
.tabellrad2
{
		
}






.selectedtopmenu 
{
    color:Red;
    font-size:x-large;
}