/* CSS Document */





/* LINKS */
a:link { text-decoration: none; color: #909D98; }
a:visited { text-decoration: none; color: #909D98; }
a:hover { text-decoration: none; font-weight: bold; color: #909D98; }
a:active { text-decoration: none; color: #909D98; }



a.a_meny:link { text-decoration: none; color: #FFFFFF; }
a.a_meny:visited { text-decoration: none; color: #FFFFFF; }
a.a_meny:hover { text-decoration: none; color: #CCB83D; }
a.a_meny:active { text-decoration: none; color: #FFFFFF; }









/* TEXT */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #AB792A;
	text-decoration: none;
	margin-bottom: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #AB792A;
	text-decoration: none;
	margin-bottom: 0px;
}

h3 { /* MENY */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
}


.arial_12_darkred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #562A21;
	text-decoration: none;
}


.overskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #AB792A;
	text-decoration: none;
}


.brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}


.kontakttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5E6663;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
}

.thumbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #909D98;
	text-decoration: none;
}

.bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #909D98;
	text-decoration: none;
}



/* 
*** Övrigt som kan vara till användning *** 

.bg { background-image: url(bilder/grafik/bg.gif); }
background-repeat: repeat-x;
background-repeat: no-repeat;
background-position: center;

background-image: url(bilder/grafik/bg.jpg); background-repeat: no-repeat; background-position: left bottom; background-attachment: fixed;



{
	Ändra till : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
	
	scrollbar-face-color:#6C6B6B;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;

}



.ul_prick { list-style-image: url(bilder/grafik/ul_prick.gif) } 
.ul_pil { list-style-image: url(bilder/grafik/ul_pil.gif) } 




.kantlinje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 200px;
}



*/