﻿/*
#849b73
*/

/*Textformatering*/
body
{
   
    color: #333;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    
}

p
{ 	
	color: #333; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 12px;
}
.introtext
{ 	
	font-size:12px;
}
.news
{ 	
	color: #000;  font-weight:bold;
}
.newsarchive
{ 	
	color: #000;  font-weight:bold;
}
.search
{ 	
	color: #000;	background-color: transparent;	font-family: Verdana, Arial, Helvetica, Sans-Serif;	font-size: 11px; font-weight:bold; padding: 3px; margin:0; display: block;
}






/*Rubrikformatering*/

h1 
{
	font-size:16px; 	font-weight: bold; 	color: #211366;


}
h2 /*Sidotitlar*/
{
	font-size:13px; font-weight:bold; color:#211366; 
	margin:12px 0 2px 0;
	padding:0;
	
 

}

h3 /*Används i boxar och underrubriker*/
{
	font-size: 13px; 	font-weight: bold; 
	color: #211366; 
	
}
h4  /*Används i puffar*/
{
	font-size: 13px; 	font-weight: bold; 	
	color: #211366; 
	
}
h5 
{
	font-size:13px; font-weight: bold; font-style:italic; 	


}


/*Länk-formatering*/

a
{
	color: #000;
	text-decoration:underline;
	
}
a:hover
{
	color: #666;
	text-decoration: none;
	
	
}



a.news
{
	color: #000;
	text-decoration: underline;
}
a.news:hover
{
	color: #666;
	text-decoration: none;
}



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


/*Logga och bilder*/


.bild
{
	border: 1px solid #000;
	margin: 10px 0 10px 10px;
	
		
}
.flag
{
	border: none;
	margin: 0 5px;
	
		
}










.altrow
{
    background-color:#efefef;
    
    
    
}
.imgright
{
    float:right;
    clear:both;
    border:1px solid #849b73;
    margin:0px 0 20px 10px;
    
    
}

.imgcenter
{
    position:relative;
    clear:both;
    display:block;
    border:1px solid #849b73;
    margin:20px auto;
    
    
}
